-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpeople copy.html
executable file
·126 lines (108 loc) · 4.65 KB
/
people copy.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<title>MetaMotor - Lab </title>
<!-- We dont need this here but this messes up with the header's format so I'll add it everywhere -->
<link href="assets/css/list.css" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/main.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="components/header.js" type="text/javascript" defer></script>
<script src="components/footer.js" type="text/javascript" defer></script>
<body>
<header-component></header-component>
<!-- +++++ CURRENT LAB MEMBERS +++++ -->
<div class="container pt">
<div class="row mt">
<div class="col-lg-6 col-lg-offset-3 centered">
<h3>CURRENT LAB MEMBERS</h3>
<hr>
<p>Contact me if you are interested in joining the lab.</p>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-4">
<a href="profile_ElisaFilevich.html"><img class="img-responsive"
src="assets/img/people_uniformSize/elisa.png" width="300" alt="Elisa" style="margin:auto" /></a>
<p>Elisa Filevich (Group Leader). Ph: Martin Bühler for Volkswagen Foundation</p>
</div>
<div class="col-lg-4">
<a href="profile_PolinaArbuzova.html"><img class="img-responsive"
src="assets/img/people_uniformSize/polina.png" width="300" alt="" style="margin:auto" /></a>
<p>Polina Arbuzova (PhD Student)</p>
</div>
<div class="col-lg-4">
<a href="profile_MarikaConstant.html"><img class="img-responsive"
src="assets/img/people_uniformSize/marika.png" width="300" alt="marika"
style="margin:auto" /></a>
<p>Marika Constant (PhD Student)</p>
</div>
</div><!-- /row -->
<div class="row mt centered">
<div class="col-lg-4">
<a href="profile_AnthonyCiston.html"><img class="img-responsive"
src="assets/img/people_uniformSize/Anthony.jpeg" width="300" alt="Anthony"
style="margin:auto" /></a>
<p>Anthony Ciston (Student research assistant)</p>
</div>
<div class="col-lg-4">
<a href="profile_AngelikiCharalampaki.html"><img class="img-responsive"
src="assets/img/people_uniformSize/angeliki.jpg" width="300" alt="Martin"
style="margin:auto" /></a>
<p>Angeliki Charalampaki (PhD student)</p>
</div>
<div class="col-lg-4">
<a href="research.html"><img class="img-responsive" src="assets/img/people_uniformSize/debapratim.jpeg"
width="300" alt="debapratim" style="margin:auto" /></a>
<p>Debapratim Jana (Student research assistant)</p>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-4">
<a href="project_MetaImagery.html"><img class="img-responsive"
src="assets/img/people_uniformSize/kim.png" width="300" alt="kim"
style="margin:auto" /></a>
<p>Kim Hoffmann (MSc student)</p>
</div>
</div>
</div><!-- /container -->
<!-- +++++ FORMER LAB MEMBERS +++++ -->
<div class="container pt">
<div class="row mt">
<div class="col-lg-6 col-lg-offset-3 centered">
<h3>FORMER LAB MEMBERS</h3>
<hr>
</div>
</div>
<div class="row mt centered">
<div class="col-lg-4">
<div><a href="https://www.researchgate.net/scientific-contributions/Lukas-Roed-2171035995">Lukas Röd</a></div>
<div><a href="https://scholar.google.com/citations?user=3_WJNeoAAAAJ&hl=en">Carina Forster</a></div>
<div><a href="https://de.linkedin.com/in/caroline-peters-8bb684163">Caroline Peters</a></div>
<div><a href="https://www.psychologie.tu-darmstadt.de/models-of-higher-cognition/mod/members_mhc/members_mhc_detail_66048.en.jsp">Christina Koß</a></div>
</div>
<div class="col-lg-4">
<div><a href="https://scholar.google.com/citations?user=utx5-14AAAAJ&hl=en">Martin Gell</a></div>
<div><a href="https://de.linkedin.com/in/marvin-mathony-50b886200">Marvin Mathony</a></div>
<div><a href="https://www.researchgate.net/profile/Zoe-Harrington">Zoe Harrington</a></div>
<div><a href="https://twitter.com/NeuronPedro">Pedro Espinosa</a></div>
</div>
</div>
</div><!-- /container -->
<!-- +++++ Footer Section +++++ -->
<footer-component></footer-component>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/bootstrap.min.js"></script>
</body>
</head>
</html>