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/eventdata/faq.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,6 @@ export default [
59
59
{
60
60
question: 'How are ticket decisions made?',
61
61
answer:
62
-
'Tickets decisions are made based on a variety of factors, including the registration time. Sign up quickly to increase the chance that you are given a HackTJ 11.0 ticket!'
62
+
'Tickets decisions are made based on a variety of factors, including the registration time. Sign up quickly to increase the chance that you are given a HackTJ 12.0 ticket!'
Copy file name to clipboardExpand all lines: src/eventdata/teamMembers.js
+86-72
Original file line number
Diff line number
Diff line change
@@ -6,143 +6,157 @@ import { base } from '$app/paths';
6
6
7
7
letteamMembers=[
8
8
{
9
-
name: 'Ananya Pamal',
10
-
class: '2024',
9
+
name: 'Samvrit Rao',
10
+
class: '2025',
11
11
years: 3,
12
12
director: true,
13
13
description:
14
-
'As a senior, Ananya is excited to be the Director of HackTJ 11.0! This is her third (and a half) year being on the HackTJ team, and she enjoys computer science and physics. She is fascinated by machine learning and its applications in data analysis. Outside of HackTJ, Ananya participates in clubs/programs such as FTC, Spanish Honor Society, and UAV. In her free time, she likes to bake, listen to music, and do pilates.',
15
-
portraitSrc: `${base}/teamportraits/Ananya.JPG`
14
+
'Samvrit is a junior at TJHSST and this is his second year on the HackTJ team and he joined after competing in freshman year. He is passionate about the intersection of computer science and biology and likes to pursue translational projects related to infectious and neurological diseases. Along with Hack TJ, he is an avid member of clubs such as TSA, TJ Speech, and German Honor Society.Outside of school he runs a summer stem program for elementary and middle school kids. In his free time, he likes to read, play basketball, and listen to the newest rap album.',
15
+
portraitSrc: `${base}/teamportraits/Samvrit.JPG`,
16
+
order: 1
16
17
},
17
18
{
18
-
name: 'Lindsay Hwang',
19
-
class: '2024',
19
+
name: 'Saanvi Indukuri',
20
+
class: '2025',
20
21
years: 3,
21
22
director: true,
22
23
description:
23
-
'Lindsay is the Director of HackTJ. She’s a senior at TJHSST and this is her third (and a half) year being on the HackTJ team after competing in HackTJ 7.5 and 8.0. Lindsay is passionate about computer science, especially ML and CV, and math. At TJ, she’s involved in TSA, FTC, Academic Decathlon, and Spanish Honor Society. Outside of school, Lindsay enjoys figure skating, playing lacrosse, and listening to Taylor Swift’s entire discography.',
24
-
portraitSrc: `${base}/teamportraits/Lindsay.JPG`
24
+
'Saanvi is a junior at TJHSST, and she’s excited for her second year on the team. She loves seeing how computer science brings to life so many ideas and ties together to other fields she loves such as biology and astronomy. Other than HackTJ, Saanvi is also involved in Astronomy Club, FPS, Red Cross YTF, and she plays field hockey and lacrosse for TJ. Outside of school, she loves to read, watch lots and lots of TV, and cook.',
25
+
portraitSrc: `${base}/teamportraits/Saanvi.JPG`,
26
+
order: 2
25
27
},
26
28
{
27
-
name: 'Krishnan Shankar',
28
-
class: '2024',
29
+
name: 'Avni Garg',
30
+
class: '2025',
29
31
years: 3,
30
32
director: false,
31
33
description:
32
-
'Krishnan is a senior at TJHSST, and this is his third year on the HackTJ team. He got inspired to join the team after attending HackTJ multiple times, and really wants to contribute to help make it an amazing experience for everyone! Krishnan is fascinating with programming, specifically with full-stack websites and games using languages like Python and JavaScript. Outside of HackTJ, he is a lead sysadmin at TJ and the club president for TJUAV. In his free time, he likes to bike, swim, and play chess with his friends.',
33
-
portraitSrc: `${base}/teamportraits/Krishnan.JPG`
34
+
'Avni is a junior at TJHSST, and this is her second year on the team after competing freshman year in HackTJ 9.0! She hopes to make HackTJ a memorable experience for everyone. Avni enjoys math and computer science, especially in the fields of AI and ML. Aside from HackTJ, she is also part of the Varsity Math Team and Computer Team. In her free time, she likes to bike, read, and play card games.',
35
+
portraitSrc: `${base}/teamportraits/Avni.JPG`,
36
+
order: 3
34
37
},
35
38
{
36
-
name: 'Vidhi Sharma',
37
-
class: '2024',
38
-
years: 3,
39
+
name: 'Pratyasa Sinha',
40
+
class: '2025',
41
+
years: 2,
39
42
director: false,
40
43
description:
41
-
'Vidhi is a senior at TJHSST, and she is so excited for her third year on the HackTJ team after competing her freshman year! Vidhi is passionate about the intersection between computer science and biology, and hopes to go into the medical field in the future. She is a part of HOSA, TSA, and Challenge Success. Outside of school, she loves to sing, listen to music, and spend time with her family and friends.',
42
-
portraitSrc: `${base}/teamportraits/Vidhi.JPG`
44
+
'Pratyasa is a junior at TJHSST, and this is her first year on the team after competing in sophomore year! She loves how computer science can be used to innovate and solve problems in different fields, such as medicine and biology. Outside of HackTJ, Pratyasa is involved in FPS and Red Cross YTF. In her free time, she loves to read, bake (especially cookies), and listen to music.',
'Sanika is a Senior at TJHSST, and is excited for her second year on the HackTJ team! She is passionate about connecting her interests, like neuroscience, with computer science to create projects for social good. Sanika shares her love of STEM by volunteering at local shelters and tutoring underprivileged kids. Outside of HackTJ, she spends her free time playing (and coaching!) volleyball, dancing to Bollywood songs, and watching Netflix shows.',
60
-
portraitSrc: `${base}/teamportraits/Sanika.JPG`
62
+
description:'',
63
+
portraitSrc: `${base}/teamportraits/Samvrit.JPG`,
64
+
order: 6
61
65
},
62
66
{
63
-
name: 'Avni Garg',
67
+
name: 'Chinmayee Yerraguntla',
64
68
class: '2025',
65
-
years: 2,
69
+
years: 1,
66
70
director: false,
67
-
description:
68
-
'Avni is a junior at TJHSST, and this is her second year on the team after competing freshman year in HackTJ 9.0! She hopes to make HackTJ a memorable experience for everyone. Avni enjoys math and computer science, especially in the fields of AI and ML. Aside from HackTJ, she is also part of the Varsity Math Team and Computer Team. In her free time, she likes to bike, read, and play card games.',
69
-
portraitSrc: `${base}/teamportraits/Avni.JPG`
71
+
description:'',
72
+
portraitSrc: `${base}/teamportraits/Samvrit.JPG`,
73
+
order: 7
70
74
},
71
75
{
72
-
name: 'Saanvi Indukuri',
73
-
class: '2025',
76
+
name: 'Aanya Gupta',
77
+
class: '2026',
74
78
years: 2,
75
79
director: false,
76
80
description:
77
-
'Saanvi is a junior at TJHSST, and she’s excited for her second year on the team. She loves seeing how computer science brings to life so many ideas and ties together to other fields she loves such as biology and astronomy. Other than HackTJ, Saanvi is also involved in Astronomy Club, FPS, Red Cross YTF, and she plays field hockey and lacrosse for TJ. Outside of school, she loves to read, watch lots and lots of TV, and cook.',
78
-
portraitSrc: `${base}/teamportraits/Saanvi.JPG`
81
+
'Aanya is a sophomore at TJHSST, and this is her first year on the team after competing in HackTJ 10.0! She enjoys finding ways to bridge gaps between computer science and biology, solving problems that impact social good. Outside of HackTJ, she is an active participant in the Bioinformatics club, Teknos, and Coding Lady Colonials! In her free time, she enjoys baking for her friends, listening to music, and rock climbing.',
82
+
portraitSrc: `${base}/teamportraits/Aanya.JPG`,
83
+
order: 8
79
84
},
80
85
{
81
-
name: 'Samvrit Rao',
82
-
class: '2025',
83
-
years: 2,
86
+
name: 'Medhansh Verma',
87
+
class: '2026',
88
+
years: 1,
84
89
director: false,
85
-
description:
86
-
'Samvrit is a junior at TJHSST and this is his second year on the HackTJ team and he joined after competing in freshman year. He is passionate about the intersection of computer science and biology and likes to pursue translational projects related to infectious and neurological diseases. Along with Hack TJ, he is an avid member of clubs such as TSA, TJ Speech, and German Honor Society.Outside of school he runs a summer stem program for elementary and middle school kids. In his free time, he likes to read, play basketball, and listen to the newest rap album.',
87
-
portraitSrc: `${base}/teamportraits/Samvrit.JPG`
90
+
description:'',
91
+
portraitSrc: `${base}/teamportraits/Samvrit.JPG`,
92
+
order: 9
88
93
},
89
94
{
90
-
name: 'Pratyasa Sinha',
91
-
class: '2025',
95
+
name: 'Hashmita Nittala',
96
+
class: '2026',
92
97
years: 1,
93
98
director: false,
94
-
description:
95
-
'Pratyasa is a junior at TJHSST, and this is her first year on the team after competing in sophomore year! She loves how computer science can be used to innovate and solve problems in different fields, such as medicine and biology. Outside of HackTJ, Pratyasa is involved in FPS and Red Cross YTF. In her free time, she loves to read, bake (especially cookies), and listen to music.',
96
-
portraitSrc: `${base}/teamportraits/Pratyasa.JPG`
99
+
description:'',
100
+
portraitSrc: `${base}/teamportraits/Samvrit.JPG`,
101
+
order: 10
97
102
},
98
103
{
99
-
name: 'Kunal Bham',
100
-
class: '2024',
104
+
name: 'Shaurya Bisht',
105
+
class: '2027',
101
106
years: 1,
102
107
director: false,
103
108
description: '',
104
-
portraitSrc: `${base}/teamportraits/Kunal.JPG`,
105
-
hidden: true
109
+
portraitSrc: `${base}/teamportraits/Samvrit.JPG`,
110
+
order: 11
106
111
},
107
112
{
108
-
name: 'Aanya Gupta',
109
-
class: '2026',
113
+
name: 'Sanya Bhalla',
114
+
class: '2027',
110
115
years: 1,
111
116
director: false,
112
-
description:
113
-
'Aanya is a sophomore at TJHSST, and this is her first year on the team after competing in HackTJ 10.0! She enjoys finding ways to bridge gaps between computer science and biology, solving problems that impact social good. Outside of HackTJ, she is an active participant in the Bioinformatics club, Teknos, and Coding Lady Colonials! In her free time, she enjoys baking for her friends, listening to music, and rock climbing.',
0 commit comments