Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.06 KB

staff.md

File metadata and controls

52 lines (42 loc) · 1.06 KB
layout title description
page
Staff
Data 8 Fall 2022 Staff

Staff

Instructors

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

{% for staffer in instructors %} {{ staffer }} {% endfor %}

Lead GSIs

All office hours are held in-person in Warren 101 unless otherwise specified

{% assign leads = site.staffers | where: 'role', 'Lead GSI' %}

{% for staffer in leads %} {{ staffer }} {% endfor %}

Teaching Assistants (GSIs)

All office hours are held in-person in Warren 101 unless otherwise specified

{% assign teaching_assistants = site.staffers | where: 'role', 'GSI' %}

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

Tutors

{% assign tutors = site.staffers | where: 'role', 'Tutor' %}

{% for staffer in tutors %} {{ staffer }} {% endfor %}
<script src="../assets/darkmode.js"></script> <script> window.addEventListener("DOMContentLoaded", (event) => { onLoad(); }); </script>