-
Notifications
You must be signed in to change notification settings - Fork 8
/
staff.html
38 lines (34 loc) · 1003 Bytes
/
staff.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
layout: page
title: Course Staff
mathjax: true
weight: 0
---
<section class="main-container text">
<div class="main">
<h2 class="title">People</h2>
<h3>Instructor</h3>
<ul class="lists">
<li>
<a href="mailto:[email protected]">Finale Doshi-Velez</a>
</li>
</ul>
<h3>Course Manager</h3>
<ul class="lists">
<li>
<a href="mailto:[email protected]">Kasey LeBlanc</a>
</li>
</ul>
<h3>Teaching Fellows</h3>
<ul class="lists">
{% for ta in site.data.all.tas %}
<li>
{{ta.name}}
</li>
{% endfor %}
</ul>
<h2 class="title">Contacting us</h2>
<p>When contacting staff, <a href="https://piazza.com/harvard/spring2020/cs181" target="_blank">
Piazza</a> and in-person is preferred. Please use email sparingly.</p>
</div>
</section>