-
Notifications
You must be signed in to change notification settings - Fork 93
/
Copy pathindex.html
91 lines (80 loc) · 1.94 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
---
layout: default
title: Home
---
<h1>Stat 133 - UC Berkeley</h1>
<p class="message">
An introduction to computational data analysis. Topics will include organization and use of datasets, visualization and graphics, data manipulation, presentation of results.
</p>
<ul>
<li><b>Instructor:</b> <a href="http://gastonsanchez.com">Gaston Sanchez</a>
<li><b>email:</b> <code>gaston.stat at gmail.com</code> (see <a href="syllabus#email-policy">email policy</a>)
<li><b>OH:</b> TuTh 1-2pm 309 Evans or by appointment</li>
<li><b>Code #:</b> 24235</li>
<li><b>Units:</b> 3</li>
<li><b>Session Dates:</b> 08/24/16 - 12/09/16 </li>
<li><b>Lec 002:</b> TuTh 11:00-12:30 in <a href="http://www.berkeley.edu/map?morgan" target="_blank">101 Morgan</a></li>
<li><b>Final:</b> Wed Dec-14, 8:00-11:30</li>
</ul>
<hr>
<h4>Discussions</h4>
<table>
<thead>
<tr>
<th align="left">Section</th>
<th align="left">Date</th>
<th align="left">Room</th>
<th align="left">GSI</th>
</tr>
</thead>
<tbody>
<tr>
<td>201</td>
<td>F 9am-11am</td>
<td>342 Evans</td>
<td>Christian Choi</td>
</tr>
<tr>
<td>202</td>
<td>F 11am-1pm</td>
<td>342 Evans</td>
<td>Shamindra Shrotriya</td>
</tr>
<tr>
<td>203</td>
<td>F 1pm-3pm</td>
<td>342 Evans</td>
<td>Shamindra Shrotriya</td>
</tr>
<tr>
<td>204</td>
<td>F 3pm-5pm</td>
<td>342 Evans</td>
<td>Timothy Park</td>
</tr>
</tbody>
</table>
<hr>
<h4>GSI's Office Hours</h4>
<table>
<thead>
<tr>
<th align="left">GSI</th>
<th align="left">OH</th>
</tr>
</thead>
<tbody>
<tr>
<td>Shamindra Shrotriya</td>
<td>TuTh 8:30-10:30am, 444 Evans</td>
</tr>
<tr>
<td>Timothy Park</td>
<td>Mon 2-4pm, 428 Evans</td>
</tr>
<tr>
<td>Christian Choi</td>
<td>Wed 2-4pm, 342 Evans</td>
</tr>
</tbody>
</table>