-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstaff.html
More file actions
136 lines (115 loc) · 4.34 KB
/
staff.html
File metadata and controls
136 lines (115 loc) · 4.34 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content ="STAT 94: Foundations of Data Science" />
<meta name="keywords" content ="DS8, Data Science, Berkeley" />
<meta name="author" content ="Ani Adhikari, John DeNero, Michael I. Jordan, Tapan Parikh, David Wagner, Henry Milner, Ross Boczar, Sam Lau" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<link rel="icon" href="./assets/images/favicon.ico">
<title>Staff | STAT 94 Fall 2015</title>
</head>
<body id="index" class="home">
<div class="head">
<h2>
<a href="http://data8.org/">
<span class="coursename">STAT 94</span>
</a>
</h2>
<p> Foundations of Data Science <br> Fall 2015</p>
<p>
<div class="instructors">
<span class="category">Principal Instructor:</span> <br> Ani Adhikari
</div>
<div class="instructors">
<span class="category">Co-Instructors:</span><br>
John DeNero<br>Michael I. Jordan<br>Tapan Parikh<br>David Wagner
</div>
</p>
<hr/>
<ul class="navigation">
<a href="./"><li>Calendar</li></a>
<a href="./resources.html"><li>Resources</li></a>
</ul>
<hr/>
<ul class="navigation">
<a href="./about.html"><li>Course Info</li></a>
<a href="./staff.html"><li>Staff</li></a>
<a href="./datascience/"><li><code>datascience</code> Reference</li></a>
<a href="https://piazza.com/berkeley/fall2015/ds10"><li>Piazza</li></a>
<a href="https://bcourses.berkeley.edu/courses/1377166"><li>bCourses</li></a>
</ul>
<hr/>
</div>
<div id="content">
<div class="archive-banner">
⚠️ This content is archived as of March 2026 and is retained exclusively for reference.
<a href="https://data8.org">Find current offerings.</a>
</div>
<a name="Staff"></a>
<h2>Meet the Staff</h2>
Append .edu to all email addresses.
<h3>Instructors</h3>
<div class="staffer">
<img height="150" src="assets/images/ani-adhikari.jpg" alt="Ani Adhikari Photo"/>
<p><a href="">Ani Adhikari</a></p>
<p>Email: adhikari@berkeley</p>
<p>Office hours: Monday 12:30PM-2:30PM</p>
<p>(Location: 413 Evans)</p>
</div>
<div class="staffer">
<img height="150" src="assets/images/john-denero.jpg" alt="John DeNero Photo"/>
<p><a href="">John DeNero</a></p>
<p>Email: </p>
<p>Office hours: </p>
<p>(Location: )</p>
</div>
<div class="staffer">
<img height="150" src="assets/images/michael-i-jordan.jpg" alt="Michael I. Jordan Photo"/>
<p><a href="">Michael I. Jordan</a></p>
<p>Email: jordan@cs.berkeley</p>
<p>Office hours: Tuesday/Thursday 2PM-3PM</p>
<p>(Location: 427 Evans)</p>
</div>
<div class="staffer">
<img height="150" src="assets/images/tapan-parikh.jpg" alt="Tapan Parikh Photo"/>
<p><a href="">Tapan Parikh</a></p>
<p>Email: </p>
<p>Office hours: </p>
<p>(Location: )</p>
</div>
<div class="staffer">
<img height="150" src="assets/images/david-wagner.jpg" alt="David Wagner Photo"/>
<p><a href="">David Wagner</a></p>
<p>Email: daw@cs.berkeley</p>
<p>Office hours: Tuesday 1PM-3PM</p>
<p>(Location: 733 Soda)</p>
</div>
<h3>Graduate and Undergraduate Student Instructors</h3>
<div class="staffer">
<img height="150" src="assets/images/ross-boczar.jpg" alt="Ross Boczar Photo"/>
<p><a href="http://www.rossboczar.com" target="_blank">Ross Boczar</a></p>
<p>Email: boczar@berkeley</p>
<p>Office hours: Tuesday 9AM-11AM</p>
<p>(Location: 411 Soda)</p>
</div>
<div class="staffer">
<img height="150" src="assets/images/sam-lau.jpg" alt="Sam Lau Photo"/>
<p><a href="http://samlau.me" target="_blank">Sam Lau</a></p>
<p>Email: samlau95+ds8@berkeley</p>
<p>Office hours: Monday 3PM-5PM</p>
<p>(Location: 411 Soda)</p>
</div>
<div class="staffer">
<img height="150" src="assets/images/henry-milner.jpg" alt="Henry Milner Photo"/>
<p><a href="" target="_blank">Henry Milner</a></p>
<p>Email: henrym@eecs.berkeley</p>
<p>Office hours: Tuesday 11AM-1PM</p>
<p>(Location: 367 Cory (moved to 611 Soda for 9/15 and 9/29))</p>
</div>
<h3>Tutors and Readers</h3>
</div>
</body>
</html>