--- layout: default title: People picture-role-groups: - {roles: [faculty, postdoc, staff], width: 4} - {roles: [grad], width: 8} no-picture-role-groups: - {roles: [collab, ugrad, ugrad-alum], width: 5} - {roles: [alum], width: 7} ---
{% for role-group in page.picture-role-groups %}
{% for role in role-group.roles %} {% include role-people.html role=role image=true %} {% endfor %}
{% endfor %}
{% for role-group in page.no-picture-role-groups %}
{% for role in role-group.roles %} {% include role-people.html role=role image=false %} {% endfor %}
{% endfor %}