| title | People |
|---|---|
| permalink | /people/ |
{% assign people_sorted = (site.people | sort: 'joined' %} {% assign people_array = "pi|postdoc|gradstudent|visiting|others" | split: "|" %}
{% for item in people_array %}
{% if item == 'postdoc' %}
{% elsif item == 'pi' %}
{% elsif item == 'gradstudent' %}
{% elsif item == 'visiting' %}
{% elsif item == 'others' %}
{% endif %}
{% for profile in people_sorted %}
{% if profile.position contains item %}
{% endif %}
{% endfor %}
{% if profile.avatar %}
{% else %}

{% endfor %}