Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 681 Bytes

File metadata and controls

31 lines (23 loc) · 681 Bytes
layout title nav_order description
page
Staff
5
A listing of all the course staff members.

Staff

All the people involved in this course!

Instructors

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

Head Teaching Assistants

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

Teaching Assistants

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