Skip to content

Commit 643d235

Browse files
committed
Update w/ team info 6/7
1 parent a8f1a31 commit 643d235

File tree

3 files changed

+133
-34
lines changed

3 files changed

+133
-34
lines changed

src/app/components/areas.json

+72-24
Original file line numberDiff line numberDiff line change
@@ -448,31 +448,31 @@
448448
"fillColor": "#000000"
449449
},
450450
{
451-
"name": "0-GenreGenius-22",
451+
"name": "0-GenreGenius-22.a",
452452
"shape": "poly",
453453
"coords": [
454454
525,
455455
219,
456-
555,
457-
234,
458-
569,
459-
227,
456+
540,
457+
226,
458+
554,
459+
220,
460460
539,
461461
213
462462
],
463463
"preFillColor": "#EF4444",
464464
"fillColor": "#000000"
465465
},
466466
{
467-
"name": "0-SRK-23",
467+
"name": "0-SRK-23.a",
468468
"shape": "poly",
469469
"coords": [
470470
571,
471471
197,
472-
602,
473-
211,
474-
615,
472+
586,
475473
204,
474+
600,
475+
196,
476476
586,
477477
189
478478
],
@@ -544,7 +544,7 @@
544544
"fillColor": "#000000"
545545
},
546546
{
547-
"name": "0-LLMs for Paleontology-27.a",
547+
"name": "0-Deep Learning for Extracting Structured Scientific Data-27.a",
548548
"shape": "poly",
549549
"coords": [
550550
208,
@@ -672,15 +672,15 @@
672672
"fillColor": "#000000"
673673
},
674674
{
675-
"name": "0-FilmFlicks-34",
675+
"name": "0-FilmFlicks-34.a",
676676
"shape": "poly",
677677
"coords": [
678678
535,
679679
283,
680-
565,
681-
297,
682-
579,
683-
291,
680+
550,
681+
290,
682+
563,
683+
283,
684684
548,
685685
276
686686
],
@@ -1040,17 +1040,17 @@
10401040
"fillColor": "#000000"
10411041
},
10421042
{
1043-
"name": "0-Jambo-49.a",
1043+
"name": "0-Jambo-34.b",
10441044
"shape": "poly",
10451045
"coords": [
1046-
570,
1047-
396,
1048-
585,
1049-
403,
1050-
599,
1051-
397,
1052-
584,
1053-
390
1046+
550,
1047+
290,
1048+
565,
1049+
297,
1050+
579,
1051+
291,
1052+
563,
1053+
283
10541054
],
10551055
"preFillColor": "#EF4444",
10561056
"fillColor": "#000000"
@@ -1150,5 +1150,53 @@
11501150
],
11511151
"preFillColor": "#EF4444",
11521152
"fillColor": "#000000"
1153+
},
1154+
{
1155+
"name": "0-Schoolhouse AI Feedback-22.b",
1156+
"shape": "poly",
1157+
"coords": [
1158+
540,
1159+
226,
1160+
555,
1161+
234,
1162+
569,
1163+
227,
1164+
554,
1165+
220
1166+
],
1167+
"preFillColor": "#EF4444",
1168+
"fillColor": "#000000"
1169+
},
1170+
{
1171+
"name": "0-ThermaQuest-23.b",
1172+
"shape": "poly",
1173+
"coords": [
1174+
586,
1175+
204,
1176+
602,
1177+
211,
1178+
615,
1179+
204,
1180+
600,
1181+
196
1182+
],
1183+
"preFillColor": "#EF4444",
1184+
"fillColor": "#000000"
1185+
},
1186+
{
1187+
"name": "0-TripSage-49.a",
1188+
"shape": "poly",
1189+
"coords": [
1190+
570,
1191+
396,
1192+
585,
1193+
403,
1194+
599,
1195+
397,
1196+
584,
1197+
390
1198+
],
1199+
"preFillColor": "#EF4444",
1200+
"fillColor": "#000000"
11531201
}
11541202
]

src/app/components/teams.json

+41-6
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@
311311
},
312312
{
313313
"teamName": "GenreGenius",
314-
"teamNum": "22",
314+
"teamNum": "22.a",
315315
"description": "GenreGenius is a machine learning based music/sound classifier.",
316316
"categories": [
317317
"Education",
@@ -324,7 +324,7 @@
324324
},
325325
{
326326
"teamName": "SRK",
327-
"teamNum": "23",
327+
"teamNum": "23.a",
328328
"description": "We are building an AI tool that turns your research papers into a connected knowledge graph!",
329329
"categories": [
330330
"Productivity",
@@ -380,9 +380,9 @@
380380
"sectionNum": 0
381381
},
382382
{
383-
"teamName": "LLMs for Paleontology",
383+
"teamName": "Deep Learning for Extracting Structured Scientific Data",
384384
"teamNum": "27.a",
385-
"description": "Large Language Models (LLMs) have offered novel, productive approaches to many classical NLP tasks, including text summarization, machine translation, and question-answering. However, there exist few studies exploring the utility of LLMs as applied to domain-specific, high-expertise tasks, which comprise the bulk of natural language tasks in scientific research. We evaluate the competency of LLMs in extracting structured paleontological body size data from the scientific literature. There are enormous amounts of paleo-biological and -ecological data stored in paleontological journals, and improving access to this information in a structured manner will be crucial as we continue to understand how life has evolved through Earth's history.",
385+
"description": "Scientific data in the published literature and other sources is often inaccessible to traditional data science methods. Using the field of paleontology as a case study, we explore the utility of deep learning methods in extracting this \u201chidden\u201d scientific data from both text and image modalities into a structured, workable format.",
386386
"categories": [
387387
"Research",
388388
"AI"
@@ -473,7 +473,7 @@
473473
},
474474
{
475475
"teamName": "FilmFlicks",
476-
"teamNum": "34",
476+
"teamNum": "34.a",
477477
"description": "Throughout the brainstorming process for our software development project, our team found a common interest in entertainment, specifically movies and streaming. When thinking about issues we see within the movie-watching process, we resonated with the common pain point of wasting unnecessary time finding the right movie to watch with others. It is well established that content consumption, particularly streaming and movie watching has significantly increased in recent years. With our product, which we call Film Flicks, we hope to push people to spend more quality, productive time together while simultaneously saving time picking a movie to watch. Further, the technology we intend to develop has capabilities that can be integrated into larger streaming services where people would highly benefit, such as a group movie selection feature on major streaming platforms based on individual preferences. ",
478478
"categories": [
479479
"Entertainment",
@@ -735,7 +735,7 @@
735735
},
736736
{
737737
"teamName": "Jambo",
738-
"teamNum": "49.a",
738+
"teamNum": "34.b",
739739
"description": "Jambo aims to provide seamless, direct speech-to-speech translation using advanced models like Meta's Wav2Vec 2.0 with BERT for ASR, No Language Left Behind for high translation accuracy, and HiFi-GAN for voice output, addressing latency and preserving tone. This system will support the top 5 most spoken languages, enhancing global communication",
740740
"categories": [
741741
"Communication",
@@ -813,5 +813,40 @@
813813
],
814814
"teamMembers": "Salman Abdullah",
815815
"sectionNum": 0
816+
},
817+
{
818+
"teamName": "Schoolhouse AI Feedback",
819+
"teamNum": "22.b",
820+
"description": "Ran a randomized controlled trial that explores the affect of providing personalized, automated feedback to tutors on student learning outcomes",
821+
"categories": [
822+
"Education",
823+
"AI"
824+
],
825+
"teamMembers": "Joy Yun",
826+
"sectionNum": 0
827+
},
828+
{
829+
"teamName": "ThermaQuest",
830+
"teamNum": "23.b",
831+
"description": "Project Title: Enhancing Demining Efficiency: A Novel Approach Leveraging Thermal Imaging and Machine Learning\n\nDescription: Our research has successfully developed an innovative demining solution that significantly enhances the detection efficiency of unexploded ordnance (UXO) by leveraging advanced thermal imaging and machine learning techniques. Traditional demining methods, which primarily rely on metal detection, often suffer from high false-positive rates and inefficiencies. In response, our project employed the DJI Mavic 3T drone to capture thermal images in various simulated demining environments, focusing on the unique thermal signatures of UXO and common metallic debris.\n\nUsing a tailored Convolutional Neural Network (CNN) based on the VGG-16 architecture, we trained our model to accurately distinguish between UXO and innocuous metal objects. The model demonstrated high accuracy and reliability, significantly reducing false positives and improving operational efficiency. Key performance metrics, including accuracy, precision, recall, F1-score, and Intersection over Union (IoU), validated the model's effectiveness.\n\nThe outcomes of this research establish a new standard in demining technologies, offering a safer and more efficient approach to UXO detection. Our findings not only enhance current demining practices but also provide valuable insights for future innovations in the field, highlighting the potential of combining thermal imaging and machine learning in humanitarian efforts.\n\nKey Achievements:\n\nDeveloped a comprehensive thermal image dataset simulating real-world demining conditions.\nCreated and validated a high-precision CNN model for UXO detection.\nAchieved significant improvements in detection accuracy and operational efficiency.\nContributed to the advancement of demining technologies with a focus on safety and effectiveness.",
832+
"categories": [
833+
"Research",
834+
"Security",
835+
"AI"
836+
],
837+
"teamMembers": "Abdulwahab Omira",
838+
"sectionNum": 0
839+
},
840+
{
841+
"teamName": "TripSage",
842+
"teamNum": "49.a",
843+
"description": "Trip Sage assists your traveling experience. Be in on foot or on a drive, you can start a trip with Trip Sage, and the app will send you a notification when you pass interesting attractions near you. It will provide information about the attraction through an interactive chat, where you can ask follow up questions and learn more about each place. The experience is highly customizable. With Trip Sage, your curiosity will guide your new adventures!",
844+
"categories": [
845+
"Marketing",
846+
"Social Media",
847+
"AI"
848+
],
849+
"teamMembers": "Proud Mpala, Jason Chao, Raghav Garg, Emma Wong, Beatriz Freire",
850+
"sectionNum": 0
816851
}
817852
]

0 commit comments

Comments
 (0)