-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpractice.html
More file actions
284 lines (266 loc) · 9.68 KB
/
practice.html
File metadata and controls
284 lines (266 loc) · 9.68 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Practice | EthicaData</title>
<meta
name="description"
content="Real-world examples showing how organisations apply ethical data mining practices across healthcare, finance, retail, and transport."
>
<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" aria-current="page">Practice</a>
</li>
<li><a href="./references.html">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: Practice -->
<section class="page-section practice" aria-labelledby="practice-title">
<header class="practice-header">
<h1 class="page-title" id="practice-title">Practice</h1>
<p class="page-subtitle">
See how major industries use data mining ethically
</p>
<p id="practice-description">
Data mining becomes ethical when organisations balance insight with
responsibility. These real examples show how different industries
apply principles of fairness, privacy, and accountability in their
everyday data work.
</p>
</header>
<div class="table-wrapper">
<p class="table-hint">
Swipe horizontally to view the full table
<span aria-hidden="true">→</span>
</p>
<table aria-describedby="practice-description">
<caption class="sr-only">
Examples of ethical data mining practices across major industries
</caption>
<thead>
<tr>
<th scope="col">Sector</th>
<th scope="col">Example</th>
<th scope="col">Ethical Controls in Place</th>
<th scope="col">Linked SDGs</th>
</tr>
</thead>
<tbody>
<tr id="practice-row-1">
<th scope="row">Healthcare</th>
<td>
<strong>NHS OpenSafely:</strong> a secure research platform
analysing anonymised GP data to study health trends and
improve treatment.
</td>
<td>
Data anonymisation, patient consent, strict access controls,
and transparency reports.
</td>
<td>
<strong>SDG 3</strong> (Good Health & Well-Being);
<strong>SDG 16</strong> (Strong Institutions)
</td>
</tr>
<tr id="practice-row-2">
<th scope="row">Retail</th>
<td>
<strong>Tesco Clubcard Analytics:</strong> customer purchase
data used to forecast demand and reduce food waste.
</td>
<td>
Data minimisation, informed consent, ethical analytics, and
sustainable reporting.
</td>
<td>
<strong>SDG 12</strong> (Responsible Consumption);
<strong>SDG 9</strong> (Industry & Infrastructure)
</td>
</tr>
<tr id="practice-row-3">
<th scope="row">Finance</th>
<td>
<strong>Monzo Bank Fraud Detection:</strong> machine learning
models spotting unusual transactions while protecting user
privacy.
</td>
<td>
Bias testing, regular audits, fairness monitoring, and clear
customer expectations.
</td>
<td>
<strong>SDG 10</strong> (Reduced Inequalities);
<strong>SDG 16</strong> (Peace & Justice)
</td>
</tr>
<tr id="practice-row-4">
<th scope="row">Transport</th>
<td>
<strong>Transport for London Open Data:</strong> anonymised
travel data shared with developers to improve journey planning
and reduce congestion.
</td>
<td>
Aggregation, public benefit focus, open-source collaboration,
and privacy preservation.
</td>
<td>
<strong>SDG 11</strong> (Sustainable Cities);
<strong>SDG 9</strong> (Innovation & Infrastructure)
</td>
</tr>
</tbody>
</table>
</div>
<a class="button cta-button" href="./contact.html">
Contact us for more information
<span aria-hidden="true">→</span>
</a>
</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" aria-current="page">Practice</a>
</li>
<li><a href="./references.html">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>