-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaff.html
246 lines (194 loc) · 12.1 KB
/
staff.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width">
<meta name="description" content ="C88C: Computational Structures in Data Science" />
<meta name="keywords" content ="CS88, C88C, Computer Science, Data Science, Programming, Berkeley, EECS, Python, intro CS, comp sci" />
<meta name="author" content ="Eric Kim, John Teng, Satleen Gill, Mia Lopez, Naveen Nathan, Jiayi Li, Mira Wagner" />
<link rel="stylesheet" href="/su24/assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/su24/assets/css/style.css">
<link rel="icon" href="/su24/assets/images/favicon.ico">
<link rel="stylesheet" href="/su24/assets/css/mono-blue.css">
<title>Staff | C88C Summer 2024</title>
</head>
<body id="index" class="home">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-section" aria-label="Toggle Nav Menu" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/su24/">C88C</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-section">
<ul class="nav navbar-nav navbar-right">
<li><a href="/su24/">Calendar</a></li>
<li><a href="/su24/articles/resources.html">Resources</a></li>
<li><a href="/su24/weekly-schedule.html">Google Calendar</a></li>
<li><a href="/su24/articles/about.html">Syllabus</a></li>
<li><a href="https://www.gradescope.com/courses/786589" target="_blank">Gradescope</a></li>
<li><a href="https://edstem.org/us/courses/59252/discussion/" target="_blank">Ed</a></li>
<li><a href="/su24/staff.html">Staff</a></li>
<!-- disable for DATA C88C su24 <li><a href="https://oh.c88c.org/" target="_blank">OH Queue</a></li> -->
<li><a href="https://tutor.cs61a.org/" target="_blank">Python Tutor</a></li>
<li><a href="https://bcourses.berkeley.edu/courses/1534781/external_tools/90481" target="_blank">Recordings</a></li>
<li><a href="https://drive.google.com/drive/folders/1eXbpkIomI6kMyXwk-iJj1GAp5CH7qWNf" target="_blank">Lecture Slides</a></li>
<li><a href="https://drive.google.com/drive/folders/1x4jjWH1OZm4aXgaYqRv-rQR013jIplp6" target="_blank">Lab Slides</a></li>
</ul>
</div>
</div>
</nav>
<div id="content" class="container">
<div class='page-header'>
<h1>Meet the staff</h1>
</div>
<p>If you need to contact course staff privately, please make a private question on Ed or email [email protected]
rather than emailing individual members of staff.</p>
<h2>Instructor</h2>
<div class='row'>
<div class="col-md-6 staffer">
<div class = "row">
<div class = "col-md-6" staffer>
<img class="img-responsive img-rounded center-block" style="height:150px;" src = "assets/images/eric-kim.jpg" alt="Eric Kim Photo"/>
</div>
<div class = "col-md-6" staffer>
<div class="text-left">
<h4><a href="https://eric-kim.net" target="_blank"> Eric Kim <small><b>[he/him]</b></small></a></h4>
<p>Office Hours: <a href='https://berkeley.zoom.us/j/4970915882'>Mon 4pm - 5pm</a></p>
<p><a href="mailto:[email protected] & [email protected]">[email protected] & [email protected]</a></p>
<p>
Hi! I'm Eric. I did my undergrad at UC Berkeley in computer science (2011), then did a Master's at UCLA (2016) focusing in ML/AI and computer vision.
I work at Pinterest on the Visual Search team as a machine learning engineer, working on the entire ML stack including: modeling, serving, and big-data pipelines.
I recently moved to Fullerton, CA and am loving it! For fun, I enjoy playing music (piano, guitar, bass, vocals), video games, and pickleball.
</p>
</div>
</div>
</div>
</div>
</div>
<h2>Head Teaching Assistant</h2>
<!-- Changed group_staff_by n-value to 2 always, could revert back to len(staff_position) -->
<div class='row'>
<div class="col-md-6 staffer">
<div class = "row">
<div class = "col-md-6" staffer>
<img class="img-responsive img-rounded center-block" style="height:150px;" src = "assets/images/john-teng.jpg" alt="John Teng Photo"/>
</div>
<div class = "col-md-6" staffer>
<div class="text-left">
<h4><a href="https://youtu.be/wWEQEVagiY0" target="_blank">John Teng <small><b>[he/him]</b></small></a></h4>
<p>Office Hours: <a href='https://berkeley.zoom.us/j/91230180244'>Mon 5pm - 6pm</a>, <a href='https://berkeley.zoom.us/j/94614777769'>Wed 4pm - 5pm</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>
Hi, I'm John, a third year CS major from Pennsylvania. I like playing video games, soccer, and working out. Looking forward to this semester!
</p>
</div>
</div>
</div>
</div>
</div>
<h2>Teaching Assistants</h2>
<div class='row'>
<div class="col-md-6 staffer">
<div class = "row">
<div class = "col-md-6" staffer>
<img class="img-responsive img-rounded center-block" style="height:150px;" src = "assets/images/mia-gabriella-lopez.jpg" alt="Mia Lopez Photo"/>
</div>
<div class = "col-md-6" staffer>
<div class="text-left">
<h4>Mia Lopez <small><b></b></small></h4>
<p>Office Hours: <a href='https://berkeley.zoom.us/j/91976315697'>Tues 11am - 12pm, Thurs 11am - 12pm</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>
❀ hello! My name's Mia and I'm a 3rd year studying CS! Some of my favorite artists are Childish Gambino, Chappell Roan, and Sabrina Carpenter. My favorite movies are Arrival and Lego Batman, but I also have a thing for Wes Anderson movies! This is my 3rd semester teaching, so feel free to reach out whenever! ❀
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 staffer">
<div class = "row">
<div class = "col-md-6" staffer>
<img class="img-responsive img-rounded center-block" style="height:150px;" src = "assets/images/naveen-nathan.jpg" alt="Naveen Nathan Photo"/>
</div>
<div class = "col-md-6" staffer>
<div class="text-left">
<h4>Naveen Nathan <small><b>[he/him]</b></small></h4>
<p>Office Hours: <a href='https://berkeley.zoom.us/j/97557270660'>Mon 2pm - 3pm, Wed 2pm - 3pm</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>
Hi everyone! I am Naveen, a rising 4th year CS major. I love to hike and bike in my free time. I look forward to working with you all this summer!
</p>
</div>
</div>
</div>
</div>
</div>
<div class='row'>
<div class="col-md-6 staffer">
<div class = "row">
<div class = "col-md-6" staffer>
<img class="img-responsive img-rounded center-block" style="height:150px;" src = "assets/images/satleen-gill-2.jpg" alt="Satleen Gill Photo"/>
</div>
<div class = "col-md-6" staffer>
<div class="text-left">
<h4>Satleen Gill <small><b>[she/her]</b></small></h4>
<p>Office Hours: <a href='https://berkeley.zoom.us/j/98001827020?pwd=pft7H8UHKohaoPAQNkH4hnavpWaVH8.1'>Mon 11am - 1pm</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>
Hello! My name is Satleen. I'm a third-year majoring in Data Science and Computer Science from Sonoma County, CA. I love listening to music, reading, day trips, and being with friends. I'm excited for an amazing summer! <3
</p>
</div>
</div>
</div>
</div>
</div>
<h2>Tutors</h2>
<div class='row'>
<div class="col-md-6 staffer">
<div class = "row">
<div class = "col-md-6" staffer>
<img class="img-responsive img-rounded center-block" style="height:150px;" src = "assets/images/jiayi-li.jpg" alt="Jiayi Li Photo"/>
</div>
<div class = "col-md-6" staffer>
<div class="text-left">
<h4>Jiayi Li <small><b>[she/her]</b></small></h4>
<p>Office Hours: <a href='https://berkeley.zoom.us/j/93326205450?pwd=kVBKSILwLKVccf4rbRJuM8guPUG8ec.1'>Tues 5pm - 6pm, Wed 5pm - 6pm</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>
Hi! I’m Jiayi, a senior studying Statistics and Data Science. I love photography, traveling, and road trips! Looking forward to meeting you all and enjoying this summer!
</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 staffer">
<div class = "row">
<div class = "col-md-6" staffer>
<img class="img-responsive img-rounded center-block" style="height:150px;" src = "assets/images/mira-wagner.jpeg" alt="Mira Wagner Photo"/>
</div>
<div class = "col-md-6" staffer>
<div class="text-left">
<h4>Mira Wagner <small><b></b></small></h4>
<p>Office Hours: <a href='https://berkeley.zoom.us/j/96009957973?pwd=4KaKfB0lXT8mYqCzL59v5dDA8jJSbV.1'>Wed 11am - 1pm</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
<p>
Hi! I am a sophomore planning to major in data science/statistics and linguistics. I love reading, especially mysteries, swimming and baking! Excited for this semester :)
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="//cdn.jsdelivr.net/jquery/2.1.3/jquery.min.js"></script>
<script src="/su24/assets/js/bootstrap.min.js"></script>
<!-- TODO: Move to specific pages... -->
<script src="/su24/assets/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>