| layout | page |
|---|---|
| title | Course Staff |
| permalink | /coursestaff/ |
| nav_order | 4 |
Below is the course staff for the semester. Please make an Ed post before emailing GSIs and instructors. If you have a very private matter, you may email the instructors and Head GSIs.
{% assign instructors = site.staffers | where: 'role', 'Instructor' %} {% for staffer in instructors %} {{ staffer }} {% endfor %}
{% assign headgsis = site.staffers | where: 'role', 'Head GSI' %} {% for staffer in headgsis %} {{ staffer }} {% endfor %}
{% assign gsis = site.staffers | where: 'role', 'GSI' %} {% for staffer in gsis %} {{ staffer }} {% endfor %}
{% assign readers = site.staffers | where: 'role', 'Reader' %} {% for staffer in readers %} {{ staffer }} {% endfor %}