-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (204 loc) · 9.05 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
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html>
<head>
<title>CS 375 Summer 2023</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/summer2023/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 5:30-7:00 PM PDT, 212 Wheeler (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">Mon 6/12</td>
<td>2-sigma effect (and why it basically means nothing) <br>
<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">Tues 6/13</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></td>
</tr>
<!-- Day 3 -->
<tr class="odd">
<td rowspan="1">Wed 6/14</td>
<td>The effectiveness (or lack thereof) of lecture <br>
The stress of being a TA (I’ll tell you not to overwork yourself, but you won’t listen) <br>
Final Pep Talk before first section
</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/19</td>
<td>No Class (Holiday)</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 6/21</td>
<td>First Section Debrief, Presentation tips</td>
<td></td>
<td></td>
</tr>
<!-- Week 2 -->
<tr>
<td rowspan="2">2</td>
<td>Mon 6/26</td>
<td>Teaching Confused Students</td>
<td>
<a href = "https://www.youtube.com/watch?v=eVtCO84MDj8">Explanations vs. Dispelling misconceptions</a>
</td>
<td></td>
</tr>
<tr>
<td>Wed 6/28</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/3</td>
<td>Working in Groups</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 7/5</td>
<td>Writing a Good Rubric (for readers and for exams)</td>
<td></td>
<td>Video Observation 1 (due 7/7 at midnight)</td>
</tr>
<!-- Week 4 -->
<tr>
<td rowspan="2">4</td>
<td>Mon 7/10</td>
<td>Office Hours and Review Sessions</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 7/12</td>
<td>Proctoring and Accommodations</td>
<td></td>
<td></td>
</tr>
<!-- Week 5 -->
<tr class="odd">
<td rowspan="2">5</td>
<td>Mon 7/17</td>
<td>Handling Academic Misconduct (Why Do Students Cheat?)</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 7/19</td>
<td>Survey Review</td>
<td></td>
<td>Student Survey (due 7/21 by midnight)</td>
</tr>
<!-- Week 6 -->
<tr>
<td rowspan="2">6</td>
<td>Mon 7/24</td>
<td>Accessible Course Content</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 7/26</td>
<td>Making a Boring Topic Interesting</td>
<td></td>
<td>Video Observation 2 (due 7/28 at midnight)</td>
</tr>
<!-- Week 7 -->
<tr class="odd">
<td rowspan="2">7</td>
<td>Mon 7/31</td>
<td>What Is the Purpose of Your Class?</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 8/2</td>
<td>Final Wrap-Up</td>
<td></td>
<td></td>
</tr>
<!-- Week 8 -->
<tr>
<td rowspan="2">8</td>
<td>Mon 8/7</td>
<td>No class</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 8/9</td>
<td>No class</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>