Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.06 KB

File metadata and controls

32 lines (26 loc) · 1.06 KB
layout default
title People

Team

{% assign groups = "PI,Postdoc,PhD,Alumni" | split: "," %}

{% for group in groups %} {% assign members = site.data.people | where: "group", group %} {% if members.size > 0 %}

{{ group }}

{% for person in members %}
{% if person.image %} {% endif %}

{{ person.role }}

{{ person.bio }}

{% endfor %}

{% endif %} {% endfor %}