Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1.37 KB

officehours.md

File metadata and controls

48 lines (38 loc) · 1.37 KB
layout title nav_order description
page
Office Hours
3
Spring 2024 Office Hours Schedule

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 Spring 2024 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>