| title | permalink |
|---|---|
People |
/people/ |
{% assign people_sorted = site.people | sort: 'joined' %} {% assign role_array = "pi|postdoc|gradstudent|researchstaff|visiting|others|undergraduate|alumni" | split: "|" %}
{% for role in role_array %}
{% assign people_in_role = people_sorted | where: 'position', role %}
{% if people_in_role.size == 0 %} {% continue %} {% endif %}
{% if role == 'postdoc' %}
{% elsif role == 'pi' %}
{% elsif role == 'gradstudent' %}
{% elsif role == 'researchstaff' %}
{% elsif role == 'visiting' %}
{% elsif role == 'others' %}
{% elsif role == 'undergraduate' %}
{% elsif role == 'alumni' %}
{% endif %}
{% if role != 'alumni' %}
{% for profile in people_sorted %}
{% if profile.position contains role %}
{% endif %}
{% endfor %}
{% if profile.avatar %}
{% else %}

{% else %}
| Who are they | When were they here | Where they went |
|---|---|---|
| Cade Armstrong | Undergraduate student in ASE (2023-2025) | PhD student in ASE at UT Austin |
| Ryan Park | Undergraduate student in CS (2023-2025) | PhD student in ME at UC Berkeley |
| Nick Strohmeyer | MS student in ECE (2022-2024) | MITRE |
| Antonio Lopez | MS student in ASE (2022-2024) | Pacific Northwest National Lab |
| Andriy Malyshchak | Undergraduate student in ECE (2022-2023) | Texas Robotics |
| Jonathan Salfity | PhD student in ME (2021-2023) | PhD student with UT's Nuclear Robotics Group |
| Junette Hsin | MS student in ASE (2022-2023) | PhD student with UT's Human Centered Robotics Lab |
| Vincent Spada | Undergraduate student in ASE (2023) | Flight dynamics, NASA Langley |
| Tyler Westenbroek | Postdoc in Oden Institute (2023) | Postdoc in CS at UW |
| Bryant Zhou | MS student in ME (2021-2022) | PhD student in MAE at Princeton |
{% endif %} {% endfor %}