-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathscientists.html
More file actions
526 lines (452 loc) · 19.2 KB
/
scientists.html
File metadata and controls
526 lines (452 loc) · 19.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="favicon.ico">
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>Euclid UK</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<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=Lato:wght@100;300;400;700;900&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <link rel="icon" type="image/png" href="dist/images/favicon.png"> -->
</head>
<body class="code-snippets-visible">
<!-- <nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-dark" style="opacity:1.0; height: 65px; background-image:url('images/flag_strip.png');background-size:cover;"></nav> -->
<nav class="fixed-top navbar-expand-lg navbar-dark bg-dark navbar">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html"><b>EUCLID UK</b></a>
</li>
<li class="nav-item">
<a class="nav-link" href="public.html">PUBLIC</a>
</li>
<li class="nav-item">
<a class="nav-link" href="media.html">MEDIA</a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="scientists.html">SCIENTISTS</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.esa.int/Science_Exploration/Space_Science/Euclid">→EUCLID@ESA</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.euclid-ec.org">→EUCLID CONSORTIUM</a>
</li>
</ul>
</div>
</nav>
<!-- splash screen
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- <div class="container float-left"> -->
<div class="section_splash_container">
<img src="images/Euclid_looking_into_the_Universe.jpg" class="section_image_overlay">
<div class="title_container">
<span class='section_title'>EUCLID <b>UK</b></span><br>
<span class='splash_button'>FOR SCIENTISTS</span>
</div>
</div>
<!-- </div> -->
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container float-left">
<div class="row">
<div class="col-2">
<div class="sidenav">
<nav class="navbar navbar-expand-lg ">
<ul class="nav flex-column">
<li class="nav-item">
<a class="nav-link active" href="#introduction">INTRODUCTION</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#contact">CONTACTS</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#coordinationgroup">COORDINATION GROUP</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#membership">MEMBERSHIP</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#iris">IRIS</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#meetings">MEETINGS</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="col-8">
<!-- INTRODUCTION -->
<div class="container" id="introduction">
<div class="heading_div">
<div style="height:50px"></div>
<span class="heading">INTRODUCTION</span>
<div style="height:50px"></div>
</div>
<p>ESA's <b>Euclid</b> mission is designed to explore the composition and evolution of the dark Universe. The space telescope will create a great map of the large-scale structure of the Universe across space and time by observing billions of galaxies out to 10 billion light-years, across more than a third of the sky. Euclid will explore how the Universe has expanded and how structure has formed over cosmic history, revealing more about the role of gravity and the nature of dark energy and dark matter.</p>
<p><b>Euclid</b> was launched from Florida in July 2023.</p>
<p>On this page you will find a list of key Euclid UK contacts, information on how to join the Euclid Consortium, and information on computing resources and meetings.</p>
</div>
<!-- CONTACTS -->
<div class="container" id="contacts">
<div class="heading_div">
<div style="height:50px"></div>
<span class="heading">CONTACTS</span>
<div style="height:50px"></div>
</div>
<p>Euclid Consortium Board UK Representatives:</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Isobel Hook</td>
<td>Lancaster University</td>
</tr>
<tr>
<td>Bob Nichol</td>
<td>University of Surrey</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid Instrument Leads (from UK):</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Mat Page (VIS Lead)</td>
<td>University College London</td>
</tr>
<tr>
<td>Saeeda Awan (VIS Project Manager)</td>
<td>University College London</td>
</tr>
<tr>
<td>Patricia Liebing (VIS Deputy Instrument Scientist)</td>
<td>University College London</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid UK Science Ground Segment Leads:</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Andy Taylor (Euclid UK SGS Lead)</td>
<td>University of Edinburgh</td>
</tr>
<tr>
<td>Shona Matthew (Euclid UK SGS Project Manager)</td>
<td>University of Edinburgh</td>
</tr>
<tr>
<td>Isobel Ovens (Euclid UK SGS Project Administrator)</td>
<td>University of Edinburgh</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid Core Science Leads (from UK):</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Alex Hall (Weak Lensing SWG Lead)</td>
<td>University of Edinburgh</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid Legacy Science Leads (from UK):</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Rebecca Bowler (Primeval Universe SWG Lead)</td>
<td>University of Manchester</td>
</tr>
<tr>
<td>Chris Conselice (Legacy Science Lead)</td>
<td>University of Manchester</td>
</tr>
<tr>
<td>Giulio Fabbian (CMB Cross Correlations SWG Lead)</td>
<td>Cardiff University</td>
</tr>
<tr>
<td>Kazuya Koyama (Theory SWG Lead)</td>
<td>University of Portsmouth</td>
</tr>
<tr>
<td>James Nightingale (Strong Lensing SWG Deputy Lead)</td>
<td>Newcastle University</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid OU Leads (from UK):</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Benjamin Joachimi (OU LE3 Lead)</td>
<td>University College London</td>
</tr>
<tr>
<td>Andy Taylor (OU SHE Lead)</td>
<td>University of Edinburgh</td>
</tr>
<tr>
<td>Kevin Benson (OU VIS Deputy)</td>
<td>University College London</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid Inter-SWG Taskforce Leads (from UK):</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Alkistis Pourtsidou (IST:NL Lead)</td>
<td>University of Edinburgh</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid UK Science Data Centre:</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Gordon Gibb (SDC UK Technical Lead)</td>
<td>University of Edinburgh</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid Consortium Editorial Board Leads (from UK):</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>John Peacock (ECEB Co-Chair)</td>
<td>University of Edinburgh</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Euclid Consortium Diversity Committee (ECDC):</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Giuseppe Congedo</td>
<td>Royal Observatory Edinburgh</td>
</tr>
<tr>
<td>Eleanora Di Valentino</td>
<td>University of Sheffield, School of Mathematics and Statistics</td>
</tr>
</tbody>
</table>
<p style="margin-top:50px;">Early Career Committee (ECC):</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>Louis Legrand</td>
<td>DAMTP, Centre for Mathematical Sciences, University of Cambridge</td>
</tr>
<tr>
<td>Francesco Shankar</td>
<td>University of Southampton</td>
</tr>
<tr>
<td>Gavin Leroy</td>
<td>Durham University & ICC/CfEA</td>
</tr>
</tbody>
</table>
</div>
<!-- COORDINATION GROUP -->
<div class="container" id="coordinationgroup">
<div class="heading_div">
<div style="height:50px"></div>
<span class="heading">COORDINATION GROUP</span>
<div style="height:50px"></div>
</div>
<p>The Euclid:UK Coordination Group (EUCG) is a body tasked with coordinating and enabling Euclid UK researchers (the Euclid UK Community) to maximise access, use and exploitation of Euclid data within the UK. The EUCG terms of reference may be found <a href="https://drive.google.com/file/d/1ouj3S0WhdMriQYcIvVVsoMCFU_kVvfsW/view" class="link-primary">here</a>.</p>
<p>The current members of the EUCG are:</p>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Institute</th>
</tr>
</thead>
<tbody>
<tr>
<td>James Nightingale (chair)</td>
<td>Newcastle University</td>
</tr>
<tr>
<td>Stephen Eales</td>
<td>Cardiff University</td>
</tr>
<tr>
<td>Louis Gabarra</td>
<td>University of Oxford</td>
</tr>
<tr>
<td>Chris Lovell</td>
<td>University of Cambridge</td>
</tr>
<tr>
<td>Francesco Shankar</td>
<td>University of Southampton</td>
</tr>
<tr>
<td>Jaime Ruiz Zapatero</td>
<td>University College Londonn</td>
</tr>
</tbody>
</table>
</div>
<!-- MEMBERSHIP -->
<div class="container" id="membership">
<div class="heading_div">
<div style="height:50px"></div>
<span class="heading">EUCLID CONSORTIUM UK MEMBERSHIP</span>
<div style="height:50px"></div>
</div>
<p>Please apply for membership through this Euclid Consortium <a href="https://www.euclid-ec.org/consortium/quickstart-guide/" class="link-primary">webpage</a>. The application requires a CV and cover letter stating why you need membership and what you plan to do within the Consortium.</p>
</div>
<!-- IRIS -->
<div class="container" id="iris">
<div class="heading_div">
<div style="height:50px"></div>
<span class="heading">IRIS</span>
<div style="height:50px"></div>
</div>
<p>Euclid:UK has access to eInfrastructure for Research and Innovation for STFC (IRIS), which covers a range of facilities for distributed high-performance computing. Full details are available at <a href="https://www.iris.ac.uk" class="link-primary">www.iris.ac.uk</a>.</p>
<p>1000 CPU years for development work has been allocated to UK-based Euclid members for 2022-2024. If you would like to make use of the allocation please contact the EUCG directly.</p>
</div>
<!-- MEETINGS -->
<div class="container" id="meetings">
<div class="heading_div">
<div style="height:50px"></div>
<span class="heading">MEETINGS</span>
<div style="height:50px"></div>
</div>
<p>The 2022 Euclid:UK Meeting took place on Tuesday 13th December and Wednesday 14th December online. <a href="https://sites.google.com/view/eucliduk-meeting-2022/home" class="link-primary">Meeting website</a>.</p>
<p>The 2023 Euclid Consortium Meeting took place 19th-23rd June in Copenhagen. The meeting website is <a href="https://euclid2023.org/" class="link-primary">https://euclid2023.org/</a>.</p>
<p>The 2023 Euclid:UK Meeting took place on Thursday 14th December and Friday 15th December at the RAS, London. <a href="https://sites.google.com/view/eucliduk2023/home" class="link-primary">Meeting website</a>.</p>
<p>The 2024 Euclid Consortium took place 17th-23rd June in Rome.</p>
<p>The 2024 Euclid:UK Meeting took place on Tuesday 10th December and Wednesday 11th December at the RAS, London. <a href="https://sites.google.com/view/eucliduk2024/home" class="link-primary">Meeting website</a>.</p>
<p>The 2025 Euclid Consortium Meeting is taking place 24th-27th March in Leiden. <a href="https://www.cosmos.esa.int/web/euclid-eslab-2025" class="link-primary">Meeting website</a>.</p>
<p>The 2026 Euclid:UK Meeting is taking place April 16th-17th in Manchester, including a joint day with LSST:UK <a href="https://sites.google.com/view/euclid-lsst-uk-2026/home" class="link-primary">Meeting website</a>.</p>
<p>The 2026 Euclid Consortium Meeting is taking place 25th-29th May in Barcelona. <a href="https://www.cosmos.esa.int/web/euclid/meetings" class="link-primary">Meeting website</a>.</p>
</div>
<div class="container" id="partners">
<div class="heading_div">
<div style="height:50px"></div>
<span class="partners_button">PARTNERS</span>
<div style="height:50px"></div>
</div>
<a href="https://www.euclid-ec.org/">
<img class="logo" src="images/logos/EC_logos_official_Blue_with_text.png"></img>
</a>
<a href="https://www.esa.int/">
<img class="logo" src="images/logos/ESA.jpg"></img>
</a>
<a href="hhttps://www.gov.uk/government/organisations/uk-space-agency">
<img class="logo" src="images/logos/UKSA.jpg"></img>
</a>
<a href="https://www.ukri.org/councils/stfc/">
<img class="logo" src="images/logos/STFC.png"></img>
</a>
</div>
<div class="container" id="credit">
<div style="height:50px"></div>
Designed by Stephen Wilkins and Alex Hall. 2023.
<div style="height:100px"></div>
</div>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>