-
Notifications
You must be signed in to change notification settings - Fork 0
/
calendar.html
executable file
·600 lines (578 loc) · 36.3 KB
/
calendar.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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<link rel="shortcut icon" href="http://bjc.berkeley.edu/bjcfav.png" type="image/png">
<link href="cs10style.css" title="CS10 Style" rel="stylesheet" type="text/css" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>
<a name="schedule">
<h1> Semester Schedule</h1>
</a>
<div style="margin: 5px 0px 10px 0px;"> Reading assignments in <span style="color: #0000EE">
blue </span> are required, <span style="color:#008000">green</span>
are required-but-challenging (so understand the "big idea" concepts,
rather than the technical details), and reading assignments in <span style="color: #880000; font-style: italic;">
red </span> are optional but recommended. </div>
<!--beginning of semester calendar code-->
<table width="100%" border="0">
<tbody>
<tr>
<th width="2%"> Week </th>
<th width="8%"> Days in 2013 </th>
<th width="9%"> Readings (Sa/Su) </th>
<th width="12%"> Lecture 1 (M) </th>
<th width="12%"> Lab 1 (M / Tu / W) </th>
<th width="12%"> Lecture 2 (W) </th>
<th width="12%"> Lab 2 (W / Th / Fri) </th>
<th width="12%"> Discussion (F) </th>
<th width="9%"> HW, Exams & Projects </th>
</tr>
<tr class="calendar2">
<td width="2%" class="calendar2"> 1 </td>
<td class="calendar2"> <tt> 01-21 to 01-25 </tt> </td>
<td class="calendar2" id="8" title="21"> <span class="required"> • <a
href="http://online.wsj.com/article/SB10001424053111903480904576512250915629460.html">Why
Software is Eating the World </a> </span><br />
• <a href="http://inst.eecs.berkeley.edu/%7Ecs10/sp11/lec/01/2010-08-30-CS10-L01-BH-Abstraction.txt">Prof.
Harvey's Intro to Abstraction </a> <br />
• <a href="http://doi.acm.org/10.1145/1232743.1232745"> <font color="#800000">Is
Abstraction the Key to Computing?</font></a><br />
<a href="http://doi.acm.org/10.1145/1232743.1232745"><font color="#800000"></font>
</a> </td>
<td colspan="2" class="noClass" rowspan="1"> No Class </td>
<td class="calendar2"><a href="lec/01/">Abstraction</a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/7">Sp12
HD video with Qs</a></td>
<td class="calendar2" id="8" title="27"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=1">
Broadcast, Animations, Music</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=Aub6BAxAT-c&list=PLAE5AE3CD22628741&index=1&feature=plpp_video">here</a>.<br />
<a href="http://sage.cs.berkeley.edu/course/view.php?id=21&topic=1">
</a> </td>
<td class="calendar2" id="8" title="27"> Welcome and Course Overview </td>
<td class="calendar2" id="9" title="2"> None </td>
</tr>
<tr>
<td width="2%" class="calendar"> 2 </td>
<td class="calendar"> <tt> 01-28 to 02-01 </tt> </td>
<td class="calendar" id="8" title="29"><span
class="required"></span><span class="required">• </span><a href="http://doi.acm.org/10.1145/1378704.1378719">
Designing Games with a Purpose (GWAP) </a> <br />
• <a href="http://www.nytimes.com/2011/06/28/us/28scotus.html">Justices
Split on Violent Games </a><span class="required"></span><br />
• <a href="http://www.wired.com/magazine/2010/05/process_pixar/">
<font color="#800000"> Animating a Blockbuster</font></a><br />
• <a href="http://inst.eecs.berkeley.edu/%7Ecs10/fa10/readings/videogames/extra/">
<font color="#800000"> More readings on video games</font></a><br />
• <a href="http://www.msnbc.msn.com/id/40077373/ns/technology_and_science-games/">
<font color="#800000"> Kinect's Future <br />
a Game Controller in Everything</font></a></td>
<!--Week 2-->
<td class="calendar" id="8" title="30"> <a href="lec/02">3D Graphics</a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/10">Sp12
HD video with Qs</a>
</td>
<td class="calendar" id="8" title="30"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=2">Loops
and Variables</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=rn6mlhS6ZdY&feature=bf_next&list=PLAE5AE3CD22628741">here</a>.<br />
</td>
<td class="calendar" id="9" title="1"> <a href="lec/03">Video Games</a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/11">Sp12
HD video with Qs</a>
</td>
<td class="calendar" id="9" title="1"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=21&topic=2">
</a> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=3">Random,
If, & Input</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=YGen0fAO0Y8&feature=bf_next&list=PLAE5AE3CD22628741">here</a>.<br />
</td>
<td class="calendar" id="8" title="21"> <a href="http://ucoe.adobeconnect.com/p5ezwwtw8g2/">Anatomy
of a Computer & the Power of Binary</a>
<a href="disc/Discussion+2-Computer+Architecture+and+Binary+Digit.pdf">(Slides)</a>
</td>
<td class="calendar" id="9" title="8"> <a href="hw/hw0.pdf"> Homework
0 </a> <br />
<i> due 2/1 </i> </td>
</tr>
<tr>
<td width="2%" class="calendar2"> 3 </td>
<td class="calendar2"> <tt> 02-04 to 02-08 </tt> </td>
<td class="calendar2" id="9" title="5"> <a class="required" href="http://www.msnbc.msn.com/id/40077373/ns/technology_and_science-games/">
</a><span class="required">• </span> <a href="http://youtu.be/JKAzZocdQ1Y">Program
or Be Programmed (Video: Author Speech)</a><br />
<span class="required">• </span><a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter1.pdf">
BtB Chapter 1 </a><br />
• <a href="http://doi.acm.org/10.1145/1592761.1592779"> <font color="#800000">
Scratch: Programming for All (CACM)</font></a><br />
<a href="http://doi.acm.org/10.1145/1592761.1592779"><font color="#800000"></font></a>
</td>
<!--Week 3-->
<td class="calendar2"> <a href="lec/04/">Functions</a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/12">Sp12
HD video with Qs</a></td>
<td class="calendar2" id="9" title="8"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=4">BYOB</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=Sm_ZGLT72yQ&feature=bf_next&list=PLAE5AE3CD22628741">here</a>. </td>
<td class="calendar2" id="9" title="8"> <a href="lec/05/">Programming
Paradigms</a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/13">Sp12
HD video with Qs</a>
</td>
<td class="calendar2" id="9" title="8"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=21&topic=3">
</a> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=5">Lists
I</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=8549sTGQwLQ&feature=bf_next&list=PLAE5AE3CD22628741">here</a>.
</td>
<td class="calendar2" id="9" title="10"> Functions Review <a href="https://docs.google.com/presentation/d/1EBlw7ANhfj4qMnU4YFAfe5F6FtWjOqvSV_0Nt0U2AZI/pub?start=false&loop=false&delayms=3000">
Notes </a> </td>
<td class="calendar2" id="9" title="8"> <a href="hw/hw1.html">
Homework 1 </a> <br />
<i> due 2/8 </i> </td>
</tr>
<tr>
<td width="2%" class="calendar"> 4 </td>
<td class="calendar"> <tt> 02-11 to 02-15 </tt> </td>
<td class="calendar" id="9" title="13"> <a class="required" href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter1.pdf">
</a>• <a href="http://www.ted.com/talks/kevin_slavin_how_algorithms_shape_our_world.html">
How Algorithms Shape Our World</a><br />
<a class="optional" href="http://www.ted.com/talks/kevin_slavin_how_algorithms_shape_our_world.html">
</a> <span class="required">• </span> <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter2.pdf">BtB
Chapter 2 </a> <br />
• <a href="http://cacm.acm.org/magazines/2009/4/22953-computing-as-social-science/fulltext">
<font color="#800000"> Computing as Social Science</font></a> </td>
<!--Week 4-->
<td class="calendar" id="9" title="13"> <b>Guest Lecturer TA Michael Ball<b/> <a href="lec/06/">Algorithms
part I </a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/14">Sp12
HD video with Qs</a>
</td>
<td class="calendar" id="9" title="13"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=21&topic=4">
</a> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=6">Lists
II</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=lhuEMtcPgB8&feature=bf_next&list=PLAE5AE3CD22628741">here</a>.
</td>
<td class="calendar" id="9" title="15"> <a href="lec/07">Algorithms
part II, <br />
Orders of Growth </a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/15">Sp12
HD video with Qs</a>
</td>
<td class="calendar" id="9" title="15"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=21&topic=5">
</a> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=7">Algorithms</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=-Pu-B85uCKU&feature=bf_next&list=PLAE5AE3CD22628741">here</a>.
</td>
<td class="calendar" id="9" title="17">
<a href="http://ucoe.adobeconnect.com/p1k1mrbt36g/">Lists
and Functions</a> <a href="disc/discussion4.pdf">Notes</a> <a href="disc/SolutionstoDiscussion4.ypr">Code</a>
<a href="disc/Fa12_Quest_Practice_Problem_Solutions.pdf">Quest
Practice</a>
</td>
<td class="calendar" id="9" title="17"> <a href="hw/hw2.html">
Homework 2 </a> <br />
<i> due 2/15 </i> </td>
</tr>
<tr>
<td width="2%" class="calendar2"> 5 </td>
<td class="calendar2"> <tt> 02-18 to 02-22 </tt> </td>
<td class="calendar2" id="9" title="27"> <a class="required" href="http://www.gotw.ca/publications/concurrency-ddj.htm">
</a>
<p>No Reading (QUEST)</p>
<b><a href="http://ucoe.adobeconnect.com/p9k89vky7p6/">Quest Review:
</a></b> Tuesday 2/19 6-8PM</td>
<!--Week 5-->
<td colspan="2" class="noClass" id="9" title="20">No Class, Holiday</td>
<td class="exam" id="9" title="27"> <a href="exams/quest/">Quest</a>
(in-class exam) <a href="exams/quest/2013Sp CS10 Quest Histogram.png">Stats</a> </td>
<td class="calendar2" id="9" title="22"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=21&topic=6">
</a> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=8">Algorithm
Complexity</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=7WBC-d7NqnI&feature=bf_next&list=PLAE5AE3CD22628741">here</a>.<br />
</td>
<td class="calendar2" id="9" title="24"> <a href="http://ucoe.adobeconnect.com/p50gq02sada/">Algorithms</a>
<a href="disc/Week_5_Discussion.pdf">Notes</a> Pass Back Quest and discuss Homework #3
</td>
<td class="calendar2" rowspan="1" id="11" title="6"> </td>
</tr>
<tr>
<td width="2%" class="calendar"> 6 </td>
<td class="calendar"> <tt> 02-25 to 03-01 </tt> </td>
<td class="calendar" id="9" title="20"> <span class="optional">• </span>
<a href="http://computer.howstuffworks.com/moores-law.htm">How
Moore's Law Works </a> <br />
• <a href="http://www.gotw.ca/publications/concurrency-ddj.htm"> <font
color="#008000"> <i> Free Lunch is Over </i> </font> </a> <br />
• <a href="http://doi.acm.org/10.1145/1506409.1506425"> <font color="#800000">
Spending Moore's dividend (CACM)</font></a> </td>
<!--Week 6-->
<td class="calendar" id="9" title="22"> <a href="lec/08">Recursion
Part I</a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/17">Sp12
HD video with Qs</a></td>
<td class="calendar" id="9" title="27"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=21&topic=8">
</a> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=10">Recursion
I</a><br />
Watch a TA do the lab <a href="http://www.youtube.com/watch?v=8UIyqtDRFjU&list=PLAE5AE3CD22628741&index=10&feature=plpp_video">here</a>.
</td>
<td class="calendar" id="9" title="29"><a href="lec/09">Concurrency</a>
<br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/16">Sp12
HD video with Qs</a>
</td>
<td class="calendar" id="9" title="29"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=9">
</a><a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=9">Concurrency
</a> <br /> Watch a TA do the lab <a href="http://youtu.be/Z0VKC_LZWOA?hd=1">here</a>. </td>
<td class="calendar" id="10" title="1"> Project introduction and
concurrency <a href="http://ucoe.adobeconnect.com/p6dqhsgt9ej/">Video</a>
</td>
<td class="calendar" id="10" title="1"> <a href="hw/hw3.html">
Homework 3 </a> <br />
<i>due 3/1</i> </td>
</tr>
<tr>
<td width="2%" class="calendar2"> 7 </td>
<td class="calendar2"> <tt> 03-04 to 03-08 </tt> </td>
<td class="calendar2" id="10" title="4">
• <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter3.pdf"><font color="#800000"> BtB Chapter 3 </font> </a> <br />
• BtB Chapter 4
<a href="http://inst.eecs.berkeley.edu/%7Ecs10/sp12/readings/BtB4-pt1.pdf">pt 1</a> and
<a href="http://inst.eecs.berkeley.edu/%7Ecs10/sp12/readings/BtB4-pt2.pdf">pt 2</a> <br />
• <a href="http://cacm.acm.org/magazines/2011/10/131393-living-in-a-digital-world/pdf"><font color="#800000">Living in a Digital World</font></a><br />
• <a href="http://cacm.acm.org/magazines/2009/4/22953-computing-as-social-science/fulltext"><font color="#800000">Computing as a Social Science</font></a>
</td>
<!--Week 7-->
<td class="calendar2" id="10" title="4"><a href="lec/10">Recursion Part II </a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/19">Sp12 HD video with Qs</a>
</td>
<td class="calendar2" id="10" title="4"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=12">Recursion II</a> <br />
Watch a TA do the lab <a href="http://youtu.be/ZtahpH0QyfE?hd=1">here</a>.
</td>
<td class="calendar2" id="10" title="6"> <strong>Guest
Lecturer Gerald Friedland</strong><br /><a href="lec/11">Social
Implications I</a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/18">Sp12
HD video with Qs</a></td>
<td class="project" id="10" title="6"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=10">
</a>Project
Work</td>
<td class="calendar2" id="10" title="8"> Recursion <a href="http://ucoe.adobeconnect.com/p42fod58tp1/">Video</a>
</td>
<td class="calendar2" id="10" title="8"> <a href="https://docs.google.com/document/d/1jaRXQ6BBrCIovdhNTV0MA3esAAfixJbmfP9y56yOafY/pub"> Midterm Project </a> Proposal <a href="https://docs.google.com/spreadsheet/viewform?formkey=dDVvaTBNVHhOZGR4aVUzT1paT01hZFE6MA#gid=0">Submit here</a> <br />
<i> due 3/8</i></td>
</tr>
<tr>
<td width="2%" class="calendar"> 8 </td>
<td class="calendar"> <tt> 03-11 to 03-15 </tt> </td>
<td class="calendar" id="10" title="11">
• BtB Chapter 5
<a href="http://inst.eecs.berkeley.edu/%7Ecs10/sp12/readings/BtB5-pt1.pdf">pt 1</a>,
<a href="http://inst.eecs.berkeley.edu/%7Ecs10/sp12/readings/BtB5-pt2.pdf">pt 2</a>, and
<a href="http://inst.eecs.berkeley.edu/%7Ecs10/sp12/readings/BtB5-pt3.pdf">pt 3</a> <br />
• <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter6.pdf"> BtB Chapter 6 (27-37) </a> <br />
• <a href="http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2011/10/19/BU5K1LJ4R3.DTL"><font color="#800000"> Data Explosion Creates Revolution</font></a><br />
• <a href="http://cacm.acm.org/magazines/2011/10/131393-living-in-a-digital-world/pdf"><font color="#800000">Living in a digital world</font></a><br />
<!-- • <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter4.pdf"><font color="#800000">BtB Chapter 4</font></a><br /> -->
</td>
<!--Week 8-->
<td class="calendar" id="10" title="11"> <a href="lec/12">Social
Implications II </a> <br />
<a target="_new" href="http://youtu.be/v_tOSw-vhug">Fa11 SD video</a>
</td>
<td class="calendar" id="10" title="13">
<a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=14">Recursion
III </a> <br />
Watch a TA do the lab <a href="http://youtu.be/UPJHQehg46A?hd=1">here</a>.
</td>
<td class="calendar" id="10" title="13">
<a href="lec/13/" id="10" title="18">Social Implications III</a>
<br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/20">Sp12
HD video with Qs</a></td>
<td class="project" id="10" title="11">
Project Work<br />
</td>
<td class="calendar" id="10" title="15"> Recursion Revisited <a href="http://ucoe.adobeconnect.com/p9u5l4tw3rf/">Video</a>
</td>
<td class="calendar" id="10" title="15"> <!--<a href="https://docs.google.com/spreadsheet/viewform?formkey=dDNxTHhBVllLZkJQbjl4ZEpSVGhjRUE6MA#gid=0">Midterm
Project Progress Report </a>--> <a href="https://docs.google.com/document/d/1jaRXQ6BBrCIovdhNTV0MA3esAAfixJbmfP9y56yOafY/pub"> Midterm Project </a> Progress Report <br /> <a href="https://docs.google.com/spreadsheet/viewform?formkey=dEtsMzdyYnlLNFdGUkE0d2lFLVBjYUE6MA#gid=0">Submit here</a>
<i> due 3/15</i> </td>
</tr>
<tr>
<td width="2%" class="calendar2" rowspan="2"> 9 </td>
<td class="calendar2" rowspan="2"> <tt> 03-18 to 03-22 </tt> </td>
<td class="calendar2" id="10" title="18" rowspan="2"> <a class="required"
href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter5.pdf">
</a>
<p>No Required Reading (MIDTERM)</p>
• <a href="http://www.cnn.com/2013/03/20/tech/social-media/seven-years-twitter/"><font color="#800000"> 7 years, 7 lives changed by Twitter </font> </a> <br />
<a href="http://ucoe.adobeconnect.com/p8uphvhh72s/"><b>Midterm Review:</b></a> 3/17 12-3PM in 10 Evans
</td>
<!--Week 9-->
<!-- 3/18 lec -->
<td class="calendar2" id="11" rowspan="2" title="17"> <b> Guest Lecturer Reza Lotun</b> <br />
<a href="lec/14"> Twitter </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/28">Sp12 HD video with Qs</a>
</td>
<td class="exam" id="10" title="18" rowspan="2">
With-BYOB Midterm in lab</td>
<!-- 3/20 lec -->
<td class="calendar2" id="10" title="20" rowspan="1"> <b>Guest Lecturer Tao Ye</b><br />
<a href="lec/15">Pandora </a>
</td>
<td class="project" id="10" title="20" rowspan="2"> Project Work </td>
<td class="calendar2" id="10" title="22" rowspan="2"> Social Implications of Computing </td>
<td class="project" id="10" title="22" rowspan="2"> <a href="https://docs.google.com/document/d/1jaRXQ6BBrCIovdhNTV0MA3esAAfixJbmfP9y56yOafY/pub"> Midterm Project </a> <br />
<i> due 3/25 @ 11:59pm </i> <br />
( <a href="https://docs.google.com/document/d/1VOLIvFKrD8MPIg3TJp35i2Efoq1HK4nwOu3hgLVWZ1k/edit?hl=en_US">
BYOB Project tips</a> ) </td>
</tr>
<tr>
<td class="exam" id="10" title="29">
<p> <a href="exams/midterm/midterm_info.html">Midterm
Exam</a> <br />
3/20 8-10PM <br />
Sibley Auditorium, <a href="http://www.berkeley.edu/map/maps/AB45.html">Bechtel Engineering Center</a> </p>
</td>
</tr>
<tr>
<td width="2%" class="calendar" rowspan="2"> 10 </td>
<td class="calendar" rowspan="2"> <tt> 03-25 to 03-29 </tt> </td>
<td class="calendar" rowspan="2" id="10" title="25">
<p>No Reading (Spring Break)<br />
</p> </td>
<!--Week 10-->
<td class="noClass" rowspan="2" colspan="5" id="10" title="25"> <b>Spring
Break</b></td>
<td class="calendar" rowspan="2" id="11" title="6"> </td>
</tr>
<tr>
</tr>
<tr>
<td width="2%" class="calendar2"> 11 </td>
<td class="calendar2"> <tt> 04-01 to 04-05 </tt> </td>
<td class="calendar2" id="11" title="1"> <a class="required" href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter7.pdf">
</a>• <a href="http://www.nytimes.com/2010/06/20/magazine/20Computer-t.html">
What is IBM's Watson? </a> <br />
• <a href="http://www.scientificamerican.com/article.cfm?id=computers-solve-checkers-its-a-draw">
Computers Solve Checkers -- It's a Draw </a> <br />
• <a href="http://inst.eecs.berkeley.edu/%7Ecs10/fa10/lec/21/ai.txt">
Brian Harvey's AI notes </a> <br />
• <a href="http://www.nytimes.com/2010/08/09/opinion/09lanier.html">
<font color="#800000"> The First Church of Robotics </font> </a>
<br />
• <a href="http://www.youtube.com/watch?v=4gzpd0irP58"> <font color="#800000">
The Thinking Machine (Video)</font></a>
</td>
<!--Week 11-->
<td class="calendar2" id="11" title="3">
<a href="lec/16">Lambda + HOFs I </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/24">Sp12 HD video with Qs</a>
</td>
<td class="calendar2" id="11" title="3">
<a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=18">Lambda + HOFs I </a> <br />
Watch a TA do the lab <a href="http://youtu.be/sAZeF8QOqsU?hd=1">here</a>.
</td>
<!-- 4/3 lec -->
<td class="calendar2" id="10" title="20" rowspan="1"> <b>Guest Lecturer Anna Rafferty</b><br />
<a href="lec/17">Artificial Intelligence </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/22">Sp12 HD video with Qs</a>
</td>
<!--
<td class="calendar2" id="11" title="1">
<a href="lec/16">Game Theory </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/23">Sp12 HD video with Qs</a>
</td>
-->
<td class="calendar2" id="11" title="1">
<a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=16">Simulations (Shark & Fish)</a> <br />
Watch a TA do the lab <a href="http://youtu.be/NrgnlDoO6dE?hd=1">here</a>.
</td>
<td class="calendar2" id="11" title="5">
Artificial Intelligence and Blog Post Introduction
<a href="http://ucoe.adobeconnect.com/p4fju78l92a/">video</a>
</td>
<td class="calendar2" id="11" title="6"> </td>
</tr>
<tr>
<td width="2%" class="calendar"> 12 </td>
<td class="calendar"> <tt> 04-08 to 04-12 </tt> </td>
<td class="calendar" id="11" title="8">
<!--<a class="required" href="http://cacm.acm.org/magazines/2010/4/81493-a-view-of-cloud-computing/fulltext">
</a><span class="required">• </span><a href="http://www.youtube.com/watch?v=hjrdThuwpZ0"> What is Cloud Computing? (Video) </a> <br /> • <a href="http://cacm.acm.org/magazines/2010/4/81493-a-view-of-cloud-computing/fulltext"> <font color="#008000"> <i> A Berkeley View of Cloud Computing </i> </font> </a>-->
• <a href="http://www.hulu.com/watch/23347/nova-the-great-robot-race">
The Great Robot Race (Video) </a> <br />
</td>
<!--Week 12-->
<td class="calendar" id="11" title="10">
<a href="lec/18">Lambda + HOFs II </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/26">Sp12 HD video with Qs</a>
</td>
<td class="calendar" id="11" title="10">
<a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=19">Lambda + HOFs II </a> <br />
Watch a TA do the lab <a href="http://youtu.be/LiOupAf4ef0?hd=1">here</a>.
</td>
<td class="calendar" id="11" title="8">
<a href="lec/19/">Distributed Computing </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/25">Sp12 HD video with Qs</a>
</td>
<td class="calendar" id="11" title="8"> <a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=19">
</a><a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=20">Distributed
Computing </a> <br />
Watch a TA do the lab <a href="http://youtu.be/vzINbAxzTCI?hd=1">here</a>.</td>
<td class="calendar" id="11" title="10"> HOF + Lambda <a href="http://ucoe.adobeconnect.com/p1cyfgliroi/">video</a>
</td>
<td class="paper" id="11" title="12"> <a href="blog/blog.html">
Blog Entry </a> <br />
<i> due 4/12 </i> </td>
</tr>
<tr>
<td width="2%" rowspan="1" class="calendar2"> 13 </td>
<td class="calendar2" rowspan="1"> <tt> 04-15 to 04-19 </tt> </td>
<td class="calendar2" id="11" rowspan="1" title="15">
• <a href="http://www.wired.com/thisdayintech/tag/turing-machine/"> Computer Pioneer Alan Turing </a> <br />
• <a href="http://introcs.cs.princeton.edu/java/76computability/halting-poem.html"> <font color="#800000"> Halting Problem Poem </font> </a> <br />
</td>
<!--Week 13-->
<!-- 4/15 lec -->
<td class="calendar2" id="11" rowspan="1" title="15">
<b>Guest Lecturer Luke Segars, Google</b> <br />
<a href="lec/20/"> Data Divide </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/27">Sp12 HD video with Qs</a>
</td>
<td class="calendar2" id="11" rowspan="1" title="15">
<a href="http://sage.cs.berkeley.edu/course/view.php?id=32&topic=15">Applications that Changed the World</a> / Project Work <br />
Watch a TA do the lab <a href="http://youtu.be/JQ5G-8nW05w">here</a>.
</td>
<!-- 4/17 lec xxx -->
<td class="calendar" id="11" rowspan="1" title="23">
<a href="lec/21"> Limits of Computing </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/30">Sp12 HD video with Qs</a>
</td>
<td class="project" id="11" rowspan="1" title="17"> Project Work </td>
<td class="calendar2" id="11" rowspan="1" title="19">
<b>Guest TA Yaniv "Rabbit" Assaf: </b> <br />
HOF + Lambda Revisited
</td>
<td class="paper" id="11" rowspan="1" title="19"> Blog Entry Comments
<br />
<i> due 4/19 </i> <br />
<a href="https://docs.google.com/document/d/1pUviSTA6f8aY626vfNlelhWmK9LXq0Ji1yDhpU-4fsE/pub"> Final Project</a>
Final Proposal Form <a href="https://docs.google.com/spreadsheet/viewform?formkey=dFQ3WmNLQzkzUWZ2VXoyTzlBWlhRT0E6MA#gid=0">
Submit here</a>
<i> due 4/19 </i> <br />
</td>
</tr>
<tr>
<!--Week 14-->
<td width="2%" rowspan="1" class="calendar"> 14 </td>
<td class="calendar" rowspan="1"> <tt> 04-22 to 04-26 </tt> </td>
<td class="calendar" id="11" rowspan="1" title="22">
• <a href="http://www.scientificamerican.com/article.cfm?id=what-makes-a-quantum-comp">
Why is Quantum Different? </a> <br />
• <a href="http://money.cnn.com/2006/07/26/magazines/fortune/futureoftech_quantum.fortune/index.htm">
Quantum Leap </a> <br />
• <a href="http://www.bbc.co.uk/news/magazine-16536598"> Twenty Top
Predictions for life 100 years from now</a><br />
• <a href="http://radar.oreilly.com/2012/08/dna-storage.html"> <font
color="#008000"> DNA Storage</font></a> <br />
• <a href="http://www.youtube.com/watch?v=hb4AzF6wEoc"> <font color="#800000">
Apple's 1987 Knowledge Navigator (Video) </font> </a> <br />
• <a href="http://youtu.be/bwj2s_5e12U"> <font color="#800000">
Microsoft's view of productivity in 2019 (Video) </font> </a>
<br />
• <a href="http://www.youtube.com/watch?v=tnRJaHZH9lo"> <font color="#800000">
The Future of Augmented Reality </font> </a> <br />
• <a href="http://youtu.be/5pg6fho-xb4"> <font color="#800000">
Apple's Siri </font> </a> <br />
<br />
<!-- <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter9.pdf"><font color="#800000">BtB Chapter 9</font></a> -->
</td>
<td class="calendar2" id="10" title="18" rowspan="1"> <b>Guest Lecturer Eric Paulos</b> <br />
<a href="lec/22"> HCI </a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/21">Sp12 HD video with Qs</a>
</td>
<td class="project" id="11" rowspan="1" title="22"> Project Work </td>
<td class="calendar" id="11" rowspan="1" title="24">
<a href="lec/23">Future of Computing </a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/31">Sp12 HD video with Qs</a> <br />
</td>
<td class="project" colspan="1" rowspan="1"> Project Work</td>
<td class="calendar">Open Topic</td>
<td class="calendar" id="11" rowspan="1" title="26"> <!--<a href="https://docs.google.com/spreadsheet/viewform?formkey=dDAwb1hLV2dOZXdtVjYxSldzNWFQVnc6MA#gid=0">
Final Progress Report </a> -->
<a href="https://docs.google.com/document/d/1pUviSTA6f8aY626vfNlelhWmK9LXq0Ji1yDhpU-4fsE/pub"> Final Project</a>
Progress Report <br /> <a href="https://docs.google.com/spreadsheet/viewform?formkey=dEItNVc5Nlhmb0dzbDNFQzRvZ3NkbWc6MA#gid=0">Submit here</a> <i> due 4/26 </i> <br />
</td>
</tr>
<tr>
<td width="2%" rowspan="1" class="calendar2"> 15 </td>
<td class="calendar2" rowspan="1"> <tt> 04-29 to 05-03 </tt> </td>
<td class="calendar2" id="11" rowspan="1" title="29">
• <span class="required"></span> <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter7.pdf">BtB Chapter 7 </a> <br />
• <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter8.pdf"> <font color="#800000"> BtB Chapter 8 </font> </a><br />
• <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter9.pdf"> <font color="#800000"> BtB: Conclusion </font></a><br />
<!-- <a href="http://www.bitsbook.com/wp-content/uploads/2008/12/chapter9.pdf"><font color="#800000"> </font> BtB Chapter 9 </a> -->
</td>
<!--Week 15-->
<td class="calendar2" rowspan="1" id="11" title="22">
<b>Guest Lecturer Prof Kathy Yelick</b> <br />
<a href="lec/24"> Saving the World with Computing (CS + X) </a> <br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/29">Sp12 HD video with Qs</a>
</td>
<!-- <span style="font-style: italic;">Beyond Blocks, Session 1</span><br />
<span style="font-style: italic;">11/26 6-8pm, 380 Soda</span> -->
<td class="project" id="11" rowspan="1" title="29"> Project Work </td>
<td class="calendar2" id="12" rowspan="1" title="1"> <a href="lec/25">
Summary and Farewell </a><br />
<a target="_new" href="https://coursesharing.org/courses/6/lectures/32">Sp12
HD video with Qs</a> <br />
<!-- <span style="font-style: italic;">Beyond Blocks, Session 2</span><br />
<span style="font-style: italic;">11/28 6-8pm, 380 Soda</span> --> </td>
<td class="exam" id="12" rowspan="1" title="1"> <strong>With-BYOB
Final Exam in Lab</strong><br /> <br />
Beyond Blocks Session 1 (6-8PM Thursday 5/2) in 306 Soda<br />
<a href="bb/Python/Sp13/session1/BB Session 1.pdf"> Slides </a>
</td>
<td class="calendar2" id="12" rowspan="1" title="3"> Final Thoughts </td>
<td class="project" id="12" rowspan="1" title="1">
<a href="https://docs.google.com/document/d/1pUviSTA6f8aY626vfNlelhWmK9LXq0Ji1yDhpU-4fsE/pub"> Final Project</a>
<i> due 5/3 </i>
<br />
(<a href="https://docs.google.com/document/d/1VOLIvFKrD8MPIg3TJp35i2Efoq1HK4nwOu3hgLVWZ1k/edit?hl=en_US">BYOB Project tips</a>) </td>
</tr>
<tr>
<td width="2%" class="calendar"> 16 </td>
<td class="calendar"> <tt> 05-06 to 05-10 </tt> </td>
<td colspan="1" class="calendar"> </td>
<td class="noClass" i="" colspan="1"> RRR Week</td>
<td class="noClass" colspan="1"> RRR Week
<br /> <br />
Beyond Blocks Session 2 (6-8PM Tuesday 5/7) in 306 Soda<br />
<a href="bb/Python/Sp13/session2/BB 2 Python.pdf"> Slides </a>
</td>
<td colspan="1" class="noClass" 3"=""> RRR Week
<!--<span style="font-style: italic;">Beyond
Blocks, Session 3</span><br /> <span style="font-style: italic;">12/05 4-6pm, 306 Soda</span> -->
</td>
<td colspan="1" class="noClass" 3"="">RRR Week
<br /> <br />
Beyond Blocks Session 3 (6-8PM Thursday 5/9) in 306 Soda<br />
<a href="bb/Python/Sp13/session3/BB Python Session 3.pdf"> Slides </a>
</td>
<td colspan="1" class="noClass" 3"="">RRR Week</td>
<td class="calendar" id="12" title="10"> </td>
</tr>
<tr>
<td width="2%" class="calendar2"> 17 </td>
<td class="calendar2"> <tt> 05-13 to 05-17 </tt> </td>
<td class="calendar2" id="12" title="13"> <b> <a href="exams/final/final_info.html">Final Exam Review</a> Sunday 5/12 Noon-3pm 10 Evans <a href="http://ucoe.adobeconnect.com/p2126pvhk4e/">Recording from past semester</a> </b></td>
<td class="calendar2"> </td>
<td class="exam" id="12" title="13"> <a href="exams/final/final_info.html">Paper
Final Exam </a> <br />
<b>Tue 5/14 7-10PM</b><br />
2050 VLSB <br />
</td>
<td class="calendar2"> </td>
<td class="calendar2"> </td>
<td class="calendar2"> </td>
<td class="calendar2"> </td>
</tr>
</tbody>
</table>
</html>