@@ -4,57 +4,57 @@ permalink: /people/
44layout : archive
55---
66
7+ ## Faculty & Staff & Postdoc
78
8- ## Faculty & Staff
9-
10- {% include card-authors-with-role.html authors=site.data.authors role="Faculty" alumni=false %}
11- {% include card-authors-with-role.html authors=site.data.authors role="Postdoc" alumni=false %}
12- {% include card-authors-with-role.html authors=site.data.authors role="Research Assistant" alumni=false %}
13-
9+ {% include card-authors-with-role.html authors=site.data.authors role="Faculty" render_current_role=true %}
10+ {% include card-authors-with-role.html authors=site.data.authors role="Staff" render_current_role=true %}
11+ {% include card-authors-with-role.html authors=site.data.authors role="Postdoc" render_current_role=true %}
1412
1513## Students
1614
1715### PhD
1816
19- {% include card-authors-with-role.html authors=site.data.authors role="PhD" alumni=false %}
17+ {% include card-authors-with-role.html authors=site.data.authors role="Student" title=" PhD" render_current_role=true %}
2018
21- ### Masters
19+ ### Master
2220
23- {% include card-authors-with-role.html authors=site.data.authors role="Master" alumni=false %}
21+ {% include card-authors-with-role.html authors=site.data.authors role="Student" title=" Master" render_current_role=true %}
2422
25- ### Undergraduate
23+ <!-- ### Undergraduate
2624
27- {% include card-authors-with-role.html authors=site.data.authors role="Undergraduate" alumni=false %}
25+ {% include card-authors-with-role.html authors=site.data.authors role="Student" title=" Undergraduate" render_current_role=true %}
2826
29- ### Interns
27+ ### Intern
3028
31- {% include card-authors-with-role.html authors=site.data.authors role="Intern" alumni=false %}
29+ {% include card-authors-with-role.html authors=site.data.authors role="Student" title=" Intern" render_current_role=true %} -->
3230
3331---
3432
35- # Alumni
33+ # Past Members
3634
37- ## Faculty & Staff
35+ ## Faculty & Staff & Postdoc
3836
39- {% include card-authors-with-role.html authors=site.data.authors role="Postdoc" alumni=true %}
37+ {% include card-authors-with-role.html authors=site.data.authors role="Faculty" render_current_role=false %}
38+ {% include card-authors-with-role.html authors=site.data.authors role="Staff" render_current_role=false %}
39+ {% include card-authors-with-role.html authors=site.data.authors role="Postdoc" render_current_role=false %}
4040
41- ## Students
41+ ## Alumni
4242
4343### PhD
4444
45- {% include card-authors-with-role.html authors=site.data.authors role="PhD" alumni=true %}
45+ {% include card-authors-with-role.html authors=site.data.authors role="Student" title=" PhD" render_current_role=false %}
4646
4747### Masters
4848
49- {% include card-authors-with-role.html authors=site.data.authors role="Master" alumni=true %}
49+ {% include card-authors-with-role.html authors=site.data.authors role="Student" title=" Master" render_current_role=false %}
5050
5151### Undergraduate
5252
53- {% include card-authors-with-role.html authors=site.data.authors role="Undergraduate" alumni=true %}
53+ {% include card-authors-with-role.html authors=site.data.authors role="Student" title=" Undergraduate" render_current_role=false %}
5454
5555### Interns
5656
57- {% include card-authors-with-role.html authors=site.data.authors role="Intern" alumni=true %}
57+ {% include card-authors-with-role.html authors=site.data.authors role="Student" title=" Intern" render_current_role=false %}
5858
5959<br />
6060
0 commit comments