Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 1.37 KB

staff.md

File metadata and controls

63 lines (45 loc) · 1.37 KB
layout title nav_order description
page
Staff
7
A listing of all the course staff members.

Staff

Jump to: Instructors, Teaching Assistants, Tutors.

Note: Consult the [calendar]({{ site.baseurl }}/calendar) for the most up-to-date office hours for each GSI.

Course Staff Email

Contact course staff via Ed with any questions or concerns. For sensitive matters, the staff email address [email protected] is monitored by the instructors and a few lead TAs.

Instructors

{% assign instructors = site.staffers | where: 'role', 'Instructor' %} {% for staffer in instructors %} {{ staffer }} {% endfor %}

Teaching Assistants

{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' %} {% for staffer in teaching_assistants %} {{ staffer }} {% endfor %}

Tutors

{% assign ucs1s = site.staffers | where: 'role', 'UCS1' %} {% for staffer in ucs1s %} {{ staffer }} {% endfor %}