We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d2d33 commit bf5eea6Copy full SHA for bf5eea6
members.md
@@ -11,7 +11,7 @@ Version 8
11
{% assign role_array = "pi|postdoc|gradstudent|researchstaff|visiting|others|alumni" | split: "|" %}
12
<h1> Role array {{role_array}} </h1>
13
{% for role in role_array %}
14
-{% assign people_in_role = people_sorted | where: 'position', role %}
+{% assign people_in_role = people_sorted | where: 'role', role %}
15
<h2> People in role: {{people_in_role}} {{role}} </h2>
16
{% if people_in_role.size == 0 %}
17
<!-- Skip section if there's nobody -->
0 commit comments