-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
64 lines (60 loc) · 4.63 KB
/
about.html
File metadata and controls
64 lines (60 loc) · 4.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
title: About
layout: default
type: main
order: 3
---
<div class="container bg-white">
<div class="row pt-3 pb-3 mt-3">
<div class="col">
<h1>About <small class="text-muted">Accessible Reality</small></h1>
<p>The <strong>Accessible Reality</strong> project started in 2016 when <a href="http://www.mikecrabb.co.uk">Michael Crabb</a> and <a href="http://meeplelikeus.co.uk/">Michael Heron</a> were searching for new ways to teach accessibility
principles within the Computer Science curriculum. Unable to find something that fitted their needs, and with an interest in accessible development in general, they started Accessible Reality. The aim of this was to create workshops that
could be downloaded and used by anyone with an interest in accessible development.</p>
<p>2017 saw the project being picked up by <a href="http://www.sicsa.ac.uk">SICSA</a> as part of a short theme into the <strong>Future of Games Accessibility</strong>. The audience for the workshops grew and they began looking for more ways to
understand how designers and devlopers create accessible products and began taking their workshop outside of the CS classroom and into local industry. 2017 also saw the development of a new workshop aimed at promoting accessible thinking
within a non-specialist audience and the workshop on <a href="#">Creating an Accessible Pirate Ship</a> was created. This one has proved to be a slow burn but is a winner for outreach activities and non-specialist industry events.</p>
<h2>Our Process</h2>
<p>All of our workshops go through several phases of development. This starts with the generation of workshop ideas and goes through a number of steps finishing with the sharing of workshop themes with the overall community. The steps carried out are detailed below:</p>
<table class="table table-striped" id="developmentInformation">
<thead>
<tr>
<th class="table-development">Development Stage</th>
<th>Notes</th>
</tr>
</thead>
<tbody>
<tr>
<td class="table-development"><i class="fas fa-lg fa-fw fa-lightbulb"></i> Idea Generation</td>
<td>We look to identify accessibility issues that exist and come up with ideas based on these that would potentially be good workshop ideas. We conduct round-table discussions with our peers on potential benefits and drawbacks to workshop ideas.</td>
</tr>
<tr>
<td class="table-development"><i class="fas fa-lg fa-fw fa-map-signs"></i> Workshop Layout</td>
<td>We brainstorm ideas for workshop activities, looking at how they can link together and the added learning that they give to participants. We focus on developing a key take home message for each activity that can be used to improve participants understanding of accessiblity.</td>
</tr>
<tr>
<td class="table-development"><i class="fas fa-lg fa-fw fa-map"></i> Resource Creation</td>
<td>We create resources for workshops, focusing on developing methods to encourage group work and that also facilitate discussion between participants.</td>
</tr>
<tr>
<td class="table-development">
<i class="fas fa-lg fa-fw fa-flask"></i>Pilot Testing</td>
<td>We thoroughly test our workshops with participants and conduct post-workshop debriefing sessions to discover what activities work best, what require more thought, and what improvements can be made.</td>
</tr>
<tr>
<td class="table-development"><i class="fas fa-lg fa-fw fa-users"></i> Workshop Roll Out</td>
<td>We roll out the workshops on a large scale, making all materials available. We work on refining the ideas of the workshop based on user feedback to ensure that the sessions are worthwhile.</td>
</tr>
<tr>
<td class="table-development"><i class="fas fa-lg fa-fw fa-chart-area"></i> Data Analysis</td>
<td>We take the results from our own workshop sessions and analyse the data. This is dependant on the type of data that is created within each individual workshop but normally involes a number of qualitative analysis techniques.</td>
</tr>
<tr>
<td class="table-development"><i class="fas fa-lg fa-fw fa-sticky-note"></i> Paper Generation</td>
<td>We look for ways to publicize the workshops that we have created and to roll these out on a large scale.</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>