| 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 |
|---|
{% endif %} {% endfor %}