Dark mode switch icon Light mode switch icon

My experience at the Information Access Group

5 min read

TODO - do a brainstory about this, make it into a better piece of writing about what my experience is and where my value is

Last month, in April 2024, I finished up in my role at the Information Access Group. I worked there for just over seven years, starting there in a part-time position in January 2017. Because it is the only company I have worked at, I have been finding it difficult to properly describe my experience.

I wanted to try writing up a blog post about my experience. Here we go.

About the Information Access Group

The Information Access Group (IAG) is an accessibility-focused communications agency based in Melbourne, Australia - they are market leaders for Easy Read information in Australia. Accessible website design and development is a smaller part of their service offering.

I joined IAG in 2017 and learned about web accessibility and document accessibility, including the Web Content Accessibility Guidelines (WCAG) and how to test a website with a screen reader. I learned how to build and maintain websites using the Django web framework and the WordPress content management system.

Creating internal tools

As Easy Read development was our main service offering, I created internal tools to help our editors and designers create Easy Read more efficiently. Using Python and Django, I created a searchable document database that would index the images and text content inside Microsoft Word documents. As we reuse images across multiple documents, it used perceptual image hashing to detect duplicate instances of images. This quickly became an integral part of our workflow.

Easy Read HTML

Traditionally Easy Read documents are published as PDF documents, but PDF is one of the worst document formats for people who use assistive technology. Even when extra work is done to make a PDF accessible, it can still be an inconsistent and frustrating experience for screen reader users.

I worked out a way to generate accessible HTML versions of our Easy Read documents so that our Easy Read content was more accessible for people who use assistive technology and people using mobile devices. This involved using a static site generator called Eleventy.

I also used the Microsoft Azure text to speech API to generate an audio version of the Easy Read content and add a ‘Listen’ button to the Easy Read HTML version. This allows users to listen to the content while they read, allowing users with low literacy to engage with the content more independently. This is a good example of what is possible with the web platform versus traditional document formats.

I was involved with the planning, strategy and marketing for the Easy Read HTML product. I also ran training sessions for clients to introduce them to web accessibility and the need

Becoming a team leader

In 2021, I became the Team Leader of Innovation, Tech and Web. Between then and April 2024, my role focused on managing and training up other team members. This meant a strong focus on sharing knowledge, documenting and streamlining processes and preparing training materials.

In the last couple of years, I have become a big proponent of recording little videos as a way to communicate asynchronously. It became one of my main ways of sharing knowledge, explaining how to do things and sharing ideas. As of April 2024, there are over 240 video resources in the shared library.

Client websites I have worked on

Technologies I’ve worked with

Current learning and focus

Originally published on by Larry Hudson