-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpeople.html
More file actions
89 lines (77 loc) · 1.95 KB
/
people.html
File metadata and controls
89 lines (77 loc) · 1.95 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
<!DOCTYPE html>
<html>
<head>
<title>People | Columbia Experimental Gravity Group</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="main.css">
<link rel="icon" href="https://markalab.github.io/future/images/icon.png">
</head>
<body>
<img src="images/banner.png" width="100%">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="people.html">People</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<h2>Group Members</h2>
<p>
Group leaders:
<ul>
<li>Szabolcs Márka</li>
<li>Zsuzsa Márka</li>
</ul>
</p>
<p>
Graduate students:
<ul>
<li>Stefan Countryman</li>
<li>Rainer Corley</li>
</ul>
</p>
<p>
Adjunct members:
<ul>
<li>Luca Matone</li>
<li>Tracy Huard (University of Maryland)</li>
<li>Alexa Staley</li>
<li>David Murphy (MIT)</li>
</ul>
</p>
<p>
Undergraduate students:
<ul>
<li>Yasmeen Asali</li>
<li>Emily Calamari</li>
<li>Ana Lam</li>
<li>Madox McGrae-Menge</li>
<li>John Zaris</li>
</ul>
</p>
<figure>
<img src="images/group_summer_2016.JPG" width="660" height="440">
<figcaption>Group photo taken during GR21 conference in 2016</figcaption>
</figure>
<h2>Former Members</h2>
<p>
Former postdocs:
<ul>
<li>Yoichi Aso (National Astronomical Observatory of Japan)</li>
<li>Peter Raffai (Eötvös Loránd University)</li>
</ul>
</p>
<p>
Former graduate students:
<ul>
<li>Maria Charisi (Caltech)</li>
<li>Alexa Staley</li>
<li>Max Factourovich</li>
<li>Imre Bartos (University of Florida)</li>
<li>Jamie Rollins (Caltech)</li>
<li>Peter Kalmus (Jet Propulsion Laboratory)</li>
</ul>
</p>
</body>
</html>