layout | title | permalink |
---|---|---|
page_select |
/people/ |
{% assign people_sorted = site.people | sort: 'joined' | reverse %} {% assign people_array = "pi|engineer|postdoc|gradstudent|alumni" | split: "|" %}
{% assign people_valid = '' | split: '' %} {% for item in people_array %} {% assign listpeople = '' | split: '' %} {% for profile in people_sorted %} {% if profile.position contains item %} {% assign listpeople = listpeople | push: profile %} {% endif %} {% endfor %} {% assign people_valid = people_valid | push: listpeople %} {% endfor %}
• {% if profile.site %} {% endif %} {{profile.name}} {% if profile.desc %} - {{profile.desc}} {% endif %} {% if profile.site %} {% endif %}
{% endif %} {% endfor %}