| title | People |
|---|---|
| permalink | /people/ |
{% assign people_sorted = site.people | sort: 'title' %} {% assign role_array = "pi|postdoc|gradstudent|undergrad|researchstaff|visiting|others|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 == 'undergrad' %}
{% elsif role == 'others' %}
{% elsif role == 'researchstaff' %}
{% elsif role == 'visiting' %}
{% elsif role == 'others' %}
{% elsif role == 'alumni' %}
{% endif %}
{% if role != 'alumni' %}
{% for profile in people_sorted %}
{% if profile.position contains role %}
{% endif %}
{% endfor %}
{% if profile.avatar %}
{% else %}

{% else %}
| Name | Time at SwarmLab | Where they went |
|---|---|---|
| Oguzhan Akcin | 2021-2025 | Meta |
| Shubhankar (Somi) Agarwal | 2021-2025 | Synthefy |
| Sharachchandra Bhat | 2021-2023 | Tesla |
| Pranav Kasibhatla | 2023-2024 | Columbia University |
| Sundar Sripada V. S. | 2022-2023 | UT Austin |
| {% endif %} | ||
| {% endfor %} |