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/schedule.js
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -7,102 +7,102 @@ const scheduleItems = [
7
7
title: 'Doors Open',
8
8
description:
9
9
'When you arrive at the building on the morning of HackTJ, you will enter through the main door and check in the lobby. From there, you will be directed to the elevators and your designated floor. Please make sure that ALL team members check in individually! This year, we will be implementing <b>staggered check-ins</b>, so please check your email for time assignments.',
10
-
time: dayjs('2/24/2024 09:00',timeFormat)
10
+
time: dayjs('3/08/2025 09:00',timeFormat)
11
11
},
12
12
{
13
13
title: 'Sponsor Fair',
14
-
time: dayjs('2/24/2024 09:00',timeFormat),
15
-
end: dayjs('2/24/2024 11:00',timeFormat)
14
+
time: dayjs('3/08/2025 09:00',timeFormat),
15
+
end: dayjs('3/08/2025 11:00',timeFormat)
16
16
},
17
17
{
18
18
title: 'Doors Close',
19
-
time: dayjs('2/24/2024 11:00',timeFormat)
19
+
time: dayjs('3/08/2025 11:00',timeFormat)
20
20
},
21
21
{
22
22
title: 'Opening Ceremony',
23
-
time: dayjs('2/24/2024 11:00',timeFormat),
24
-
end: dayjs('2/24/2024 11:30',timeFormat)
23
+
time: dayjs('3/08/2025 11:00',timeFormat),
24
+
end: dayjs('3/08/2025 11:30',timeFormat)
25
25
},
26
26
{
27
27
title: 'Hacking Begins',
28
-
time: dayjs('2/24/2024 11:30',timeFormat)
28
+
time: dayjs('3/08/2025 11:30',timeFormat)
29
29
},
30
30
{
31
31
title: 'Team Building',
32
-
time: dayjs('2/24/2024 11:45',timeFormat),
33
-
end: dayjs('2/24/2024 12:15',timeFormat)
32
+
time: dayjs('3/08/2025 11:45',timeFormat),
33
+
end: dayjs('3/08/2025 12:15',timeFormat)
34
34
},
35
35
{
36
36
title: 'Submit Check-In Form',
37
-
time: dayjs('2/24/2024 12:30',timeFormat)
37
+
time: dayjs('3/08/2025 12:30',timeFormat)
38
38
},
39
39
{
40
40
title: 'Resources and Q&A for Beginners',
41
41
description:
42
42
'If you are a beginner or don’t know where to start, come ask some HackTJ team members general questions about the hackathon!',
43
-
time: dayjs('2/24/2024 12:30',timeFormat),
44
-
end: dayjs('2/24/2024 13:00',timeFormat)
43
+
time: dayjs('3/08/2025 12:30',timeFormat),
44
+
end: dayjs('3/08/2025 13:00',timeFormat)
45
45
},
46
46
{
47
47
title: 'Lunch',
48
48
description: 'Salads from Panera Bread and Sandwiches from Potbelly',
49
-
time: dayjs('2/24/2024 13:00',timeFormat),
50
-
end: dayjs('2/24/2024 14:00',timeFormat)
49
+
time: dayjs('3/08/2025 13:00',timeFormat),
50
+
end: dayjs('3/08/2025 14:00',timeFormat)
51
51
},
52
52
{
53
53
title: 'Workshops',
54
-
time: dayjs('2/24/2024 14:00',timeFormat),
55
-
end: dayjs('2/24/2024 18:00',timeFormat)
54
+
time: dayjs('3/08/2025 14:00',timeFormat),
55
+
end: dayjs('3/08/2025 18:00',timeFormat)
56
56
},
57
57
{
58
58
title: 'Dinner',
59
59
description: 'Pasta from Noodles & Company',
60
-
time: dayjs('2/24/2024 19:00',timeFormat),
61
-
end: dayjs('2/24/2024 20:00',timeFormat)
60
+
time: dayjs('3/08/2025 19:00',timeFormat),
61
+
end: dayjs('3/08/2025 20:00',timeFormat)
62
62
},
63
63
{
64
64
title: 'Women in Tech Panel',
65
65
description:
66
66
'Come to hear about the experiences, education/career paths, obstacles overcome, advice, and more of women working in technical fields. All student hackers are welcome to attend.',
67
-
time: dayjs('2/24/2024 20:00',timeFormat),
68
-
end: dayjs('2/24/2024 21:00',timeFormat)
67
+
time: dayjs('3/08/2025 20:00',timeFormat),
68
+
end: dayjs('3/08/2025 21:00',timeFormat)
69
69
},
70
70
{
71
71
title: 'Submit Project Category',
72
-
time: dayjs('2/24/2024 23:30',timeFormat)
72
+
time: dayjs('3/08/2025 23:30',timeFormat)
73
73
},
74
74
// // Day 2
75
75
{
76
76
title: 'Midnight Snack',
77
77
description: 'Pizza!',
78
-
time: dayjs('2/25/2024 00:00',timeFormat)
78
+
time: dayjs('3/09/2025 00:00',timeFormat)
79
79
},
80
80
{
81
81
title: 'Breakfast',
82
82
description: 'Einstein Bros. Bagels and Blueberry Muffins',
83
-
time: dayjs('2/25/2024 06:30',timeFormat),
84
-
end: dayjs('2/25/2024 08:00',timeFormat)
83
+
time: dayjs('3/09/2025 06:30',timeFormat),
84
+
end: dayjs('3/09/2025 08:00',timeFormat)
85
85
},
86
86
87
87
{
88
88
title: 'Hacking Ends',
89
-
time: dayjs('2/25/2024 08:00',timeFormat)
89
+
time: dayjs('3/09/2025 08:00',timeFormat)
90
90
},
91
91
{
92
92
title: 'Judging',
93
93
description:
94
94
'Judges will be going around each team by room, so make sure to stay in the vicinity of your room and be ready to present during the judging period.<br /><br />If you win: we’re going to choose 3 groups to present for 3 minutes each at the closing ceremony. You can use slides if you’d like, or you can just talk to us. We will notify you if you are presenting at the ceremony around 30-45 minutes after judging ends.',
Copy file name to clipboardExpand all lines: src/eventdata/teamMembers.js
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ let teamMembers = [
11
11
years: 3,
12
12
director: true,
13
13
description:
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.',
14
+
'Samvrit is a senior at TJHSST and this is his third 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
15
portraitSrc: `${base}/teamportraits/Samvrit.JPG`,
16
16
order: 1
17
17
},
@@ -21,7 +21,7 @@ let teamMembers = [
21
21
years: 3,
22
22
director: true,
23
23
description:
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.',
24
+
'Saanvi is a senior at TJHSST, and she’s excited for her third 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
25
portraitSrc: `${base}/teamportraits/Saanvi.JPG`,
26
26
order: 2
27
27
},
@@ -31,7 +31,7 @@ let teamMembers = [
31
31
years: 3,
32
32
director: false,
33
33
description:
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.',
34
+
'Avni is a senior at TJHSST, and this is her third 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
35
portraitSrc: `${base}/teamportraits/Avni.JPG`,
36
36
order: 3
37
37
},
@@ -41,7 +41,7 @@ let teamMembers = [
41
41
years: 2,
42
42
director: false,
43
43
description:
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.',
44
+
'Pratyasa is a senior at TJHSST, and this is her second 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.',
'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.',
81
+
'Aanya is a junior at TJHSST, and this is her second 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