-
Notifications
You must be signed in to change notification settings - Fork 5
/
AdvisoryCouncil.html
477 lines (433 loc) · 19 KB
/
AdvisoryCouncil.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-101488706-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-101488706-2');
</script>
<meta charset="utf-8">
<title>EarthArXiv</title>
<!-- Latest compiled and minified CSS - FLATLY theme -->
<link href="https://maxcdn.bootstrapcdn.com/bootswatch/4.0.0-beta.3/flatly/bootstrap.min.css" rel="stylesheet" integrity="sha384-+lmTKXkS+c9d34U9obDdGOZT7zqFicJDkhckYYsW7oenXR37T2OEV4uqfUO45M87" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.3/js/bootstrap.bundle.min.js" integrity="sha384-VspmFJ2uqRrKr3en+IG0cIq1Cl/v/PHneDw6SQZYgrcr8ZZmZoQ3zhuGfMnSR/F2" crossorigin="anonymous"></script>
<style>
.main_logo {
display: block;
margin-right: auto;
margin-left: auto;
width: 600px;
height: 250px;
}
.nav-item {
padding-left:1em;
padding-right:1em;
}
.nav-link {
font-size:1.4em;
}
.navbar-nav {
float:none;
margin: auto;
text-align: center;
}
</style>
</head>
<body>
<img class="main_logo" src="wide_color.png" alt="EarthArXiv Logo"><br/>
<div class="container">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor02" aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="faq.html">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="resources.html">Resources</a></li>
<li class="nav-item"><a class="nav-link" href="blog.html">Blog</a></li>
<li class="nav-item"><a class="nav-link" href="diversity_statement.html">Diversity Statement</a></li>
<li class="nav-item"><a class="nav-link" href="moderation.html">Moderation Policy</a></li>
<li class="nav-item active"><a class="nav-link" href="AdvisoryCouncil.html">Advisory Council<span class="sr-only">(current)</span></a></li>
</ul>
</div>
</nav>
<br/>
<h3><center>Current and Past Advisory Councils</center></h3>
<br/>
<h4>EarthArXiv Advisory Council - 2023 Changes</h4>
<table class="table">
<thead>
</thead>
<tbody>
<tr>
<th scope="col">New Council Member</th>
<th scope="col">Affiliation</th>
</tr>
<tr>
<td>Sara Lafia</td>
<td>University of Michigan</td>
</tr>
<tr>
<td>Samantha Teplitzky</td>
<td>UC Berkeley</td>
</tr>
<tr>
<td>Clare Warren</td>
<td>The Open University</td>
</tr>
<tr>
<td>Ann Rowan</td>
<td>University of Bergen and Bjerknes Centre for Climate Research, Bergen, Norway</td>
</tr>
<tr>
<th scope="col">Continuing Council Member</th>
<th scope="col">Affiliation</th>
</tr>
<tr>
<td>Elif Oral</td>
<td>Geoazur Institute, University of Sophia Antipolis</td>
</tr>
<tr>
<td>Yingdi Luo</td>
<td>JPL, California Institute of Technology</td>
</tr>
<tr>
<td>Bamidele Adeniyi</td>
<td>University of Lagos</td>
</tr>
<tr>
<td>David Hedding</td>
<td>University of South Africa</td>
</tr>
<tr>
<td>Anne Joseph</td>
<td>University of British Columbia</td>
</tr>
<tr>
<td>Chris Jackson</td>
<td>University of Manchester, UK</td>
</tr>
<tr>
<td>Tom Narock</td>
<td>Goucher College, USA</td>
</tr>
</tbody>
</table>
</br>
<h4>EarthArXiv Advisory Council - 2022 Changes</h4>
<table class="table">
<thead>
</thead>
<tbody>
<tr>
<th scope="col">New Council Member</th>
<th scope="col">Affiliation</th>
</tr>
<tr>
<td>Bamidele Adeniyi</td>
<td>University of Lagos</td>
</tr>
<tr>
<td>David Hedding</td>
<td>University of South Africa</td>
</tr>
<tr>
<td>Anne Joseph</td>
<td>University of British Columbia</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="col">Continuing Council Member</th>
<th scope="col">Affiliation</th>
</tr>
<tr>
<td>Elif Oral</td>
<td>Geoazur Institute, University of Sophia Antipolis</td>
</tr>
<tr>
<td>Cynthia Gerlein-Safdi</td>
<td>University of Michigan</td>
</tr>
<tr>
<td>Giacomo Falchetta</td>
<td>Fondazione Eni Enrico Mattei (FEEM) and the Free University of Bozen-Bolzano</td>
</tr>
<tr>
<td>Xuehang Song</td>
<td>Pacific Northwest National Laboratory</td>
</tr>
<tr>
<td>Jess Hillman</td>
<td>GNS Science</td>
</tr>
<tr>
<td>Yingdi Luo</td>
<td>JPL, California Institute of Technology</td>
</tr>
<tr>
<td>Supratim Dey</td>
<td>University of California, Davis</td>
</tr>
<tr>
<td>Chris Jackson</td>
<td>University of Manchester, UK</td>
</tr>
<tr>
<td>Tom Narock</td>
<td>Goucher College, USA</td>
</tr>
</tbody>
</table>
</br>
<h4>EarthArXiv Advisory Council - 2021 Changes</h4>
<table class="table">
<thead>
</thead>
<tbody>
<tr>
<th scope="col">New Council Member</th>
<th scope="col">Affiliation</th>
</tr>
<tr>
<td>Elif Oral</td>
<td>Geoazur Institute, University of Sophia Antipolis</td>
</tr>
<tr>
<td>Cynthia Gerlein-Safdi</td>
<td>University of Michigan</td>
</tr>
<tr>
<td>Giacomo Falchetta</td>
<td>Fondazione Eni Enrico Mattei (FEEM) and the Free University of Bozen-Bolzano</td>
</tr>
<tr>
<td>Xuehang Song</td>
<td>Pacific Northwest National Laboratory</td>
</tr>
<tr>
<td>Jess Hillman</td>
<td>GNS Science</td>
</tr>
<tr>
<td>Yingdi Luo</td>
<td>JPL, California Institute of Technology</td>
</tr>
<tr>
<td>Supratim Dey</td>
<td>University of California, Davis</td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="col">Continuing Council Member</th>
<th scope="col">Affiliation</th>
</tr>
<tr>
<td>Zheng Chen</td>
<td>Xi'an Jiaotong - Liverpool University, China</td>
</tr>
<tr>
<td>Chris Jackson</td>
<td>Imperial College London, UK</td>
</tr>
<tr>
<td>Tom Narock</td>
<td>Goucher College, USA</td>
</tr>
<tr>
<td>Manish Pandey</td>
<td>Universty Center for Research & Development, Chandigarh University, India</td>
</tr>
<tr>
<td>Daniel Pastor-Galán</td>
<td>Tohoku University, Japan</td>
</tr>
<tr>
<td>Leonardo Uieda</td>
<td>University of Liverpool, UK</td>
</tr>
<tr>
<td>Rebecca Williams</td>
<td>University of Hull, UK</td>
</tr>
<tr>
<td>Joshua Dean</td>
<td>University of Liverpool, UK</td>
</tr>
<tr>
<td>Luciano Fleischfresser</td>
<td>UTFPR, Brazil</td>
</tr>
</tbody>
</table>
</br>
<h4>EarthArXiv Advisory Council - 2020 Changes</h4>
<table class="table">
<thead>
<tr>
<th scope="col">Council Member</th>
<th scope="col">Affiliation</th>
</tr>
</thead>
<tbody>
<tr>
<td>Alodie Bubeck</td>
<td>Lettis Consultants International, California, USA</td>
</tr>
<tr>
<td>Joshua Dean</td>
<td>University of Liverpool, UK</td>
</tr>
<tr>
<td>Zheng Chen</td>
<td>DXi'an Jiaotong - Liverpool University, China</td>
</tr>
<tr>
<td>Allison Enright</td>
<td>University of New Brunswick, Canada</td>
</tr>
<tr>
<td>Jamie Farquharson</td>
<td>University of Miami, USA</td>
</tr>
<tr>
<td>Luciano Fleischfresser</td>
<td>UTFPR, Brazil</td>
</tr>
<tr>
<td>Stéphanie Girardclos</td>
<td>University of Geneva, Switzerland</td>
</tr>
<tr>
<td>Daniel Ibarra</td>
<td>University of California, Berkeley, USA</td>
</tr>
<tr>
<td>Chris Jackson</td>
<td>Imperial College London, UK</td>
</tr>
<tr>
<td>Neha Mehta</td>
<td>CNRS/Sorbonne University/UPMC, France</td>
</tr>
<tr>
<td>Tom Narock</td>
<td>Goucher College, USA</td>
</tr>
<tr>
<td>Angelo Pio Rossi</td>
<td>Jacobs University Bremen, Germany</td>
</tr>
<tr>
<td>Lauren O'Connor</td>
<td>University of Arizona, USA</td>
</tr>
<tr>
<td>Manish Pandey</td>
<td>Universty Center for Research & Development, Chandigarh University, India</td>
</tr>
<tr>
<td>Daniel Pastor-Galán</td>
<td>Tohoku University, Japan</td>
</tr>
<tr>
<td>Leonardo Uieda</td>
<td>University of Liverpool, UK</td>
</tr>
<tr>
<td>Rebecca Williams</td>
<td>University of Hull, UK</td>
</tr>
</tbody>
</table>
<br/>
<h4>EarthArXiv Advisory Council - 2019 Changes</h4>
<br/>
<table class="table">
<thead>
<tr>
<th scope="col">Council Member</th>
<th scope="col">Affiliation</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sara Bosshart</td>
<td>International Water Association, UK</td>
</tr>
<tr>
<td>Alodie Bubeck</td>
<td>University of Leicester, UK</td>
</tr>
<tr>
<td>Allison Enright</td>
<td>Rutgers - Newark, USA</td>
</tr>
<tr>
<td>Jamie Farquharson</td>
<td>University of Miami, USA</td>
</tr>
<tr>
<td>Alfonso Fernandez</td>
<td>Universidad de Concepcion, Chile</td>
</tr>
<tr>
<td>Stéphanie Girardclos</td>
<td>University of Geneva, Switzerland</td>
</tr>
<tr>
<td>Friedrich Hawemann</td>
<td>ETH Zurich, Switzerland</td>
</tr>
<tr>
<td>Rebecca Williams</td>
<td>University of Hull, UK</td>
</tr>
<tr>
<td>Daniel Ibarra</td>
<td>University of California, Berkeley, USA</td>
</tr>
<tr>
<td>Chris Jackson</td>
<td>Imperial College London, UK</td>
</tr>
<tr>
<td>Sabine Lengger</td>
<td>University of Plymouth, UK</td>
</tr>
<tr>
<td>Tom Narock</td>
<td>Goucher College, USA</td>
</tr>
<tr>
<td>Angelo Pio Rossi</td>
<td>Jacobs University Bremen, Germany</td>
</tr>
<tr>
<td>Divyesh Varade</td>
<td>Indian Institute of Technology Kanpur, India</td>
</tr>
<tr>
<td>Chris Waigl</td>
<td>University of Alaska Fairbanks, USA</td>
</tr>
</tbody>
</table>
<footer id="footer">
<hr/>
<p><a rel="license" href="http://creativecommons.org/licenses/by/2.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/2.0/80x15.png" /></a> This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution 2.0 International License</a>. Contact email: <a href="mailto:[email protected]">Tom Narock</a>. Source code can found at <a href="https://github.com/EarthArXiv/eartharxiv.github.io">our github page</a>. Based on <a href="https://getbootstrap.com" rel="nofollow">Bootstrap</a>. Theme is <a href="https://bootswatch.com/flatly/">Flatly</a> from <a href="https://bootswatch.com/">Bootswatch</a>.</p>
<p>Cite as <a href="https://zenodo.org/badge/latestdoi/106038244"><img src="https://zenodo.org/badge/106038244.svg" alt="DOI"></a></p>
</footer>
</div>
</body>
</html>