layout | title | description | nav_order |
---|---|---|---|
page |
Staff / Contact |
A listing of all the course staff members. |
5 |
{% assign instructors = site.staffers | where: 'role', 'Instructor1' %} {% for staffer in instructors %} {{ staffer }} {% endfor %}
{% assign instructors = site.staffers | where: 'role', 'Instructor2' %} {% for staffer in instructors %} {{ staffer }} {% endfor %}
{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' %} {% assign num_teaching_assistants = teaching_assistants | size %} {% if num_teaching_assistants != 0 %}
{% assign teaching_headtf = site.staffers | where: 'role', 'Head TF' %} {% assign num_teaching_headtf = teaching_headtf | size %} {% if num_teaching_headtf != 0 %}
{% for staffer in teaching_headtf %} {{ staffer }} {% endfor %} {% endif %}
{% for staffer in teaching_assistants %} {{ staffer }} {% endfor %} {% endif %}
For administrative or logistical questions, please e-mail class Helpline at [email protected]
(See Ed)