Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.23 KB

staff.md

File metadata and controls

34 lines (25 loc) · 1.23 KB
layout title description nav_order
page
Staff
A listing of all the course staff members.
6

Staff

Office Hours

All TA office hours will be held virtually. We will explore the option of holding in-person office hours too, subject to interest from students/TAs and availability of a room. Instructor office hours may be held in-person or remotely.

Links to join the TA and instructor office hours are posted in Canvas.

Note: When you join the office hours, it would help if you could post a brief summary of your query. Students in the main zoom {meeting} room are encouraged to communicate with each other. TAs will move you to the breakout room if they want to work with you one-on-one.

Instructors

{% 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 %}

Teaching Assistants

{% include officeHours.html %}

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