Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 576 Bytes

people.md

File metadata and controls

26 lines (20 loc) · 576 Bytes
layout title nav
page
People
people

{% for p in site.data.people %}{% if p.pi %} {% include people.html %}{% endif %} {% endfor %}

Current lab members

{% for p in site.data.people %}{% if p.current %} {% include people.html %}{% endif %} {% endfor %}

Former lab members

{% for p in site.data.people %}{% if p.former %} {% include people.html %}{% endif %} {% endfor %}