Accessibility Improvements

Author(s) orcid logoAvatarHelena Rasche

Posted on: 27 July 2021

Accessibility Improvements

One of our community members suggested on twitter that we support alternative formats for accessing our JavaScript based slides, as this can be difficult for users using screen readers. We’ve now added support for “plain text slides”, where we render the slide decks as a single long document.

The rendering is imperfect, due to how our slide deck library handles custom classes within slides, but it should still be an improvement for anyone who wants to scroll through the slides in an alternative format. You can find them linked from the first slide of each slide deck, or from the slides dropdown in the topic pages, check them out!

Additionally we’ve made a number of other minor accessibility improvements:

  • Fixed 533 missing alt texts for images
  • Removed some repetitive icon names names when followed immediately by their descriptive text
  • Remove repetitive image labels on author badges.
  • etc.

Some of these were done after (orcid logoAvatarHelena Rasche) learned to use Android’s TalkBack and noticed the site could be unpleasant to go through. While absolutely not a replacement for someone who deeply understands the needs of visually impaired users or experiences such needs themselves, hopefully this makes the GTN a little bit more pleasant for everyone.

GTN logo with a multi-coloured star and the words Galaxy Training Network

Recent News

See all news

New Feature: my.galaxy.training

20 April 2023   new feature gtn

The GTN has set up a very simple “redirection” service based on my.home-assistant.io which Helena discovered after reading some Home Assistant documentation and saw a really neat link which led to her own internal home assistant.

New Feature: Persistent URLs (PURLs) / Shortlinks

19 April 2023   new feature gtn

The GTN has added persistent URL identifiers for our tutorials, slides, and FAQs. Using the gxy.io service, we have reserved GTN namespace for our persistent URLs. These work similarly to DOIs in that they will always point to a specific training material.

New Feature: GTN Rdoc

19 April 2023   new feature gtn

The internal functions of the GTN have, in the past, not been very well documented. Now we have started the process of fully documenting the functions and modules available to GTN developers.