Skip to content

Commit e9d8700

Browse files
committed
link changes, changed status for open projects
1 parent ac12a9c commit e9d8700

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

src/data-entries.ts

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ export const projectItems: Array<ProjectItem> = [
1717
{
1818
name: "Kaggle",
1919
desc: "Learning through Participation in Kaggle Competitions.",
20-
pm: "Neil Sahai",
21-
status: "closed",
20+
pm: "OPEN / Prev. Neil Sahai",
21+
status: "open",
2222
proficiency: "Beginner",
2323
domain: ["General"],
24-
duration: "Fall 2024 + Spring 2025",
2524
memberInfo: "https://docs.google.com/spreadsheets/d/1iXUDsyLzoB7aPhIs960i16HsB-XWROdO_fJlzmVkhUA/edit?usp=sharing",
2625
accomplishments: ["Competed in 5+ Kaggle competitions with accuracy rates of upwards of 90%."],
2726
},
@@ -51,8 +50,8 @@ export const projectItems: Array<ProjectItem> = [
5150
link: "https://www.trine.edu/innovation-one/aimm/winners.aspx",
5251
name: "AIMM ICC",
5352
desc: "Creating an unmanned autonomous boat that can complete complex tasks",
54-
pm: "Nicholas Wade",
55-
status: "closed",
53+
pm: "OPEN / Prev. Nicholas Wade",
54+
status: "open",
5655
proficiency: "Intermediate",
5756
domain: ["Process Control", "Computer Vision"],
5857
memberInfo: "https://docs.google.com/spreadsheets/d/1DwIMw7RrkFmX49ZkZCin6s6-WuL4-Qbt1CeX-CzUKes/edit?usp=sharing",
@@ -71,30 +70,28 @@ export const projectItems: Array<ProjectItem> = [
7170
{
7271
name: "SWAT: Students Winning at Algo Trading",
7372
desc: "Algorithmic Trading Competitive Team",
74-
pm: "Yohaan Chokhany",
75-
status: "closed",
73+
pm: "OPEN / Prev. Yohaan Chokhany",
74+
status: "open",
7675
proficiency: "Intermediate",
7776
domain: ["Finance"],
7877
memberInfo: "https://docs.google.com/spreadsheets/d/1ancxMFSFhrRXvLnslGnoTBjTdfD3rlVcdPBTEmG3vj0/edit?usp=sharing",
7978
},
8079
{
81-
name: "Drone Vision",
80+
name: "Robot Vision",
8281
desc: "The team successfully generated a synthetic dataset of images taken from in the middle of urban scenes. They used Meta Segment Anything (SAM) model to generate masks, out of which they selected relevant classes, and used the MMSegmentation library to train a new semantic segmentation model.",
8382
pm: "Manav Gagani",
84-
status: "closed",
83+
status: "open",
8584
proficiency: "Intermediate",
8685
domain: ["Computer Vision", "Segmentation", "Object Detection"],
87-
duration: "Fall 2024 + Spring 2025",
8886
memberInfo: "https://docs.google.com/spreadsheets/d/1ebeAdjMo2XRojZZ19xloosyoWY1_6ggUHwn-tXB_ilY/edit?usp=sharing",
8987
},
9088
{
9189
name: "TE AI Cup 2024-2025",
9290
desc: "Developed a novel industrial solution backed by a state-of-the-art learning method in academic research.",
93-
pm: "Daniel Park",
94-
status: "closed",
91+
pm: "OPEN / Prev. Daniel Park",
92+
status: "open",
9593
proficiency: "Advanced",
9694
domain: ["Process Control", "Computer Vision"],
97-
duration: "Fall 2024 + Spring 2025",
9895
advisor: "Sonny Osunkwo",
9996
memberInfo: "https://docs.google.com/spreadsheets/d/1im0FjZLBWWyVQxM2imX2Ngd8s8qV9HTOeXQrJR1ZBmo/edit?usp=sharing",
10097
accomplishments: ["Nationally 2nd", "Globally 3rd", "Patent", "Academic Paper"],

src/pages/projects.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const description = "ML@Purdue Website";
4848
<br><br>
4949
Join our <a href="https://discord.gg/KphYQFSVsu" class="font-black">Discord</a> and ask in the general/help-desk channels!
5050
<br><br>
51-
<a href="https://forms.gle/D1muKAYWrEM5XnEK9" class="bg-purple-900 hover:bg-purple-100 text-white rounded-md py-1 text-sm px-16">apply here!</a>
51+
<a href="https://forms.gle/fheytSzLJBY97qpD7" class="bg-purple-900 hover:bg-purple-100 text-white rounded-md py-1 text-sm px-16">pm + new project app!</a>
5252
</p>
5353
</div>
5454
</ContentSection>

0 commit comments

Comments
 (0)