-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathteamData.js
More file actions
127 lines (126 loc) · 4.76 KB
/
teamData.js
File metadata and controls
127 lines (126 loc) · 4.76 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
const teamData = {
"2025": {
"Organizers": [
{
title: "Richard Song",
description: "Undergraduate Student",
team: "Hackathon Chair",
imgPath: "assets/team/Richard_Song.svg",
ghLink: "https://github.com/richardwsong",
websiteLink: "https://www.linkedin.com/in/richard-song-837015198/"
},
{
title: "Roza G. Bayrak",
description: "Senior Research Engineer",
team: "General Chair",
imgPath: "assets/team/Roza_Bayrak.svg",
ghLink: "https://github.com/rgbayrak",
websiteLink: "https://rgbayrak.github.io/"
},
{
title: "Catie Chang",
description: "Assistant Professor",
team: "Faculty Advisor",
imgPath: "assets/team/Catie_Chang.svg",
ghLink: "https://github.com/cately",
websiteLink: "https://www.cchanglab.net/"
},
{
title: "Kim Rogge-Obando",
description: "Graduate Student",
imgPath: "assets/team/Kim_Rogge-Obando.svg",
team: "Project Team Lead",
websiteLink: "https://www.linkedin.com/in/kim-rogge-obando/",
},
{
title: "Sarah Goodale",
description: "Postdoctoral Researcher",
imgPath: "assets/team/Sarah_Goodale.svg",
team: "Operations Team Lead",
ghLink: "https://github.com/goodalse2019",
websiteLink: "https://www.linkedin.com/in/goodale-sarah/"
},
{
title: "Shansita D. Sharma",
description: "Undergraduate Student",
imgPath: "assets/team/Shansita_DS.svg",
team: "Dev Team Lead",
ghLink: "https://github.co/shansitads",
websiteLink: "https://shansitads.github.io/profile"
},
{
title: "Terra Lee",
description: "Undergraduate Student",
imgPath: "assets/team/Terra_Lee.svg",
team: "Marketing Team Lead",
websiteLink: "https://www.linkedin.com/in/terra-hyunbin-lee/"
},
{
title: "Lucy Wu",
description: "Undergraduate Student",
imgPath: "assets/team/Lucy_Wu.svg",
team: "Operations"
},
{
title: "David Zaha",
description: "Undergraduate Student",
imgPath: "assets/team/David_Zaha.svg",
team: "Development",
ghLink: "https://github.com/dgzct11",
websiteLink: "https://www.linkedin.com/in/davidzaha/"
},
{
title: "Sefika Ozturk",
description: "Undergraduate Student",
imgPath: "assets/team/Sefika_Ozturk.svg",
ghLink: "https://github.com/sefikaozturk",
websiteLink: "https://www.linkedin.com/in/sefikaozturk/",
team: "Operations"
},
{
title: "Lily Kriegel",
description: "Undergraduate Student",
imgPath: "assets/team/Lily_Kriegel.svg",
team: "TrainTrack"
},
{
title: "Eunice Hahm",
description: "Undergraduate Student",
imgPath: "assets/team/placeholder1.svg",
team: "Project"
},
{
title: "Mashiur Khan",
description: "Undergraduate Student",
imgPath: "assets/team/placeholder2.svg",
team: "Development",
ghLink: "https://github.com/mashcodes10"
},
{
title: "Crystal Jiang",
description: "Undergraduate Student",
imgPath: "assets/team/placeholder1.svg",
team: "Marketing/Design"
},
{
title: "Liza Akpoli",
description: "Undergraduate Student",
imgPath: "assets/team/Liza_Akpoli.svg",
team: "Project"
},
{
title: "Kristine Won",
description: "Undergraduate Student",
imgPath: "assets/team/placeholder1.svg",
team: "TrainTrack"
},
{
title: "Cynthia Chen",
description: "Undergraduate Student",
imgPath: "assets/team/placeholder1.svg",
team: "Project"
}
]
}
};
export default teamData;