-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathteam-members.ts
More file actions
392 lines (390 loc) · 9.1 KB
/
team-members.ts
File metadata and controls
392 lines (390 loc) · 9.1 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
import { CurrentTeamMember, PriorTeamMember } from '../types/team'
export const CurrentTeamMembers: CurrentTeamMember[] = [
{
name: 'Jamie Atkins',
position: 'Postdoctoral researcher',
description:
'Jamie develops biogeochemical sampling in the Virtual Ship Classroom.',
image: 'utrecht-team/JamieAtkins.jpg',
},
{
name: 'Vesna Bertoncelj',
position: 'PhD candidate',
description:
'Vesna investigates how pollutants spread around coral reefs on Curacao.',
image: 'utrecht-team/VesnaBertoncelj.png',
},
{
name: 'Meike Bos',
position: 'Postdoctoral researcher',
description:
'Meike develops parameterisations for the dynamics of macroplastic items in oceanic flows.',
image: 'utrecht-team/MeikeBos.jpg',
},
{
name: 'Emma Daniëls',
position: 'Postdoctoral researcher',
description: 'Emma leads the development of the Virtual Ship Classroom.',
image: 'utrecht-team/EmmaDaniels.jpg',
},
{
name: 'Michael Denes',
position: 'Postdoctoral researcher',
description:
'Michael investigates how marine pollution can be computed in the Copernicus Marine Service.',
links: {
github: 'https://github.com/michaeldenes',
researchgate: 'https://www.researchgate.net/profile/Michael-Denes',
googlescholar: 'https://scholar.google.com/citations?user=KIx5ROoAAAAJ',
},
image: 'utrecht-team/MichaelDenes.jpg',
},
{
name: 'Elena Gianotten',
position: 'MSc student',
description:
'Elena creates a model to simulate the dispersion of Sargassum.',
image: 'utrecht-team/ElenaGianotten.jpg',
},
{
name: 'Nick Hodgskin',
position: 'Research software engineer',
description: 'Nick supports the development and use of the parcels code.',
links: {
github: 'https://github.com/veckothegecko/',
},
image: 'utrecht-team/NickHodgskin.jpg',
},
{
name: 'Jimena Medina Rubio',
position: 'PhD candidate',
description:
'Jimena investigates how ocean currents transport plastic in the North Sea.',
image: 'utrecht-team/JimenaMedinaRubio.jpeg',
},
{
name: 'Isabelle Pelster José',
position: 'BSc student',
description:
'Isabelle analyses how drifters track Sargassum in the Tropical Atlantic Ocean.',
image: 'utrecht-team/IsabellePelsterJose.jpeg',
},
{
name: 'Marc Schneiter',
position: 'PhD candidate',
description:
'Marc develops new drifter tracking technology to investigate beaching of large plastic items.',
image: 'utrecht-team/MarcSchneiter.png',
},
{
name: 'Erik van Sebille',
position: 'Professor',
description:
"Erik investigates how ocean currents move 'stuff' around, and leads the OceanParcels project.",
links: {
github: 'https://github.com/erikvansebille',
googlescholar:
'https://scholar.google.com.au/citations?user=2Pb1HdUAAAAJ&hl=en',
'UU profile': 'https://www.uu.nl/staff/EvanSebille',
},
image: 'utrecht-team/ErikvanSebille.jpg',
},
]
export const PriorTeamMembers: PriorTeamMember[] = [
{
name: 'Bas Altena',
position: 'Postdoctoral researcher',
},
{
name: 'Margo van Asschenbergh',
position: 'BSc student',
},
{
name: 'Deborah Bassotto',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/38673',
},
},
{
name: 'Mariana de Botton Falcon',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/300',
},
},
{
name: 'Quinten Bohte',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/4',
},
},
{
name: 'Ilse Bos',
position: 'BSc student',
},
{
name: 'Daria Botvynko',
position: 'PhD exchange researcher from IMT Atlantique',
},
{
name: 'Tycho Bovenschen',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/40938',
},
},
{
name: 'Floran Brinkman',
position: 'MSc student',
},
{
name: 'Simon Brouwer',
position: 'BSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/29288',
},
},
{
name: 'Laura Chow',
position: 'MSc student',
},
{
name: 'Philippe Delandmeter',
position: 'Postdoctoral researcher',
},
{
name: 'Ilja Deurloo',
position: 'BSc student',
},
{
name: 'Bram van Duinen',
position: 'BSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/39787',
},
},
{
name: 'Raymond Edwards',
position: 'BSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/29930',
},
},
{
name: 'Mark Elbertsen',
position: 'MSc student',
},
{
name: 'Judith Ewald',
position: 'MSc student',
},
{
name: 'Reint Fischer',
position: 'Software support & MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/36956',
},
},
{
name: 'Philippe Frankemölle',
position: 'MSc student',
},
{
name: 'Rebeca De La Fuente',
position: 'PhD exchange researcher from University of Balearic Islands',
},
{
name: 'Laura Gomez Navarro',
position: 'Postdoctoral researcher and Margarita Salas Fellow',
},
{
name: 'Federica Guerrini',
position: 'PhD exchange researcher from Politecnico di Milano',
},
{
name: 'Jente Heisterborg',
position: 'BSc student',
},
{
name: 'Anna van Herwijnen',
position: 'BSc student',
},
{
name: 'Michal Janssen',
position: 'BSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/33642',
},
},
{
name: 'Cleo Jongedijk',
position: 'PhD candidate',
},
{
name: 'Mikael Kaandorp',
position: 'PhD candidate',
links: {
Thesis: 'https://dspace.library.uu.nl/handle/1874/427259',
},
},
{
name: 'Christian Kehl',
position: 'Postdoctoral researcher',
},
{
name: 'Eliza de Keijzer',
position: 'BSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/37749',
},
},
{
name: 'Clara Koster',
position: 'BSc student',
},
{
name: 'Delphine Lobelle',
position: 'Postdoctoral researcher',
},
{
name: 'Darshika Manral',
position: 'PhD candidate',
},
{
name: 'Sophie van Mil',
position: 'MSc student',
},
{
name: 'Maarten Muller',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/34860',
},
},
{
name: 'Ina Nagler',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/41778',
},
},
{
name: 'Peter Nooteboom',
position: 'Postdoctoral researcher',
},
{
name: 'Arianna Olivelli',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/33626',
},
},
{
name: 'Victor Onink',
position: 'PhD candidate & MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/30480',
},
},
{
name: 'Marc Op den Kamp',
position: 'MSc student',
},
{
name: 'Bety Pechacova',
position: 'BSc intern',
},
{
name: 'Claudio Pierard',
position: 'PhD candidate',
},
{
name: 'Daan Reijnders',
position: 'PhD candidate & MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/34936',
},
},
{
name: 'Jiongqiu Ren',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/42791',
},
},
{
name: 'Joey Richardson',
position: 'MSc student',
},
{
name: 'Jeroen van Rijn',
position: 'BSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/29926',
},
},
{
name: 'Mattia Romero',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/45043',
},
},
{
name: 'Siren Rühs',
position: 'Postdoctoral researcher',
},
{
name: 'Denise Ruijsch',
position: 'MSc student',
},
{
name: 'Sophie Schmiz',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/40945',
},
},
{
name: 'Miriam Sterl',
position: 'BSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/32665',
},
},
{
name: 'Ezekiel Stevens',
position: 'MSc student',
},
{
name: 'Nicoleta Tsakali',
position: 'BSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/35474',
},
},
{
name: 'Aike Vonk',
position: 'MSc student',
},
{
name: 'Anneke Vries',
position: 'MSc student',
links: {
Thesis: 'https://studenttheses.uu.nl/handle/20.500.12932/33496',
},
},
{
name: 'David Wichmann',
position: 'PhD candidate',
links: {
Thesis: 'https://dspace.library.uu.nl/handle/1874/402404',
},
},
{
name: 'Stefanie Ypma',
position: 'Postdoctoral researcher',
},
]