-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.html
More file actions
364 lines (337 loc) · 11.4 KB
/
references.html
File metadata and controls
364 lines (337 loc) · 11.4 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
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>References | EthicaData</title>
<meta
name="description"
content="References and sources used by EthicaData, including academic, governmental, and professional guidance on ethical data mining."
>
<meta name="author" content="Baber Khan">
<meta name="robots" content="index, follow">
<!-- Favicon -->
<link
rel="shortcut icon"
href="./images/common/logo_dark.svg"
type="image/x-icon"
>
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Poppins:wght@300;600;900&display=swap"
rel="stylesheet"
>
<!-- Styles -->
<link rel="stylesheet" href="./styles/styles.css">
<!-- Scripts -->
<script src="./scripts/scripts.js" defer></script>
</head>
<body>
<a href="#main" class="skip-link">Skip to content</a>
<!-- SITE HEADER -->
<header class="site-header">
<div class="header-content">
<a href="./index.html" class="brand" aria-label="EthicaData homepage">
<img
class="logo"
src="./images/common/logo_dark.svg"
alt="EthicaData logo"
>
</a>
<div class="design-line-wrapper" aria-hidden="true">
<!-- Alt is intentionally empty for this image as per W3 guidelines -->
<img
class="design-line"
src="./images/common/design-line.svg"
alt=""
loading="lazy"
>
</div>
<div class="menu">
<button
class="menu-button"
type="button"
aria-expanded="false"
aria-controls="primary-nav"
aria-label="Toggle navigation"
>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</button>
<nav
id="primary-nav"
class="nav"
aria-label="Primary navigation"
hidden
>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./principles.html">Principles</a></li>
<li><a href="./practice.html">Practice</a></li>
<li>
<a href="./references.html" aria-current="page">References</a>
</li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- SITE MAIN CONTENT -->
<main id="main" class="main-content">
<!-- SECTION: References -->
<section
class="page-section references"
aria-labelledby="references-title"
>
<header class="references-header">
<h1 class="page-title" id="references-title">References</h1>
<p class="page-subtitle">Doing the right thing with data</p>
<p>
All information and graphics have been gathered from the following
resources. References are written in
<a
href="https://www.bcu.ac.uk/library/services-and-support/referencing/harvard"
target="_blank"
rel="noopener noreferrer"
>
BCU Harvard Referencing
</a>
style.
</p>
</header>
<ol class="references-list">
<li>
United Nations (2025)
<em>The 17 Goals | Sustainable Development.</em>
Available at:
<a
href="https://sdgs.un.org/goals"
target="_blank"
rel="noopener noreferrer"
>https://sdgs.un.org/goals</a
>
[Accessed 30 September 2025].
</li>
<li>
Holdsworth, J. (no date) <em>What is data mining?</em>
Available at:
<a
href="https://www.ibm.com/think/topics/data-mining"
target="_blank"
rel="noopener noreferrer"
>
https://www.ibm.com/think/topics/data-mining
</a>
[Accessed 10 October 2025].
</li>
<li>
Association for Computing Machinery (2018)
<em>ACM Code of Ethics and Professional Conduct.</em>
Available at:
<a
href="https://ethics.acm.org/code-of-ethics/"
target="_blank"
rel="noopener noreferrer"
>
https://ethics.acm.org/code-of-ethics/
</a>
[Accessed 10 October 2025].
</li>
<li>
European Union (2016)
<em>
Regulation (EU) 2016/679 (General Data Protection Regulation).
</em>
Available at:
<a
href="https://eur-lex.europa.eu/eli/reg/2016/679/oj"
target="_blank"
rel="noopener noreferrer"
>
https://eur-lex.europa.eu/eli/reg/2016/679/oj
</a>
[Accessed 20 October 2025].
</li>
<li>
Government Digital Service and Central Digital & Data Office (2016)
<em>Data Ethics Framework.</em>
Available at:
<a
href="https://www.gov.uk/government/publications/data-ethics-framework/data-ethics-framework-2020"
target="_blank"
rel="noopener noreferrer"
>
https://www.gov.uk/government/publications/data-ethics-framework/data-ethics-framework-2020
</a>
[Accessed 5 October 2025].
</li>
<li>
NHS England (2023)
<em>
OpenSafely: Secure analytics platform for NHS electronic health
records.
</em>
Available at:
<a
href="https://www.opensafely.org/"
target="_blank"
rel="noopener noreferrer"
>https://www.opensafely.org/</a
>
[Accessed 15 October 2025].
</li>
<li>
Tesco PLC (2024)
<em>Data and Responsibility Report 2024.</em>
Available at:
<a
href="https://www.tescoplc.com/sustainability"
target="_blank"
rel="noopener noreferrer"
>
https://www.tescoplc.com/sustainability
</a>
[Accessed 15 October 2025].
</li>
<li>
Kelsey, S. (2025)
<em>Annual Report and Financial Statements.</em>
Available at:
<a
href="https://monzo.com/blog/build-a-reactive-fraud-prevention-platform"
target="_blank"
rel="noopener noreferrer"
>
https://monzo.com/blog/build-a-reactive-fraud-prevention-platform
</a>
[Accessed 15 October 2025].
</li>
<li>
Transport for London (2023)
<em>Open Data Users. </em>
Available at:
<a
href="https://tfl.gov.uk/info-for/open-data-users/"
target="_blank"
rel="noopener noreferrer"
>
https://tfl.gov.uk/info-for/open-data-users/
</a>
[Accessed 15 October 2025].
</li>
<li>
United Nations (2025)
<em>
Communication materials - United Nations Sustainable Development.
</em>
Available at:
<a
href="https://www.un.org/sustainabledevelopment/news/communications-material/"
target="_blank"
rel="noopener noreferrer"
>
https://www.un.org/sustainabledevelopment/news/communications-material/
</a>
[Accessed 27 October 2025].
</li>
<li>
Flaticon (2025)
<em>Vector Icons and Stickers - PNG, SVG, EPS, PSD, and CSS. </em>
Available at:
<a
href="https://www.flaticon.com/"
target="_blank"
rel="noopener noreferrer"
>https://www.flaticon.com/</a
>
[Accessed 27 October 2025].
</li>
<li>
OpenAI (2025) <em>ChatGPT.</em> Hero image generated as a response to prompt made by Baber Khan, 28
October 2025, 9:27 am.
</li>
</ol>
</section>
</main>
<!-- SITE FOOTER -->
<footer class="site-footer">
<!-- Main footer content -->
<div class="footer-content-container">
<div class="footer-content">
<!-- Logo -->
<a href="./index.html" class="brand" aria-label="EthicaData homepage">
<img
class="logo"
src="./images/common/logo_light.svg"
alt="EthicaData logo"
>
</a>
<!-- UN SDGs -->
<figure class="un-sdgs">
<figcaption class="sr-only">
United Nations Sustainable Development Goals supported
</figcaption>
<img
src="./images/home/sdg16.svg"
alt="SDG 16 - Peace, Justice and Strong Institutions"
loading="lazy"
>
<img
src="./images/home/sdg10.svg"
alt="SDG 10 - Reduced Inequalities"
loading="lazy"
>
<img
src="./images/home/sdg9.svg"
alt="SDG 9 - Industry, Innovation and Infrastructure"
loading="lazy"
>
<img
src="./images/home/sdg3.svg"
alt="SDG 3 - Good Health and Well-Being"
loading="lazy"
>
</figure>
<!-- Footer Navigation -->
<nav id="footer-nav" class="nav" aria-label="Footer navigation">
<h2 class="nav-heading">Explore</h2>
<ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./principles.html">Principles</a></li>
<li><a href="./practice.html">Practice</a></li>
<li>
<a href="./references.html" aria-current="page">References</a>
</li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</nav>
<!-- Contact Details -->
<section class="contact-details" aria-labelledby="contact-heading">
<h2 id="contact-heading">Contact</h2>
<address>
<span>Millennium Point</span><br>
<span>Birmingham City University</span><br>
<span>Curzon Street</span><br>
<span>Birmingham B4 7AP</span><br>
</address>
<div>
<a href="tel:+447438234827">(+44) 7438 234 827</a>
<a href="mailto:baber.khan@mail.bcu.ac.uk">
baber.khan@mail.bcu.ac.uk
</a>
<p class="student-id">Student ID No. 17125325</p>
</div>
</section>
</div>
</div>
<!-- Copyright -->
<p class="copyright">
Copyright © 2025, EthicaData. All rights reserved.
</p>
</footer>
</body>
</html>