-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
376 lines (332 loc) · 24.5 KB
/
people.html
File metadata and controls
376 lines (332 loc) · 24.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>LoVoCCS</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<!-- Bootstrap icons-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" rel="stylesheet" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body class="d-flex flex-column">
<main class="flex-shrink-0">
<!-- Navigation-->
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<div class="container px-5">
<!-- <a class="navbar-brand" href="index.html">-->
<!-- <img src="assets/logo.png" class="rounded d-inline-block align-middle" alt="The Local Volume Complete Cluster Survey logo" height=35> LoVoCCS-->
<!-- </a>-->
<a class="navbar-brand" href="index.html">
<img src="assets/favicon.ico" alt="The Local Volume Complete Cluster Survey logo" height="35" class="rounded d-inline-block align-text-middle">
LoVoCCS
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-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 ms-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownProjects" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Projects</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdownProjects">
<li><a class="dropdown-item" href="clusters.html">Galaxy Clusters</a></li>
<li><a class="dropdown-item" href="weak_lensing.html">Weak-Lensing</a></li>
<li><a class="dropdown-item" href="xray.html">X-ray</a></li>
<li><a class="dropdown-item" href="sz.html">Sunyaev-Zel'dovich</a></li>
<!-- <li><a class="dropdown-item" href="blog-post.html">Radio</a></li>-->
<!-- <li><a class="dropdown-item" href="blog-post.html">Ultraviolet</a></li>-->
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownPeople" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">People</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdownPeople">
<li><a class="dropdown-item" href="people.html#faculty">Faculty</a></li>
<li><a class="dropdown-item" href="people.html#postdoc">Postdocs</a></li>
<li><a class="dropdown-item" href="people.html#phd">PhD Students</a></li>
</ul>
</li>
<li class="nav-item"><a class="nav-link" href="publications.html">Publications</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarDropdownData" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">Data Access</a>
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="navbarDropdownData">
<li><a class="dropdown-item" href="cat_output.html">Catalogues/Outputs</a></li>
<li><a class="dropdown-item" href="raw_data.html">Raw Data</a></li>
</ul>
</li>
<!-- <li class="nav-item"><a class="nav-link" href="announcements.html">Announcements</a></li>-->
</ul>
</div>
</div>
</nav>
<!-- Header-->
<header class="py-5">
<div class="container px-5">
<div class="row justify-content-center">
<div class="col-lg-8 col-xxl-6">
<div class="text-center my-5">
<h1 class="fw-bolder mb-3">The LoVoCCS Collaboration</h1>
<p class="lead fw-normal text-muted mb-4">We are an international team focused on
using a complete set of galaxy clusters to investigate astrophysics and
cosmology.</p>
<a class="btn btn-info btn-lg text-white" href="#faculty" style="background-color: #60b0bf !important; border-color: #60b0bf !important;">Faculty</a>
<a class="btn btn-info btn-lg text-white" href="#postdoc" style="background-color: #60b0bf !important; border-color: #60b0bf !important;">Postdocs</a>
<a class="btn btn-info btn-lg text-white" href="#phd" style="background-color: #60b0bf !important; border-color: #60b0bf !important;">PhD Students</a>
</div>
</div>
</div>
</div>
</header>
<!-- To add a new entry, use this format -->
<!-- <div class="col mb-5 mb-5 mt-3 mb-xl-0">-->
<!-- <div class="text-center">-->
<!-- <img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/placeholder.png" alt="..." />-->
<!-- <h5 class="fw-bolder">NAME</h5>-->
<!-- <div class="fst-italic text-muted">INSTITUTION</div>-->
<!-- <div class="fst-italic text-muted"><a href="WEBSITE URL">Personal Website</a></div>-->
<!-- </div>-->
<!-- </div>-->
<!-- Faculty section-->
<section class="py-5 bg-light" id="faculty">
<div class="container px-5 my-5">
<div class="text-center">
<h2 class="fw-bolder">Faculty</h2>
<p class="lead fw-normal text-muted mb-2">Collaboration members with permanent positions</p>
</div>
<div class="row gx-5 row-cols-1 row-cols-sm-2 row-cols-xl-4 justify-content-center">
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/ian.jpeg" alt="..." />
<h5 class="fw-bolder">Professor Ian P Dell'Antonio</h5>
<div class="fst-italic text-muted">Brown University</div>
<div class="fst-italic text-muted"><a href="https://www.linkedin.com/in/ian-dell-antonio-4595a6a/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/megandonahue.jpg" alt="..." />
<h5 class="fw-bolder">Professor Megan Donahue</h5>
<div class="fst-italic text-muted">Michigan State University</div>
<div class="fst-italic text-muted"><a href="https://web.pa.msu.edu/people/donahue/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/gusevrard.png" alt="..." />
<h5 class="fw-bolder">Professor Gus Evrard</h5>
<div class="fst-italic text-muted">University of Michigan</div>
<div class="fst-italic text-muted"><a href="https://www.profgus.me/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/michealcooper.jpeg" alt="..." />
<h5 class="fw-bolder">Professor Michael C. Cooper</h5>
<div class="fst-italic text-muted">University of California Irvine</div>
<div class="fst-italic text-muted"><a href="https://faculty.sites.uci.edu/cooper/">Personal Website</a></div>
</div>
</div>
<!-- <div class="row gx-5 row-cols-1 row-cols-sm-2 row-cols-xl-4 justify-content-center">-->
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/todlauer.jpeg" alt="..." />
<h5 class="fw-bolder">Dr Tod Lauer</h5>
<div class="fst-italic text-muted">NOIRLab</div>
<div class="fst-italic text-muted"><a href="https://staff.noirlab.edu/tod.lauer/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/hironaomiyatake.jpeg" alt="..." />
<h5 class="fw-bolder">Professor Hironao Miyatake</h5>
<div class="fst-italic text-muted">Kobayashi-Maskawa Institute</div>
<div class="fst-italic text-muted"><a href="https://sites.google.com/view/hironaomiyatake/home">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/michellentampaka.jpeg" alt="..." />
<h5 class="fw-bolder">Dr Michelle Ntampaka</h5>
<div class="fst-italic text-muted">Space Telescope Science Institute</div>
<div class="fst-italic text-muted"><a href="https://www.stsci.edu/~mntampaka/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/jaquelinemcleary.jpeg" alt="..." />
<h5 class="fw-bolder">Professor Jacqueline McCleary</h5>
<div class="fst-italic text-muted">Northeastern University</div>
<div class="fst-italic text-muted"><a href="https://cos.northeastern.edu/people/jacqueline-mccleary/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/placeholder.png" alt="..." />
<h5 class="fw-bolder">Dr Mark Lacy</h5>
<div class="fst-italic text-muted">NRAO</div>
<div class="fst-italic text-muted"><a href="https://www.cv.nrao.edu/~mlacy/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/jubeesohn.jpg" alt="..." />
<h5 class="fw-bolder">Professor Jubee Sohn</h5>
<div class="fst-italic text-muted">Seoul National University</div>
<div class="fst-italic text-muted"><a href="https://www.jubeesohn.com/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/priyamvadanatarajan.jpeg" alt="..." />
<h5 class="fw-bolder">Professor Priyamvada Natarajan</h5>
<div class="fst-italic text-muted">Yale University</div>
<div class="fst-italic text-muted"><a href="https://campuspress.yale.edu/priya/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/massimomeneghetti.jpg" alt="..." />
<h5 class="fw-bolder">Professor Massimo Meneghetti</h5>
<div class="fst-italic text-muted">University of Bologna</div>
<div class="fst-italic text-muted"><a href="http://pico.oabo.inaf.it/~massimo/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/marcpostman.jpeg" alt="..." />
<h5 class="fw-bolder">Dr Marc Postman</h5>
<div class="fst-italic text-muted">Space Telescope Science Institute</div>
<div class="fst-italic text-muted"><a href="https://www.stsci.edu/~postman/Home.html">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/keiichiumetsu.jpeg" alt="..." />
<h5 class="fw-bolder">Professor Keiichi Umetsu</h5>
<div class="fst-italic text-muted">ASIAA</div>
<div class="fst-italic text-muted"><a href="https://www.asiaa.sinica.edu.tw/people/cv.php?i=keiichi">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/gillianwilson.jpeg" alt="..." />
<h5 class="fw-bolder">Professor Gillian Wilson</h5>
<div class="fst-italic text-muted">UC Merced/Rivserside</div>
<div class="fst-italic text-muted"><a href="https://faculty.ucr.edu/~gillianw/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/placeholder.png" alt="..." />
<h5 class="fw-bolder">Professor Elena Pierpaoli</h5>
<div class="fst-italic text-muted">University of Southern California</div>
<div class="fst-italic text-muted"><a href="https://wise.usc.edu/faculty-members/elena-pierpaoli/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/yousukeutsumi.jpg" alt="..." />
<h5 class="fw-bolder">Dr Yousuke Utsumi</h5>
<div class="fst-italic text-muted">SLAC</div>
<div class="fst-italic text-muted"><a href="https://kipac.stanford.edu/people/yousuke-utsumi">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/rangaramchary.jpeg" alt="..." />
<h5 class="fw-bolder">Dr Ranga Ram Chary</h5>
<div class="fst-italic text-muted">IPAC Caltech</div>
<div class="fst-italic text-muted"><a href="https://www.its.caltech.edu/~rchary/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/douglasclowe.jpeg" alt="..." />
<h5 class="fw-bolder">Professor Douglas Clowe</h5>
<div class="fst-italic text-muted">Ohio University</div>
<div class="fst-italic text-muted"><a href="https://www.ohio.edu/cas/clowe">Personal Website</a></div>
</div>
</div>
</div>
</div>
</section>
<!-- Postdoc section-->
<section class="py-5 bg-light" id="postdoc">
<div class="container px-5 my-5">
<div class="text-center">
<h2 class="fw-bolder">Postdoctoral Researchers</h2>
<p class="lead fw-normal text-muted mb-2">Early career researchers who have completed their PhD</p>
</div>
<div class="row gx-5 row-cols-1 row-cols-sm-2 row-cols-xl-4 justify-content-center">
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/postdoc/davidturner.jpg" alt="A picture of Dr David Turner" />
<h5 class="fw-bolder">Dr David J Turner</h5>
<div class="fst-italic text-muted">Michigan State University</div>
<div class="fst-italic text-muted"><a href="https://davidt3.github.io/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/postdoc/shenming.jpeg" alt="A picture of Dr Shenming Fu" />
<h5 class="fw-bolder">Dr Shenming Fu</h5>
<div class="fst-italic text-muted">NOIRLab</div>
<div class="fst-italic text-muted"><a href="https://www.linkedin.com/in/shenming-fu-12b16486/">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="assets/member_photos/faculty/mireiamontes.jpeg" alt="..." />
<h5 class="fw-bolder">Dr Mireia Montes</h5>
<div class="fst-italic text-muted">Instituto de Astrofísica de Canarias</div>
<div class="fst-italic text-muted"><a href="https://mireiamontes.wordpress.com/">Personal Website</a></div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- PhD section-->
<section class="py-5 bg-light" id="phd">
<div class="container px-5 my-5">
<div class="text-center">
<h2 class="fw-bolder">PhD Students</h2>
<p class="lead fw-normal text-muted mb-2">Early career researchers who are currently in graduate school</p>
</div>
<div class="row gx-5 row-cols-1 row-cols-sm-2 row-cols-xl-4 justify-content-center">
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="../assets/member_photos/placeholder.png" alt="..." />
<h5 class="fw-bolder">Ray Wang</h5>
<div class="fst-italic text-muted">Michigan State University</div>
<div class="fst-italic text-muted"><a href="https://directory.natsci.msu.edu/Directory/Profiles/Person_Embed/103894?org=34&group=185">Personal Website</a></div>
</div>
</div>
<div class="col mb-5 mb-5 mt-3 mb-xl-0">
<div class="text-center">
<img class="img-fluid rounded-circle mb-4 px-4" src="../assets/member_photos/placeholder.png" alt="..." />
<h5 class="fw-bolder">Eddie Aljamal</h5>
<div class="fst-italic text-muted">University of Michigan</div>
<div class="fst-italic text-muted"><a href="https://lsa.umich.edu/physics/people/graduate-students/ealjamal.html">Personal Website</a></div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="bg-dark py-4 mt-auto">
<div class="container px-5">
<div class="row align-items-center justify-content-between flex-column flex-sm-row">
<div class="col-auto"><div class="small m-0 text-white">Copyright © David J Turner 2023</div></div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>