-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
613 lines (475 loc) · 29.2 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
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
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Home</title>
</head>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Atmospheric Composition and Air Quality Group</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<style type="text/css" media="screen">
#page { background: url("themes/default/images_css/kubrickbgwide.jpg") repeat-y top; border: none; }
</style>
<style>
.mySlides {display: none}
img {vertical-align: middle;}
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
background-color: rgba(0,0,0,0.8);
}
/* Caption text */
.text {
color: #000000;
font-size: 14px;
padding: 8px 12px;
position: bottom;
bottom: 8px;
width: 100%;
text-align: center;
}
/* Number text (1/3 etc) */
.numbertext {
color: #f2f2f2;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: 0;
}
/* The dots/bullets/indicators */
.dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.active, .dot:hover {
background-color: #717171;
}
/* Fading animation */
.fade {
-webkit-animation-name: fade;
-webkit-animation-duration: 1.5s;
animation-name: fade;
animation-duration: 1.5s;
}
@-webkit-keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
@keyframes fade {
from {opacity: .4}
to {opacity: 1}
}
/* On smaller screens, decrease text size */
@media only screen and (max-width : 1102px ){
.prev, .next,.text {font-size: 11px}
}
</style>
<!-- begin gallery scripts -->
<link rel="stylesheet" href="./plugins/featured-content-gallery/css/jd.gallery.css.php" type="text/css" media="screen" charset="utf-8"/>
<link rel="stylesheet" href="./plugins/featured-content-gallery/css/jd.gallery.css" type="text/css" media="screen" charset="utf-8"/>
<script type="text/javascript" src="./plugins/featured-content-gallery/scripts/mootools.v1.11.js"></script>
<script type="text/javascript" src="./plugins/featured-content-gallery/scripts/jd.gallery.js.php"></script>
<script type="text/javascript" src="./plugins/featured-content-gallery/scripts/jd.gallery.transitions.js"></script>
<!-- end gallery scripts -->
<!---<style type="text/css"></style>
#headerimg h1 a, #headerimg h1 a:visited, #headerimg .description { color: #FFFFFF; }
</style>
-->
</head>
<body>
<div id="page">
<!---<style>.color-box{background-color: white; width: 1048px; height: 42px; margin-left:32px; margin-top:-52px; border-color:black; border-style:solid; border-width:1px}</style>
<style>.transparent-box{background-color: transparent; width: 1048px; height: 162px; margin-left:32px; margin-top:-42px; border-color:transparent}</style>--->
<div id="header">
<div id="headerimg">
<h1><a style="color:black" href="http://maraisresearchgroup.co.uk/"><div class="transparent-box">Atmospheric Composition and Air Quality Group</div></a></h1>
<h1><a href="http://maraisresearchgroup.co.uk/"><div class="transparent-box"></div></a></h1>
<div class="description"></div>
</div>
<!--Navigation bar-->
<div id="navmenu">
<iframe src="./nav.html" onload="this.before((this.contentDocument.body||this.contentDocument).children[0]);this.remove()"></iframe>
</div>
</div>
<hr />
<div id="content" class="widecolumn">
<div class="post" id="post-1094">
<p><center><span style="font-size: 10pt;">Our group combines data from multiple platforms (models, aircraft, satellites, lab and field measurements) to better understand the influence of humans on atmospheric chemistry, air quality, and climate from urban to regional to global scales.</span></center></p>
<p><strong><center><span style="color: #1B1BD3; font-size: 10.5pt;">Recent news and highlights from our group:</span></center></strong></p>
<div class="entry">
<!-- Slideshow container -->
<div class="slideshow-container">
<!-- To add images:
(1) Copy the first 4 uncommented lines below from <div class"my Slides fade"> to </div>
(2) Paste these above the first entry so that the most recent news added appears first in the sequence of slides.
(3) Update the image filename and location (these should be placed in the subfolder named "./images_news/".
(4) Keep the height the same as the other entries and scale the image proportionate to this slide (i.e. don't impact the aspect ratio)
(5) Uncomment the line in the "The dots/circles" section below so that the number of uncommented lines corresponds to the number of slides in the sequence. -->
<!-- Full-width images with number and caption text -->
<div class="mySlides fade">
<img class="centered" src="images_news/Jacob-group-and-alums-AGU-20241211.jpg" alt="Jacob group alumni get-together during AGU" height="260">
<div class="text">Jacob group alumni get-together at AGU 2024.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/BBC-Rare-Earth-Space-EloiseMarais-TimPeake.jpeg" alt="BBC Rare Earth host and guests" height="260">
<div class="text">Eloise guest with Tim Peake on BBC 4 Rare Earth podcast episode <a href="https://www.bbc.co.uk/programmes/m0025bzm" target="_blank">The Final Frontier</a>.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/Horner-2024-ACP-cloud-sliced-NO2.jpg" alt="TROPOMI-derived vertically resolved tropospheric NO2" height="260">
<div class="text">Our work retrieving and validating vertically resolved NO2 from TROPOMI now in <a href="https://acp.copernicus.org/articles/24/13047/2024/" target="_blank">ACP</a>.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/Vohra-2024-EST-abstract-art.jpeg" alt="Premature deaths in fast-growing tropical cities from exposure to air pollution" height="260">
<div class="text">Our work on elucidating the influence O&G end-use on summer air quality in the eastern US now in <a href="https://pubs.acs.org/doi/10.1021/acs.est.4c10032" target="_blank">ES&T</a>.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/Huilin-Zhan-joins-the-group.jpg" alt="Photo of Huilin Zhan" height="260">
<!---<div class="text">Our first in-person group photo since the start of the pandemic.</div>--->
<div class="text">Huilin Zhan joins the group for a PhD focusing on biogenic volatile organic compounds.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/launch_reentry_airpollutant_co2_emissions_2020-2022.png" alt="Premature deaths in fast-growing tropical cities from exposure to air pollution" height="260">
<div class="text">Our work on satellite megaconstellation air pollutant and CO2 emissions available from <a href="https://www.nature.com/articles/s41597-024-03910-z" target="_blank">Nature Scientific Data</a>.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/karn-farewell-dinner-Tendril.jpg" alt="Karn farewell dinner" height="260">
<div class="text">After 7 years in the group, we bid Karn Vohra a celebratory farewell</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/space-travel-image.jpg" alt="Group photo on UCL campus" height="260">
<div class="text">Eloise on <a href="https://www.bbc.co.uk/programmes/m00237zq" target="_blank">BBC Radio 4's Inside Science</a> to discuss how green is space travel</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/Vredefort-Crater-South-Africa.png" alt="Vredeport Crater" height="260">
<div class="text">Report by Eloise halts natural gas production at a UNESCO Heritage Site. <a href="https://www.ucl.ac.uk/geography/news/2024/aug/expert-report-ucl-professor-halts-production-natural-gas-unesco-heritage-site" target="_blank">Link to news article</a></div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/promotion-dinner.jpeg" alt="Professor promotion 2024" height="260">
<div class="text">Professor promotion celebration dinner at Bloomsbury Street Kitchen.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/group-photo-igc11-jun2024.jpeg" alt="IGC11 2024 photo" height="260">
<div class="text">GEOS-Chem User's Meeting in St Louis in June 2024.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/egu-2024-group-photo.jpeg" alt="EGU 2024 photo" height="260">
<div class="text">The group at the EGU meeting in April 2024.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/Wiley-EF-most-downloaded-article-certificate.png" alt="Re-entry pollution" height="260">
<div class="text"><a href="https://agupubs.onlinelibrary.wiley.com/doi/epdf/10.1029/2021EF002612" target="_blank">Ryan et al. (2022)</a> awarded Wiley certificate for most downloaded article.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/esa-estec-re-entry-workshop.jpg" alt="Re-entry pollution" height="260">
<div class="text">Connor and Eloise presented at the ESA workshop on <a href="https://indico.esa.int/event/493/" target="_blank">Understanding the Atmospheric Effects of Spacecraft Re-entry</a>.</div>
<div class="text"> [Talk slides on <a href="https://maraisresearchgroup.co.uk/presentations.html" target="_blank">Presentations page</a>]</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/uk-pm25-premature-mortality-emission-controls.jpg" alt="Air pollution in tropical cities" height="260">
<div class="text">Public health benefits if the UK adopted the best available emission control measures.</div>
<div class="text">Find out more in our recent <a href="https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2023GH000910" target="_blank">GeoHealth</a> paper.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/vohra-et-al-premature-mortality-tropical-cities.png" alt="Air pollution in tropical cities" height="260">
<div class="text">Karn speaks to <a href="https://www.bbc.com/future/article/20231017-why-clean-air-is-a-luxury-that-many-cant-afford" target="_blank">the BBC</a> about his research on rapid air quality degradation in tropical cities</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/gce2-meeting-attendees.jpg" alt="Group photo on UCL campus" height="260">
<div class="text">2nd Regional Europe GEOS-Chem User's Meeting at UCL in August 2023</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/marais-group-photo-aug2023.jpg" alt="Group photo on UCL campus" height="260">
<div class="text">Group photo with (left to right) Karn, Gongda, Connor, Eloise, Bex, Eleanor, Nana</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/central-london-ozone-air-pollution-2022.png" alt="Ozone air pollution in Central London" height="175">
<div class="text">Heatwaves and ozone air pollution in Central London.</div>
<div class="text">[Find out more in our recently published<a href="https://acp.copernicus.org/articles/23/7121/2023/" target="_blank"> ACP paper</a>].</div>
</div>
<!---<div class="mySlides fade">
<img class="centered" src="images_news/TheGuardian-PollutionWatch-Mar2023.png" alt="The Guardian article" height="260">
<div class="text"><a href="https://www.theguardian.com/environment/2023/mar/24/uk-farming-causes-over-quarter-cities-particle-pollution-study" target="_blank">The Guardian</a> covers our work on the ubiquitous influence of agriculture on PM2.5 in UK cities.</div>
</div>--->
<!---<div class="mySlides fade">
<img class="centered" src="images_news/connor_barker_ucl_geog_postdoc.png" alt="Photo of Connor Barker" height="260">
<div class="text">Connor Barker joins the group for a postdoc on dry deposition of oxygenated VOCs and the impact of megaconstellation missions on the atmosphere.</div>
</div>--->
<div class="mySlides fade">
<img class="centered" src="images_news/kelly-cacint-2023.png" alt="PM2.5 source contributors in UK cities" height="260">
<!---<div class="text">Our first in-person group photo since the start of the pandemic.</div>--->
<div class="text">Rural agriculture and pollution from continental Europe dominant source of PM2.5 in UK cities.
<br /><em>[Find out more in our recently published <a href="https://doi.org/10.1016/j.cacint.2023.100100" target="_blank">paper</a>]</em></div>
</div>
<!---<div class="mySlides fade">
<img class="centered" src="images_news/marais-group-photo-sept2022.jpg" alt="Group photo on UCL campus" height="260">
<div class="text">Our first in-person group photo since the pandemic.
<br /> <em>[Left to right: Gongda, Rob, Nana, Eloise, Eleanor, Karn, Bex]</em></div>
</div>--->
<!---<div class="mySlides fade">
<img class="centered" src="images_news/eleanor_smith_ucl_geog_phd_2022.jpg" alt="Photo of Eleanor Smith" height="260">
<div class="text">Eleanor Smith joins the group to start a PhD on the impact of reactive nitrogen on air quality and climate.</div>
</div>--->
<!---<div class="mySlides fade">
<img class="centered" src="images_news/Group_photo_IGAC_2022.jpeg" alt="Group photo at iCACGP-IGAC Joint Conference in Manchester" height="260">
<div class="text">Members of the group at the iCACGP-IGAC Joint Conference in Manchester.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/max-doas-aerosol-pollution-fires-19jul2022.png" alt="UCL MAX-DOAS" height="260">
<div class="text">Our new Central London MAX-DOAS detects aerosol pollution from fires during the July 2022 heatwave</div>
</div>--->
<!---<div class="mySlides fade">
<img class="centered" src="images_news/ucl-max-doas.jpg" alt="UCL MAX-DOAS" height="260">
<div class="text">Our new MAX-DOAS up and running on the rooftop of an 11-story building at UCL</div>
</div>--->
<div class="mySlides fade">
<center><video height="260" loop controls autoplay muted><source src="./images_news/Rockets_climate_effect_movie.mp4" alt="GEOS-Chem-RRTMG TOA radiative forcing" type="video/mp4"></video></center>
<div class="text">Our work on the impact of rocket launches on climate and the ozone layer <a href="https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2021EF002612" target="_blank">published in Earth's Future</a>.</div>
</div>
<!---<div class="mySlides fade">
<img class="centered" src="images_news/Conversation_June2022.jpg" alt="Conversation piece (June 2022)" height="260">
<div class="text"><a href="https://theconversation.com/air-pollution-in-fast-growing-african-cities-presents-a-risk-of-premature-death-183944" target="_blank">The Conversation</a> piece on the likely health crisis from rapidly developing African cities.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/WashU_Group_June2022_1.jpg" alt="Group photo at IGC10, Washington University of St. Louis, USA" height="260">
<div class="text">Members of the group at the International GEOS-Chem User's Meeting in St. Louis, Missouri.</div>
</div>--->
<div class="mySlides fade">
<img class="centered" src="images_news/Vohra_SciAdv_2022_tropics_aq_early_deaths.png" alt="Premature deaths in fast-growing tropical cities from exposure to air pollution" height="260">
<div class="text">Our work on the rise in early deaths from air pollution in fast-growing tropical cities now in <a href="https://www.science.org/doi/reader/10.1126/sciadv.abm4435" target="_blank">Science Advances</a>.</div>
</div>
<div class="mySlides fade">
<img class="centered" src="images_news/powerships-ghg-air-pollution-paper.png" alt="Powership emissions" height="260">
<div class="text">Our work on greenhouse gas and air pollutant emissions from powerships now in <a href="https://pubs.rsc.org/en/Content/ArticleLanding/2022/VA/D1VA00049G#!divAbstract" target="_blank">Environ. Sci. Adv.</a></div>
</div>
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Marais_group_2021_hollywood_bowl_mk.jpeg" alt="Group get-together at Hollywood Bowl" height="260">
<div class="text">End-of-year (2021) group celebration at Hollywood Bowl</div>
</div>--->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Conversation_Nov2021.png" alt="Conversation piece (November 2021)" height="260">
<div class="text"><a href="https://theconversation.com/ditching-fossil-fuels-will-have-immediate-health-benefits-for-millions-world-leaders-must-seize-the-chance-171015" target="_blank">The Conversation</a> piece on the substantial global public health benefits of net-zero energy </div>
</div>--->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/bex_horner.jpeg" alt="Rebekah (Bex) Horner joins the group to pursue a PhD" height="260">
<div class="text">Rebekah (Bex) Horner joins the group to start a PhD on reactive nitrogen in the global troposphere </div>
</div>--->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/channel4_news_interview_space_tourism.png" alt="Channel 4 News interview" height="260">
<div class="text">Eloise speaks to <a href="https://www.channel4.com/news/spacex-launch-makes-history-as-four-amateur-astronauts-orbit-earth" target="_blank">Channel 4 News</a> on the need to regulate the space tourism industry </div>
</div>--->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/EAM_Group_IGAC_2021.png" alt="IGAC 2021 presentations mozaic" height="260">
<div class="text">Our work showcased at the virtual IGAC Science Meeting (Sep 2021)</div>
</div> --->
<div class="mySlides fade">
<img class="centered" src="./images_news/eo-uk-nh3-emissions.png" alt="Image of NH3 emissions" height="260">
<div class="text">Our work on satellite-derived UK ammonia emissions published in the <a href="https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2021JD035237" target="_blank">J. Geophys. Res.</a> </div>
</div>
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Falcon9-launch.jpg" alt="Image of rocket launch" height="260">
<div class="text"><a href="https://theconversation.com/space-tourism-rockets-emit-100-times-more-co-per-passenger-than-flights-imagine-a-whole-industry-164601" target="_blank">The Conversation</a> and <a href="https://www.theguardian.com/science/2021/jul/19/billionaires-space-tourism-environment-emissions" target="_blank">The Guardian</a> articles on the atmospheric impact of a nascent space tourism industry</div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/Vohra_air_quality_trends_2021.png" alt="Image of prevalent sources of VOCs" height="260">
<div class="text"><a href="https://www.ucl.ac.uk/news/2021/apr/hidden-air-pollutants-rise-india-and-uk" target="_blank">Press release</a> of our <a href="https://acp.copernicus.org/articles/21/6275/2021/acp-21-6275-2021.pdf" target="_blank">recent paper</a> on monitoring large air pollution changes in cities in India and the UK</div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/tropomi-ut-no2-amt-2021.png" alt="Image of prevalent sources of VOCs" height="260">
<div class="text">Our work on global observations of upper tropospheric NO2 from TROPOMI <a href="https://acp.copernicus.org/articles/21/6275/2021/acp-21-6275-2021.pdf" target="_blank">published in AMT</a></div>
</div>
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Jamie_photo.jpg" alt="Picture of Research Fellow Jamie Kelly" height="260">
<div class="text"><a href="https://www.geog.ucl.ac.uk/people/research-staff/jamie-kelly" target="_blank">Jamie Kelly</a> joins the group to work on PM2.5 sources in the UK cities</div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/Vohra_2021_FFM.png" alt="Premature mortality in Europe due to fossil fuel air pollution" height="260">
<div class="text">Our work on substantial global mortality from fossil fuel air pollution <a href="https://www.sciencedirect.com/science/article/abs/pii/S0013935121000487" target="_blank">published in Environ. Res.</a></div>
</div> --->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Kavitha_profile_photo.jpg" alt="Picture of Newton International Fellow Kavitha Mottungan" height="260">
<div class="text"><a href="https://www.geog.ucl.ac.uk/people/research-staff/kavitha-mottungan" target="_blank">Kavitha Mottungan</a>, Newton International Fellow, joins the group to work on air quality in India</div>
</div> --->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Marais_ERL_2021.png" alt="COVID-19 lockdown and air quality paper" height="260">
<div class="text">Our work on factors leading to improved air quality in the UK lockdown <a href="https://iopscience.iop.org/article/10.1088/1748-9326/abde5d" target="_blank">published in ERL</a></div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/AGU_2020.png" alt="AGU 2020 presentations mozaic" height="260">
<div class="text">Our work showcased at the virtual AGU Fall Meeting (Dec 2020)</div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/Rob_profile_photo.jpeg" alt="Picture of research fellow Robert Ryan" height="260">
<div class="text"><a href="https://www.geog.ucl.ac.uk/people/research-staff/robert-ryan/" target="_blank">Rob Ryan</a> joins the group to determine the impact of rocket emissions on atmospheric composition</div>
</div> --->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Marais_Group_Zoom.jpg" alt="Group meeting on Zoom" height="260">
<div class="text">Our virtual group meeting via Zoom and across 9 time zones </div>
</div> --->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/KV_EGU_May2020.png" alt="Karn Vohra presents at EGU 2020" height="260">
<div class="text">Karn Vohra presents his research at the <a href="http://maraisresearchgroup.co.uk/Presentations/Vohra-EGU-2020.pdf" target="_blank">Virtual EGU Zoom session (May 2020)</a></div>
</div> --->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Alfred_charcoal_EST_2020.jpg" alt="Charcoal industry air pollution paper published" height="260">
<div class="text">Our work on the impact of the charcoal industry in Africa on air quality and climate <a href="https://pubs.acs.org/doi/abs/10.1021/acs.est.0c03754" target="_blank">published in ES&T</a></div>
</div> --->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/Vohra_ACP_2020.png" alt="Karn Vohra's paper submitted to ACPD" height="260">
<div class="text">Our work on trends in city-wide air quality in UK and India <a href="http://maraisresearchgroup.co.uk/Publications/Vohra-ACPD-2020.pdf" target="_blank"> in ACP</a></div>
</div> --->
<!---<div class="mySlides fade">
<img class="centered" src="./images_news/marais_aq_grant_pm25.png" alt="Air Quality grant awarded to study PM2.5 in Leicester" height="260">
<div class="text">Eloise awarded funding to determine local and distant PM<sub>2.5</sub> sources in Leicester </div>
</div> --->
<!-- ARCHIVE OLD SLIDES HERE:
<div class="mySlides fade">
<img class="centered" src="./images_news/nana_wei_iop_3_minute_wonder_2020.jpg" alt="Nana Wei presents at 3-minute PhD competition" height="260">
<div class="text">Nana presents at the Institute of Physics 3-Minute Wonder competition in Leicester </div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/ERC_logo.png" alt="ERC Starting Grant awarded to Eloise Marais" height="260">
<div class="text">Eloise awarded an ERC Starting Grant to better understand reactive nitrogen in the upper troposphere </div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/nana_wei.jpeg" alt="Nana Wei joins the group to pursue a PhD" height="260">
<div class="text">Nana Wei joins the group to start a PhD on nitrogen in the upper troposphere </div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/health-burden-fossil-fuels.png" alt="Future fossil fuels in Africa and health paper published" height="260">
<div class="text">Our paper on the impact of future fossil fuel on air quality <a href="https://pubs.acs.org/doi/pdf/10.1021/acs.est.9b04958" target="_blank">published in ES&T</a></div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/group-photo.jpg" alt="Group photo with Eziekel" height="260">
<div class="text">Eziekel visits the group to learn to run GEOS-Chem on the Amazon Cloud</div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/Eloise-Research-Group.jpg" alt="Research group photo with Irma" height="260">
<div class="text">Irma joins us for 3 months to learn to run GEOS-Chem</div>
</div>
-->
<!-- Placeholder highlights:
<div class="mySlides fade">
<img class="centered" src="./images/group-photo.jpg" height="260">
<div class="text">Alok Pandey joins the group to address ammonia emission uncertainties in the UK</div>
</div>
<div class="mySlides fade">
<img class="centered" src="./images_news/Alok_profile_photo.png" alt="Picture of postdoc Alok Pandey" height="260">
<div class="text">Alok Pandey joins the group to start postdoctoral research on ammonia emissions in the UK</div>
</div>
-->
<!-- Next and previous buttons (not used as automated)
<!-- <a class="prev" onClick="plusSlides(-1)">❮</a>
<!-- <a class="next" onClick="plusSlides(1)">❯</a> -->
</div>
<br>
<!-- The dots/circles -->
<div style="text-align:center">
<span class="dot" onClick="currentSlide(1)"></span>
<span class="dot" onClick="currentSlide(2)"></span>
<span class="dot" onClick="currentSlide(3)"></span>
<span class="dot" onClick="currentSlide(4)"></span>
<span class="dot" onClick="currentSlide(5)"></span>
<span class="dot" onClick="currentSlide(6)"></span>
<span class="dot" onClick="currentSlide(7)"></span>
<span class="dot" onClick="currentSlide(8)"></span>
<span class="dot" onClick="currentSlide(9)"></span>
<span class="dot" onClick="currentSlide(10)"></span>
<span class="dot" onClick="currentSlide(11)"></span>
<span class="dot" onClick="currentSlide(12)"></span>
<span class="dot" onClick="currentSlide(13)"></span>
<span class="dot" onClick="currentSlide(14)"></span>
<span class="dot" onClick="currentSlide(15)"></span>
<span class="dot" onClick="currentSlide(16)"></span>
<span class="dot" onClick="currentSlide(17)"></span>
<span class="dot" onClick="currentSlide(18)"></span>
<span class="dot" onClick="currentSlide(19)"></span>
<span class="dot" onClick="currentSlide(20)"></span>
<span class="dot" onClick="currentSlide(21)"></span>
<span class="dot" onClick="currentSlide(22)"></span>
<span class="dot" onClick="currentSlide(23)"></span>
<span class="dot" onClick="currentSlide(24)"></span>
</div>
<script>
var slideIndex = 0;
var timer = null;
showSlides();
function currentSlide(n) {
clearTimeout(timer);
showSlides(slideIndex = n-1);
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName("mySlides");
var dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex > slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
if (slideIndex==21) {
timer=setTimeout(showSlides, 38000, slideIndex);
}else if (slideIndex==1) {
timer=setTimeout(showSlides, 4600, slideIndex);
}
else{
timer=setTimeout(showSlides, 4600, slideIndex);
}
/* timer=setTimeout(showSlides, 4250, slideIndex); // Change image every 5 seconds */
}
</script>
</div>
</div>
</div>
<hr />
<div id="footer">
<!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. -->
<p>
<br> <br />
<!-- 20 queries. 0.038 seconds. -->
</p>
</div>
</div>
<!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/kubrick/ -->
<script type="text/javascript' src='./js/wp-embed.min.js"></script>
</body>
</html>
</html>