Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 670 Bytes

staff.md

File metadata and controls

27 lines (21 loc) · 670 Bytes
layout title nav_order description
page
Instructors
4
A listing of all the course staff members.

Instructors

A number of instructors are involved in this unit. Your primary point of contact is Robert Lanzafame.

Instructors

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

Teaching Assistant

{% assign teaching_assistants = site.staffers | where: 'role', 'Teaching Assistant' %} {% assign num_teaching_assistants = teaching_assistants | size %} {% if num_teaching_assistants != 0 %}

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