11const teamData = {
22 "2025" : {
3- "Team Leads " : [
3+ "Organizers " : [
44 {
55 title : "Richard Song" ,
66 description : "Undergraduate Student" ,
77 team : "Hackathon Chair" ,
8- imgPath : "assets/team/Richard_Song.svg" ,
8+ imgPath : "/images/team/Richard_Song.svg" ,
9+ } ,
10+ {
11+ title : "Roza G. Bayrak" ,
12+ description : "Senior Research Engineer" ,
13+ team : "General Chair" ,
14+ imgPath : "/images/team/Roza_Bayrak.svg" ,
15+ } ,
16+ {
17+ title : "Catie Chang" ,
18+ description : "Assistant Professor" ,
19+ team : "Faculty Advisor" ,
20+ imgPath : "/images/team/Catie_Chang.svg" ,
921 } ,
1022 {
1123 title : "Kim Rogge-Obando" ,
@@ -30,100 +42,84 @@ const teamData = {
3042 description : "Undergraduate Student" ,
3143 imgPath : "assets/team/Terra_Lee.svg" ,
3244 team : "Marketing Team Lead"
33- }
34- ] ,
35- "Team Members" : [
45+ } ,
3646 {
3747 title : "Lucy Wu" ,
3848 description : "Undergraduate Student" ,
39- imgPath : "assets /team/Lucy_Wu.svg" ,
40- team : "Operations Team "
49+ imgPath : "/images /team/Lucy_Wu.svg" ,
50+ team : "Operations"
4151 } ,
4252 {
4353 title : "David Zaha" ,
4454 description : "Undergraduate Student" ,
45- imgPath : "assets /team/David_Zaha.svg" ,
46- team : "Development Team "
55+ imgPath : "/images /team/David_Zaha.svg" ,
56+ team : "Development"
4757 } ,
4858 {
4959 title : "Sefika Ozturk" ,
5060 description : "Undergraduate Student" ,
51- imgPath : "assets /team/Sefika_Ozturk.svg" ,
52- team : "Operations Team "
61+ imgPath : "/images /team/Sefika_Ozturk.svg" ,
62+ team : "Operations"
5363 } ,
5464 {
5565 title : "Elyssa McMaster" ,
5666 description : "Graduate Student" ,
57- imgPath : "assets /team/Elyssa_McMaster.svg" ,
58- team : "Marketing/Design Team "
67+ imgPath : "/images /team/Elyssa_McMaster.svg" ,
68+ team : "Marketing/Design"
5969 } ,
6070 {
6171 title : "Tasfiea Tasnum" ,
6272 description : "" ,
63- imgPath : "assets /team/Tasfiea_Tasnum.svg" ,
64- team : "Operations Team "
73+ imgPath : "/images /team/Tasfiea_Tasnum.svg" ,
74+ team : "Operations"
6575 } ,
6676 {
6777 title : "Lily Kriegel" ,
6878 description : "Undergraduate Student" ,
69- imgPath : "assets /team/Lily_Kriegel.svg" ,
70- team : "TrainTrack Team "
79+ imgPath : "/images /team/Lily_Kriegel.svg" ,
80+ team : "TrainTrack"
7181 } ,
7282 {
7383 title : "Eunice Hahm" ,
7484 description : "Undergraduate Student" ,
75- imgPath : "assets /team/placeholder1.svg" ,
76- team : "Project Team "
85+ imgPath : "/images /team/placeholder1.svg" ,
86+ team : "Project"
7787 } ,
7888 {
7989 title : "Mashiur Khan" ,
8090 description : "Undergraduate Student" ,
81- imgPath : "assets /team/placeholder2.svg" ,
82- team : "Development Team "
91+ imgPath : "/images /team/placeholder2.svg" ,
92+ team : "Development"
8393 } ,
8494 {
8595 title : "Crystal Jiang" ,
8696 description : "Undergraduate Student" ,
87- imgPath : "assets /team/placeholder1.svg" ,
88- team : "Marketing/Design Team "
97+ imgPath : "/images /team/placeholder1.svg" ,
98+ team : "Marketing/Design"
8999 } ,
90100 {
91101 title : "Liza Akpoli" ,
92102 description : "Undergraduate Student" ,
93- imgPath : "assets /team/Liza_Akpoli.svg" ,
94- team : "Project Team "
103+ imgPath : "/images /team/Liza_Akpoli.svg" ,
104+ team : "Project"
95105 } ,
96106 {
97107 title : "Kristine Won" ,
98108 description : "Undergraduate Student" ,
99- imgPath : "assets /team/placeholder1.svg" ,
100- team : "TrainTrack Team "
109+ imgPath : "/images /team/placeholder1.svg" ,
110+ team : "TrainTrack"
101111 } ,
102112 {
103113 title : "Cynthia Chen" ,
104114 description : "Undergraduate Student" ,
105- imgPath : "assets /team/placeholder1.svg" ,
106- team : "Project Team "
115+ imgPath : "/images /team/placeholder1.svg" ,
116+ team : "Project"
107117 } ,
108118 {
109119 title : "Yusung Hwang" ,
110120 description : "Undergraduate Student" ,
111- imgPath : "assets/team/placeholder2.svg" ,
112- team : "Operations Team"
113- }
114- ] ,
115- "Faculty Leadership" : [
116- {
117- title : "Catie Chang" ,
118- description : "Assistant Professor" ,
119- team : "Faculty Advisor" ,
120- imgPath : "assets/team/Catie_Chang.svg" ,
121- } ,
122- {
123- title : "Roza G. Bayrak" ,
124- description : "Senior Research Engineer" ,
125- team : "General Chair" ,
126- imgPath : "assets/team/Roza_Bayrak.svg" ,
121+ imgPath : "/images/team/placeholder2.svg" ,
122+ team : "Operations"
127123 }
128124 ]
129125 }
0 commit comments