title | permalink |
---|---|
People |
/people/ |
{% assign people_sorted = (site.people | sort: 'joined' %} {% assign people_array = "pi|clinical|gradStudent|student" | split: "|" %}
{% for item in people_array %}
{% if item == 'gradStudent' %}
{% elsif item == 'clinical' %}
{% elsif item == 'pi' %}
{% elsif item == 'student' %}
{% endif %}
{% for profile in people_sorted %}
{% if profile.position contains item %}
{% endif %}
{% endfor %}
{% if profile.avatar %} {% else %} {% endif %} {{ profile.name }}
{% endfor %}
Who are they | When were they here | Where they went |
---|---|---|
Luran Manfio | Undergradaute (2015-2018) | TBD |
Austen Hentschel | Undergradaute (2015-2018) | TBD |
Lynn | Undergradaute (2015-2018) | TBD |
Magda Francois | clincal (2015-2018) | TBD |
Xinsong Du | Ph.D. student (2017-present) | TBD |