layout | title | nav_exclude | description |
---|---|---|---|
page |
Office Hours |
true |
Fall 2023 Office Hours Schedule |
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!
<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>