Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.53 KB

File metadata and controls

51 lines (40 loc) · 1.53 KB
layout page
title Office Hours
nav_exclude true
description Fall 2023 Office Hours Schedule

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

Office Hours

You are welcome to show up to any office hours. Please see the calendar for OH times and locations.

We use an online sign-up system to help keep track of everyone.

If you need help during your lab section, please utilize the lab queue instead so that the lab TAs can see your help request!

Office Hours Calendar

Data 8 Fall 2023 Office Hour Calendar

<style> /* Style the container to enable rounded corners and drop shadow */ .calendar-container { width: 1000px; height: 800px; overflow: hidden; border-radius: 20px; background-color: #ffffff !important; } /* Style the iframe */ .calendar-container iframe { width: 100%; height: 100%; border: none; } </style> <script src="../assets/darkmode.js"></script> <script> window.addEventListener("DOMContentLoaded", (event) => { onLoad(); }); </script>