-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpeople.html
64 lines (52 loc) · 1.49 KB
/
people.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
---
layout: custom
title: People
permalink: /people/
---
<div class="home">
<h1 class='page-header'>People</h1>
<!-- Faculty -->
<h3>Faculty</h3>
<br>
<h4><a href="http://www.astro.illinois.edu/people/bigdog">Robert J Brunner</a>, Professor of Astronomy</h4>
<br>
<!-- Grad Students -->
<h3>Graduate Students</h3>
<br>
<table class="table table-striped" style='font-size:110%'>
<tr>
<th>Name</th><th>Department</th><th>Contact</th><th>GitHub</th>
</tr>
<tr><td>Edward Kim</td><td>Physics</td><td>jkim575@illinois.edu</td><td>EdwardJKim</td></tr>
<tr><td>Xinyang Lu</td><td>Astronomy</td><td>xlu28@illinois.edu</td><td></td></tr>
<tr><td>Samantha Thrush</td><td>Astronomy</td><td>thrush2@illinois.edu</td><td>Samantha-Thrush</td></tr>
<tr><td>William Biscarri</td><td>Statistics</td><td>wbiscar2@illinois.edu</td><td>biscarri1</td></tr>
<tr><td>Andrew Mehrmann</td><td>Statistics</td><td>mehrman2@illinois.edu</td><td>dkmehrmann</td></tr>
</table>
<br>
<!-- Undergrads -->
<h3>Undergradtuate Students</h3>
<ul>
<li>Kefu Zhu</li>
<li>David Gu</li>
<li>Ivy Lei</li>
<li>Brian Griffin</li>
<li>Tyler Kim</li>
<li>Sushma Adari</li>
<li>Sijia Huo</li>
<li>Mazin Bokhari</li>
<li>Anchal Agrawal</li>
<li>Neeraj Asthana</li>
<li>Preska Sharma</li>
<li>Christopher Chan</li>
<li>Guanheng Luo</li>
<li>Rishabh Jain</li>
<li>Maghav Kumar</li>
<li>Vaishali Khandelwal</li>
<li>Anshuman Saxena</li>
</ul>
<br>
<!-- Alumni -->
<h3>Alumni</h3>
<p>Under Construction</p>
</div>