GTN Feeds
We offer a wide range of RSS feeds to help you keep up to date with the latest training materials and events. You can subscribe to these feeds in your favourite RSS reader, or embed them in your own website.
Feed Directory
- GTN News
- GTN Events
- Topic Feeds, which include all new tutorials, slides, FAQs, workflows, and events.
- Single Cell
- Admin Training
- …and every other topic
- Monthly/Weekly/Daily digests, which include all new tutorials, slides, workflows, FAQs, events, and contributors.
- GTN Firehose (every change as it happens!)
- GTN Monthly
- GTN Weekly
- GTN Daily
- Per-tag Monthly digests
- Single Cell Month
- One Health Month
- …and every other topic / tag based topic (i.e. topics linked from the home page)
These are available as an OPML file as well.
Embedding Feeds
Any1 of the above feeds can be embedded anywhere you like. Simply replace
.xml
with .w.html
in the URL and it’ll produce a feed preview that can be embedded in an iframe easily. (.w.xml
is also available but does not work for Safari users, ~10% of our traffic.)
amenable to embedding.
<iframe width="340px" height="600px" src="https://training.galaxyproject.org/training-material/events/feed.w.html"></iframe>
<iframe width="340px" height="600px" src="https://training.galaxyproject.org/training-material/topics/admin/feed.w.html"></iframe>
<iframe width="340px" height="600px" src="https://training.galaxyproject.org/training-material/topics/one-health/feed.w.html"></iframe>
Digests
We created these ‘digests’ based on the bot that posted updates to our Matrix channel, they are simply digests of recent changes to help keep community members up to date.
These can be embedded like so:
<iframe width="340px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/matrix-month.w.html"></iframe>
<iframe width="340px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/matrix-week.w.html"></iframe>
<iframe width="340px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/matrix-day.w.html"></iframe>
Community Specific Digests
Some digests were created for individual communities:
These are easily embedded, note the .w.html
ending, indicating a widget. (There is a .w.xml
version with an atom feed and separate XSLT style sheet, but we’ve generated the HTML from that automatically as well, which is more compatible with Safari users..)
<iframe width="340px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/single-cell-month.w.html"></iframe>
<iframe width="340px" height="600px" src="https://training.galaxyproject.org/training-material/feeds/one-health-month.w.html"></iframe>
Differences between feeds
Having two feeds with the same data might seem a bit odd but we have two separate user stories we want to address:
- Feed Reader: This is the feed you’d subscribe to in your feed reader, and more importantly, the sort of feed that you’d send to someone else if they were curious how to follow updates to the GTN.
- Feed Widget (XML): This is the Atom feed version of the widget that you could subscribe to. You can embed this directly in an iframe, if you do not care about Safari users.
- Feed Widget (HTML): This is a pre-XSLT’d version of the Atom feed, ready for user in an iframe for all users!
-
minus the main news feed currently as that is produced by a third party plugin ↩