-
Notifications
You must be signed in to change notification settings - Fork 2
/
team.html
518 lines (478 loc) · 21 KB
/
team.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
<!DOCTYPE HTML>
<!--
Arcana by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Jitsuvax - Team</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<div id="page-wrapper">
<!-- Header -->
<div id="header">
<!-- Logo -->
<a href="index.html" id="logo"> </a>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="project.html">Our Work</a></li>
<li class="current"><a href="#!">Our Team</a>
<ul>
<li><a href="team.html">Team</a></li>
<li><a href="advisory.html">Advisory Board</a></li>
</ul>
</li>
<li><a href="#!">Output</a>
<ul>
<li><a href="publications.html">Publications</a></li>
<li><a href="deliverables.html">Deliverables and Open Data</a></li>
</ul>
</li>
<li>
<a href="#!">Resources</a>
<ul>
<li><a href="related.html">Related Groups and Projects</a></li>
<li><a href="reading.html">Further Reading</a></li>
</ul>
</li>
<li><a href="news.html">News</a></li>
</ul>
</nav>
</div>
<!-- Banner -->
<span class="image featured"><img src="images/bg02.png" alt="Jitsuvax" /></span>
<!-- <section id="banner">
<header>
<h2>Arcana: <em>A responsive site template freebie by <a href="http://html5up.net">HTML5 UP</a></em></h2>
<a href="#" class="button">Learn More</a>
</header>
</section> -->
<!-- Highlights -->
<!-- <section class="wrapper style1">
<div class="container">
<div class="row gtr-200">
<section class="col-4 col-12-narrower">
<div class="box highlight">
<i class="icon solid major fa-paper-plane"></i>
<h3>This Is Important</h3>
<p>Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.</p>
</div>
</section>
<section class="col-4 col-12-narrower">
<div class="box highlight">
<i class="icon solid major fa-pencil-alt"></i>
<h3>Also Important</h3>
<p>Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.</p>
</div>
</section>
<section class="col-4 col-12-narrower">
<div class="box highlight">
<i class="icon solid major fa-wrench"></i>
<h3>Probably Important</h3>
<p>Duis neque nisi, dapibus sed mattis et quis, nibh. Sed et dapibus nisl amet mattis, sed a rutrum accumsan sed. Suspendisse eu.</p>
</div>
</section>
</div>
</div>
</section> -->
<!-- Gigantic Heading -->
<section class="wrapper style2">
<div class="container">
<header class="major">
<h2>The JITSUVAX Team</h2>
</header>
</div>
</section>
<!-- Posts -->
<section class="wrapper style1">
<div class="container">
<h3><a href="https://www.bristol.ac.uk/psychology/research/cognitive-science/tedcog/">University of Bristol, UK</a></h3>
<h4><a href="https://www.bristol.ac.uk/psychology/research/cognitive-science/tedcog/">TeDCog</a></h4>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/steve.jpeg" alt="Steve Lewandowsky" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.cogsciwa.com/">Steve Lewandowsky</a></h3>
<h4>Study lead</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/LiuDawn.jpg" alt="Dawn Holford" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.bristol.ac.uk/people/person/Dawn-Holford-99de77b9-0e30-4a88-80a5-49d359a02bbe/">Dawn Holford</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/emma.jpg" alt="Emma Anderson" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.bristol.ac.uk/people/person/Emma-Anderson-143c4a3a-b1a3-456d-b3b0-7e2560d63ca9">Emma Anderson</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Harriet.png" alt="Harriet Fisher" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.bristol.ac.uk/people/person/Harriet-Fisher-64b708e0-8a2e-4310-b3ae-8283bad78a51">Harriet Fisher</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Ginny.jpg" alt="Ginny Gould" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.bristol.ac.uk/people/person/Ginny-Gould-a23a5a2c-786f-4063-a2b7-a566a3768306#positions">Ginny Gould</a></h3>
<h4>Project Manager</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Marion.png" alt="Marion Roderick" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.researchgate.net/profile/Marion-Roderick">Marion Roderick</a></h3>
<h4>Clinician</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/AdamFinn.jpeg" alt="Adam Finn" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.bristol.ac.uk/people/person/Adam-Finn-98e2c6e7-bb39-4374-b814-e073abdf9cbf">Adam Finn</a></h3>
<h4>Clinician</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="https://www.abo.fi/en/">Åbo Akademi University, Finland</a></h3>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/anna.jpg" alt="Anna Soveri" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.utu.fi/en/people/anna-soveri">Anna Soveri</a></h3>
<h4>Lead</h4>
<p><a href=mailto:[email protected] >Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/linda.jpg" alt="Linda Karlsson" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.utu.fi/en/people/linda-karlsson">Linda Karlsson</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="https://www.sdmlab.psychol.cam.ac.uk/">University of Cambridge, UK</a></h3>
<h4><a href="https://www.sdmlab.psychol.cam.ac.uk/">Cambridge Social Decision Making lab</a></h4>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/sander.jpg" alt="Sander van der Linden" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.psychol.cam.ac.uk/people/sander-van-der-linden">Sander van der Linden</a></h3>
<h4>Lead</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/jon.jpg" alt="Jon Roozenbeek" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.psychol.cam.ac.uk/staff/dr-jon-roozenbeek">Jon Roozenbeek</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="https://www.uc.pt/en">University of Coimbra, Portugal</a></h3>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/fernanda.png" alt="Fernanda Rodrigues" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.researchgate.net/profile/Fernanda-Rodrigues-17">Fernanda Rodrigues</a></h3>
<h4>Lead</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Angelo.png" alt="Angelo Fasce" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.researchgate.net/profile/Angelo-Fasce">Angelo Fasce</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="https://www.uni-erfurt.de/index.php?id=4203">University of Erfurt, Germany</a></h3>
<h4><a href="https://www.uni-erfurt.de/index.php?id=4203">Professorship for health communication</a></h4>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/cornelia.jpg" alt="Cornelia Betsch" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.cogsciwa.com/">Cornelia Betsch</a></h3>
<h4>Lead</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<!-- <section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/PhilippSchmid.jpg" alt="" /></a>
<div class="inner">
<h3><a href="https://philippschmid.org/">Philipp Schmid</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section> -->
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Frederike.jpg" alt="Frederike Taubert" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.uni-erfurt.de/philosophische-fakultaet/seminare-professuren/medien-und-kommunikationswissenschaft/professuren/gesundheitskommunikation/mitarbeiterinnen-der-professur-fuer-gesundheitskommunikation/promotion/frederike-taubert">Frederike Taubert</a></h3>
<h4>Postgraduate student</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="http://www.orspaca.org/">ORS-PACA Regional Health Observatory Provence-Alpes-Côte d'Azur, France</a></h3>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Pierre Verger.jpeg" alt="Pierre Verger" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="http://www.orspaca.org/apropos/les-equipes/verger-pierre">Pierre Verger</a></h3>
<h4>Lead</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Amanda.jpg" alt="Amanda Garrison" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="#">Amanda Garrison</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Lisa.jpg" alt="Lisa Fressard" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="#">Lisa Fressard</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="https://www.utu.fi/en">University of Turku, Finland</a></h3>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/ottomaki.jpg" alt="Otto Maki" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="#">Otto Maki</a></h3>
<h4>Postgraduate Student</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="https://cpss.ro/en/index.php">CPSS, Romania</a></h3>
<h4><a href="https://cpss.ro/en/our-story.php">Centre for Health Policies and Services (CHPS)</a></h4>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/mirela.jpg" alt="Mirela Mustață" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="">Mirela Mustață</a></h3>
<h4>Programme coordinator</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/dana.png" alt="Dana Fărcășanu" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="">Dana Fărcășanu</a></h3>
<h4>Executive President</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/iulia.jpg" alt="Iulia Vișinescu" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="">Iulia Vișinescu</a></h3>
<h4>Research Assistant</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="https://institut-irsa.si/en/irsa-institute-for-developmental-and-strategic-analysis/">IRSA, Slovenia</a></h3>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Adam Frane.png" alt="Adam Frane" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://institut-irsa.si/en/dr-frane-adam-2/">Adam Frane</a></h3>
<h4>Lead</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Gorisek Marusa.jpg" alt="Maruša Gorišek" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://institut-irsa.si/en/marusa-gorisek-mag/">Maruša Gorišek</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Plantak Martina.jpg" alt="Plantak Martina" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://institut-irsa.si/en/martina-plantak/">Plantak Martina</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/Rebernik Masa.jpg" alt="Maša Rebernik" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://institut-irsa.si/en/masa-rebernik-2/">Maša Rebernik</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
<h3><a href="https://www.usherbrooke.ca/about/">Sherbrooke University, Canada</a></h3>
<br>
<div class="row">
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/arnaud.jpg" alt="Arnaud Gagneur" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.usherbrooke.ca/recherche/specialistes/details/arnaud.gagneur">Arnaud Gagneur</a></h3>
<h4>Lead</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
<section class="col-6 col-12-narrower">
<div class="box post">
<a href="#" class="image left"><img src="images/pic01.jpg" alt="David Roy Rech" width="174px" height="174px"/></a>
<div class="inner">
<h3><a href="https://www.researchgate.net/profile/David-Roy-5">David Roy Rech</a></h3>
<h4>Researcher</h4>
<p><a href=mailto:[email protected]>Email</a></p>
</div>
</div>
</section>
</div>
</div>
</section>
<!-- Footer -->
<div id="footer">
<div class="container">
<!-- <div class="row"> -->
<!-- <section class="col-6 col-6-narrower col-12-mobilep"> -->
<!-- <h3>Links to Stuff</h3> -->
<!-- <ul class="links"> -->
<!-- <li><a href="#">Duis neque nisi dapibus</a></li> -->
<img src="JITSUVAX_logos_banner.png" width="700px" alt="JITSUVAX logos" class="center">
<!-- </ul> -->
</section>
<!-- </div> -->
</div>
<!-- Icons -->
<ul class="icons">
<li><a href="https://twitter.com/jitsuvax" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<!-- <a href="https://twitter.com/jitsuvax?ref_src=twsrc%5Etfw" class="twitter-follow-button" data-show-count="false">Follow @jitsuvax</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> -->
<li><a href="mailto:[email protected]" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<!-- Copyright -->
<div class="copyright">
<ul class="menu">
<li>This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 964728 (JITSUVAX)</li>
</ul>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>