title | permalink |
---|---|
Members |
/members/ |
{% assign people_sorted = site.members | sort: 'seniority' %}
{% assign role_array = "pi|postdoc|gradstudent|researchstaff|visiting|others|alumni" | split: "|" %} {% for role in role_array %} {% assign people_in_role = people_sorted | where: 'role', 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 == 'alumni' %}
{% endif %}
{% if role != 'alumni' %}
{% for profile in people_sorted %}
{% if profile.role contains role %}
{% endif %}
{% endfor %}
{% if profile.avatar %} {% else %} {% endif %} {{ profile.name }}
{% else %}
Who are they | When were they here | Where they went |
---|---|---|
Jingwen Ren | Graduate Student (2017-2022) | Facebook research |
{% endif %} {% endfor %}