-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
292 lines (230 loc) · 11.3 KB
/
index.html
File metadata and controls
292 lines (230 loc) · 11.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>
Greg Slater
</title>
<link rel="stylesheet" href="files/tachyons.css"/>
</head>
<body class = "black-70">
<section class="fl w-100 ph5-ns mt4 bg-white-10">
<div class="fl w-90">
<h1 class = "f1 lh-title sans-serif">Greg Slater</h1>
</div>
<div class="fl w-10 mt4">
<!-- https://github.com/greg-slater/ -->
<a href = "https://www.linkedin.com/in/greg-slater-in/">
<img src="images/linkedin.png" class="w-20" alt="linkedin logo">
</a>
<a href = "https://github.com/greg-slater/">
<img src="images/github.png" class="w-20" alt="linkedin logo">
</a>
</div>
<div class="fl w-70">
<h2 class = "f2 lh-title sans-serif">About Me</h2>
<p class = "f4 lh-copy baskerville">
I’m a data analyst with a passion for coding and creative visualisations,
and interests in open data, cities & urban mobility, maps, and sustainability. <br> <br>
I currently work as a data analyst at the <a href="https://europe.edf.org/">Environmental Defense Fund Europe</a>,
where I’ve been responsible for turning large and complex datasets into stories
which help advocate for policy solutions to London’s air pollution problem. <br> <br>
Below are some of the pieces of work I've completed over the last couple of years.
</p>
</div>
</section>
<section class="fl w-100 ph5-ns mt2 bg-white-10">
<h2 class = "f2 lh-title sans-serif"> Projects</h2>
</section>
<section class="fl w-100 ph5-ns mt1 cs w-100 bg-white-10">
<!-- PROJECT LIST -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "https://www.globalcleanair.org/innovative-air-quality-monitoring/london-uk/">
<img src="images/breathe_london_500.png" class="mw-100" alt="breathe london thumbnail">
</a>
</div>
<!-- <a href="link">text</a> -->
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">Working on the Breathe London project</h3>
<p class = "f5 lh-copy baskerville">
My responsibility at EDF Europe has been to bring to life the data produced
by the <a href='https://www.globalcleanair.org/innovative-air-quality-monitoring/london-uk/'>Breathe London project</a>; a cutting edge, multi-year air quality monitoring
campaign in London, which used both car-mounted, mobile and low-cost, stationary sensors.
</p>
<p class = "f5 lh-copy baskerville">
<a href="https://greg-slater.github.io/edf/EDF Europe data stories master list July 2021.pdf">This document</a>
lists pieces of work that I contributed analyses and visualisations
to, some of which were covered by major new outlets, including <a href="https://www.theguardian.com/environment/2021/mar/11/london-teenagers-road-signs-highlight-effect-of-toxic-air-on-people-of-colour">The</a>
<a href="https://www.theguardian.com/environment/2020/sep/15/road-congestion-levels-in-outer-london-higher-than-before-lockdown">Guardian</a>,
<a href="https://www.bbc.co.uk/news/uk-england-london-56372704">BBC News</a>, and
<a href="https://www.standard.co.uk/news/london/choked-up-hijack-road-signs-catford-brixton-whitechapel-air-pollution-impacts-bame-communities-b923643.html">Evening Standard</a>.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "yelp/index.html">
<img src="images/yelp_500.png" class="mw-100" alt="yelp thumbnail">
</a>
</div>
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">London Nightlife Visualisation</h3>
<p class = "f5 lh-copy baskerville">
An interactive and animated map visualisation created to show the rhythms of London's nightlife.
</p>
<p class = "f5 lh-copy baskerville">
The data was gathered using Python scripts to query the <a href="https://www.yelp.com/developers/documentation/v3">Yelp API</a>
to find business locations and opening hours. The visualisation was created using the javascript libraries
<a href="https://p5js.org/">P5.js</a> and <a href="https://mappa.js.org/">Mappa.js</a>,
as well as <a href="https://www.mapbox.com/">Mapbox</a>.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "https://greg-slater.github.io/food_network/">
<img src="images/food_500.png" class="mw-100" alt="atmosphere thumbnail">
</a>
</div>
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">Italian recipe ingredients</h3>
<p class = "f5 lh-copy baskerville">
A bit of an experiment into web scraping and visualisation using a
topic of significant interest to me: cooking.
</p>
<p class = "f5 lh-copy baskerville">
First, I used the Python package <a href="https://www.crummy.com/software/BeautifulSoup/">Beautiful Soup</a>
to scrape every ingredient from any recipe classed as Italian on the BBC food website.
Then, after a bit of analysis used <a href="https://d3js.org/">D3</a> to create
a network style visualisation to show how common ingredients are, and what other
ingredients they tend to appear alongside.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "https://github.com/greg-slater/dissertation">
<img src="images/dissertation_500.png" class="mw-100" alt="atmosphere thumbnail">
</a>
</div>
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">Masters Dissertation</h3>
<p class = "f5 lh-copy baskerville">
A research project focussed on creating a measure of demand for Green Infrastructure
in London, completed in collaboration with <a href="https://www.westminster.gov.uk/">
Westminster City Council</a>. The
github <a href="https://github.com/greg-slater/dissertation">page</a> has
an executive summary as well as links to the full pdf, code, data and all
the final visualisations produced.
</p>
<p class = "f5 lh-copy baskerville">
Created using a wide variety of tools, but largely R for analysis, charts
and maps, as well as <a href="https://www.latex-project.org/">LaTeX</a>
for producing the final pdf document.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "https://greg-slater.github.io/riley">
<img src="images/riley_500.png" class="mw-100" alt="riley thumbnail">
</a>
</div>
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">Bridget Riley Print Generator</h3>
<p class = "f5 lh-copy baskerville">
A very quick and fun experiment to create a digital imitation of a Bridget Riley print, after being inspired by the
<a href="https://www.southbankcentre.co.uk/venues/hayward-gallery/past-exhibitions/bridget-riley">
incredible exhibition</a> at the Southbank Centre in January.
</p>
<p class = "f5 lh-copy baskerville">
Made using <a href="https://p5js.org/">P5.js</a>.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "https://greg-slater.shinyapps.io/shiny_app/">
<img src="images/atmosphere_500.png" class="mw-100" alt="atmosphere thumbnail">
</a>
</div>
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">Atmospheric Inequality in London</h3>
<p class = "f5 lh-copy baskerville">
An interactive map visualisation created to explore differential exposure
to NO2 in London. The tool allows the user to show Index of Multiple Deprivation data alongside
modelled NO2 levels from the London Atmospheric Emissions Inventory.
</p>
<p class = "f5 lh-copy baskerville">
Created using R <a href="https://shiny.rstudio.com/">Shiny</a> and
<a href="https://rstudio.github.io/leaflet/">Leaflet</a>.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "https://github.com/greg-slater/GIS">
<img src="images/internet_500.png" class="mw-100" alt="internet thumbnail">
</a>
</div>
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">Mapping Tools Comparison</h3>
<p class = "f5 lh-copy baskerville">
A masters assignment to explore a dataset using two different applications.
</p>
<p class = "f5 lh-copy baskerville">
I used data from the Oxford Internet Institute on digital inequality in England to
compare the relative advantages and disadvantages of creating maps in R and QGIS.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "https://github.com/greg-slater/charity_search">
<img src="images/charity_500.png" class="mw-100" alt="charity thumbnail">
</a>
</div>
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">DataKind Charity Search</h3>
<p class = "f5 lh-copy baskerville">
DataKind are a charity who help social change organisations to improve their impact using
data science. I built a tool to help them find suitable organisations to work with.
</p>
<p class = "f5 lh-copy baskerville">
It runs keyword matching on open data from the Charity Commission and 360 Giving
to identify charities with aims that match DataKind's objectives and allows the user to explore
the results in an interactive dashboard. Created with Python and Bokeh.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-30 pa2 dim pointer">
<a href = "https://greg-slater.github.io">
<img src="images/website_500.png" class="mw-100" alt="charity thumbnail">
</a>
</div>
<div class = "fl w-70 mh4 measure-wide">
<h3 class = "f3 sans-serif">This Website</h3>
<p class = "f5 lh-copy baskerville">
A very simple web development project to showcase some of my work and play around
with <a href="https://http://tachyons.io/">Tachyons</a>.
</p>
</div>
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 pa3 bt b--light-gray"></div>
<!-- BREAK -->
<div class = "fl w-100 pa3"></div>
<div class = "fl w-100 f7 pa3 black-40">Icons made by <a href="https://www.flaticon.com/authors/simpleicon" title="SimpleIcon">SimpleIcon</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
</section>
<script>
</script>
</body>
</html>