-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
205 lines (196 loc) · 8.72 KB
/
index.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html>
<head>
<title>CS 375 Summer 2022</title>
<meta charset="UTF-8">
<meta name="description" content="Computer Science 375: Teaching Techniques for Computer Science">
<meta name="keywords" content="CS375, Computer Science, CS, 375, Teaching Techniques, Victor Huang, Berkeley, EECS">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600" rel="stylesheet" type="text/css">
<link rel="icon" type="image/png" href="assets/images/nyancat.gif">
<link rel="stylesheet" type="text/css" href="assets/css/common.css">
<link rel="stylesheet" type="text/css" href="assets/css/index.css">
<script src="assets/js/jquery-1.11.2.min.js" type="text/javascript"></script>
<script src="assets/js/script.js"></script>
</head>
<body>
<div id="navbar">
<a href="index.html"><div class="navitem left left-small">CS 375</div></a>
<a href="index.html"><div class="navitem left left-large">CS 375: Teaching Techniques</div></a>
<a href="https://piazza.com/berkeley/summer2022/cs375"><div class="navitem right">Piazza</div></a>
<a href="resources.html"><div class="navitem right">Resources</div></a>
<a href="staff.html"><div class="navitem right">Staff</div></a>
<a href="about.html"><div class="navitem right">Course Info</div></a>
</div>
<div id="content">
<div class="segment">
<div class="segmenttitle">Course Information</div>
<div class="text">
Instructor: Victor Huang</br>
Schedule: MW 6:30-8:00 PM PDT, The Woz in Soda (also Zoom link, posted in piazza)
</div>
</div>
<div class="segment">
<div class="segmenttitle">Calendar</div>
<ul>
<li>Note: Missing from the Assignments schedule are the daily self-reflections. (Please read the <a href="about.html">Course Info</a> page for more information on these.)</li>
<li>The schedule is still tentative. We will update it throughout the semester.</li>
</ul>
<table id="calendar">
<thead>
<tr>
<th>Date</th>
<th>Boot Camp Topic</th>
</tr>
</thead>
<tbody>
<!-- Day 1 -->
<tr class="odd">
<td rowspan="1">Wed 6/15</td>
<td>
<a href = "https://www.youtube.com/watch?v=Xv2ar6AKvGc">Fixed Mindset Vs. Growth Mindset</a> <br>
<a href = "https://www.youtube.com/watch?v=hiiEeMN7vbQ"> Developing a Growth Mindset</a> <br>
<a href = "https://mathwithbaddrawings.com/2015/04/08/the-math-ceiling-wheres-your-cognitive-breaking-point/">Broken Futon Effect</a>
</td>
</tr>
<!-- Day 2 -->
<tr>
<td rowspan="1">Thu 6/16</td>
<td>
<a href = "https://www.youtube.com/watch?v=1oVs3Uxv7SM">Stereotype Threat</a><br>
<a href="https://www.youtube.com/watch?v=failylROnrY">Addressing and Combating Stereotype Threat</a> <br>
<a href = "https://www.youtube.com/watch?v=sIv9rz2NTUk">Learning Styles (Do they exist?)</a><br>
<a href = "https://www.youtube.com/watch?v=eVtCO84MDj8">Explanations vs. Dispelling misconceptions</a>
</td>
</tr>
</tbody>
</table>
<table id="calendar">
<thead>
<tr>
<th>Week</th>
<th>Date</th>
<th>Topic</th>
<th>References</th>
<th>Assignments</th>
</tr>
</thead>
<tbody>
<!-- Week 1 -->
<tr class="odd">
<td rowspan="2">1</td>
<td>Mon 6/20</td>
<td>No Class (Holiday)</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 6/22</td>
<td>First Section Debrief, Presentation tips</td>
<td></td>
<td></td>
</tr>
<!-- Week 2 -->
<tr>
<td rowspan="2">2</td>
<td>Mon 6/27</td>
<td>Teaching Confused Students</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 6/29</td>
<td>Peer Instruction</td>
<td><a href="https://www.youtube.com/watch?v=e1DnltskkWk">List 3 reasons why a UC Berkeley class is better than a library card</a>
<br><a href="https://www.youtube.com/watch?v=FUY049rIjdM">Peer Instruction</a></td>
<td></td>
</tr>
<!-- Week 3 -->
<tr class="odd">
<td rowspan="2">3</td>
<td>Mon 7/4</td>
<td>Holiday (No class)</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 7/6</td>
<td>Working in Groups</td>
<td><br></td>
<td>Video Observation 1 (due 7/8 at midnight)</td>
</tr>
<!-- Week 4 -->
<tr>
<td rowspan="2">4</td>
<td>Mon 7/11</td>
<td>Writing a Good Rubric (for readers and for exams)</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 7/13</td>
<td>How to Run a Review Session; Proctoring and Accommodations</td>
<td></td>
<td>Student Survey (due 7/22 by midnight)</td>
</tr>
<!-- Week 5 -->
<tr class="odd">
<td rowspan="2">5</td>
<td>Mon 7/18</td>
<td>Survey Review</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 7/20</td>
<td>Handling Academic Misconduct (Why Do Students Cheat?)</td>
<td></td>
<td></td>
</tr>
<!-- Week 6 -->
<tr>
<td rowspan="2">6</td>
<td>Mon 7/25</td>
<td>Accessible Course Content</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 7/27</td>
<td>Making a Boring Topic Interesting</td>
<td></td>
<td>Video Observation 2 (due 7/29 at midnight)</td>
</tr>
<!-- Week 7 -->
<tr class="odd">
<td rowspan="2">7</td>
<td>Mon 8/1</td>
<td>What Is the Purpose of Your Class?</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 8/3</td>
<td class="guest-lecture">Optional class (no set topic)</td>
<td></td>
<td></td>
</tr>
<!-- Week 8 -->
<tr>
<td rowspan="2">8</td>
<td>Mon 8/8</td>
<td>Final Wrap Up</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 8/10</td>
<td class="guest-lecture">No topic</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>