-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpast24.html
More file actions
653 lines (620 loc) · 45 KB
/
past24.html
File metadata and controls
653 lines (620 loc) · 45 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
649
650
651
652
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="description" content="UCSB CS Capstone"/>
<meta name="keywords" content="UCSB,Santa,Barbara,computer,science,capstone"/>
<meta name="author" content="Tim Sherwood"/>
<link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'/>
<link rel="stylesheet" type="text/css" href="origo.css" title="Origo" media="all"/>
<title>UCSB CS 189: Capstone</title>
</head>
<body class="light blue smaller freestyle01">
<div id="layout">
<div class="row smaller">
<div class="col c5 smaller"><h1><a href="index.html">CS189A/B</a></h1></div>
<div class="row">
<!-- used to link to teams.jpg instead of index.jpg -->
<div class="col c12 aligncenter"><img src="images/index.jpg" width="960" alt=""/></div>
</div>
<div class="row">
<div class="col c2 alignleft">
<ul class="menu">
<li><a href="index.html">Overview</a></li>
<li><a class="current" href="teams.html">Teams</a>
<ul class="subpages">
<!-- <li><a href="#team1">Team Vibrant</a></li> -->
</ul>
</li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="teams.html">2025-26 Projects</a></li>
<li><a href="past25.html">2024-25 Projects</a></li>
<li><a href="past24.html">2023-24 Projects</a></li>
<li><a href="past23.html">2022-23 Projects</a></li>
<li><a href="past22.html">2021-22 Projects</a></li>
<li><a href="past21.html">2020-21 Projects</a></li>
<li><a href="past20.html">2019-20 Projects</a></li>
<li><a href="past19.html">2018-19 Projects</a></li>
<li><a href="past18.html">2017-18 Projects</a></li>
<li><a href="past17.html">2016-17 Projects</a></li>
<li><a href="past16.html">2015-16 Projects</a></li>
<li><a href="past15ws.html">2014-15 Projects</a></li>
<!--
<li><a href="past14.html">2013-14 Projects</a></li>
<li><a href="past13.html">2012-13 Projects</a></li>
<li><a href="past.html">2011-12 Projects</a></li>
-->
</ul>
</div>
<div class="col c10">
<h2> 2023-24 Student/Industry Teams </h2>
<br/>
<div id="team1">
<h3><a name="team1">apple.py</a></h3>
<p>
<b>Partner: Artera</b>
<br><b>Team: </b> Shivani Sista (Lead), Jessica Nguyen (Scribe), Cheryl Stanley, Gita Supramaniam, Jessica Lieu, Ritvi Bhatt
<br><br>
<img src="team_docs_24/pics/artera1/SISTA.png" height=110>
<img src="team_docs_24/pics/artera1/NGUYEN.png" height=110>
<img src="team_docs_24/pics/artera1/STANLEY.png" height=110>
<img src="team_docs_24/pics/artera1/SUPRAMANIAM.png" height=110>
<img src="team_docs_24/pics/artera1/LIEU.png" height=110>
<img src="team_docs_24/pics/artera1/Bhatt.png" height=110>
<br><br>
<b>Mentor(s):</b> Anav Sanghvi<br><b>Project Overview:</b> Our goal is to provide a smartphone Apple watch platform with easy to access information about
alcohol safety and make it easier to manage alcohol intake to reduce risk of overdose.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/artera1.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href= "team_docs_24/prdv1/Artera1_PRDv1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<div id="team2">
<h3><a name="team2">Brandon and The Verilog Survivors</a></h3>
<p>
<b>Partner: Appfolio</b>
<br><b>Team: </b> Jacob Eisner (Lead), Iain Weissburg (Scribe), Liam Pang-Naylor, James Ellenstein, Yuki Keung, Brandon Son
<br><br>
<img src="team_docs_24/pics/appfolio2/EISNER.png" height=110>
<img src="team_docs_24/pics/appfolio2/WEISSBURG.png" height=110>
<img src="team_docs_24/pics/appfolio2/PANG-NAYLOR.png" height=110>
<img src="team_docs_24/pics/appfolio2/ELLENSTEIN.png" height=110>
<img src="team_docs_24/pics/appfolio2/KEUNG.png" height=110>
<img src="team_docs_24/pics/appfolio2/SON.jpg" height=110>
<br><br>
<b>Mentor(s):</b> Justin Pearson, Wade Varesio, Jacqui Mai, Bryan Terce, Alex Oaten, Kobe Shavolian, Laith Abdel-Rahman, Brandon Nadell
<br><b>Project Overview:</b> RealtyReel is a user-friendly platform designed for property owners who seek an efficient way to
create high-quality promotional videos for their listings. By simply uploading photos, videos, and
accompanying descriptions, users can leverage our AI-driven system to produce polished
videos complete with AI-generated voice overs, seamless transitions, and professional-grade
color correction.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/appfolio2.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_24/prdv1/AppFolio2_PRDv1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<div id="team3">
<h3><a name="team3">War Room Minions</a></h3>
<p>
<b>Partner: Artera</b>
<br><b>Team: </b> Rob Briggs (Lead), Ashley Budman (Scribe), Joshua Son, Gianmarco Psotka, Parsa Hafezi, Jonah Park
<br><br>
<img src="team_docs_24/pics/artera3/briggs.png" height=110>
<img src="team_docs_24/pics/artera3/budman.png" height=110>
<img src="team_docs_24/pics/artera3/Son.png" height=110>
<img src="team_docs_24/pics/artera3/Psotka (1).png" height=110>
<img src="team_docs_24/pics/artera3/ParsaHafezi.png" height=110>
<img src="team_docs_24/pics/artera3/Park.png" height=110>
<br><br>
<b>Mentor(s):</b> Anav Sanghvi
<br><b>Project Overview:</b> DermIQ will allow for increased early detection of melanoma and other skin problems through expanded access to screening, quicker intervention and treatment for identified cases of skin cancer through prompt risk analysis and
recommendations, and improved convenience and affordability of skin checks through on-demand digital screening.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/artera3.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href= "team_docs_24/prdv1/Artera3_PRD_v1.0.0 .pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<div id="team4">
<h3><a name="team4">The Documenters</a></h3>
<p>
<b>Partner: Terawe</b>
<br><b>Team: </b> Kenny Bui (Lead), Jai Uparkar (Scribe), Krish Agarwal, Ethan Epp, Heather Nguyen, Matthew Nguyen
<br><br>
<img src="team_docs_24/pics/terawe1/Bui.png" height=110>
<img src="team_docs_24/pics/terawe1/UPARKAR.png" height=110>
<img src="team_docs_24/pics/terawe1/Agarwal.png" height=110>
<img src="team_docs_24/pics/terawe1/EPP.png" height=110>
<img src="team_docs_24/pics/terawe1/HNGUYEN.png" height=110>
<img src="team_docs_24/pics/terawe1/NGUYEN.png" height=110>
<br><br>
<b>Mentor(s):</b> Bradley Tipp
<br><b>Project Overview:</b> We will create an interactive, spatio-temporal immersive visualization of news events using a
metaverse platform. Unlike traditional VR headset-based experiences, this project leverages
web-based metaverse technologies, NLP (Natural Language Processing), and GPT-4 to allow
users to explore and understand news events that have occurred in both Spanish and English
languages. However, users will be able to access the metaverse platform through a standard web
browser or mobile device, eliminating the need for VR headsets. This ensures wide accessibility.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/terawe1.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_24/prdv1/Terawe4_PRDv1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<div id="team5">
<h3><a name="team5">Gold Cats</a></h3>
<p>
<b>Partner: Appfolio</b>
<br><b>Team: </b> Vince Nguyen (Lead), Dan Le (Scribe), Binyu Zhong, Daniel Li, Yufei Song
<br><br>
<img src="team_docs_24/pics/appfolio1/nguyen.png" height=110>
<img src="team_docs_24/pics/appfolio1/Le.png" height=110>
<img src="team_docs_24/pics/appfolio1/zhong.png" height=110>
<img src="team_docs_24/pics/appfolio1/Li.png" height=110>
<img src="team_docs_24/pics/appfolio1/SONG.png" height=110>
<br><br>
<b>Mentor(s):</b> Brandon Nadell, Bryan Terce, Jared Fitton, Jacqui Mai
<br><b>Project Overview:</b> The objective of this project is to enhance the existing Gold website at UCSB by incorporating
additional features to assist students in making informed decisions when selecting courses. The
tool will provide students with comprehensive information on course details, grade distributions,
professor ratings, and the option to connect with peers enrolled in the same course.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/appfolio1.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_24/prdv1/Appfolio5_PRDv1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<div id="team6">
<h3><a name="team6">Forta Infinity</a></h3>
<p>
<b>Partner: Forta</b>
<br><b>Team: </b> Abel Atnafu (Lead), Junhwan Lee (Scribe), Taeho Kim, Kenji Kano, Vikram Elango
<br><br>
<img src="team_docs_24/pics/forta1/Atnafu.png" height=110>
<img src="team_docs_24/pics/forta1/Lee.png" height=110>
<img src="team_docs_24/pics/forta1/Kim.png" height=110>
<img src="team_docs_24/pics/forta1/KANO.png" height=110>
<img src="team_docs_24/pics/forta1/ELANGO.png" height=110>
<br><br>
<b>Mentor(s):</b> Christian Seifert
<br><b>Project Overview:</b> Our main goal is to design a website that's easy for people to use on Forta.org. We're aiming to
create a working model of a web application that can find the right bot when users search for them.
Additionally, it will explain why a particular bot was suggested and how it can be useful, giving users a
clear understanding. By doing this, we want to make it simpler and more enjoyable for users to navigate
Forta Network and pick the right tools for their needs.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/forta1.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_24/prdv1/Forta6_PRDV1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<div id="team7">
<h3><a name="team7">Auto-Grader</a></h3>
<p>
<b>Partner: Forta</b>
<br><b>Team: </b> Joe Zhang (Lead), Amy Wang (Scribe), Anuragh Sundar, Lawrence Chen, Max Fletcher
<br><br>
<img src="team_docs_24/pics/forta2/ZHANG.png" height=110>
<img src="team_docs_24/pics/forta2/WANG.PNG" height=110>
<img src="team_docs_24/pics/forta2/Sundar.png" height=110>
<img src="team_docs_24/pics/forta2/Chen.jpeg" height=110>
<img src="team_docs_24/pics/forta2/FLETCHER.png" height=110>
<br><br>
<b>Mentor(s):</b> Christian Seifert
<br><b>Project Overview:</b> Our project’s aim is to develop an auto-grader that can take an alert as input and automatically
retrieve the relevant information from the web to determine whether an alert is a false or true
positive, similar to how a human makes that assessment. We can use Large Language Models
(preferably Chat GPT) to use functions to retrieve information from block explorers, on-chain,
and other systems.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/forta2.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_24/prdv1/Forta7_PRDv1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<div id="team8">
<h3><a name="team8">Triple A</a></h3>
<p>
<b>Partner: Aziksa</b>
<br><b>Team: </b> Paritosh Jha (Lead), Vyomsarit Singh (Scribe), Jonathan Cheng, Tanish Kumar, Aashay Parab, Alexander Ward
<br><br>
<img src="team_docs_24/pics/aziksa/Jha.png" height=110>
<img src="team_docs_24/pics/aziksa/SINGH.png" height=110>
<img src="team_docs_24/pics/aziksa/cheng.png" height=110>
<img src="team_docs_24/pics/aziksa/Kumar.png" height=110>
<img src="team_docs_24/pics/aziksa/aashay-capstone-headshot.png" height=110>
<img src="team_docs_24/pics/aziksa/WARD.png" height=110>
<br><br>
<b>Mentor(s):</b> Santosh Jha, Aadhar Sharma, Marilson Campos
<br><b>Project Overview:</b> Leverage LLM to develop a writing assistant for non native English language speaking corporate
workforce in the business context for a given role such as customer service representative, Sales
executive and Technology leader to name a few. This tool will be available in a separate app
from Aziksa’s current app. Users will be able to prompt the LLM to assist them in writing
professional emails by adjusting parameters, choosing tone, etc to fit the specific business
context they are in.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/aziksa.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_24/prdv1/Aziksa8_PRDv1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<div id="team9">
<h3><a name="team9">Logos</a></h3>
<p>
<b>Partner: Veridise</b>
<br><b>Team: </b> Shivansh Kapoor (Lead), Thomas Hale (Scribe), Colter Sirlin, Christopher Chang, Maya Ma
<br><br>
<img src="team_docs_24/pics/veridise/KAPOOR.PNG" height=110>
<img src="team_docs_24/pics/veridise/HALE.png" height=110>
<img src="team_docs_24/pics/veridise/SIRLIN.png" height=110>
<img src="team_docs_24/pics/veridise/chang.jpg" height=110>
<img src="team_docs_24/pics/veridise/ma.png" height=110>
<br><br>
<b>Mentor(s):</b> Yu Feng
<br><b>Project Overview:</b> Our first solution
revolves around the creation of a common Intermediate Representation (IR) for all frameworks.
This web application will serve as a platform, enabling users to seamlessly translate and
integrate various zk circuit frameworks. By introducing a unifying IR, we aim to bridge the
disparities between different frameworks, fostering a more cohesive environment for security
analysis. As a starting point, our web application will support translations for Circom and will be
followed by Halo2, Artworks, Gnark, and Plonky2. This initiative not only streamlines the
development process but also ensures a standardized approach to zk circuit creation and
validation.
<br><b>Vision Statement: </b>
<a href="team_docs_24/vision/veridise.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_24/prdv1/Veridise9_PRDv1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href= target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href= target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href= target="_blank">[PDF]</a>
<a href= target="_blank">[Video]</a>
</p>
</div>
<!--
<div id="team1">
<h3><a name="team1">GoCSIL</a></h3>
<p>
<b>Partner: Algorand</b>
<br><b>Team: </b> An Cao (Lead), Bowen Duanmu (Scribe), Kyrie Cai, Ning Xia, Xichen He
<br><br>
<img src="team_docs_23/pics/algorand/cao.png" height=110>
<img src="team_docs_23/pics/algorand/Duanmu.png" height=110>
<img src="team_docs_23/pics/algorand/CAI.png" height=110>
<img src="team_docs_23/pics/algorand/Xia.png" height=110>
<img src="team_docs_23/pics/algorand/he.jpg" height=110>
<br><br>
<b>Mentor(s):</b> Piergiacomo Palmisani, Benjamin Guidarelli<br><b>Project Overview:</b> We introduce the idea of Next Generation Digital Learning Environment (NGDLE). It will not itself be a single application like current Learning Management Systems (LMS), rather it will be an ecosystem of learning.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/algorand.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/algorand.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/algorand.pdf" target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/algorand.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=QJUBrQ9WFN8" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/algorand.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/algorand.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=1759s" target="_blank">[Video]</a>
</p>
</div>
<div id="team2">
<h3><a name="team2">Fat Stacks</a></h3>
<p>
<b>Partner: Allthenticate</b>
<br><b>Team: </b>Adam Yu (Lead), Arjun Singh, Hunter Massey (Scribe), Olivia Gillam, Simon Yu
<br><br>
<img src="team_docs_23/pics/allthenticate/YuAdam_s.png" height=110>
<img src="team_docs_23/pics/allthenticate/Singh_s.png" height=110>
<img src="team_docs_23/pics/allthenticate/Massey.png" height=110>
<img src="team_docs_23/pics/allthenticate/Gillam_s.png" height=110>
<img src="team_docs_23/pics/allthenticate/YuSimon_s.png" height=110>
<br><br>
<b>Mentor(s):</b> Bernie Conrad<br><b>Project Overview:</b> We will create a mobile authentication application that implements the FIDO protocol to communicate with WebAuthn Browser APIs. Using this mobile app, users will be able to quickly register new accounts and authorize login attempts with supported websites and Web3 applications. By eliminating the need forpasswords, the risk of phishing attacks is eliminated.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/allthenticate.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/allthenticate.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/allthenticate.pdf" target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/allthenticate.pdf" target="_blank">[PDF]</a>
<a href="https://youtu.be/ztTeoUBtnT8" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/allthenticate.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/allthenticate.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=2474s" target="_blank">[Video]</a>
</p>
</div>
<div id="team3">
<h3><a name="team3">FortaKnight</a></h3>
<p>
<b>Partner: Forta Network</b>
<br><b>Team: </b> Nicholas Brown (Lead), Khalid Mihlar (Scribe), Alejandro Rojas Rodriguez, Andy Wu, John Lin
<br><br>
<img src="team_docs_23/pics/forta/BROWN.png" height=110>
<img src="team_docs_23/pics/forta/MIHLAR.png" height=110>
<img src="team_docs_23/pics/forta/RojasRodriguez.png" height=110>
<img src="team_docs_23/pics/forta/WU.png" height=110>
<img src="team_docs_23/pics/forta/LIN.png" height=110>
<br><br>
<b>Mentor(s):</b> Christian Seifert, Mariko Wakabayashi<br><b>Project Overview:</b> Wtih this project we develop a detection bot that can detect attacker smart contracts several blocks before the exploitation and signal relevant hosts. The bot should be able to both dynamically and statically decompile attacker smart contracts. Ultimately, we hope to develop an effective and easily deployable detection bot to protect Web 3.0 blockchains.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/forta.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/forta.pdf" target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/forta.pdf" target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/forta.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=FegsQ6zcoCo" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/forta.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/forta.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=3524s" target="_blank">[Video]</a>
</p>
</div>
<div id="team4">
<h3><a name="team4">OverSEA</a></h3>
<p>
<b>Partner: NavSea </b>
<br><b>Team: </b> Fluellen Arman Umali (Lead), Yvonne Liu(Scribe), Rahul Dharmaji, Daniel Eskander, Jason Em
<br><br>
<img src="team_docs_23/pics/navsea/Fluellen_s.jpg" height=110>
<img src="team_docs_23/pics/navsea/LIU.png" height=110>
<img src="team_docs_23/pics/navsea/dharmaji.png" height=110>
<img src="team_docs_23/pics/navsea/Eskander_s.png" height=110>
<img src="team_docs_23/pics/navsea/Em.png" height=110>
<br><br>
<b>Mentor(s):</b> Alan Jaeger<br><b>Project Overview:</b> We will help solve the remote maintenance problem. Specifiaclly, to eliminate the need for transportation of specialized individuals to naval ships for maintenance. Our intent is to save time and resources by allowing specialists to work remotely while still following maintenance procedures. Several challenges are evident, including the navigation of the complex environment of a navy ship, limited bandwidth in remote locales, and the necessity for secure, encrypted communications. Our expected goal is meant to demonstrate how the HoloLens and other AR/VR technologies can be implemented to aid remote maintenance.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/navsea.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/navsea.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/navsea.pdf" target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/navsea.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=dGHXWa9OeGo" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/navsea.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/navsea.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=4317s" target="_blank">[Video]</a>
</p>
</div>
<div id="team5">
<h3><a name="team5">Salauth</a></h3>
<p>
<b>Partner: Appfolio </b>
<br><b>Team: </b> Erin Ambriz (Lead), Jason Dunne (Scribe), Isaiah Gama, Robert Gee, Mauricio Muñoz Valtierra
<br><br>
<img src="team_docs_23/pics/appfolio1/AMBRIZ.png" height=110>
<img src="team_docs_23/pics/appfolio1/headshot.png" height=110>
<img src="team_docs_23/pics/appfolio1/GAMA.png" height=110>
<img src="team_docs_23/pics/appfolio1/GEE.png" height=110>
<img src="team_docs_23/pics/appfolio1/MUNOZ.png" height=110>
<br><br>
<b>Mentor(s):</b> Justin Pearson, Wade Varesio, David Weitz, Graham Preston<br><b>Project Overview:</b> We will develope a mobile app and service that can be used to authenticate yourself and create/login to accounts using facial recognition. We plan to have the app be a central point for users to manage their data and services they are registered with using our product, as well as managing general account settings.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/appfolio1.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/appfolio1.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/appfolio1.pdf"
target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/appfolio1.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=j-g2pYSVh20" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/appfolio1.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/appfolio1.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=5323s" target="_blank">[Video]</a>
</p>
</div>
<div id="team6">
<h3><a name="team6">Bacta Health</a></h3>
<p>
<b>Partner: Artera </b>
<br><b>Team: </b> Garrett Peake (Lead), Martin Cabello (Scribe), Mikey Curtis, Nicholas Wenstad, Xianqi Wang
<br><br>
<img src="team_docs_23/pics/wellHealth1/PEAKE.png" height=110>
<img src="team_docs_23/pics/wellHealth1/Cabello.png" height=110>
<img src="team_docs_23/pics/wellHealth1/CURTIS.png" height=110>
<img src="team_docs_23/pics/wellHealth1/Wenstad.png" height=110>
<img src="team_docs_23/pics/wellHealth1/Xianqi.png" height=110>
<br><br>
<b>Mentor(s):</b> Anav Sanghvi, Brianna Koch, Gillian Myers, Anh Vu Nguyen<br><b>Project Overview:</b> Our target is to allow users to track and gamify their physical therapy (PT), receive calculated outcome predictions, and provide useful insights on exercises that would normally all only be possible with a physician. The MVP for this would be a tracking app that does basic linear regression to provide outcomes as well as a simple gamification through a points system. Further upgrades would include AI search enabling user cohorting to provide realistic best-case scenarios as well as a more complex game that the user might care to work for.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/wellHealth1.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/wellHealth1.pdf" target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/wellHealth1.pdf"
target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/wellHealth1.pdf" target="_blank">[PDF]</a>
<a href="https://youtu.be/FBn5IaelV8U" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/wellHealth1.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/wellHealth1.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=6086s" target="_blank">[Video]</a>
</p>
</div>
<div id="team7">
<h3><a name="team7">Excelsior</a></h3>
<p>
<b>Partner: Appfolio</b>
<br>
<b>Team: </b> Sahil Naik (Lead), Rutvik Jha (Scribe), Robin Wang, Skylar Winig, Jake Yim<br><br>
<img src="team_docs_23/pics/appfolio2/WINIG.png" height=110>
<img src="team_docs_23/pics/appfolio2/YIM.png" height=110>
<img src="team_docs_23/pics/appfolio2/JHA.png" height=110>
<img src="team_docs_23/pics/appfolio2/NAIK.png" height=110>
<img src="team_docs_23/pics/appfolio2/Wang.png" height=110>
<br><br>
<b>Mentor(s):</b> Jacqui Mai, Kobe Shavolian, Justin Harris, Justin Pearson, and Tyler Coffman<br><b>Project Overview:</b> Currently, there are no insights or gains being made with the accounting data collected by Appfolio Property Managers across their portfolio of propertiesbesides backlogging. We aim to create an ML model to forecast property management expenditures and income. This will give them insight into which areas of their business to focus on. We plan to create a dashboard to present our predictions in a clear and concise manner using dynamic graphs and charts.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/appfolio2.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/appfolio2.pdf" target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/appfolio2.pdf"
target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/appfolio2.pdf" target="_blank">[PDF]</a>
<a href="https://youtu.be/ePifAsgt48U" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/appfolio2.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/appfolio2.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=7029s" target="_blank">[Video]</a>
</p>
</div>
<div id="team8">
<h3><a name="team8">Flare</a></h3>
<p>
<b>Partner: PwC</b>
<br><b>Team: </b> Kelly Lin (Lead), Alvin Tu (Scribe), Nick Ong, Shuya Shou, Steven Chang
<br><br>
<img src="team_docs_23/pics/PwC/LIN.png" height=110>
<img src="team_docs_23/pics/PwC/TU.png" height=110>
<img src="team_docs_23/pics/PwC/ONG.png" height=110>
<img src="team_docs_23/pics/PwC/shou.png" height=110>
<img src="team_docs_23/pics/PwC/CHANG.png" height=110>
<br><br>
<b>Mentor(s):</b> Barbara Wortham, Alexander Andrianov, Hossein Lotfi, Maggie Brickner<br><b>Project Overview:</b> With this project we create a LSTM neural network to predict wildfire occurrences using time series of weather variables, as well as other data including land cover types and topography. Ideally, a wildfire prediction model will be developed for some states, and then tested on other areas, resulting in a strong, generalized model.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/PwC.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/PwC.pdf" target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/PwC.pdf" target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/PwC.pdf" target="_blank">[PDF]</a>
<a href="https://youtu.be/A9aTX32cLwM" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/PwC.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/PwC.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=7828s" target="_blank">[Video]</a>
</p>
</div>
<div id="team9">
<h3><a name="team9">TranquiliTEA</a></h3>
<p>
<b>Partner: Artera</b>
<br><b>Team: </b>Heather Dinh (Lead), Archana Neupane, Victoria Reed (Scribe), John Rollinson, Samar Khan
<br><br>
<img src="team_docs_23/pics/wellHealth2/DINH.jpg" height=110>
<img src="team_docs_23/pics/wellHealth2/neupane.png" height=110>
<img src="team_docs_23/pics/wellHealth2/REED.png" height=110>
<img src="team_docs_23/pics/wellHealth2/rollinson.png" height=110>
<img src="team_docs_23/pics/wellHealth2/khan.png" height=110>
<br><br>
<b>Mentor(s):</b> Anav Sanghvi, Brianna Koch, and Gillian Myers<br><b>Project Overview:</b> We will create an app that by reducing anxiety levels of patients will hopefully serve to better mental health. By giving a biometric analysis, the patient can be sure that the activities to calm them down is also making them biologically less anxious, or indicate whether they need immediate medical attention. Furthermore, through this app, patients can visualize their improvement over several days as their biometric data and self-reflections will be recorded.
<br><b>Vision Statement: </b>
<a href="team_docs_23/vision/wellHealth2.pdf" target="_blank">[PDF]</a>
<br><b>Project Requirements Document: <a href="team_docs_23/prd1/wellHealth2.pdf"
target="_blank">[PDF]</a></b>
<br><b>Project Requirements Document v2: <a href="team_docs_23/prd2/wellHealth2.pdf" target="_blank">[PDF]</a></b>
<br><b>End of CS189A (First Quarter) Presentation: </b>
<a href="team_docs_23/fall_presentations/wellHealth2.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=-Q6dx0UTWrw" target="_blank">[YouTube]</a>
<br><b>Final Poster: </b>
<a href="team_docs_23/posters/wellHealth2.pdf" target="_blank">[PDF]</a>
<br><b>Final Presentation: </b>
<a href="team_docs_23/PPT/wellHealth2.pdf" target="_blank">[PDF]</a>
<a href="https://www.youtube.com/watch?v=Cg-l_IilsvQ&t=8697s" target="_blank">[Video]</a>
</p>
</div>
</div>
</div>
-->
</div>
<div id="footer" class="row">
<div class="col c12 aligncenter">
<h4>© 2014-2023 Tevfik Bultan, Chandra, Krintz, Christopher Kruegel, Tim Sherwood, Jianwen Su, Tobias Höllerer, and
Giovanni Vigna</h4>
<p><a href="http://andreasviklund.com/templates/origo/">Template design</a> by <a
href="http://andreasviklund.com/">Andreas Viklund</a>,
photo from <a href="http://www.flickr.com/photos/dhilung/8258884512/">Dhilung Kirat</a><br/>
</p>
</div>
</div>
</div>
</body>
</html>