Skip to content

Commit 67ae161

Browse files
committed
Created an accessible graphic page for IMD2015 and altered links to the static graphics to the new accessible pages on the home and deprivation pages. Updated the accessibility statement with the changes.
1 parent caea63f commit 67ae161

4 files changed

Lines changed: 38 additions & 10 deletions

File tree

accessibility.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ <h2>How accessible this website is</h2>
6060
</p>
6161
<ol>
6262
<li><a href="charticles.html">charticles</a> from the Charticles page</li>
63+
<li><a href="index.html#graphics">graphics</a> from the Home page</li>
6364
<li><a href="data.html">datasets</a> from the Data page</li>
6465
<li><a href="learning.html#companions">companions</a> from the Learning page</li>
6566
<li><a href="deprivation.html#traffordwardreports">ward deprivation reports</a> from the Indices of Deprivation 2019 page</li>
6667
<li><a href="index.html#apps">apps</a> from the Home page</li>
67-
<li><a href="index.html#graphics">graphics</a> from the Home page</li>
6868
</ol>
6969
<p>
7070
Problems you may encounter with some of these linked outputs are:
@@ -103,10 +103,10 @@ <h2>Technical information about this website's accessibility</h2>
103103
<section>
104104
<h2>Preparation of this accessibility statement</h2>
105105
<p>
106-
This statement was prepared on 2020-05-04. It was last reviewed on 2020-05-05.
106+
This statement was prepared on 2020-05-04. It was last reviewed on 2020-05-12.
107107
</p>
108108
<p>
109-
This website was last tested on 2020-05-05. The test was carried out by ourselves using the following tools:
109+
This website was last tested on 2020-05-12. The test was carried out by ourselves using the following tools:
110110
</p>
111111
<ul>
112112
<li><a href="https://validator.w3.org" target="_blank">W3C Markup Validation Service</a> (to ensure correctly structured HTML content)</li>
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!DOCTYPE html>
2+
<html lang="en-GB">
3+
<head>
4+
<title>Trafford Data Lab: Index of Multiple Deprivation 2015</title>
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/>
6+
<meta charset="UTF-8"/>
7+
<meta name="keywords" content="deprivation, deprived, imd, index, multiple, trafford, open, data, open data, data visualisation, visualisation"/>
8+
<meta name="description" content="Index of Multiple Deprivation 2015 for Trafford based on the Indices of Deprivation 2015 from the Ministry of Housing, Communities & Local Government visualised by Trafford Data Lab."/>
9+
10+
<link rel="stylesheet" href="../css/base.css"/>
11+
<link rel="stylesheet" href="../css/accessible_graphics.css"/>
12+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%7CRoboto"/>
13+
</head>
14+
15+
<body>
16+
<main>
17+
<h1>Index of Multiple Deprivation 2015 for Trafford</h1>
18+
<cite>Source: 2015 Indices of Deprivation, Ministry of Housing, Communities &amp; Local Government.</cite>
19+
20+
<figure>
21+
<img src="https://www.trafforddatalab.io/maps/static/output/trafford_imd15.png" width="600" alt="Map of Trafford showing the Lower-layer Super Output Areas coloured according to their IMD rank."/>
22+
<figcaption>
23+
The Indices of Deprivation measure relative levels of deprivation in 32,844 Lower-layer Super Output Areas (LSOAs) in England based on 39 indicators. Each LSOA contains approximately 1,500 residents or 650 households. They are ranked from 1 (most deprived) to 32,844 (least deprived) and assigned to a decile ranging from 1 (most deprived 10%) to 10 (least deprived 10%). The Index of Multiple Deprivation (IMD) is an overall measure of relative deprivation. Trafford contains some of most and least deprived areas in the country. The most deprived areas are primarily located in and around the ward of Bucklow-St Martins in the West of the borough, and in the North, particularly in Clifford ward. The least deprived areas are located mainly in the Southern and Central areas of Trafford, particularly in and around the wards of Timperley and Brooklands. It should be noted that Electoral Ward boundaries and LSOA boundaries do not always perfectly align and so it is impossible to aggregate from LSOA to ward exactly.
24+
</figcaption>
25+
</figure>
26+
</main>
27+
</body>
28+
</html>

deprivation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ <h2>Local Authority District resources for Trafford</h2>
117117
</div>
118118

119119
<div class="labBorder">
120-
<a href="https://www.trafforddatalab.io/maps/static/output/trafford_imd19.png" target="_blank"><img src="images/static_trafford_imd_2019_thumbnail.png" class="thumbnail" alt=""/><h3 class="cardHead themeLink">Index of Multiple Deprivation 2019 for Trafford</h3></a>
121-
<p class="cardBody">Static graphic visualising the overall Index of Multiple Deprivation (IMD) for Lower-layer Super Output Areas (LSOA) in Trafford. The previous version based on the <a href="https://www.trafforddatalab.io/maps/static/output/trafford_imd15.png" target="_blank">Index of Multiple Deprivation 2015</a> is also available.</p>
120+
<a href="accessible_graphics/index_of_multiple_deprivation_2019.html" target="_blank"><img src="images/static_trafford_imd_2019_thumbnail.png" class="thumbnail" alt=""/><h3 class="cardHead themeLink">Index of Multiple Deprivation 2019 for Trafford</h3></a>
121+
<p class="cardBody">Static graphic visualising the overall Index of Multiple Deprivation (IMD) for Lower-layer Super Output Areas (LSOA) in Trafford. The previous version based on the <a href="accessible_graphics/index_of_multiple_deprivation_2015.html" target="_blank">Index of Multiple Deprivation 2015</a> is also available.</p>
122122
</div>
123123
</section>
124124

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,18 +177,18 @@ <h2>Graphics</h2>
177177

178178
<div class="cardContainer">
179179
<div class="card labBorder">
180-
<a href="https://www.trafforddatalab.io/maps/static/output/trafford_population_2018.png" target="_blank"><h3 class="cardHead themeLink">Resident population of Trafford</h3><img src="images/static_trafford_population_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
180+
<a href="accessible_graphics/resident_population_2018.html" target="_blank"><h3 class="cardHead themeLink">Resident population of Trafford</h3><img src="images/static_trafford_population_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
181181
<span class="cardBody">Mid-year 2018 resident population estimates for Trafford visualised by electoral ward.</span>
182182
</div>
183183

184184
<div class="card labBorder">
185-
<a href="https://www.trafforddatalab.io/maps/static/output/trafford_localities.png" target="_blank"><h3 class="cardHead themeLink">Trafford locality and ward boundaries</h3><img src="images/static_trafford_localities_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
186-
<span class="cardBody">Map showing the boundaries of Trafford's localities and electoral wards.</span>
185+
<a href="accessible_graphics/trafford_localities.html" target="_blank"><h3 class="cardHead themeLink">Trafford's locality boundaries</h3><img src="images/static_trafford_localities_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
186+
<span class="cardBody">Map showing the boundaries of Trafford's localities and listing the electoral wards contained in each.</span>
187187
</div>
188188

189189
<div class="card labBorder">
190-
<a href="https://www.trafforddatalab.io/maps/static/output/trafford_imd19.png" target="_blank"><h3 class="cardHead themeLink">Index of Multiple Deprivation 2019 for Trafford</h3><img src="images/static_trafford_imd_2019_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
191-
<span class="cardBody">Visualising the data released by the <a href="https://www.gov.uk/government/statistics/english-indices-of-deprivation-2019" target="_blank">Ministry of Housing, Communities & Local Government</a> for Lower-layer Super Output Areas (LSOA) in Trafford. The <a href="https://www.trafforddatalab.io/maps/static/output/trafford_imd15.png" target="_blank">Index of Multiple Deprivation 2015</a> version is also available. Please visit our <a href="deprivation.html">Indices of Deprivation 2019 page</a> for further resources.</span>
190+
<a href="accessible_graphics/index_of_multiple_deprivation_2019.html" target="_blank"><h3 class="cardHead themeLink">Index of Multiple Deprivation 2019 for Trafford</h3><img src="images/static_trafford_imd_2019_thumbnail.png" class="thumbnail" alt=""/></a><br class="hideContent"/>
191+
<span class="cardBody">Visualising the data released by the <a href="https://www.gov.uk/government/statistics/english-indices-of-deprivation-2019" target="_blank">Ministry of Housing, Communities & Local Government</a> for Lower-layer Super Output Areas (LSOA) in Trafford. The <a href="accessible_graphics/index_of_multiple_deprivation_2015.html" target="_blank">Index of Multiple Deprivation 2015</a> version is also available. Please visit our <a href="deprivation.html">Indices of Deprivation 2019 page</a> for further resources.</span>
192192
</div>
193193
</div>
194194
</section>

0 commit comments

Comments
 (0)