-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·226 lines (222 loc) · 10 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
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html>
<head>
<title>CS 375 Summer 2016</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">
</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="http://piazza.com/berkeley/summer2016/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 7-9 PM, 310 Soda
</div>
</div>
<div class="segment">
<div class="segmenttitle">Announcements</div>
<table id="announcements">
<thead>
<tr>
<th>Date</th>
<th>Announcement</th>
<th>Time</th>
<th>Location</th>
</tr>
</thead>
<tr>
<td>6/13 - 6/16</td>
<td>
Four-day Bootcamp
</td>
<td>
7PM - 8:30PM
</td>
<td><b>405 Soda</b> (not 310 Soda)</td>
</tr>
</table>
</div>
<div class="segment">
<div class="segmenttitle">Calendar</div>
<div class="text">
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.)
</div>
<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/13</td>
<td>2-sigma effect (and why it basically means nothing) <br>
<a href = "https://www.youtube.com/watch?v=MTsF2TaEaJA">Fixed mindset vs 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/14</td>
<td><a href = "https://www.youtube.com/watch?v=FTYMSulvnyw">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)</td>
</tr>
<!-- Day 4 -->
<tr>
<td rowspan="1">Thurs 6/15</td>
<td><a href = "https://www.youtube.com/watch?v=eVtCO84MDj8">Explanations vs. Dispelling misconceptions</a> <br>
Scheduling Office Hours <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/20</td>
<td>Intro, Logistics, First Section (Debrief)</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 6/22</td>
<td>Teaching Confused Students</td>
<td></td>
<td></td>
</tr>
<!-- Week 2 -->
<tr>
<td rowspan="2">2</td>
<td>Mon 6/27</td>
<td class="guest-lecture"><a href="http://citris-uc.org/person/pat-virtue/">Prof. Pat Virtue</a>: Peer Instruction</td>
<td><a href = "https://drive.google.com/open?id=0B25KtBjneBBebTdCQ0M5YVNvcFU">Guest Lecture Slides</a></td>
<td></td>
</tr>
<tr>
<td>Wed 6/29</td>
<td>Writing a Good Rubric (for readers and for exams), How to Run a Review Session</td>
<td></td>
<td></td>
</tr>
<!-- Week 3 -->
<tr class="odd">
<td rowspan="2">3</td>
<td>Mon 7/4</td>
<td>Independence Day (Resurgence)</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 7/6</td>
<td class="guest-lecture"><a href="http://people.eecs.berkeley.edu/~sahai/">Prof. Anant Sahai</a>: Guest Lecture</td>
<td></td>
<td><a href="https://piazza.com/class/iohsj26kcs1577?cid=208">Video Observation 1</a> (due 7/6 at midnight)</td>
</tr>
<!-- Week 4 -->
<tr>
<td rowspan="2">4</td>
<td>Mon 7/11</td>
<td>Halfway point: Survey!</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 7/13</td>
<td class="guest-lecture"><a href="https://www.eecs.berkeley.edu/Faculty/Homepages/denero.html/">Prof. John Denero</a>: Guest Lecture</td>
<td><a href = "https://drive.google.com/file/d/0B3ucjfH0tSTtT2s5djhydjdLYjhqaVUxdnRUNjJqZERRcW5V/view?usp=sharing">Guest Lecture Slides</a></td>
<td></td>
</tr>
<!-- Week 5 -->
<tr class="odd">
<td rowspan="2">5</td>
<td>Mon 7/18</td>
<td>Survey / Midterm 1 Debrief</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 7/20</td>
<td>Prep for Student Presentations</td>
<td></td>
<td>Survey (due 7/20 by midnight)</td>
</tr>
<!-- Week 6 -->
<tr>
<td rowspan="2">6</td>
<td>Mon 7/25</td>
<td class="guest-lecture"><a href="https://www.eecs.berkeley.edu/Faculty/Homepages/joshhug.html">Prof. Josh Hug</a>: Guest Lecture</td>
<td><a href = "https://docs.google.com/presentation/d/1Uc9e_38ggNI5xHTAoiQFnq9_VusUvpOXk6APjfw-7Us/edit?usp=sharing">Guest Lecture Slides</a></td>
<td></td>
</tr>
<tr>
<td>Wed 7/27</td>
<td>How to Fix 375</td>
<td></td>
<td>Video Observation 2 (due 7/27 at midnight)</td>
</tr>
<!-- Week 7 -->
<tr class="odd">
<td rowspan="2">7</td>
<td>Mon 8/1</td>
<td>Student Presentations</td>
<td></td>
<td></td>
</tr>
<tr class="odd">
<td>Wed 8/3</td>
<td>Student Presentations</td>
<td></td>
<td></td>
</tr>
<!-- Week 8 -->
<tr>
<td rowspan="2">8</td>
<td>Mon 8/8</td>
<td class="guest-lecture"><a href="http://people.eecs.berkeley.edu/~klein/">Prof. Dan Klein (Tentative)</a>: Guest Lecture*</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Wed 8/10</td>
<td>HKN Survey</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>