Skip to content

Commit f5a39c7

Browse files
committed
Updated member description HackTJ 12.0
1 parent f2f9092 commit f5a39c7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/eventdata/teamMembers.js

+11-11
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,23 @@ let teamMembers = [
100100
portraitSrc: `${base}/teamportraits/Hashmita.jpg`,
101101
order: 10
102102
},
103+
{
104+
name: 'Dhanvin Ganeshkumar',
105+
class: '2027',
106+
years: 1,
107+
director: false,
108+
description: 'Dhanvin is a sophomore at TJHSST and is excited for his first year on the team after competing in HackTJ 11.0. He is interested in the intersection of machine learning and bioengineering, particularly in improving accessibility to real-world applications such as neurological diseases. Outside of HackTJ, he is a member of the Assistive Technology Club and serves as an officer and programmer for the FTC robotics team, Robot Uprising. In his free time, he enjoys playing basketball and badminton.',
109+
portraitSrc: `${base}/teamportraits/Dhanvin.jpg`,
110+
order: 11
111+
},
103112
{
104113
name: 'Shaurya Bisht',
105114
class: '2027',
106115
years: 1,
107116
director: false,
108117
description: 'Shaurya is a sophomore at TJHSST, and he is excited for his first year on the team after competing in HackTJ 11.0. He is interested in the application of machine learning and gen AI in creating solutions for human flourishing, as well as competitive programming and math. Outside of HackTJ, he is a dedicated member of Varsity Math Team and Computer Team. In his free time, he enjoys playing cricket with friends, spending time with family, and biking.',
109118
portraitSrc: `${base}/teamportraits/Shaurya.jpg`,
110-
order: 11
119+
order: 12
111120
},
112121
{
113122
name: 'Sanya Bhalla',
@@ -116,7 +125,7 @@ let teamMembers = [
116125
director: false,
117126
description: 'Sanya is a sophomore at TJHSST, and she is excited for her first year on the team after competing in HackTJ 11.0. She is fascinated by the intersection of computer science, particularly artificial intelligence, and its transformative applications in business and engineering. Outside of HackTJ, she is a dedicated member of TSA and Namaste Club. In her free time, she enjoys watching TV, going to the gym, listening to music, and flying planes.',
118127
portraitSrc: `${base}/teamportraits/Sanya.jpg`,
119-
order: 12
128+
order: 13
120129
},
121130
{
122131
name: 'Sidh Jaddu',
@@ -125,15 +134,6 @@ let teamMembers = [
125134
director: false,
126135
description: 'Sidh is a sophomore at TJHSST and is thrilled for his first year on the team after competing in HackTJ 11.0. He is interested in the applications of machine learning, particularly generative AI, in combating pressing real-world problems like climate change. Outside of HackTJ, he is a member of the Science Olympiad team and an officer and lecturer at Computer Vision club. In his free time, he enjoys hiking on scenic trails all throughout Virginia and exploring the outdoors.',
127136
portraitSrc: `${base}/teamportraits/Sidh.jpg`,
128-
order: 13
129-
},
130-
{
131-
name: 'Dhanvinkumar Ganeshkumar',
132-
class: '2027',
133-
years: 1,
134-
director: false,
135-
description: '',
136-
portraitSrc: `${base}/teamportraits/Dhanvin.jpg`,
137137
order: 14
138138
},
139139
{

0 commit comments

Comments
 (0)