-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweekly-schedule.html
94 lines (77 loc) · 4.36 KB
/
weekly-schedule.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width">
<meta name="description" content ="C88C: Computational Structures in Data Science" />
<meta name="keywords" content ="CS88, C88C, Computer Science, Data Science, Programming, Berkeley, EECS, Python, intro CS, comp sci" />
<meta name="author" content ="Michael Ball, Ethan Yoo, Rebecca Dang, Michelle Chen, Ramya Chitturi, John Teng, Karim El-Refai, Liliana Gonzalez, Angela Bi, Sean Yang, Christy Quang, Morgan Dehdashti, Miha Bhaskaran, Satleen Gill, Richik Pal" />
<link rel="stylesheet" href="/sp24/assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/sp24/assets/css/style.css">
<link rel="icon" href="/sp24/assets/images/favicon.ico">
<link rel="stylesheet" href="/sp24/assets/css/mono-blue.css">
<title>Weekly Schedule | C88C Spring 2024</title>
</head>
<body id="index" class="home">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-section" aria-label="Toggle Nav Menu" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/sp24/">C88C</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-section">
<ul class="nav navbar-nav navbar-right">
<li><a href="/sp24/">Calendar</a></li>
<li><a href="/sp24/articles/resources.html">Resources</a></li>
<li><a href="/sp24/weekly-schedule.html">Google Calendar</a></li>
<li><a href="/sp24/articles/about.html">Syllabus</a></li>
<li><a href="https://edstem.org/us/courses/51226/discussion/" target="_blank">Ed</a></li>
<li><a href="/sp24/staff.html">Staff</a></li>
<li><a href="https://oh.c88c.org/" target="_blank">OH Queue</a></li>
<li><a href="https://tutor.cs61a.org/" target="_blank">Python Tutor</a></li>
<li><a href="https://bcourses.berkeley.edu/courses/1531774/external_tools/90481" target="_blank">Recordings</a></li>
</ul>
</div>
</div>
</nav>
<div id="content" class="container">
<div class='page-header'>
<h1>Weekly Schedule</h1>
</div>
<!-- <div class='find-oh'>
<h2>How to find Office Hours</h2>
<p>B6 Evans might be a bit tricky to find, so here is a small guide to help
you find your way.<p>
<ul>
<li><b>Where is Evans?</b> Evans is the big concrete building next to
Memorial Glade.
<a href="http://www.berkeley.edu/map?evans">See this map.</a></a></li>
<li><b>Where should I enter?</b> You make your life easier by entering
through one of the doors on the side facing Memorial Glade or the one next
to Hearst Mining Circle.</li>
<li><b>Where is the room?</b> B6 is in the basement. You can get
there only by using the stairs or elevators <i>in the middle</i> of the
building - that is where you have three elevators next to each other. We
put up some temporary signs on floors G and 1 that will lead you to
B6. <a href="https://i.imgur.com/vJ1ZSmL.gif">These instructions as a
GIF.</a></li>
</ul>
</div> -->
<iframe
src="https://calendar.google.com/calendar/embed?height=800&wkst=1&bgcolor=%23ffffff&ctz=America%2FLos_Angeles&showTitle=0&mode=WEEK&showPrint=0&showDate=1&showCalendars=0&showTz=1&title&src=Y18zOTI1ZmJiNmE4NzFjOThlYWU1ODEwM2I5OWY4Y2M2OGYzY2NhMmYzYThjNTVlZjc3Yjg5ODdjZjg3MWQ4OTg0QGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20&src=Y19sdWJscHFxaWdmaWpsYmMxbDRydWRjcGk1c0Bncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23D50000&color=%23EF6C00"
style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"
>
</iframe>
</div>
<script src="//cdn.jsdelivr.net/jquery/2.1.3/jquery.min.js"></script>
<script src="/sp24/assets/js/bootstrap.min.js"></script>
<!-- TODO: Move to specific pages... -->
<script src="/sp24/assets/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>