forked from autonlab/30th-Anniversary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinners.html
75 lines (75 loc) · 3.44 KB
/
winners.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
---
layout: basic_default
title: HackAuton Winners
permalink: /winners/
---
<section id="winners">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">2023 HackAuton Winners:</h2>
<h3 class="section-subheading text-muted" style="margin: auto; margin-bottom: 50px; line-height: 20pt; width: 80vw;">Thank you to everyone who participated! We had some unique projects motivated by clever, intelligent students dedicated to make an impact with their work.</br>Check out the event's dedicated Github page <a href="https://github.com/autonlab/2023.hackAuton"> here</a>.</h3>
</div>
</div>
<div class="topics-container">
<div class="row">
<h3>1st Place in AI Safety & Trust</h3>
<h3 class="section-subheading text-muted" style="margin-top: 2px; margin-bottom: 15px;">Crowd Favorite!</h3>
<h4>"DRAI: Trustworthy AI for explanations of patient prescriptions"</h4>
<ul class="topic-list">
<li><i><b>Relevant Challenge Topics:</b></i> Patient Safety | AI Safety & Trust
</li>
<li><i><b>Team Members:</b></i> Robert Drevenyi, John Turner-Smith, Haochen Yang, Hayden Stec
</li>
</ul>
</div>
<div class="row">
<h3>1st Place in Patient Safety</h3>
<h3 class="section-subheading text-muted" style="margin-top: 2px; margin-bottom: 15px;">Best in Show!</h3>
<h4>"Prescription Evaluation with GPT and openFDA"</h4>
<ul class="topic-list">
<li><i><b>Relevant Challenge Topics:</b></i> Patient Safety
</li>
<li><i><b>Team Members:</b></i> Charlie Sun, Minh Tran
</li>
</ul>
</div>
<div class="row">
<h3>1st Place in Green & Sustainable AI</h3>
<h3 class="section-subheading text-muted" style="margin-top: 2px; margin-bottom: 15px;"></h3>
<h4>"EdgeML: Enhancing On-Device ML with Quantised Models and Out-of-Distribution detection"</h4>
<ul class="topic-list">
<li><i><b>Relevant Challenge Topics:</b></i> AI Safety & Trust | Green/Sustainable AI
</li>
<li><i><b>Team Members:</b></i> Aditya Bansal, Eshani Agrawal
</li>
</ul>
</div>
<div class="row">
<h3>Honorable Mentions:</h3>
<h3 class="section-subheading text-muted" style="margin-top: 2px; margin-bottom: 15px;"></h3>
<h5>"GPT For All"</h5>
<ul class="topic-list">
<li><i><b>Relevant Challenge Topics:</b></i> Reducing Development Cycle Time | Green/Sustainable AI | AI Safety & Trust
</li>
<li><i><b>Team Members:</b></i> Aditya Thurvas, Heena Chandak, Shreya Kale
</li>
</ul>
<h5>"Improving patient safety among ICU populations through causal discovery"</h5>
<ul class="topic-list">
<li><i><b>Relevant Challenge Topics:</b></i> Patient Safety
</li>
<li><i><b>Team Members:</b></i> Kevin Bello, Rodela Rozbu, Vernun Luk, Winn Leelamanthep
</li>
</ul>
<h5>"Interpretable Medical Image Classification using White-Box Transformers"</h5>
<ul class="topic-list">
<li><i><b>Relevant Challenge Topics:</b></i> AI Safety & Trust | Patient Safety
</li>
<li><i><b>Team Members:</b></i> Saaketh Medepalli, Sai Koushik Guntakanti, Hemit Shah
</li>
</ul>
</div>
</div>
</div>
</section>