Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.08 KB

staff.md

File metadata and controls

51 lines (35 loc) · 1.08 KB
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', '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 %}

Course Staff

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

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

Contact

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

Office Hours

(See Ed)