-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout-group.html
131 lines (128 loc) · 6.28 KB
/
about-group.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-F6X90BEYXR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-F6X90BEYXR');
</script>
<title>Openings</title>
<link rel="icon" href="./content/mtu-logo.png" />
<link type="text/css" rel="stylesheet" media="screen" href="style.css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Homepage of Tan Chen, University of Illinois Urbana-Champaign, CSL." />
<meta name="keywords"
content="Tan Chen, RoLAC, Notre Dame, UIUC, SJTU, MTU, robotics, control theory, legged robots, manipulators, industrial robots" />
<meta name="author" content="Tan Chen" />
</head>
<body>
<table id="tlayout" summary="Table for page layout">
<tr valign="top">
<td id="layout-menu">
<div id="center">
<div class="imgdivcntr">
<img src="content/huskies-logo.png" width="100px" alt="" title="" />
</div>
</div>
<div class="menu-category">About</div>
<div class="menu-item"><a href="about-home.html">home</a></div>
<div class="menu-item"><a href="about-biography.html">biography</a></div>
<div class="menu-item"><a href="about-group.html" class="current">group</a></div>
<div class="menu-item"><a href="about-openings.html">openings</a></div>
<div class="menu-category">Research</div>
<div class="menu-item"><a href="research-projects.html">projects</a></div>
<div class="menu-item"><a href="research-publications.html">publications</a></div>
<!--<div class="menu-item"><a href="research-resources.html">resources</a></div>-->
<!--<div class="menu-item"><a href="research-seminars.html">seminars</a></div>-->
<!--<div class="menu-item"><a href="research-software.html">software</a></div>-->
<!-- <div class="menu-item"><a href="research-talks.html">talks</a></div> -->
<div class="menu-category">Teaching</div>
<div class="menu-item"><a href="teach-mtu.html">mtu</a></div>
<div class="menu-item"><a href="teach-nd.html">notre dame</a></div>
<div class="menu-item"><a href="teach-sjtu.html">sjtu</a></div>
<div class="menu-category">Outreach</div>
<div class="menu-item"><a href="outreach-service.html">service</a></div>
<!-- <div class="menu-item"><a href="outreach-books.html">books</a></div> -->
<div class="menu-item"><a href="outreach-documents.html">notes</a></div>
</td>
<td id="layout-content">
<div class="banner">
<h1>About</h1>
</div>
<h2>Group</h2>
<p>
<b>
Principal Investigator
</b> <br />
Tan Chen, Ph.D.
<br />
</p>
<br />
<p>
<b>
Graduate Students
</b> <br />
Shivayogi Akki <br />
Anders Smitterberg <br />
Austen Goddu <br />
Dhanush Biligiri <br />
Nathan Wichers <br />
</p>
<br />
<p>
<b>
Undergraduate Students
</b> <br />
Parker Courte-Rathwell (co-advise with Dr. Steven Elmer) <br />
Danny Ezzo (co-advise with Dr. Steven Elmer) <br />
Ingrid Halverson (co-advise with Dr. Steven Elmer) <br />
Oliver Brunner <br />
<!-- Matthew Oujiri <br /> -->
</p>
<br />
<p>
<b>
Past Members
</b> <br />
Dana Brouse, Undergraduate & MS, Summer 2023 - Spring 2024 <br />
Wesley Beck, MS, Spring 2024 <br />
William Forney, Undergraduate, Spring 2023 <br />
Joey Miller, Undergraduate, Spring 2023 <br/>
Ryan Verbrugge, Undergraduate, Spring 2023 <br />
Sarbeswar Das, MS, Fall 2022, Initial Employment: GE Transportation <br />
<br />
</p>
<h2>Photos</h2>
<table id="tlayout">
<tr valign="bottom">
<td id="project-thumb">
<img src="content/img/nasa_team.JPG" width="350px" alt="" title="nasa team" /><br />
NASA team
</a>
</td>
<td id="project-thumb">
<img src="content/img/24_summer.JPG" width="350px" alt="" title="summer 24" /><br />
Summer 2024
</a>
</td>
</tr>
<br />
</table>
</td>
</tr>
</table>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-49200719-4', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>