-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstaff.html
375 lines (241 loc) · 12.5 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Do not cache this page -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="./style/style.css">
<!-- Optional JavaScript -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<!-- Emoji -->
<link href="https://emoji-css.afeld.me/emoji.css" rel="stylesheet">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Be+Vietnam+Pro&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<title>DSC 140A</title>
</head>
<body>
<!-- responsive sidebar code comes from https://stackoverflow.com/a/48477019 -->
<div class="container-fluid h-100">
<div class="nav row wrapper min-vh-100 flex-column flex-sm-row">
<aside class="col-12 col-sm-3 p-0 bg-light flex-shrink-1">
<nav class="navbar navbar-expand-sm navbar-light bg-light align-items-end flex-sm-column flex-row">
<a class="navbar-brand" href="#"><i class="fa fa-bullseye fa-fw"></i>DSC 140A</a>
<a href class="navbar-toggler" data-toggle="collapse" data-target=".sidebar">
<span class="navbar-toggler-icon"></span>
</a>
<div class="collapse navbar-collapse sidebar">
<ul class="flex-column navbar-nav w-100 justify-content-between">
<li class="nav-item">
<a class="nav-link" href="./index.html"><span class="">🗓️ Schedule</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./syllabus.html"><span class="">📜 Syllabus</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./office_hours.html"><span class="">👨🏫️ Office Hours</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./practice/index.html"><span class="">🎯 Practice</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://campuswire.com/p/GED7C2C45"><span class="">💬 Campuswire</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.gradescope.com/courses/936936"><span class="">💯 Gradescope</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="./staff.html"><span class="">👥 Course Staff</span></a>
</li>
</ul>
</div>
</nav>
</aside>
<main class="col bg-faded main-content">
<div class="site-title">
<h1>DSC 140A – Probabilistic Modeling and Machine Learning</h1>
<hr>
</div>
<div>
<h2>Instructors</h2>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/justin.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
<a href="http://eldridgejm.github.io">Justin Eldridge</a>
</h4>
<p>I teach data science classes at UCSD.</p>
</div>
</div>
<h2>Staff</h2>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/ruoyu.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Ruoyu (Chloe) Hou
</h4>
<p><b>TA</b></p>
<p>I am currently an MS student in CS, and I also studied DSC as an undergrad at UCSD. Outside of academics, I love snowboarding, PC gaming, and traveling.</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/mkc_pic.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Mithil Chaudhary
</h4>
<p><b>TA</b></p>
<p>I am a second-year MS student in CSE and this is my third time TA-ing DSC140A. In my free time, I enjoy hiking, singing and DJing!</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/heng.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Heng Zhu
</h4>
<p><b>reader</b></p>
<p>I am a PhD student at HDSI, UCSD.</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/cropped_nicktutor.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Nick Swetlin
</h4>
<p><b>tutor</b></p>
<p>Fourth year data science major, fourth term tutoring, fourth year beatboxing.</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/bradley.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Bradley Nathanson
</h4>
<p><b>tutor</b></p>
<p>I am a 4th year DSC major and in my free time I like to run and cook food.</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/Pranav.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Pranav Rebala
</h4>
<p><b>tutor</b></p>
<p>4th year DSC student, 4th time tutoring, and I love eating good food</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/ahmed.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
<a href="https://ahmostafa147.github.io/portfolio/">Ahmed Mostafa</a>
</h4>
<p><b>tutor</b></p>
<p>I am a 3rd year data science major w/ math minor. In my free time I enjoy playing soccer, tennis, and ping pong.</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/gallant.jpg" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Gallant Tsao
</h4>
<p><b>tutor</b></p>
<p>Fourth year applied math & data science major. I love cooking, playing the piano, & playing videogames (just started ror2 recently).</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/Zoe.jpg" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Zoe Ludena
</h4>
<p><b>tutor</b></p>
<p>Fourth Year Data Science Student with Business Economics minor, an obsessive baker, tutoring for the eighth time.</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/mert-tutor.jpg" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Mert Ozer
</h4>
<p><b>tutor</b></p>
<p>Third year data science major. This will be my second quarter tutoring for DSC140A.</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/jessica.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
<a href="https://www.linkedin.com/in/jesswsong/">Jessica Song</a>
</h4>
<p><b>tutor</b></p>
<p>Hi! I'm Jessica, a 4th year data science student. I'm interested in using ML/DL for real-world applications, and my other interests include calligraphy, journaling, & boxing. Feel free to talk to me about recruiting, DSC curriculum, and favorite boba places at SD. I'd love to meet you all!</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/me-2025-square.jpg" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
Maryam Almahasnah
</h4>
<p><b>tutor</b></p>
<p>Hello! I'm Maryam (aka Maya) and I'm a 4th year Data Science major and an HDSI student coucil member. Outside of academics, I like reading and drawing. Feel free to talk to me about anything (:</p>
</div>
</div>
<div class="row py-4">
<div class="col-3 align-top text-right">
<img src="static/staff-pictures/yosen.png" style="clip-path: circle(); width: 80%;">
</div>
<div class="col-9">
<h4 style="padding-top: 0; margin-top: 0">
<a href="https://www.linkedin.com/in/yosen-lin/">Yosen Lin</a>
</h4>
<p><b>tutor</b></p>
<p>4th year DSC major w/ math minor. Baseball fanatic. Have tutored DSC 40A 3 times, first time tutoring this class. Feel free to reach out for clarifying concepts, collaborative DS/ML projects, or yapping about life!</p>
</div>
</div>
</div>
</main>
</div>
</div>
</body>
</html>