Accessibility of mathematical material

Christian Lawson-Perfect
Newcastle University

University of Bristol Maths Education Seminar, 2024-12-06

Abstract

I'll give a brief introduction to the topic of accessibility, then talk about particular access considerations for mathematical material.

I'll talk about how we've improved accessibility at Newcastle through development of the open-source tool Chirun, cultural change, and institutional support.

About me

Learning software developer in MSP at Newcastle University's digital learning unit.

Developer of Numbas and Chirun.

Disabled in a few ways.

Take a moment to read this

Black handwritten text on a dark background

Read this, then

Black handwritten text on a light blue background, but it's fuzzy

What does 'accessibility' mean?

"Accessibility means that people can do what they need to do in a similar amount of time and effort as someone that does not have a disability. It means that people are empowered, can be independent, and will not be frustrated by something that is poorly designed or implemented."

Alistair Duggin, Accessibility in government

Our obligations under law

PSBAR 2018 requires all public sector organisations to provide online content that meets the WCAG 2.1 AA standard.

gov.uk and JISC have helpful pages.

In short:

  • You've got to do it.
  • Unless it would impose a disproportionate burden.
  • But that doesn't mean what you think it means.
  • Just do it.

Some access needs

  • Visual
  • Cognitive
  • Hearing
  • Motor
  • Tiredness

Assistive technology

  • Glasses
  • Screenreader
  • Automatic transcription
  • Magnifier
  • Printing
  • Input devices

You use handwritten notes because

Students want notes in other formats because

Low or no vision
Need more contrast, bigger text, or read aloud.
Can’t hold paper
Need material displayed on a screen or read aloud.
Dyslexia
Need different colours, different font, structure.
Poor memory or executive function
Need more structure.
Reasons you haven’t thought of.

Handwritten notes are inaccessible to many people

PDFs are a bit better

PDF is fundamentally designed for print media.

Accessible maths on the web

MathML

Now supported by all browsers: x 2 d x = 1 3 x 3 + C

But hard to write!

<math display="block">
  <mrow>
    <mo>&int;</mo>
    <msup>
      <mi>x</mi>
      <mn>2</mn>
    </msup>
    <mstyle scriptlevel="0">
      <mspace width="0.167em"></mspace>
    </mstyle>
    <mrow>
      <mrow>
        <mi mathvariant="normal">d</mi>
      </mrow>
      <mi>x</mi>
    </mrow>
  </mrow>
  <mo>=</mo>
  <mrow>
    <mrow>
      <mfrac>
        <mn>1</mn>
        <mn>3</mn>
      </mfrac>
      <mo>⁢</mo>
      <msup>
        <mi>x</mi>
        <mn>3</mn>
      </msup>
    </mrow>
    <mo>+</mo>
    <mi>C</mi>
  </mrow>
</math>

MathJax

Typesets LaTeX.

\int x^2 \, \mathrm{d} x = \frac{1}{3} x^3 + C

\[ \int x^2 \, \mathrm{d} x = \frac{1}{3} x^3 + C \]

Adds accessibility information.

Diagrams

There isn't a good automatic solution for describing diagrams.

Write short alt text, and a longer description of the important information elsewhere.

Chirun

A tool to produce accessible course material from LaTeX or Markdown source.

chirun.org.uk/demo

Context

The beginning

Aim: improve accessibility for all teaching, not just this student.

The carrot 🥕

(some) Lecturers take accessibility very seriously

(some) Lecturers don't take accessibility seriously

After two years, take-up was very low: less than 25% of modules were acceptable.

Common complaints:

The stick 🧹

This mainly worked!

Now, two thirds of modules have all material available in accessible formats.

Physicists use PowerPoint and I can only offer them advice. 🤷🏻

Accessibility tips

Other aspects of accessibility

Work with Scarlett Spackman this summer.

(to be published after my head of school looks at it)

People working on maths accessibility

🎅 Christmas bonus ☃️

What Can Mathematicians Do? - 10 talks by disabled mathematicians, Christmas 2022.

Faces of presenters

Thanks!

Chirun
chirun.org.uk
Email
msp.digital.learning@ncl.ac.uk

This slide intentionally left blank