-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
269 lines (258 loc) · 15.7 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>George Willoughby - data journalist</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Caveat&family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/mobile-tablet.css">
<link rel="stylesheet" href="assets/css/exerpts.css">
<link rel="stylesheet" href="assets/css/icons.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/css/bootstrap.min.css">
</head>
<body>
<div class="navbar" style="float:right">
<ul>
<li><a href="https://gwilloughby99.github.io/gwjournalism/about.html">About</a></li>
<li><a href="https://gwilloughby99.github.io/gwjournalism/portfolio.html">Portfolio</a></li>
<!-- <li><a href="https://gwilloughby99.github.io/gwjournalism/social.html">Social media</a></li> -->
<li><a href="https://gwilloughby99.github.io/gwjournalism/">Home</a></li>
</ul>
</div>
<main>
<!-- Introduction and heading -->
<header>
<div class="content-wrap">
<h1>George Willoughby</h1>
<h3>Data journalist</h3>
<hr>
<p>Data journalist at The Times and Sunday Times. <strong>Birmingham City University</strong> and <strong>Cardiff University</strong> alum.
Keen darts player and Lincoln City fan</p>
</div>
</header>
<br>
<!-- Blog exerpts -->
<section class="light">
<div class="container py-2">
<article class="postcard light green">
<a class="postcard__img_link" href="https://gwilloughby99.github.io/gwjournalism/articles/darts.html">
<img class="postcard__img" src="assets/img/board.jpeg" alt="Standard dart board"/>
</a>
<div class="postcard__text t-dark">
<h1 class="postcard__title green"><a href="https://gwilloughby99.github.io/gwjournalism/articles/darts.html">Tracking my darts progress</a></h1>
<div class="postcard__subtitle small">
<time datetime="2023-12-19 12:00:00">
<i class="fas fa-calendar-alt mr-2"></i>Updated after each game
</time>
</div>
<div class="postcard__bar"></div>
<div class="postcard__preview-txt">Using the Russ Bray App I am logging each of my game against the computer to see if I am improving.</div>
<ul class="postcard__tagbox">
<li class="tag__item"><i class="fas fa-tag mr-2"></i>Featured</li>
<li class="tag__item"><i class="fas fa-table" style="margin-right: .5rem!important;"> </i>Sport</li>
<li class="tag__item"><i class="fas fa-chart-bar" style="margin-right: .5rem!important;"></i>Data visualisation</li>
</ul>
</div>
</article>
</div>
</section>
<section class="light">
<div class="container py-2">
<article class="postcard light green">
<a class="postcard__img_link" href="https://gwilloughby99.github.io/gwjournalism/articles/covid.html">
<img class="postcard__img" src="assets/img/covid-swab.jpg" alt="Doctor taking a swab test"/>
</a>
<div class="postcard__text t-dark">
<h1 class="postcard__title green"><a href="https://gwilloughby99.github.io/gwjournalism/articles/covid.html">Covid-19 dashboard and key indicators</a></h1>
<div class="postcard__subtitle small">
<time datetime="2021-10-08 12:00:00">
<i class="fas fa-calendar-alt mr-2"></i>Updated daily
</time>
</div>
<div class="postcard__bar"></div>
<div class="postcard__preview-txt">Latest data on Coronavirus updated daily using the government dashboard. See the figures on case rates, deaths and vaccinations.</div>
<ul class="postcard__tagbox">
<li class="tag__item"><i class="fas fa-tag mr-2"></i>Featured</li>
<li class="tag__item"><i class="fas fa-table" style="margin-right: .5rem!important;"> </i>Data journalism</li>
<li class="tag__item"><i class="fas fa-chart-bar" style="margin-right: .5rem!important;"></i>Data visualisation</li>
</ul>
</div>
</article>
</div>
</section>
<section class="light">
<div class="container py-2">
<article class="postcard light green">
<a class="postcard__img_link" href="https://gwilloughby99.github.io/gwjournalism/articles/representation.html">
<img class="postcard__img" src="assets/img/gmp-police.jpeg" alt="GMP officers on duty" />
</a>
<div class="postcard__text t-dark">
<h1 class="postcard__title green"><a href="https://gwilloughby99.github.io/gwjournalism/articles/representation.html">Ethnic minority representation in the police</a></h1>
<div class="postcard__subtitle small">
<time datetime="2021-10-08 12:00:00">
<i class="fas fa-calendar-alt mr-2"></i>Wed, September 8th 2021
</time>
</div>
<div class="postcard__bar"></div>
<div class="postcard__preview-txt">My latest freelance piece was for national outlet the Eastern Eye. I looked at if police forces represent the communities that they serve. I achieved this through analysing data on current serving officers and recruitment. Findings revealed a shortage of Black, Asian and ethnic minority officers.</div>
<ul class="postcard__tagbox">
<li class="tag__item"><i class="fas fa-tag mr-2"></i>Featured</li>
<li class="tag__item"><i class="fas fa-table" style="margin-right: .5rem!important;"> </i>Data journalism</li>
<li class="tag__item"><i class="fas fa-chart-bar" style="margin-right: .5rem!important;"></i>Data visualisation</li>
<li class="tag__item"><i class="fas fa-balance-scale" style="margin-right: .5rem!important;"></i>Crime</li>
<li class="tag__item"><i class="fas fa-clock mr-2"></i>8 min read</li>
</ul>
</div>
</article>
</div>
</section>
<section class="light">
<div class="container py-2">
<article class="postcard light green">
<a class="postcard__img_link" href="https://gwilloughby99.github.io/gwjournalism/articles/funding.html">
<img class="postcard__img" src="assets/img/jenga.jpg" alt="Child playing with jenga blocks" />
</a>
<div class="postcard__text t-dark">
<h1 class="postcard__title green"><a href="https://gwilloughby99.github.io/gwjournalism/articles/funding.html">Funding gap in early years education</a></h1>
<div class="postcard__subtitle small">
<time datetime="2021-08-19 12:00:00">
<i class="fas fa-calendar-alt mr-2"></i>Thur, August 19th 2021
</time>
</div>
<div class="postcard__bar"></div>
<div class="postcard__preview-txt">Research into current policies and free entitlement potentially show how much money settings are missing out on every year. Without sufficient funding, free early education is not sustainable and, providers will struggle to provide the best possible start in life for children.</div>
<ul class="postcard__tagbox">
<li class="tag__item"><i class="fas fa-tag mr-2"></i>Featured</li>
<li class="tag__item"><i class="fas fa-table" style="margin-right: .5rem!important;"> </i>Data journalism</li>
<li class="tag__item"><i class="fas fa-chart-bar" style="margin-right: .5rem!important;"></i>Data visualisation</li>
<li class="tag__item"><i class="fas fa-school" style="margin-right: .5rem!important;"></i>Education</li>
<li class="tag__item"><i class="fas fa-clock mr-2"></i>12 min read</li>
</ul>
</div>
</article>
</div>
</section>
<!-- <section class="light">
<div class="container py-2">
<article class="postcard light green">
<a class="postcard__img_link" href="https://gwilloughby99.github.io/gwjournalism/articles/solutions.html">
<img class="postcard__img" src="assets/img/crayons.jpg" alt="Child drawing with crayons" />
</a>
<div class="postcard__text t-dark">
<h1 class="postcard__title green"><a href="https://gwilloughby99.github.io/gwjournalism/articles/solutions.html">Non-monetary solutions to early years issues </a></h1>
<div class="postcard__subtitle small">
<time datetime="2021-07-21 12:00:00">
<i class="fas fa-calendar-alt mr-2"></i>Wed, July 21st 2021
</time>
</div>
<div class="postcard__bar"></div>
<div class="postcard__preview-txt">Stressing how much training and education goes towards working in early years. That is an idea Verity would like to see become a reality. She believes that staff are not recognised as professionals. A solution to the misconception of what working in the early years entails is to raise awareness.</div>
<ul class="postcard__tagbox">
<li class="tag__item"><i class="fas fa-tag mr-2"></i>Featured</li>
<li class="tag__item"><i class="fas fa-microphone" style="margin-right: .5rem!important;"></i>Interview</li>
<li class="tag__item"><i class="fas fa-school" style="margin-right: .5rem!important;"></i>Education</li>
<li class="tag__item"><i class="fas fa-lightbulb" style="margin-right: .5rem!important;"></i>Solutions journalism</li>
<li class="tag__item"><i class="fas fa-clock mr-2"></i>12 min read</li>
</ul>
</div>
</article>
</section> -->
<section class="light">
<div class="container py-2">
<article class="postcard light green">
<a class="postcard__img_link" href="https://gwilloughby99.github.io/gwjournalism/articles/stop-and-search.html">
<img class="postcard__img" src="assets/img/pointing-police.jpg" alt="Officers on duty" />
</a>
<div class="postcard__text t-dark">
<h1 class="postcard__title green"><a href="https://gwilloughby99.github.io/gwjournalism/articles/stop-and-search.html">Stop and search powers and disproportionality</a></h1>
<div class="postcard__subtitle small">
<time datetime="2021-01-21 12:00:00">
<i class="fas fa-calendar-alt mr-2"></i>Thur, January 21st 2021
</time>
</div>
<div class="postcard__bar"></div>
<div class="postcard__preview-txt">An investigation into the use of stop and search by police forces in England and Wales. Analysis found that people from ethnic minority backgrounds are disproportionately subject to the policing tool compared to other ethnicities. </div>
<ul class="postcard__tagbox">
<li class="tag__item"><i class="fas fa-tag mr-2"></i>Featured</li>
<li class="tag__item"><i class="fas fa-table" style="margin-right: .5rem!important;"> </i>Data journalism</li>
<li class="tag__item"><i class="fas fa-chart-bar" style="margin-right: .5rem!important;"></i>Data visualisation</li>
<li class="tag__item"><i class="fas fa-balance-scale" style="margin-right: .5rem!important;"></i>Crime</li>
<li class="tag__item"><i class="fas fa-clock mr-2"></i>8 min read</li>
</ul>
</div>
</article>
</div>
</section>
<section class="light">
<div class="container py-2">
<article class="postcard light green">
<a class="postcard__img_link" href="https://gwilloughby99.github.io/gwjournalism/articles/outpatients.html">
<img class="postcard__img" src="assets/img/salford-royal-outside.jpg" alt="Salford Royal building at night" />
</a>
<div class="postcard__text t-dark">
<h1 class="postcard__title green"><a style="padding-left: 2.6px;" href="https://gwilloughby99.github.io/gwjournalism/articles/ms.html">How Covid-19 has impacted treatment for MS patients </a></h1>
<div class="postcard__subtitle small">
<time datetime="2021-05-23 12:00:00">
<i class="fas fa-calendar-alt mr-2"></i>Sun, May 23rd 2021
</time>
</div>
<div class="postcard__bar"></div>
<div class="postcard__preview-txt">People living with mulitiple sclerosis have had several important aspects to their treatment taken away because of the pandemic. From MRI scans to neurological appointments, treatment has not been the same and people have been genuinely suffering.</div>
<ul class="postcard__tagbox">
<li class="tag__item"><i class="fas fa-tag mr-2"></i>Featured</li>
<li class="tag__item"><i class="fas fa-table" style="margin-right: .5rem!important;"> </i>Data journalism</li>
<li class="tag__item"><i class="fas fa-chart-bar" style="margin-right: .5rem!important;"></i>Data visualisation</li>
<!-- <li class="tag__item"><i class="fas fa-microphone" style="margin-right: .5rem!important;"></i>Interview</li> -->
<li class="tag__item"> <i class="fas fa-first-aid" style="margin-right: .5rem!important;"></i>Health</li>
<li class="tag__item"><i class="fas fa-clock mr-2"></i>10 min read</li>
</ul>
</div>
</article>
</section>
<section class="light">
<div class="container py-2">
<article class="postcard light green">
<a class="postcard__img_link" href="https://gwilloughby99.github.io/gwjournalism/articles/outpatients.html">
<img class="postcard__img" src="assets/img/hospital-covid.jpg" alt="Outside a hospital with a no entry sign"/>
</a>
<div class="postcard__text t-dark">
<h1 class="postcard__title green"><a style="padding-left: 2.6px;" href="https://gwilloughby99.github.io/gwjournalism/articles/outpatients.html">Outpatient appointments and Covid-19 </a></h1>
<div class="postcard__subtitle small">
<time datetime="2021-05-23 12:00:00">
<i class="fas fa-calendar-alt mr-2"></i>Sat, Dec 12th 2020
</time>
</div>
<div class="postcard__bar"></div>
<div class="postcard__preview-txt">Outpatient appointments are not the same as a result of the pandemic. Face-to-face appointments have fallen and mobile services have been implemented. Physiotherapist Kay Hebden explained why online appointments are not as effective leading to potential health developments being missed. </div>
<ul class="postcard__tagbox">
<li class="tag__item"><i class="fas fa-tag mr-2"></i>Featured</li>
<li class="tag__item"><i class="fas fa-table" style="margin-right: .5rem!important;"> </i>Data journalism</li>
<li class="tag__item"><i class="fas fa-chart-bar" style="margin-right: .5rem!important;"></i>Data visualisation</li>
<li class="tag__item"> <i class="fas fa-first-aid" style="margin-right: .5rem!important;"></i>Health</li>
<li class="tag__item"><i class="fas fa-clock mr-2"></i>10 min read</li>
</ul>
</div>
</article>
</section>
</div>
</body>
</main>
<br>
<!-- </section> -->
<footer>
<div class="content-wrap">
<h2 style="margin-bottom: 5px;"> Get in touch! </h2>
<hr style="width: 50%;">
<ul class="contact-list">
<li><a href="mailto:[email protected]">Email</a></li>
<li><a href="https://twitter.com/GWJournalism" target="_blank">Twitter</a></li>
<li><a href="https://www.instagram.com/gwjournalism/" target="_blank">Instagram</a></li>
<li><a href="https://www.linkedin.com/in/george-willoughby-38b546184/" target="_blank">LinkedIn</a></li>
<li><a href="https://github.com/GWilloughby99" target="_blank">Github</a></li>
</ul>
</footer>
</html>