Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.06 KB

File metadata and controls

41 lines (30 loc) · 1.06 KB
layout page
title Staff
description Data 6 Fall 2024 Course Staff.

{: .warning } ⚠️ This content is archived as of March 2026 and is retained exclusively for reference. Find current offerings.

Staff

Read more about our amazing Data 6 course staff below! We're all current or recent Berkeley undergraduates, so feel free to reach out with any questions about life at UC Berkeley, the data science major, or anything else Cal related!

Instructor

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

Undergraduate Student Instructor (uGSI)

{% assign teaching_assistants = site.staffers | where: 'role', 'uGSI' %} {% 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>