-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
518 lines (491 loc) · 29.7 KB
/
experience.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Webpixels">
<title>Experience</title>
<!-- Favicon -->
<link href="./Images/favi_big.png" rel="icon" type="image/png">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand:300&display=swap" rel="stylesheet">
<!-- Page plugins -->
<link type="text/css" href="./Stylesheets/highlight.min.css" rel="stylesheet">
<link type="text/css" href="./Stylesheets/atom-one-dark.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<!-- Theme CSS -->
<link type="text/css" href="./Stylesheets/theme.css" rel="stylesheet">
<link type="text/css" href="./Stylesheets/experience.css" rel="stylesheet">
</head>
<body>
<header>
<div class="bg-white">
<div class="container">
<div class="col-md-10 offset-md-1" style="padding: 0px;">
<nav class="navbar navbar-expand-sm navbar-dark py-3" id="navbar_main" style="padding: 0px;">
<div class="container">
<a class="navbar-brand" id="name" href="./index.html"><strong>Jacob Frausto</strong></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbar_main_collapse"
aria-controls="navbar_main" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbar_main_collapse">
<ul class="navbar-nav align-items-lg-center ml-sm-auto">
<li class="nav-item">
<a class="nav-link header-link" href="./experience.html">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link header-link" href="./projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link header-link" href="./skills.html">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link header-link" href="./resume.html">Resume</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</div>
</header>
<main>
<section class="slice" id="projects">
<div class="container">
<div class="col-md-10 offset-md-1">
<h1 class="header-title"> Experience </h1>
<h3 class="header-subtitle">
<small> My past and current experiences</small>
</h3>
<hr id="header-line">
</div>
</div>
<div class="container">
<div class="d-md-block">
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/stanfordsoe.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Stanford University School of Engineering<br>
<small>Course Assistant · September 2023 - Present</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>CS 148: Introduction to Computer Graphics and Imaging (Autumn 2023 w/ Ron Fedkiw).</li>
<li>CS 229: Machine Learning (Winter 2024 w/ Sanmi Koyejo & Emily Fox).</li>
<li>CS 221: Artificial Intelligence (Spring 2024 w/ Nima Anari, Moses Charikar & Sanmi Koyejo; Autumn 2024 w/ Dorsa Sadigh & Nima Anari).</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center position-relative left-lg">
<a target="_blank" href="https://engineering.stanford.edu/">
<button type="button" class="btn btn-primary btn-animated btn-animated-x" style="right: 6rem;">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/linkedin.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">LinkedIn<br>
<small>Artificial Intelligence Engineer Intern · June 2024 - September 2024</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Established a robust data mining workflow with jobs for fetching 1500+ video transcripts from Learning platform content.</li>
<li>Pioneered an automated onboarding system for agentic LLMs, reducing onboarding time from 1-2 weeks to just 1 day.</li>
<li>Engineered a comprehensive evaluation framework incorporating novel metrics and a Panel-of-LLMs evaluation method.</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center position-relative left-lg">
<a target="_blank" href="https://www.linkedin.com/">
<button type="button" class="btn btn-primary btn-animated btn-animated-x" style="right: 6rem;">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/sisl.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Stanford Intelligent Systems Lab (SISL)<br>
<small>Graduate Research Assistant · January 2024 - June 2024</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Researching safety validation for autonomous systems using a neural radiance field (NeRF) as a surrogate model.</li>
<li>Executed 500+ simulations with a NeRF trained on a simulated environment uncovering failure modes (collisions).</li>
<li>Implemented two uncertainty quantification methods to measure confidence in density predictions made by the NeRF.</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center position-relative left-lg">
<a target="_blank" href="https://sisl.stanford.edu/">
<button type="button" class="btn btn-primary btn-animated btn-animated-x" style="right: 6rem;">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/veritas.jpg" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Veritas AI<br>
<small>AI & Data Science Mentor · July 2023 - August 2023</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Facilitated hands-on group projects in groups of 3-4 students.</li>
<li>Applied fundamental AI and ML concepts practically.</li>
<li>Collaborated with other section mentors to support students in problem-solving and building their group projects.</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center">
<a target="_blank" href="https://www.provlib.org">
<button type="button" class="btn btn-primary btn-animated btn-animated-x">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/bvc.jpeg" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Brown Interactive 3D Vision & Learning Lab (IVL)<br>
<small>Undergraduate Research Assistant · January 2022 - May 2023</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Designed and built a wrist-mounted multi-camera prototype to capture egocentric video data.</li>
<li>Initiated development of a mobile interface for said prototype.</li>
<li>Explored the application of Neural Radiance Field (NeRF) neural networks for scene modeling tasks.</li>
<li>Managed lighting control module of interactive capture stage, which led to a comprehensive multimodal dataset of dynamic & static scenes.</li>
<li>Advised by Srinath Sridhar.</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center position-relative left-lg">
<a target="_blank" href="https://ivl.cs.brown.edu/">
<button type="button" class="btn btn-primary btn-animated btn-animated-x" style="right: 6rem;">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/ppl.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Providence Public Library<br>
<small>Technology Education Assistant · September 2019 - May 2023</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Contributed through feedback as an observational member of the Technology/Education department.</li>
<li>Managed equipment inventory datasets using SQL.</li>
<li>Educated 20 individuals on career development and digital literacy skills for "Pivot the Hustle" spring course.</li>
<li>Taught 15 individuals how to use Excel and other data analysis tools for "Data Analytics" fall course.</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center">
<a target="_blank" href="https://www.provlib.org">
<button type="button" class="btn btn-primary btn-animated btn-animated-x">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/samsara.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Samsara<br>
<small>Software Engineer Intern · May 2022 - August 2022</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Developed a paginated report feature that provides customers with a holistic view of their device connectivity data.</li>
<li>Employed data-driven insights to optimize the performance/behavior of several in-house React components.</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center">
<a target="_blank" href="https://samsara.com/">
<button type="button" class="btn btn-primary btn-animated btn-animated-x">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/amazon.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Amazon<br>
<small>Software Development Engineer Intern · June 2021 - August 2021</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Designed and deployed a service in Java to collect and aggregate metrics on the performance of SAT/SMT solvers.</li>
<li>Utilized AWS microservices to construct cloud-based pipelines and infrastructure.</li>
<li>Presented implementation to 50+ engineers/scientists in the Automated Reasoning Group (ARG) organization.</li>
</ul>
</div>
<div style="position-relative left-lg" class="d-flex justify-content-end">
<a target="_blank" href="https://aws.amazon.com/security/provable-security/">
<button type="button" class="btn btn-primary btn-animated btn-animated-x">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/duckie.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Duckietown<br>
<small>Undergraduate Research Assistant · January 2021 - April 2021</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Engaged in the development of a new Duckiedrone model.</li>
<li>Initialized, configured, and optimized SLAM implementation.</li>
<li>Benchmarked implementation/performance of VL53L1X TOF Ranging Sensor.</li>
<li>Advised by Stefanie Tellex.</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center position-relative left-lg">
<a target="_blank" href="https://brown.duckietown.org/brown">
<button type="button" class="btn btn-primary btn-animated btn-animated-x" style="left: 0.5rem;">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/brown.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Brown University<br>
<small>CS0020 Undergraduate Teaching Assistant · September 2020 - December 2020</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Assist professor to re-design projects, manage coursework, and grade assignments for 300+ students.
</li>
<li>Hold 4 hours of office hours weekly to help students understand technical and conceptual components of the course.
</li>
</ul>
</div>
<div class="d-flex justify-content-center">
<a target="_blank" href="https://cs.brown.edu/courses/cs002/">
<button type="button" class="btn btn-primary btn-animated btn-animated-x">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/idtech.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">iD Tech Camps <br>
<small>Online Instructor · May 2020 - August 2020</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Instructed 70+ students ages 7-18 on Python, Java, Scratch, Minecraft, and General Game Design.
</li>
<li>Delivered high-quality remote instruction through individualized and project-based curricula for 7 different courses.
</li>
<li>Collaborated with staff leads and other student instructors by reflecting on and revising course content/strategies.
</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center">
<a target="_blank" href="https://www.idtech.com/virtual">
<button type="button" class="btn btn-primary btn-animated btn-animated-x">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/signs.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Signs.com <br>
<small>Customer Segmentation Specialist · August 2019 - January 2021</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Researched and tagged 10,000+ individual orders and clients with the Customer Segmentation team.
</li>
<li>Worked on an Educational Outreach Program to aid 1,500+ school districts (Arizona, Texas, Utah, New Mexico, Idaho) with their signage needs for the Fall semester following the COVID-19 pandemic.
</li>
</ul>
<br>
<h4>
<small>Marketing Intern · June 2019 - August 2019
</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Collaborated with a team of interns responsible for Customer Market Segmentation.
</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center">
<a target="_blank" href="https://www.signs.com">
<button type="button" class="btn btn-primary btn-animated btn-animated-x">
<span class="btn-inner--visible">Website</span>
<span class="btn-inner--hidden"><i class="fas fa-globe"></i></span>
</button> </a>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/citi.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Citi <br>
<small>Freshman Discovery Diversity Program · July 2020 - August 2020</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Immersive virtual experience with Citi focused on helping freshmen of diverse backgrounds understand financial services, gain technical skills and kickoff the career planning process.
</li>
<li>The program includes peer networking, case studies, business overviews, technical skills training and access to professionals and recruiters across the firm.
</li>
</ul>
</div>
<div class="d-inline-flex justify-content-center">
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center" src="./Images/mcd.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">C & R Management Co. <br>
<small>Crew Member · December 2016 - June 2019</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Responsible for organizing inventory</li>
<li>Managed cash registers regularly
</li>
<li>Worked with customers directly on orders</li>
<li>Maintained a tidy and efficient workspace</li>
</ul>
</div>
</div>
</div>
</div>
<br>
<div class="col-md-10 offset-md-1">
<div class="card-body py-4 card shadow" width="100%">
<div class="d-md-inline-flex d-sm-block align-items-start">
<img class="project-icon img-center"
src="./Images/mcs.png" alt="Card image cap">
<div class="d-block align-items-start">
<h4 style="margin-top: 10px;">Madeleine Choir School <br>
<small>Daycare Teacher · September 2018 - January 2019</small>
</h4>
<hr class="project-line">
<ul class="description">
<li>Responsible for the needs and well-being of 22 children ages 5-12.</li>
<li>Tasked with preparing daily lessons and activities while perpetuating a fun and safe environment.</li>
</ul>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
</section>
</main>
<!-- Core -->
<script src="./assets/vendor/jquery/jquery.min.js"></script>
<script src="./assets/vendor/popper/popper.min.js"></script>
<script src="./assets/js/bootstrap/bootstrap.min.js"></script>
<!-- FontAwesome 5 -->
<script src="./assets/vendor/fontawesome/js/fontawesome-all.min.js" defer></script>
<!-- Page plugins -->
<script src="./assets/vendor/highlight/js/highlight.min.js"></script>
<!-- Theme JS -->
<script src="./assets/js/theme.min.js"></script>
</body>
</html>