Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/staffer.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h3 class="staffer-name" id="{{ page.name | slugify }}">
{%- if page.pronouns -%}
<span class="staffer-badge">{{ page.pronouns }}</span>
{%- endif -%}
{%- if page.team -%}
{%- if page.role -%}
<span class="staffer-badge label-{{ page.role }}">{{ page.role }}</span>
{%- endif -%}
{%- if page.access_email -%}
Expand Down
3 changes: 1 addition & 2 deletions _staffers/aayan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Aayan Rizvi
team: Staff
role: Tutor
role: TA
email: arizvi
photo: aayan.png
---
Expand Down
9 changes: 0 additions & 9 deletions _staffers/aditi.md

This file was deleted.

6 changes: 6 additions & 0 deletions _staffers/aditya.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Aditya Dawar
role: TA
email: adityadawar
# photo:
---
9 changes: 0 additions & 9 deletions _staffers/alex_c.md

This file was deleted.

6 changes: 6 additions & 0 deletions _staffers/alyssa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Alyssa Li
role: Tutor
email: alyssali
# photo:
---
9 changes: 0 additions & 9 deletions _staffers/angela.md

This file was deleted.

3 changes: 1 addition & 2 deletions _staffers/dhruva.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Dhruva Rajesh Bhagwat
team: Staff
role: Tutor
role: TA
email: dhruvab
photo: dhruva.jpg
---
Expand Down
6 changes: 6 additions & 0 deletions _staffers/erin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Erin Kim
role: Tutor
email: ekimxii
# photo:
---
9 changes: 0 additions & 9 deletions _staffers/jennifer.md

This file was deleted.

9 changes: 0 additions & 9 deletions _staffers/jenny.md

This file was deleted.

3 changes: 1 addition & 2 deletions _staffers/justin.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Justin Le
team: Staff
role: Tutor
role: TA
email: justin.le
photo: justin.jpg
---
Expand Down
9 changes: 0 additions & 9 deletions _staffers/megan.md

This file was deleted.

9 changes: 0 additions & 9 deletions _staffers/meilin.md

This file was deleted.

9 changes: 0 additions & 9 deletions _staffers/michael_m.md

This file was deleted.

6 changes: 6 additions & 0 deletions _staffers/nathan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Nathan Tran
role: Tutor
email: nathan.anh.tran
# photo:
---
3 changes: 1 addition & 2 deletions _staffers/rohan.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
name: Rohan Kosalge
team: Staff
role: Tutor
role: TA
email: rohankosalge
photo: rohan.jpg
---
Expand Down
6 changes: 6 additions & 0 deletions _staffers/ryan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Ryan Lin
role: Tutor
email: ryantelin
# photo:
---
6 changes: 6 additions & 0 deletions _staffers/sam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Sam Hansen
role: Tutor
email: samhansen
# photo:
---
6 changes: 6 additions & 0 deletions _staffers/scarlet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Scarlet Shi
role: Tutor
email: scarlet0812
# photo:
---
1 change: 0 additions & 1 deletion _staffers/sohail.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: Sohail Mukadam
team: Staff
role: TA
email: sohailmukadam
photo: sohail.jpeg
Expand Down
1 change: 0 additions & 1 deletion _staffers/sophie.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
name: Sophie McKenna
team: Staff
role: TA
email: sophie.mckenna
photo: sophie.JPG
Expand Down
Binary file removed assets/images/staff/aditi.jpg
Binary file not shown.
Binary file removed assets/images/staff/alex_c.jpg
Binary file not shown.
Binary file removed assets/images/staff/angela.png
Binary file not shown.
Binary file removed assets/images/staff/jennifer.jpg
Binary file not shown.
Binary file removed assets/images/staff/jenny.jpg
Binary file not shown.
Binary file removed assets/images/staff/megan.jpg
Binary file not shown.
Binary file removed assets/images/staff/meilin.jpg
Binary file not shown.
Binary file removed assets/images/staff/michael_murphy.jpg
Binary file not shown.
13 changes: 2 additions & 11 deletions staff.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: A listing of all the course staff members.
---

{: .warning }
⚠️ The content on this site is archived and retained exclusively for reference. Updates will be made when the course is offered in the future.
⚠️ The content on this page is currently being updated. Check back later to learn more about the Fall 2026 Staff!


# Staff
Expand All @@ -25,17 +25,8 @@ Append `@berkeley.edu` to all email addresses. **For personal circumstances or s
</div>
{% endif %}

{% assign instructors = site.staffers | where: 'role', 'Instructor' | reverse %}
{% assign num_instructors = instructors | size %}
{% if num_instructors != 0 %}
## Instructors

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

{% assign staff = site.staffers | where: 'team', 'Staff' %}
{% assign staff = site.staffers | where_exp: "item", "item.role != 'Professor'" %}
{% assign num_staff = staff | size %}
{% if num_staff != 0 %}
## Course Staff
Expand Down
Loading