Skip to content

Commit 818c9d9

Browse files
committed
Update Pages
1 parent ffda815 commit 818c9d9

3 files changed

Lines changed: 128 additions & 26 deletions

File tree

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<head>
1010
{% include head.html %}
1111
{% include head/custom.html %}
12+
<meta name="keywords" content={{ keywords }}>
1213
</head>
1314

1415
<body>

_pages/people.md

Lines changed: 124 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
permalink: /people/
33
title: "People"
4-
description: ""
4+
description: "Networked Control System lab member biographies"
5+
keywords: "Takashi Tanaka, Kaoru Teranishi, Jihoon Suh, Moses Hansen, Dongheon Lee, Apurva Patil, Ronald Ogden, Rylie Anderson"
56
author_profile: false
6-
redirect_from:
7+
redirect_from:
78
- /people.html
89
---
910

@@ -54,7 +55,15 @@ redirect_from:
5455
.graduate-grid {
5556
display: grid;
5657
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
57-
gap: 15px;
58+
gap: 15px;
59+
background: none;
60+
padding: 0;
61+
}
62+
63+
.undergrad-grid {
64+
display: grid;
65+
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
66+
gap: 15px;
5867
background: none;
5968
padding: 0;
6069
}
@@ -160,61 +169,153 @@ He received his B.S. from the University of Tokyo and his M.S. and Ph.D. degrees
160169
</p>
161170
</div>
162171

172+
<div class="person-box">
173+
<img src="/images/ronnie.jpg" alt="profile image">
174+
<p>
175+
<strong>Ronald Ogden</strong><br><br>
176+
<span id="short-ronnie">PhD student in Aerospace Engineering at UT Austin...</span>
177+
<span id="full-ronnie" class="full-bio">
178+
My research interests include event-based estimation and stochastic control. Prior to coming to UT, I was a flight test engineer at Wisk Aero, where I tested autonomous eVTOL aircraft. In my free time, I enjoy climbing, language learning, and puzzle solving.
179+
</span>
180+
<span id="btn-ronnie" class="read-more" onclick="toggleBio('ronnie')">Expand More</span>
181+
</p>
182+
</div>
183+
163184
<div class="person-box">
164185
<img src="/images/moses.jpg" alt="profile image">
165186
<p>
166187
<strong>Moses Hansen</strong><br><br>
167188
<span id="short-moses">PhD student in AAE at Purdue...</span>
168189
<span id="full-moses" class="full-bio">
169-
My research interests include leveraging deep reinforcement learning methods and classical control theory to optimize decision-making in competitive, multi-agent scenarios. In my spare time, I enjoy hiking, being outdoors, and cooking.
190+
Moses is a PhD student in the School of Aeronautics and Astronautics at Purdue University. He earned his Bachelor’s degree in Mathematics from Brigham Young University in 2024, where he applied deep learning methods on the computer vision team in the Record Linking Lab. He also worked with the Air Force Research Laboratory, developing deep reinforcement learning techniques for competitive, high-stakes multi-agent satellite control scenarios. His current research combines information theory with classical control to design autonomous systems capable of deception-resistant path planning in competitive, multi-agent environments. In his free time, he enjoys cooking, lifting weights, and spending time outdoors.
170191
</span>
171192
<span id="btn-moses" class="read-more" onclick="toggleBio('moses')">Expand More</span>
172193
</p>
173194
</div>
174-
195+
175196
<div class="person-box">
176-
<img src="/images/apurva.jpg" alt="profile image">
197+
<img src="/images/sashank.jpg" alt="profile image">
177198
<p>
178-
<strong>Apurva Patil</strong><br><br>
179-
<span id="short-apurva">PhD student in Mechanical Engineering at UT Austin...</span>
180-
<span id="full-apurva" class="full-bio">
181-
My research interests lie in robotics, path-planning, and perception. I completed my bachelor's from College of Engineering Pune in India. In my free time, I enjoy swimming and listening to music. <a href="https://patil-apurva.github.io/portfolio/">Website</a>
199+
<strong>Sashank Modali</strong><br><br>
200+
<span id="short-sashank">PhD student in AAE at Purdue...</span>
201+
<span id="full-sashank" class="full-bio">
202+
My research interests lie at the intersection of robotics, multi-agent systems, and stochastic control. Prior to joining Purdue, I completed my Bachelor's degree in Aerospace Engineering from IIT Madras, India. In my spare time, I enjoy playing squash and traveling.
182203
</span>
183-
<span id="btn-apurva" class="read-more" onclick="toggleBio('apurva')">Expand More</span>
204+
<span id="btn-sashank" class="read-more" onclick="toggleBio('sashank')">Expand More</span>
184205
</p>
185206
</div>
186207

187208
<div class="person-box">
188-
<img src="/images/ronnie.jpg" alt="profile image">
209+
<img src="/images/dongheon.jpeg" alt="profile image">
189210
<p>
190-
<strong>Ronald Ogden</strong><br><br>
191-
<span id="short-ronnie">PhD student in Aerospace Engineering at UT Austin...</span>
192-
<span id="full-ronnie" class="full-bio">
193-
My research interests include event-based estimation and stochastic control. Prior to coming to UT, I was a flight test engineer at Wisk Aero, where I tested autonomous eVTOL aircraft. In my free time, I enjoy climbing, language learning, and puzzle solving.
211+
<strong>Dongheon Lee</strong><br><br>
212+
<span id="short-dongheon">MS student in ECE at Purdue...</span>
213+
<span id="full-dongheon" class="full-bio">
214+
My research interests include task allocation and path planning for multi-agent systems. Prior to coming to Purdue, I worked as a software engineer at EpiSci and Applied Intuition, where I developed autonomous small UAV applications. In my free time, I enjoy playing soccer, running, and watching movies.
194215
</span>
195-
<span id="btn-ronnie" class="read-more" onclick="toggleBio('ronnie')">Expand More</span>
216+
<span id="btn-dongheon" class="read-more" onclick="toggleBio('dongheon')">Expand More</span>
217+
</p>
218+
</div>
219+
220+
<div class="person-box">
221+
<img src="/images/rylie.png" alt="profile image">
222+
<p>
223+
<strong>Rylie Anderson</strong><br><br>
224+
<span id="short-rylie">MS student in ECE at Purdue...</span>
225+
<span id="full-rylie" class="full-bio">
226+
My research interests are in control theory and aerospace. Prior to joining Purdue, I completed my Bachelor's in Computer Science at the US Air Force Academy. Outside of research and classes, I enjoy running, reading, and jiu-jitsu.
227+
</span>
228+
<span id="btn-rylie" class="read-more" onclick="toggleBio('rylie')">Expand More</span>
229+
</p>
230+
</div>
231+
232+
<div class="person-box">
233+
<img src="/images/owen.PNG" alt="profile image">
234+
<p>
235+
<strong>Owen Bishop</strong><br><br>
236+
<span id="short-owen">MS student in AAE at Purdue...</span>
237+
<span id="full-owen" class="full-bio">
238+
My research interests are primarily focused on event-based sensing and transmission, with applications to control systems. I completed my Bachelor’s in Electrical Engineering from Purdue University. In my free time, I enjoy reading science-fiction and fantasy books, and playing board games.
239+
</span>
240+
<span id="btn-owen" class="read-more" onclick="toggleBio('owen')">Expand More</span>
241+
</p>
242+
</div>
243+
244+
</div>
245+
246+
---
247+
248+
## Undergraduate Students
249+
250+
<div class="undergrad-grid">
251+
<div class="person-box">
252+
<img src="/images/meg.png" alt="profile image">
253+
<p>
254+
<strong>Meg Kumar</strong><br><br>
255+
<span id="short-meg">Student in AAE at Purdue...</span>
256+
<span id="full-meg" class="full-bio">
257+
My name is Meg Kumar and I am a junior study aerospace engineering. In this lab, I am focusing on working with the pencil balancing project, specifically the mechanic side. I enjoy working with the physical system of the invented pendulum project, so I am developing robotic arms to assist with the balancing aspect. Another part of the project I am working on is the image processing with event cameras, to provide information to the system.
258+
</span>
259+
<span id="btn-meg" class="read-more" onclick="toggleBio('meg')">Expand More</span>
260+
</p>
261+
</div>
262+
263+
<div class="person-box">
264+
<img src="/images/lucca.jpg" alt="profile image">
265+
<p>
266+
<strong>Lucca Mo</strong><br><br>
267+
<span id="short-lucca">Student in AAE at Purdue...</span>
268+
<span id="full-lucca" class="full-bio">
269+
I am studying the dynamics of a falling pencil as a model for an unstable control system. I am deriving the equations of motion and converting them into a state–space representation (A,B,C,D) to analyze stability, while also building MATLAB simulations to visualize how the pencil behaves over time, including plots of its angle response. I am preparing a poster for the Fall Undergraduate Research Conference to present the modeling and simulation results. In addition, I am contributing to the experimental side by helping with the setup and testing of the pencil-balancing apparatus, documenting my work with notes and photos.
270+
</span>
271+
<span id="btn-lucca" class="read-more" onclick="toggleBio('lucca')">Expand More</span>
196272
</p>
197273
</div>
198274

199275
<div class="person-box">
200-
<img src="/images/vrushab.jpg" alt="profile image">
276+
<img src="/images/ishaan.png" alt="profile image">
201277
<p>
202-
<strong>Vrushabh Zinage</strong><br><br>
203-
<span id="short-vrushab">PhD student in Aerospace Engineering at UT Austin...</span>
204-
<span id="full-vrushab" class="full-bio">
205-
My research interests lie in the intersection of robotics, motion planning, and control theory. Prior to joining UT, I completed my Bachelor's in Aerospace Engineering from IIT Madras in India. In my free time, I enjoy watching cricket, listening to music, stargazing, and watching movies.
278+
<strong>Ishaan Agrawal</strong><br><br>
279+
<span id="short-ishaan">Student in AAE at Purdue...</span>
280+
<span id="full-ishaan" class="full-bio">
281+
My research interests include optimal control for aerospace and autonomous systems; recently, I'm interested in how model predictive control can be adapted for security. I like soccer and astrophotography.
206282
</span>
207-
<span id="btn-vrushab" class="read-more" onclick="toggleBio('vrushab')">Expand More</span>
283+
<span id="btn-ishaan" class="read-more" onclick="toggleBio('ishaan')">Expand More</span>
208284
</p>
209285
</div>
210286

287+
<div class="person-box">
288+
<img src="/images/atharva.jpg" alt="profile image">
289+
<p>
290+
<strong>Atharva Awasthi</strong><br><br>
291+
<span id="short-atharva">Student in AAE at Purdue...</span>
292+
<span id="full-atharva" class="full-bio">
293+
My research interests include optimal control methods for trajectory and path planning, estimation, astrodynamics, and competitive systems. In my free time, I enjoy cooking, dancing, and playing board games.
294+
</span>
295+
<span id="btn-atharva" class="read-more" onclick="toggleBio('atharva')">Expand More</span>
296+
</p>
297+
</div>
298+
299+
<div class="person-box">
300+
<img src="/images/austin.jpg" alt="profile image">
301+
<p>
302+
<strong>Austin Lika</strong><br><br>
303+
<span id="short-austin">Student in AAE at Purdue...</span>
304+
<span id="full-austin" class="full-bio">
305+
My research interests include optimal control methods for trajectory and path planning, estimation, astrodynamics, and competitive systems. In my free time, I enjoy cooking, dancing, and playing board games.
306+
</span>
307+
<span id="btn-austin" class="read-more" onclick="toggleBio('austin')">Expand More</span>
308+
</p>
309+
</div>
211310
</div>
212311

213312
---
214313

215314
## Alumni
216315
<div class="alumni">
217316
<ul>
317+
<li>Vrushabh Zinage (Graduated from UT Austin with PhD in 2025, currently at CalTech)</li>
318+
<li>Apurva Patil (Graduated from UT Austin with PhD in 2025, currently at Tensor Auto)</li>
218319
<li>Michael Hibbard (Graduated from UT Austin with PhD in 2024, currently at Starfish Space)</li>
219320
<li>Hyunho Jung (Graduated from UT Austin with PhD in 2024, currently at the Republic of Korea Air Force)</li>
220321
<li>Travis Cuvelier (Graduated from UT Austin with PhD in 2024, currently at MITRE Corporation)</li>
@@ -224,4 +325,3 @@ He received his B.S. from the University of Tokyo and his M.S. and Ph.D. degrees
224325
<li>Jeb Stefan (Graduated from UT Austin with M.S. in 2019, currently at Odyssey Space Research)</li>
225326
</ul>
226327
</div>
227-

_pages/research.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
permalink: /research/
33
title: "Research"
44
description: ""
5+
keywords: "networked control, optimal control, neuromorphic sensing, information theory, homomorphic encryption, path integral control, deceptive control"
56
author_profile: false
6-
redirect_from:
7+
redirect_from:
78
- /research.html
89
---
910

@@ -68,4 +69,4 @@ Kalman Filter and linear quadratic regulator (LQR) were designed in advance, and
6869

6970
<iframe src="https://www.youtube.com/embed/UROEGujwwx8"></iframe>
7071

71-
---
72+
---

0 commit comments

Comments
 (0)