Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 973 Bytes

staff.md

File metadata and controls

43 lines (31 loc) · 973 Bytes
layout title description nav_order
page
Staff / Contact
A listing of all the course staff members.
5

Staff

Instructor

{% assign instructors = site.staffers | where: 'role', 'Instructor' %} {% 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 %}

Contact

For administrative or logistical questions, please e-mail class Helpline at [email protected]

Office Hours

(See Ed)

Course Staff

{% for staffer in teaching_headtf %} {{ staffer }} {% endfor %} {% endif %}

{% for staffer in teaching_assistants %} {{ staffer }} {% endfor %} {% endif %}