Skip to content

Commit 7151000

Browse files
committed
Added more items to the glossary and updated the [top] links to icons matching the ones used on the home page. For the home page, added a charticle and a dataset to the featured items, further emboldened the category name in the headings of the featured items and changed the styling of the H2 headings.
1 parent e4eafc7 commit 7151000

3 files changed

Lines changed: 133 additions & 29 deletions

File tree

glossary.html

Lines changed: 91 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
1111
<link rel="stylesheet" href="css/main.css"/>
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans%7CRoboto"/>
1313
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.4.2/css/all.css"/>
14+
15+
<style>
16+
h2
17+
{
18+
margin-top: 2em;
19+
}
20+
21+
.backToTop
22+
{
23+
color: #5d77a3;
24+
}
25+
26+
.backToTop:hover
27+
{
28+
color: #00445e;
29+
}
30+
</style>
1431
</head>
1532

1633
<body>
@@ -36,8 +53,32 @@
3653

3754
<main id="main">
3855
<h1>Glossary</h1>
39-
<p>Definitions of common terms found within our outputs.</p>
56+
<p>Definitions of common terms found on our website and within our outputs.</p>
4057
<br />
58+
59+
<a id="app"></a>
60+
<h2>App</h2>
61+
<p>
62+
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.
63+
<br />
64+
<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>
65+
</p><br />
66+
67+
<a id="charticle"></a>
68+
<h2>Charticle</h2>
69+
<p>
70+
A small, focussed article on a particular subject containing a single data visualisation in the form of a chart or map.
71+
<br />
72+
<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>
73+
</p><br />
74+
75+
<a id="collection"></a>
76+
<h2>Collection</h2>
77+
<p>
78+
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.
79+
<br />
80+
<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>
81+
</p><br />
4182

4283
<a id="gm-district"></a>
4384
<h2>GM (geographical area)</h2>
@@ -57,16 +98,23 @@ <h2>GM (geographical area)</h2>
5798
<p>
5899
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.
59100
<br />
60-
<a href="#top">[top]</a>
61-
</p>
62-
<br />
101+
<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>
102+
</p><br />
63103

64104
<a id="gmca"></a>
65105
<h2>GMCA</h2>
66106
<p>
67107
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.
68108
<br />
69-
<a href="#top">[top]</a>
109+
<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>
110+
</p><br />
111+
112+
<a id="graphic"></a>
113+
<h2>Graphic</h2>
114+
<p>
115+
A static data visualisation, i.e. not having any interactive elements.
116+
<br />
117+
<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>
70118
</p><br />
71119

72120
<a id="household"></a>
@@ -79,7 +127,7 @@ <h2>Household (census definition)</h2>
79127
</ul>
80128
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.
81129
<br />
82-
<a href="#top">[top]</a>
130+
<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>
83131
</p><br />
84132

85133
<!--a id="lisa"></a>
@@ -90,6 +138,14 @@ <h2>LISA</h2>
90138
<a href="#top">[top]</a>
91139
</p><br /-->
92140

141+
<a id="localities"></a>
142+
<h2>Localities</h2>
143+
<p>
144+
Trafford-specific sub-borough geographic areas. Each locality comprises a number of <a href="#ward"></a>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.
145+
<br />
146+
<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>
147+
</p><br />
148+
93149
<a id="lsoa"></a>
94150
<h2>LSOA</h2>
95151
<p>
@@ -98,7 +154,7 @@ <h2>LSOA</h2>
98154
<p>
99155
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.
100156
<br />
101-
<a href="#top">[top]</a>
157+
<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>
102158
</p><br />
103159

104160
<a id="msoa"></a>
@@ -109,7 +165,7 @@ <h2>MSOA</h2>
109165
<p>
110166
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.
111167
<br />
112-
<a href="#top">[top]</a>
168+
<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>
113169
</p><br />
114170

115171
<a id="oa"></a>
@@ -120,23 +176,47 @@ <h2>OA</h2>
120176
<p>
121177
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.
122178
<br />
123-
<a href="#top">[top]</a>
179+
<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>
180+
</p><br />
181+
182+
<a id="openData"></a>
183+
<h2>Open Data</h2>
184+
<p>
185+
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>.
186+
<br />
187+
<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>
124188
</p><br />
125189

126190
<a id="ons"></a>
127191
<h2>ONS</h2>
128192
<p>
129193
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.
130194
<br />
131-
<a href="#top">[top]</a>
195+
<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>
196+
</p><br />
197+
198+
<a id="report"></a>
199+
<h2>Report</h2>
200+
<p>
201+
In-depth and detailed analysis of a particular subject including several visualisations of the data, often with interactive elements.
202+
<br />
203+
<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>
132204
</p><br />
133205

134206
<a id="usualresident"></a>
135207
<h2>Usual resident (census definition)</h2>
136208
<p>
137209
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.
138210
<br />
139-
<a href="#top">[top]</a>
211+
<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>
212+
</p><br />
213+
214+
<a id="ward"></a>
215+
<h2>Ward</h2>
216+
<p>
217+
Sub-national electoral district. Trafford is split into 21 wards, each represented by 3 councillors elected by the residents in local elections.
218+
<br />
219+
<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>
140220
</p><br />
141221
</main>
142222

12.6 KB
Loading

0 commit comments

Comments
 (0)