Emma Cliffe
Science, Technology, Engineering and Mathematics learning may involve substantial quantities of:
What are the barriers in this context?
How do we resolve them?
with students and staff
So are most handwriting, print, images, PowerPoint, Ebooks...
Aim for a format which encodes structure:
Using a computer to do/author maths is a skill.
Do staff and students have...
Does Disabled Students' Allowance (DSA) provision meet these needs?
Rapid change/technical barriers... DSA provision?
An example
Two circles labelled \(S_1\) and \(S_2\). Circle \(S_1\), on the left, is drawn with a double line and has an arrow pointing at it, horizontally from the left. Circle \(S_2\), on the right is drawn with a single line. An arc labelled \(1\) goes from \(S_1\) to itself. An arc labelled \(0\) goes from \(S_1\) to \(S_2\). An arc labelled \(1\) goes from \(S_2\) to itself. An arc labelled \(0\) goes from \(S_2\) to \(S_1\).
FSM with states \(\{S_1, S_2\}\) where \(S_1\) is initial and final. Transitions: \begin{align*} S_1 &\rightarrow_1 S_1,\ S_1 \rightarrow_0 S_2\\ S_2 &\rightarrow_1 S_2,\ S_2 \rightarrow_0 S_1 \end{align*}
Formal definition:
\begin{align*} Q &= \{S_1, S_2\}\\ \Sigma &= \{0, 1\}\\ q_0 &= S_1\\ F &= \{S_1\} \end{align*}
\[ \delta = \begin{array}{c|c|c} & 0 & 1 \\ \hline S_1 & S_2 & S_1\\ \hline S_2 & S_1 & S_2 \end{array} \]
Machine equivalent to regular expression: \[(1 + 0(1^*)0)^*\]
Machine which accepts inputs containing an even number of \(0\)s and any number of \(1\)s.
FSM with states \(\{S_1, S_2\}\) where \(S_1\) is initial and final. Transitions: \begin{align*} S_1 &\rightarrow_1 S_1,\ S_1 \rightarrow_0 S_2\\ S_2 &\rightarrow_1 S_2,\ S_2 \rightarrow_0 S_1 \end{align*}
Formal definition: \begin{align*} Q &= \{S_1, S_2\}\\ \Sigma &= \{0, 1\}\\ q_0 &= S_1\\ F &= \{S_1\}\\ \delta &= \begin{array}{c|c|c} & 0 & 1 \\ \hline S_1 & S_2 & S_1\\ \hline S_2 & S_1 & S_2 \end{array} \end{align*}
Machine equivalent to regular expression: \[(1 + 0(1^*)0)^*\]
Machine which accepts inputs containing an even number of \(0\)s and any number of \(1\)s.
Two circles labelled \(S_1\) and \(S_2\). Circle \(S_1\), on the left, is drawn with a double line and has an arrow pointing at it, horizontally from the left. Circle \(S_2\), on the right is drawn with a single line. An arc labelled \(1\) goes from \(S_1\) to itself. An arc labelled \(0\) goes from \(S_1\) to \(S_2\). An arc labelled \(1\) goes from \(S_2\) to itself. An arc labelled \(0\) goes from \(S_2\) to \(S_1\).
digraph finite_state_machine {
rankdir=LR;
size="8,5"
node [shape = doublecircle]; S_1
node [shape = circle];
S_1 -> S_2 [ label = "0" ];
S_1 -> S_1 [ label = "1" ];
S_2 -> S_1 [ label = "0" ];
S_2 -> S_2 [ label = "1" ];
}
Can staff and students...
What specialist knowledge and skills are required?
What are the costs?
Does Disabled Students' Allowance (DSA) provision meet these needs?
Requirement to specifically consider diagrams often overlooked by DSA process...
Emma! Why isn't it working?!
or a source of substantial difficulty, frustration and stress
Introduce a selection of appropriate industry standard, high-quality software and tools.
After all, we use these tools for a reason.
Facilitate students to find an approach and tools which work for them.
Does Disabled Students' Allowance (DSA) provision meet these needs?
Introduce, provide, support and encourage use of a selection of
Are staff and students ready and able to get involved in tool exploration?
Emma! It isn't accessible!
It is often assumed that STEM specific software user interfaces are accessible.
The lecturer, department and institution needs to proactively explore this question.
Are staff aware of alternatives and can adjust teaching? E.g. use of command line only interfaces to R, MatLab, Maple
Does institution infrastructure and DSA support use of assistive technology and STEM user interfaces in combination?
Where does the expertise lie?
"If you have been reliant on support at school, transition to the university might be a challenge."
"Lack of anticipation is a barrier, you need to prepare in advance."
"You have to be 'up and running' before the course starts."
"The difficulties of the subject make it difficult for the teacher to prepare the student. You can't expect every school to have expertise."
"There needs to be collaboration between schools and universities."
"Students need to be able to identify their needs and be clear about it."
"Current recommendations do not fully reflect student's needs."
"If these developments [access methods and technologies] are subject specific, how can disability specialists access this information?"
"Not many people in the country know how to use the systems"
Can we change that?
Thanks for listening. Questions and discussion welcome.
These slides are available at:
http://people.bath.ac.uk/cspehj/slides/BCS/
My email address is:
E.H.Cliffe@bath.ac.uk