Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.12 KB

people.md

File metadata and controls

37 lines (28 loc) · 1.12 KB
layout title permalink
page
People
/people

{%- assign leaders = site.data.people | where: "type", "leader" | where: "active", "true" | sort: "name" %} {%- assign phds = site.data.people | where: "type", "phd" | where: "active", "true" | sort: "name" %} {%- assign mscs = site.data.people | where: "type", "msc" | where: "active", "true" | sort: "name" %} {%- assign alumni = site.data.people | where: "active", "false" | sort: "name" | reverse | sort: "graduated" | reverse %}

Faculty

{:.people} {%- for person in leaders %}

Current Students

{:.people} {%- for person in phds %}

Alumni

{:.people} {%- for person in alumni %}