You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/team.ts
+16-10Lines changed: 16 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -3,36 +3,40 @@ export interface TeamMember {
3
3
description: string;
4
4
profileImg: string;
5
5
role: string;
6
+
interests?: string[];
6
7
}
7
8
8
9
exportconstTEAM: TeamMember[]=[
9
10
{
10
11
name: 'Abigail Zhou',
11
12
description:
12
-
'Abigail is a senior majoring in CS at CAS with an interest in operating systems and machine learning. She\'s currently exploring the finance industry and enjoys trying new restaurants and running in her free time!!',
13
+
'Abigail is a senior majoring in CS at CAS. Sheenjoys trying new restaurants and running in her free time!',
'Alex is a senior studying CS at Tandon. He enjoys skiing, rock climbing, doing escape rooms, and learning about cool algorithms in his free time. He is currently learning how to juggle.',
21
+
'Alex is a senior studying CS at Tandon. He enjoys skiing, rock climbing, doing escape rooms in his free time. He is currently learning how to juggle.',
20
22
profileImg: '/images/team/alexyi.jpg',
21
23
role: 'Lead Event Coordinator',
24
+
interests: ["Cool Algorithms"]
22
25
},
23
26
{
24
27
name: 'Rishabh Verma',
25
28
description:
26
-
'Rishabh is a 2nd year MS CS student at NYU Tandon. In his free time, he likes to learn more about financial markets, algorithmic trading strategies, and system design.',
29
+
'Rishabh is a 2nd year MS CS student at NYU Tandon. In his free time, he likes to learn more about algorithmic trading strategies',
27
30
profileImg: '/images/team/rishabh.jpg',
28
31
role: 'Lead Developer',
32
+
interests: ["Financial Markets","Systems Design"]
29
33
},
30
34
{
31
-
name: 'Alex Jia',
32
-
description:
33
-
'Hello everyone my name is Alex, I am a Sophomore who is majoring in computer science and mathematics at CAS. I was born in Xi’an and raised in Seattle, and I am interested in the intersection between image processing and machine learning. In my free time, I love hanging out with friends and discovering local restaurants with Beli!',
34
-
profileImg: '/images/team/alexj.jpg',
35
-
role: 'Developer',
35
+
name: "Alex Jia",
36
+
description:"Alex, a Sophomore majoring in computer science and mathematics at NYU CAS, explores the intersection of image processing and machine learning. Outside of academics, Alex enjoys discovering local restaurants and spending time with friends.",
'Aryan is a second-year master\'s student in CS at Tandon with a strong interest in machine learning and finance. He’s currently exploring the intersection of artificial intelligence and financial technology, focusing on how AI can transform the finance industry. In his free time, Aryan enjoys trekking, playing badminton, and seeking out new experiences around New York.',
51
+
'Aryan is a second-year master\'s student in CS at Tandon. He’s currently exploring the intersection of artificial intelligence and financial technology, focusing on how AI can transform the finance industry. In his free time, Aryan enjoys trekking, playing badminton, and seeking out new experiences around New York.',
description: 'Faith Winford is a sophomore studying CS and Philosophy at CAS. She’s interested in the intersection of AI and ethics. In her free time, she likes listening to music and going to concerts.',
96
+
description: 'Faith Winford is a sophomore studying CS and Philosophy at CAS. In her free time, she likes listening to music and going to concerts.',
0 commit comments