-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathglossary.html
More file actions
236 lines (211 loc) · 16.1 KB
/
glossary.html
File metadata and controls
236 lines (211 loc) · 16.1 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
<!DOCTYPE html>
<html lang="en-GB">
<head>
<title>Trafford Data Lab: Glossary</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover"/>
<meta charset="UTF-8"/>
<meta name="keywords" content="trafford data lab, trafford, data, lab, glossary, terms, definitions"/>
<meta name="description" content="The Trafford Data Lab has created a glossary of common terms used in our outputs."/>
<link rel="stylesheet" href="css/base.css"/>
<link rel="stylesheet" href="css/main.css"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%7CRoboto"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css"/>
<style>
h2
{
margin-top: 2em;
}
.backToTop
{
color: #5d77a3;
}
.backToTop:hover
{
color: #00445e;
}
</style>
</head>
<body>
<div class="container">
<header>
<nav>
<ul id="a11yNav">
<li><a href="#main" class="themeBlockDark">Skip to main content</a></li>
<li><a href="#footer" class="themeBlockDark">Skip to footer</a></li>
</ul>
<p class="hideContent">Main Menu</p>
<a href="index.html" aria-label="Return to Trafford Data Lab home page"><img src="https://www.trafforddatalab.io/assets/logo/trafforddatalab_logo.svg" alt="Trafford Data Lab" width="93" class="traffordDataLabLogo"/></a>
<ul class="navbar">
<li><a href="charticles.html">Charticles</a></li>
<li><a href="data.html">Data</a></li>
<li><a href="learning.html">Learning</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<a id="top"> </a>
<main id="main">
<h1>Glossary</h1>
<p>Definitions of common terms found on our website and within our outputs.</p>
<br />
<a id="app"></a>
<h2>App</h2>
<p>
Software application running in the web browser (web app) which allow users to easily interact with data and obtain information and insight from it without requiring specialist skills or tools.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="charticle"></a>
<h2>Charticle</h2>
<p>
A small, focussed article on a particular subject containing a single data visualisation in the form of a chart or map.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="collection"></a>
<h2>Collection</h2>
<p>
Multiple outputs, often of various types (e.g. <a href="#app">apps</a>, <a href="#report">reports</a>, <a href="#charticle">charticles</a> etc.), all based around a common theme or topic.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="gm-district"></a>
<h2>GM (geographical area)</h2>
<p>Greater Manchester. A region located within the North-West of England comprising of the following 10 Local Authorities:</p>
<ul>
<li>Bolton</li>
<li>Bury</li>
<li>Manchester</li>
<li>Oldham</li>
<li>Rochdale</li>
<li>Salford</li>
<li>Stockport</li>
<li>Tameside</li>
<li>Trafford</li>
<li>Wigan</li>
</ul>
<p>
You can view and download the <a href="https://github.com/traffordDataLab/spatial_data/tree/master/local_authority/2023" target="_blank">boundary files for the 10 Local Authorities within Greater Manchester</a> from our spatial_data GitHub repository.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="gmca"></a>
<h2>GMCA</h2>
<p>
Greater Manchester Combined Authority. Visit the <a href="https://www.greatermanchester-ca.gov.uk" target="_blank">GMCA website</a> for more details. You can view and download the <a href="https://github.com/traffordDataLab/spatial_data/tree/master/combined_authority/2023" target="_blank">boundary files for Greater Manchester Combined Authority</a> from our spatial_data GitHub repository.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="graphic"></a>
<h2>Graphic</h2>
<p>
A static data visualisation, i.e. not having any interactive elements.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="household"></a>
<h2>Household (census definition)</h2>
<p>
A household is:
<ul>
<li>one person living alone or</li>
<li>a group of people (not necessarily related) living at the same address who share cooking facilities and share a living room or sitting room or dining area</li>
</ul>
A household must have at least one <a href="#usualresident">usual resident</a> at the address. A group of short-term residents living together or a group of visitors staying at an address is not classified as a household.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<!--a id="lisa"></a>
<h2>LISA</h2>
<p>
Local Indicators of Spatial Association. A statistical method of identifying spatial clusters and outliers (<a href="http://onlinelibrary.wiley.com/doi/10.1111/j.1538-4632.1995.tb00338.x/abstract" target="_blank">Luc Anselin 1995</a>).
<br />
<a href="#top">[top]</a>
</p><br /-->
<a id="localities"></a>
<h2>Localities</h2>
<p>
Trafford-specific sub-borough geographic areas. Each locality comprises a number of <a href="#ward">wards</a>, allowing for programmes of work to be tailored to the needs of particular areas. There are 4 localities in Trafford, named Central, North, South and West.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="lsoa"></a>
<h2>LSOA</h2>
<p>
Lower-layer Super Output Area. Statistically comparable geographies defined by the <a href="#ons">Office for National Statistics (ONS)</a>, initially following the census in 2001 and revised following each successive census. They are made up of approximately 4 or 5 <a href="#oa">Output Areas</a>, comprising between 400 and 1,200 households and between 1,000 and 3,000 residents. There are 139 LSOAs in Trafford following the 2021 Census.
</p>
<p>
You can view and download the <a href="https://github.com/traffordDataLab/spatial_data/tree/master/lsoa/2021" target="_blank">LSOA boundary files within Trafford and Greater Manchester</a> from our spatial_data GitHub repository.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="msoa"></a>
<h2>MSOA</h2>
<p>
Middle-layer Super Output Area. Statistically comparable geographies defined by the <a href="#ons">Office for National Statistics (ONS)</a>, initially following the census in 2001 and revised following each successive census. They are made up of approximately 4 or 5 <a href="#lsoa">Lower-layer Super Output Areas</a>, comprising between 2,000 and 6,000 households and between 5,000 and 15,000 residents. There are 28 MSOAs in Trafford following the 2021 Census.
</p>
<p>
You can view and download the <a href="https://github.com/traffordDataLab/spatial_data/tree/master/msoa/2021" target="_blank">MSOA boundary files within Trafford and Greater Manchester</a> from our spatial_data GitHub repository.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="oa"></a>
<h2>OA</h2>
<p>
Output Area. Statistically comparable geographies defined by the <a href="#ons">Office for National Statistics (ONS)</a>, initially following the census in 2001 and revised following each successive census. They are the lowest level of statistical geography, comprising between 40 and 250 households and between 100 and 625 residents. There are 738 OAs in Trafford following the 2021 Census.
</p>
<p>
You can view and download the <a href="https://github.com/traffordDataLab/spatial_data/tree/master/oa/2021" target="_blank">OA boundary files within Trafford and Greater Manchester</a> from our spatial_data GitHub repository.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="openData"></a>
<h2>Open Data</h2>
<p>
Data/datasets that are licensed under a highly permissable free licence, allowing them to be accessed, reused, modified and shared without the usual restrictions associated with work subject to copyright protections. Open data improves transparency and trust and often is released with the goal of contributing to increased knowledge and understanding of a subject area. Initial data used to create our outputs are obtained from authoratitive sources, such as UK central government departments, and the resultant data are published by us under the <a href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" target="_blank">Open Government Licence V3</a>.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="ons"></a>
<h2>ONS</h2>
<p>
Office for National Statistics. The UK's largest independent producer of official statistics and the recognised national statistical institute of the UK. Visit the <a href="https://www.ons.gov.uk/" target="_blank">ONS website</a> for more details.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="report"></a>
<h2>Report</h2>
<p>
In-depth and detailed analysis of a particular subject including several visualisations of the data, often with interactive elements.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="usualresident"></a>
<h2>Usual resident (census definition)</h2>
<p>
A usual resident is anyone who on Census Day (12 March 2021) was in the UK and had stayed or intended to stay in the UK for a period of 12 months or more, or had a permanent UK address and was outside the UK and intended to be outside the UK for less than 12 months.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
<a id="ward"></a>
<h2>Ward</h2>
<p>
Sub-national electoral district. Trafford is split into 21 wards, each represented by 3 councillors elected by the residents in local elections.
<br />
<a href="#top" class="backToTop"><span aria-label="return to the top of the page" class="fa-solid fa-circle-up"></span><span class="hideContent" aria-hidden="true">[Top]</span></a>
</p><br />
</main>
<footer id="footer">
<div class="leftFooter">
<p class="hideContent">Trafford Data Lab are on the following platforms: </p>
<a class="linkMedia" href="https://twitter.com/traffordDataLab" aria-label="Trafford Data Lab on X" target="_blank"><span class="fa-brands fa-x-twitter" title="Trafford Data Lab on X"></span><span class="hideContent">X, </span></a>
<a class="linkMedia" href="https://github.com/traffordDataLab" aria-label="Trafford Data Lab on GitHub" target="_blank"><span class="fa-brands fa-github" title="Trafford Data Lab on GitHub"></span><span class="hideContent">GitHub, </span></a>
<a class="linkMedia" href="https://medium.com/@traffordDataLab" aria-label="Trafford Data Lab on Medium" target="_blank"><span class="fa-brands fa-medium" title="Trafford Data Lab on Medium"></span><span class="hideContent">Medium</span></a>
<br />
<a href="accessibility.html" class="smallText" aria-label="Accessibility statement for the Trafford Data Lab website">Accessibility statement</a>
</div>
<a href="https://www.trafford.gov.uk" target="_blank" aria-label="Visit the Trafford Council website"><img class="logoTrafford" src="images/trafford_council_logo_black_on_white_100px.png" alt="Trafford Council"/></a>
</footer>
</div>
</body>
</html>