-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathstaff.html
More file actions
648 lines (621 loc) · 37.6 KB
/
staff.html
File metadata and controls
648 lines (621 loc) · 37.6 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
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
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
<!DOCTYPE html>
<html lang="en">
<head>
<title>Staff</title>
<!-- Latest compiled and minified Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="./theme/css/main.css" />
</head>
<body id="index" class="home">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="./">
Data 8 Summer 2018
</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="./faq.html">FAQ</a></li>
<li><a href="./office-hours.html">Office Hours</a></li>
<li><a href="./policies.html">Policies</a></li>
<li><a href="./schedule.html">Schedule</a></li>
<li class="active"><a href="./staff.html">Staff</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Resources <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="./materials.html">Materials</a></li>
<li><a href="./python-reference.html">Python Reference</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Links <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="http://data8.org/connector/">Connectors</a></li>
<li><a href="http://datahub.berkeley.edu/">DataHub</a></li>
<li><a href="http://data8.org/datascience/">Datascience Docs</a></li>
<li><a href="">Feedback</a></li>
<li><a href="https://piazza.com/berkeley/summer2018/data8">Piazza</a></li>
<li><a href="http://data.berkeley.edu">Berkeley Division of Data Sciences</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<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>
<h2>Staff</h2>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="Instructors">Instructors<a class="anchor-link" href="#Instructors">¶</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="output_wrapper">
<div class="output">
<div class="output_area">
<div class="output_html rendered_html output_subarea output_execute_result">
<div class="staff">
<table width="1200">
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Fahad" class="staffer-image" src="./assets/images/Fahad.jpg" style="width:150px;" /></div>
<div class="name"><strong><a href="http://fhdkmrn.github.io">Fahad Kamran </a></strong><span class="biohover" onclick=""> (bio) <span class="bio">Fahad has been involved with Data 8 for about 3 years and is excited to meet you all this summer!</span></span></div>
<div class="email">fhdkmrn@berkeley.edu</div>
<div class="lab"></div>
<div class="oh"><strong>OH</strong>: Mon 2pm-3pm, Wed 10:30am-11:30am in 416 Evans </div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Vinitra" class="staffer-image" src="./assets/images/Vinitra.jpg" style="width:150px;" /></div>
<div class="name"><strong><a href="http://vinitra.github.io">Vinitra Swamy </a></strong><span class="biohover" onclick=""> (bio) <span class="bio">Vinitra graduated from UC Berkeley with an M.S. in EECS and B.A. in Computer Science. Her research is in data science, specifically focused on AI and ML for large scale computing education. She is very excited to meet you all this summer! During her 3 years at Berkeley, Vinitra has been a 4 time GSI for Data 8.</span></span></div>
<div class="email">vinitra@berkeley.edu</div>
<div class="lab"></div>
<div class="oh"><strong>OH</strong>: Mon 10:30am-11:30am, Wed 2pm-3pm in 416 Evans</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="Teaching-Assistants-(uGSIs)">Teaching Assistants (uGSIs)<a class="anchor-link" href="#Teaching-Assistants-(uGSIs)">¶</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="output_wrapper">
<div class="output">
<div class="output_area">
<div class="output_html rendered_html output_subarea output_execute_result">
<div class="staff">
<table width="1200">
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Claire" class="staffer-image" src="./assets/images/Claire.jpg" style="width:150px;" /></div>
<div class="name"><strong>Claire Zhang </strong><span class="biohover" onclick=""> (bio) <span class="bio">Claire is a third year studying English. This is her second semester TA-ing for Data 8 and her third semester on staff. She's really excited to get to know everyone, and hopes you'll enjoy the class as much as she did! Outside of teaching, Claire loves playing taiko and drawing. </span></span></div>
<div class="email">clairezhang@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Cory 105, Mon, Wed 1pm-3pm in Cory 105</div>
<div class="oh"><strong>OH</strong>: Fri 1pm-4pm</div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Hari" class="staffer-image" src="./assets/images/Hari.jpg" style="width:150px;" /></div>
<div class="name"><strong><a href="http://hsubbaraj.github.io">Harikaran Subbaraj (Hari) </a></strong><span class="biohover" onclick=""> (bio) <span class="bio">Hari is a 3rd year EECS student who is really excited to teach Data8 again! He is a huge Warriors fan and an avid comic reader. In his free time, Hari enjoys reading (high fantasy and science fiction), debating with strangers on reddit, and taking long naps.</span></span></div>
<div class="email">hsubbaraj@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Evans 458, Mon, Wed 3pm-5pm in 458 Evans</div>
<div class="oh"><strong>OH</strong>: Tu 12pm-2pm, Thu 1pm-2pm</div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Howard" class="staffer-image" src="./assets/images/Howard.jpg" style="width:150px;" /></div>
<div class="name"><strong>Howard Ki </strong><span class="biohover" onclick=""> (bio) <span class="bio">Howard is a third year CS major from South Florida. He really likes listening to musicals, eating Indian food, and hugging beautiful dogs. This will be his third semester as a part of Data 8 course staff, and he is looking forward to meeting all of you this semester!</span></span></div>
<div class="email">howardki888@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Evans B6, Mon, Wed 1pm-3pm in Evans B6</div>
<div class="oh"><strong>OH</strong>: Tu 2pm-4pm, Thu 12pm-1pm</div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Rohan" class="staffer-image" src="./assets/images/Rohan.jpg" style="width:150px;" /></div>
<div class="name"><strong>Rohan Narain </strong><span class="biohover" onclick=""> (bio) <span class="bio">Rohan is a rising 3rd year studying statistics and data science. He's interested in a variety of applications of statistics from economics to sports analytics. He is a passionate baseball fan, and he can talk all day about the Giants (and the Warriors too)! He is very passionate about statistics, so feel free to ask him questions about the statistics community at Cal!</span></span></div>
<div class="email">narain.rohan@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Evans B6, Mon, Wed 5pm-7pm in 105 Cory</div>
<div class="oh"><strong>OH</strong>: Thu 2pm-4pm, Fri 12pm-1pm</div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Ryan" class="staffer-image" src="./assets/images/Ryan.jpg" style="width:150px;" /></div>
<div class="name"><strong>Ryan Roggenkemper </strong><span class="biohover" onclick=""> (bio) <span class="bio">Ryan is an almost-3rd year CogSci & CS major from Los Gatos, CA. He enjoys cooking (because it usually leads to eating things, which is pretty great), music, and playing a sport/game called jugger. He's also a bit too good at procrastinating (please don't follow his example).</span></span></div>
<div class="email">rroggenkemper@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Evans 458, Mon, Wed 3pm-5pm in Cory 105</div>
<div class="oh"><strong>OH</strong>: Tu 3pm-5pm, Thu 3pm-4pm</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="Tutors">Tutors<a class="anchor-link" href="#Tutors">¶</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="output_wrapper">
<div class="output">
<div class="output_area">
<div class="output_html rendered_html output_subarea output_execute_result">
<div class="staff">
<table width="1200">
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Aidan" class="staffer-image" src="./assets/images/Aidan.jpg" style="width:150px;" /></div>
<div class="name"><strong>Aidan De Angelis </strong><span class="biohover" onclick=""> (bio) <span class="bio">Aidan is a third year from Davis, California studying Computer Science. He came to Cal to study gastroenterology and mind-gut interactions, but fell in love with CS and Data Science after taking Data8 his first semester. He likes hiking, paintball, and reading science fiction. He loves Data8 and hopes will do too!</span></span></div>
<div class="email">aidandeangelis@berkeley.edu</div>
<div class="lab"></div>
<div class="oh"><strong>OH</strong>: Tu 1pm-2pm, Fri 1pm-2pm</div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Iman" class="staffer-image" src="./assets/images/Iman.jpg" style="width:150px;" /></div>
<div class="name"><strong>Iman Eslami </strong><span class="biohover" onclick=""> (bio) <span class="bio">Iman is a rising junior studying Economics and Data Science. He hails from the Mission Viejo, CA in the OC but likes to tell people he's from Chicago since he was born there and it sounds cooler. Iman enjoys both playing and watching basketball and soccer and fancies an active lifestyle. He also likes to read about politics, go on Wikepedia adventures, and plan his future travel destinations. He has a wide range of academic interests and is willing to learn about almost anything.</span></span></div>
<div class="email">imaneslami@berkeley.edu</div>
<div class="lab"></div>
<div class="oh"><strong>OH</strong>: Tu 2pm-4pm</div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Lillian" class="staffer-image" src="./assets/images/Lillian.jpg" style="width:150px;" /></div>
<div class="name"><strong>Lillian Louie </strong><span class="biohover" onclick=""> (bio) <span class="bio">Lillian is a sophomore who enjoys watching asian dramas (Korean, Chinese, Japanese, etc.). She loves milk tea and is always down for a boba run. It’s her first time as a course staff and she is excited to make a lot of new friends!</span></span></div>
<div class="email">lillianlouie@berkeley.edu</div>
<div class="lab"></div>
<div class="oh"><strong>OH</strong>: Tu 4pm-5pm, Thu 2pm-3pm</div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Sabrina" class="staffer-image" src="./assets/images/Sabrina.jpg" style="width:150px;" /></div>
<div class="name"><strong>Sabrina Liu </strong><span class="biohover" onclick=""> (bio) <span class="bio">Sabrina is a fourth year studying Economics, Statistics, and Music. She loves everything about her hometown of Pittsburgh, especially the sports teams in it. You'll never hear her call carbonated beverages anything other than pop. The only time 'soda' is acceptable is when referencing Soda Hall.</span></span></div>
<div class="email">liusabrina@berkeley.edu</div>
<div class="lab"></div>
<div class="oh"><strong>OH</strong>: Fri 2pm-4pm</div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Sathvik" class="staffer-image" src="./assets/images/Sathvik.jpg" style="width:150px;" /></div>
<div class="name"><strong><a href="http://sathvikn.github.io">Sathvik Nair </a></strong><span class="biohover" onclick=""> (bio) <span class="bio">Sathvik is a rising junior from San Jose, studying some changing combination of Computer Science, Cognitive Science, and Data Science. He is interested in applications of data science in the social sciences, and researches computational cognitive science. Outside of school, he likes to read, cook, play different instruments, and drink copious amounts of tea. He was a tutor last semester as well and is excited to be on staff this summer!</span></span></div>
<div class="email">sathviknair@berkeley.edu</div>
<div class="lab"></div>
<div class="oh"><strong>OH</strong>: Thu 12pm-2pm</div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Shoumik" class="staffer-image" src="./assets/images/Shoumik.jpg" style="width:150px;" /></div>
<div class="name"><strong><a href="http://shoumikjamil.com">Shoumik Jamil </a></strong><span class="biohover" onclick=""> (bio) <span class="bio">Shoumik is a senior studying Data Science and Cognitive Science. He loves watching sports and reading FiveThirtyEight in his spare time. Data 8 is his favorite course and he looks forward to sharing his enthusiasm for Data Science with everyone! </span></span></div>
<div class="email">sjamil@berkeley.edu</div>
<div class="lab"></div>
<div class="oh"><strong>OH</strong>: Tu 12pm-1pm, Fri 12pm-1pm</div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing text_cell rendered">
<div class="prompt input_prompt">
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<h3 id="Lab-Assistants">Lab Assistants<a class="anchor-link" href="#Lab-Assistants">¶</a></h3>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="output_wrapper">
<div class="output">
<div class="output_area">
<div class="output_html rendered_html output_subarea output_execute_result">
<div class="staff">
<table width="1200">
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Alvin" class="staffer-image" src="./assets/images/Alvin.jpg" style="width:150px;" /></div>
<div class="name"><strong>Alvin Yu </strong><span class="biohover" onclick=""> (bio) <span class="bio">Alvin is a rising sophomore intending to major in data science with interests in education, political science, and economics! He enjoys running, watching and playing sports, dancing, eating delicious food, and entertainment (he has spent much of his summer binging Survivor, Black Mirror, 3%, and numerous rom-coms). He's excited to lab assist for Data 8 to help students from all majors and backgrounds understand and appreciate the material and foster a good time in lab!</span></span></div>
<div class="email">alvinyu27@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Cory 105 (GSI: Claire)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Amy" class="staffer-image" src="./assets/images/Amy.jpg" style="width:150px;" /></div>
<div class="name"><strong>Amy Zhang </strong><span class="biohover" onclick=""> (bio) <span class="bio">Amy is a second year student studying Economics and Data Science. On campus, she is involved with Valley Consulting Group, Project SMILE, and the DeCal Board. In her free time, she likes to cook, travel, and try out new foods!</span></span></div>
<div class="email">amyzhang99@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Cory 105 (GSI: Rohan)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Ananya/" class="staffer-image" src="./assets/images/anonymous.jpg" /></div>
<div class="name"><strong>Ananya Krishnaswamy </strong><span class="biohover" onclick=""> (bio) <span class="bio">Ananya is a junior studying Computer Science. In her spare time, she enjoys going on hikes, playing pool, and drinking copious amounts of tea. This is Ananya's first time on course staff, and she is excited to get to know everyone! </span></span></div>
<div class="email">ananyaks@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Evans 458 (GSI: Ryan)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Andrew" class="staffer-image" src="./assets/images/AndrewR.jpg" style="width:150px;" /></div>
<div class="name"><strong>Andrew Rall </strong><span class="biohover" onclick=""> (bio) <span class="bio">Andrew is a rising Junior studying statistics and computer science. He grew up in Wisconsin (Go Pack Go) but has also spent time living in the Boston area (Tom Brady is the GOAT). Evidently he enjoys watching football, but he also likes to run, bike, and swim.</span></span></div>
<div class="email">andrewr0498@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Evans 458 (GSI: Ryan)</div>
<div class="oh"></div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Andrew" class="staffer-image" src="./assets/images/AndrewT.jpg" style="width:150px;" /></div>
<div class="name"><strong>Andrew Tunggal </strong><span class="biohover" onclick=""> (bio) <span class="bio">Andrew is a rising senior from the Bay Area studying Data Science. You will often find him listening to or playing music (often to procrastinate) or playing sports with friends. He also has a knack for falling asleep in various places/circumstances (but he will make sure not to do so during labs).
</span></span></div>
<div class="email">artunggal10@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Evans 458 (GSI: Hari)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Archer" class="staffer-image" src="./assets/images/Archer.jpg" style="width:150px;" /></div>
<div class="name"><strong>Archer Olson </strong><span class="biohover" onclick=""> (bio) <span class="bio">Archer is an incoming sophomore planning to major in business and data science. She really enjoyed Data 8 and looks forward to continuing to be involved as a lab assistant. She plays basketball at Cal and likes to hike, play beach volleyball, and bake in her free time.</span></span></div>
<div class="email">archerolson@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Cory 105 (GSI: Rohan)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Ashley/" class="staffer-image" src="./assets/images/anonymous.jpg" /></div>
<div class="name"><strong>Ashley Quiterio </strong><span class="biohover" onclick=""> (bio) <span class="bio">Ashley is a sophomore interested in Data Science, because it can be incorporated into countless fields. In her free time, she enjoys exploring regional parks across the Bay.</span></span></div>
<div class="email">ashleyquiterio@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Evans 458 (GSI: Hari)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Ava" class="staffer-image" src="./assets/images/Ava.jpg" style="width:150px;" /></div>
<div class="name"><strong>Ava Wu </strong><span class="biohover" onclick=""> (bio) <span class="bio">Ava is a rising third-year from SoCal, studying Molecular & Cell Biology and French. She loves learning languages, invading bookstores, and listening to musicals. She would consider her proudest accomplishment to be never having cracked her phone screen.</span></span></div>
<div class="email">ava.wu@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Evans 458 (GSI: Hari)</div>
<div class="oh"></div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Cameron" class="staffer-image" src="./assets/images/Cameron.jpg" style="width:150px;" /></div>
<div class="name"><strong><a href="http://cameronmalloy.com">Cameron Malloy </a></strong><span class="biohover" onclick=""> (bio) <span class="bio">Hi, I'm Cameron! I'm an Applied Math major (2+2=4-1=3). I enjoy photography and messing with them through computer programs. I also like predicting things with super cool and intriguing algorithms or with a crystal ball. I'm also extremely against high costs of avocado toast.</span></span></div>
<div class="email">cmalloy@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Cory 105 (GSI: Claire)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Christine" class="staffer-image" src="./assets/images/Christine.jpg" style="width:150px;" /></div>
<div class="name"><strong>Christine Kim </strong><span class="biohover" onclick=""> (bio) <span class="bio">Christine is an uprising junior from the Bay Area, majoring in Molecular and Cell Biology. She hopes to have a career in pre-health because she wants to inspire and help other people. In her free time, Christine loves traveling, staying active, and ice cream/frozen yogurt! </span></span></div>
<div class="email">christinekkim@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Evans 458 (GSI: Hari)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Daniel" class="staffer-image" src="./assets/images/Daniel.jpg" style="width:150px;" /></div>
<div class="name"><strong>Daniel Lujan </strong><span class="biohover" onclick=""> (bio) <span class="bio">Daniel is a rising sophomore studying computer science and data science. He enjoys playing the viola and cooking Italian foods.</span></span></div>
<div class="email">dnlujan@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Evans B6 (GSI: Howard)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="David/" class="staffer-image" src="./assets/images/anonymous.jpg" /></div>
<div class="name"><strong>David Yi </strong><span class="biohover" onclick=""> (bio) <span class="bio">David is a coming second year studying Energy Engineering, though he is becoming increasingly drawn to Computer Science and Data Science. He believes that Data 8 is the greatest course ever invented, and is super excited to join the team. </span></span></div>
<div class="email">davidyi624@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Cory 105 (GSI: Ryan)</div>
<div class="oh"></div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Dev/" class="staffer-image" src="./assets/images/anonymous.jpg" /></div>
<div class="name"><strong>Dev Navani </strong></div>
<div class="email">devnavani@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Evans B6 (GSI: Howard)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Emily" class="staffer-image" src="./assets/images/EmilyH.jpg" style="width:150px;" /></div>
<div class="name"><strong>Emily Hsiao </strong></div>
<div class="email">ehsiao13@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Evans B6 (GSI: Howard)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Erika/" class="staffer-image" src="./assets/images/anonymous.jpg" /></div>
<div class="name"><strong>Erika Mack </strong></div>
<div class="email">erika.n.mack@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Evans B6 (GSI: Howard)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Grace" class="staffer-image" src="./assets/images/Grace.jpg" style="width:150px;" /></div>
<div class="name"><strong>Grace Wang </strong><span class="biohover" onclick=""> (bio) <span class="bio">Grace is a second year integrative biology major planning on going for a double major in public health. When she's not doing lab, (whether it'd be for physics, data 8, biology, or chemistry) she's busy studying outside in the sunshine or swimming laps at the pool. In her free time, she loves jamming along to Disney movie soundtracks, baking, drinking chai lattes, and flyering people on Sproul. </span></span></div>
<div class="email">grace_wang@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Evans B6 (GSI: Rohan)</div>
<div class="oh"></div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Heather" class="staffer-image" src="./assets/images/Heather.jpg" style="width:150px;" /></div>
<div class="name"><strong>Heather Zhang </strong><span class="biohover" onclick=""> (bio) <span class="bio">Heather is a public health and economics major from San Diego. In her free time, she likes solving puzzles, eating, napping, and going to the beach. Her favorite foods are eggs, potatoes, and golden kiwis. </span></span></div>
<div class="email">heatherzhang@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Evans 458 (GSI: Ryan)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Joo" class="staffer-image" src="./assets/images/Joo.jpg" style="width:150px;" /></div>
<div class="name"><strong>Joo Kim </strong><span class="biohover" onclick=""> (bio) <span class="bio">Joo is a second year majoring in applied mathematics. She is also interested in minoring data science. During her free time, she enjoys hiking, playing tennis, and listening to music.</span></span></div>
<div class="email">jh04023@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Evans 458 (GSI: Hari)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Keilyn" class="staffer-image" src="./assets/images/Keilyn.jpg" style="width:150px;" /></div>
<div class="name"><strong>Keilyn Yuzuki </strong><span class="biohover" onclick=""> (bio) <span class="bio">Keilyn is a rising sophomore from Palos Verdes, CA interested in cognitive science and data science. She enjoys softball, learning to play the ukulele, good food, and cute dogs. She's excited to work with you all this summer!</span></span></div>
<div class="email">keilyn.yuzuki@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Evans 458 (GSI: Hari)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Kseniya" class="staffer-image" src="./assets/images/Kseniya.jpg" style="width:150px;" /></div>
<div class="name"><strong>Kseniya Usovich </strong><span class="biohover" onclick=""> (bio) <span class="bio">Kseniya is a transfer student majoring in Cognitive Science. Kseniya likes studying languages and rewatching her old favorites (which include Friends and Grey's Anatomy). If she is not on campus studying, you will most likely find her exploring one of the 59 US National Parks or simply road tripping through some beautiful places in California and neighboring states.</span></span></div>
<div class="email">k_usovich@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Evans B6 (GSI: Rohan)</div>
<div class="oh"></div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Lavanya" class="staffer-image" src="./assets/images/Lavanya.jpg" style="width:150px;" /></div>
<div class="name"><strong>Lavanya Vijayan </strong><span class="biohover" onclick=""> (bio) <span class="bio">Lavanya is a rising junior studying data science, cognitive science, and computer science. She has lived in Memphis, Redwood City, and Fremont. In addition to teaching, she enjoys singing Indian classical carnatic, meditating, eating, and watching Netflix. She took Data 8 last semester, which became one of her favorite classes at Cal, and she's looking forward to a new memorable semester of Data 8!
</span></span></div>
<div class="email">lvijayan1@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Cory 105 (GSI: Claire)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Linda" class="staffer-image" src="./assets/images/Linda.jpg" style="width:150px;" /></div>
<div class="name"><strong>Linda Ly </strong><span class="biohover" onclick=""> (bio) <span class="bio">Linda recently graduated with a major in public health. She is interested in data science and applying it to healthcare and research. In her free time, she likes playing with her bearded dragon and playing tennis. </span></span></div>
<div class="email">lindaly3635@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Evans B6 (GSI: Howard)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Michelle" class="staffer-image" src="./assets/images/MichelleF.jpg" style="width:150px;" /></div>
<div class="name"><strong>Michelle Fang </strong><span class="biohover" onclick=""> (bio) <span class="bio">Michelle is a rising junior who enjoys learning languages, good music, and good food. She also spends a lot of time on Youtube (for better or for worse). She's excited to meet everyone and hopes you'll enjoy Data8 as much as she did.</span></span></div>
<div class="email">mfang8@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Cory 105 (GSI: Ryan)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Olivia" class="staffer-image" src="./assets/images/Olivia.jpg" style="width:150px;" /></div>
<div class="name"><strong>Olivia Lewke </strong><span class="biohover" onclick=""> (bio) <span class="bio">Olivia is a third year English and intended Data Science double major from Southern California. She also works in the SLC as a writing tutor, and she loves learning from the people around her. Her hobbies include reading, trying to find time for sleep, and of course, debugging her code. </span></span></div>
<div class="email">olivialewke@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 1pm-3pm in Cory 105 (GSI: Claire)</div>
<div class="oh"></div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Sam" class="staffer-image" src="./assets/images/SamW.jpg" style="width:150px;" /></div>
<div class="name"><strong><a href="http://samwu101.github.io">Sam Wu </a></strong><span class="biohover" onclick=""> (bio) <span class="bio">Sam is a sophomore studying Computer Science and Data Science! He is from Vancouver, Canada, and he loves to learn about the different cultures of the world! Hit him up if you like anime, food, or traveling! He is also fluent in three languages: English, Mandarin, French (not as fluent as before).</span></span></div>
<div class="email">samwu101@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Cory 105 (GSI: Claire)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Samantha" class="staffer-image" src="./assets/images/Samantha.jpg" style="width:150px;" /></div>
<div class="name"><strong>Samantha Sheldon </strong></div>
<div class="email">samsheldon@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Cory 105 (GSI: Rohan)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Stella/" class="staffer-image" src="./assets/images/anonymous.jpg" /></div>
<div class="name"><strong>Stella Park </strong></div>
<div class="email">spark1208@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Evans B6 (GSI: Rohan)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Tamara" class="staffer-image" src="./assets/images/Tamara.jpg" style="width:150px;" /></div>
<div class="name"><strong>Tamara Vilaythong </strong><span class="biohover" onclick=""> (bio) <span class="bio">Tamara is a rising sophomore and an intended Computer Science/Data Science major. She is from San Diego so feel free to ask her about her love of tacos. She loved taking Data 8 and is excited to help out in labs!</span></span></div>
<div class="email">tvilayth@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Evans B6 (GSI: Howard)</div>
<div class="oh"></div>
</div>
</td>
</tr>
<tr>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Weiwen" class="staffer-image" src="./assets/images/Weiwen.jpg" style="width:150px;" /></div>
<div class="name"><strong>Weiwen Cui </strong></div>
<div class="email">weiwen.v.cui@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 11am-1pm in Cory 105 (GSI: Claire)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Yao" class="staffer-image" src="./assets/images/Yao.jpg" style="width:150px;" /></div>
<div class="name"><strong>Yao Xiao </strong><span class="biohover" onclick=""> (bio) <span class="bio">Yao is a rising sophomore studying Economics and Data Science. In his spare time, he likes to stay home binge watching TV series, movies, YouTube videos and basically anything fun. It's his first time helping in labs, and he will try his best!</span></span></div>
<div class="email">xiao.yao@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Cory 105 (GSI: Rohan)</div>
<div class="oh"></div>
</div>
</td>
<td width="25%">
<div class="staff-member">
<div class="photo"><img alt="Youmna" class="staffer-image" src="./assets/images/Youmna.jpg" style="width:150px;" /></div>
<div class="name"><strong>Youmna Rabie </strong><span class="biohover" onclick=""> (bio) <span class="bio">Youmna is an incoming junior majoring in Economics and Data Science. Data 8 has been her favourite class at Berkeley so far, and she couldn't be more excited to be a lab assistant! </span></span></div>
<div class="email">youmnarabie@berkeley.edu</div>
<div class="lab"><strong>Lab</strong>: Mon, Wed 3pm-5pm in Cory 105 (GSI: Ryan)</div>
<div class="oh"></div>
</div>
</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="cell border-box-sizing code_cell rendered">
<div class="input">
<div class="inner_cell">
<div class="input_area">
<div class=" highlight hl-ipython3"><pre><span></span>
</pre></div>
</div>
</div>
</div>
</div>
<script type="text/javascript">if (!document.getElementById('mathjaxscript_pelican_#%@#$@#')) {
var mathjaxscript = document.createElement('script');
mathjaxscript.id = 'mathjaxscript_pelican_#%@#$@#';
mathjaxscript.type = 'text/javascript';
mathjaxscript.src = '//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML';
mathjaxscript[(window.opera ? "innerHTML" : "text")] =
"MathJax.Hub.Config({" +
" config: ['MMLorHTML.js']," +
" TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }," +
" jax: ['input/TeX','input/MathML','output/HTML-CSS']," +
" extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js']," +
" displayAlign: 'center'," +
" displayIndent: '0em'," +
" showMathMenu: true," +
" tex2jax: { " +
" inlineMath: [ ['$','$'] ], " +
" displayMath: [ ['$$','$$'] ]," +
" processEscapes: true," +
" preview: 'TeX'," +
" }, " +
" 'HTML-CSS': { " +
" styles: { '.MathJax_Display, .MathJax .mo, .MathJax .mi, .MathJax .mn': {color: 'black ! important'} }" +
" } " +
"}); ";
(document.body || document.getElementsByTagName('head')[0]).appendChild(mathjaxscript);
}
</script>
</div>
<footer id="contentinfo" class="body">
</footer><!-- /#contentinfo -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Latest compiled and minified Bootstrap JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>