-
Shale XIONG authoredShale XIONG authored
people.html 361 B
---
title: People
menu: true
menu_order: 3
permalink: /people/
redirect_from: /people.html
---
{% assign current_peoele = site.people | where: "alumnus","false" %}
{% include person-cards.html people=current_peoele %}
<br>
<h2 class="post-title">Alumni</h2>
{% assign alumni = site.people | where: "alumnus","true" %}
{% include alumni.html people=alumni %}