Skip to content

Commit 33b2dcb

Browse files
committed
Added 2026 Committee
modified: constants/team/team2025.ts new file: constants/team/team2026.ts Pushed updates for 2026 committee modified: constants/team/index.ts modified: constants/team/team2025.ts new file: constants/team/team2026.ts new file: public/team/aarav-2026-1.png new file: public/team/anya-2026-1.png new file: public/team/aryan-2026-1.png new file: public/team/hugo-2026-1.png new file: public/team/iretemi-2026-1.png new file: public/team/kaiwen-2026-1.png new file: public/team/luc-2026-1.png modified: constants/team/team2026.ts constants/team/pui-2026-1.png new file: constants/team/pui-2026-1.png modified: constants/team/index.ts new file: constants/team/pui-2026-1.png modified: constants/team/team2025.ts new file: constants/team/team2026.ts new file: public/team/aarav-2026-1.png new file: public/team/anya-2026-1.png new file: public/team/aryan-2026-1.png new file: public/team/hugo-2026-1.png new file: public/team/iretemi-2026-1.png new file: public/team/kaiwen-2026-1.png new file: public/team/luc-2026-1.png renamed: constants/team/pui-2026-1.png -> public/team/pui-2026-1.png Changes to be committed: modified: constants/team/index.ts modified: constants/team/team2025.ts new file: constants/team/team2026.ts new file: public/team/aarav-2026-1.png new file: public/team/anya-2026-1.png new file: public/team/aryan-2026-1.png new file: public/team/hugo-2026-1.png new file: public/team/iretemi-2026-1.png new file: public/team/kaiwen-2026-1.png new file: public/team/luc-2026-1.png new file: public/team/pui-2026-1.png
1 parent 116cb17 commit 33b2dcb

11 files changed

Lines changed: 266 additions & 2 deletions

File tree

constants/team/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { team2026 } from './team2026'
12
import { team2025 } from './team2025'
23
import { team2024 } from './team2024'
34
import { team2023 } from './team2023'
@@ -19,6 +20,7 @@ import { team2008 } from './team2008'
1920
import { Committee } from '@/lib/committee'
2021

2122
export const COMMITTEES_BY_YEAR: Record<string, Committee[]> = {
23+
2026: team2026,
2224
2025: team2025,
2325
2024: team2024,
2426
2023: team2023,

constants/team/team2025.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export const team2025: Committee[] = [
199199
],
200200
},
201201
{
202-
name: "Pa'uk",
202+
name: "Pa\'uk",
203203
surname: '',
204204
role: Role.OLD_PERSON_REP,
205205
links: [],
@@ -229,7 +229,7 @@ export const team2025: Committee[] = [
229229
],
230230
},
231231
{
232-
name: 'Kaiwen (Kevin)',
232+
name: 'Kaiwen',
233233
surname: 'Wang',
234234
role: Role.FIRST_YEAR_REP,
235235
image: 'Kevin-1.webp',

constants/team/team2026.ts

Lines changed: 262 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
import { Committee, LinkType, Role } from '@/lib/committee'
2+
3+
export const team2026: Committee[] = [
4+
{
5+
name: 'Kaiwen',
6+
surname: 'Wang',
7+
role: Role.PRESIDENT,
8+
image: 'kaiwen-2026-1.png',
9+
sponsorContact: true,
10+
sponsorEmail: 'president@comp-soc.com',
11+
links: [
12+
// {
13+
// type: LinkType.LINKEDIN,
14+
// url: 'https://www.linkedin.com/in/kacper-szymanski-edi/',
15+
// },
16+
],
17+
},
18+
{
19+
name: 'Luc',
20+
surname: 'Wallace',
21+
role: Role.VICE_PRESIDENT,
22+
sponsorContact: true,
23+
image: 'luc-2026-1.png',
24+
links: [
25+
// {
26+
// type: LinkType.LINKEDIN,
27+
// url: 'https://www.linkedin.com/in/anna-petrusenko-0600b02b6/',
28+
// },
29+
// {
30+
// type: LinkType.INSTAGRAM,
31+
// url: 'https://www.instagram.com/petrusenkoanna',
32+
// },
33+
],
34+
},
35+
{
36+
name: 'Dhyey',
37+
surname: 'Mehta',
38+
role: Role.TREASURER,
39+
image: 'Dhyey-1.webp',
40+
links: [
41+
// {
42+
// type: LinkType.LINKEDIN,
43+
// url: 'https://www.linkedin.com/in/kameran-russell-238712203/',
44+
// },
45+
],
46+
},
47+
{
48+
name: 'Aarav',
49+
surname: 'Parin',
50+
role: Role.SECRETARY,
51+
image: 'aarav-2026-1.png',
52+
links: [
53+
// {
54+
// type: LinkType.LINKEDIN,
55+
// url: 'https://www.linkedin.com/in/alexander-mark-davis/',
56+
// },
57+
// {
58+
// type: LinkType.WEBSITE,
59+
// url: 'https://alexdavis.tardis.ac/',
60+
// },
61+
// {
62+
// type: LinkType.GITHUB,
63+
// url: 'https://github.com/alexDavis28/',
64+
// },
65+
],
66+
},
67+
{
68+
name: 'Skye',
69+
surname: 'K. V.',
70+
role: Role.TECHNICAL_SECRETARY,
71+
//image: '',
72+
sponsorContact: false,
73+
sponsorEmail: 'techsec@comp-soc.com',
74+
links: [
75+
{
76+
type: LinkType.WEBSITE,
77+
url: 'https://kaplyn.xyz/'
78+
}
79+
],
80+
},
81+
{
82+
name: 'Hugo',
83+
surname: 'Varity-Povoas',
84+
role: Role.SOCIAL_SECRETARY,
85+
image: 'hugo-2026-1.png',
86+
links: [
87+
// {
88+
// type: LinkType.LINKEDIN,
89+
// url: 'https://www.linkedin.com/in/param-mans/',
90+
// },
91+
// {
92+
// type: LinkType.INSTAGRAM,
93+
// url: 'https://www.instagram.com/param_mans',
94+
// },
95+
// {
96+
// type: LinkType.GITHUB,
97+
// url: 'https://github.com/param-mans',
98+
// },
99+
],
100+
},
101+
{
102+
name: 'Pui',
103+
surname: 'Hong Freeman Chung',
104+
role: Role.SOCIAL_MEDIA_OFFICER,
105+
image: 'pui-2026-1.png',
106+
links: [
107+
// {
108+
// type: LinkType.LINKEDIN,
109+
// url: 'https://www.linkedin.com/in/yi-man-chan-6aa001289/',
110+
// },
111+
],
112+
},
113+
{
114+
name: 'Iretemi',
115+
surname: 'Ogunlaja',
116+
role: Role.GRAPHIC_DESIGNER,
117+
image: 'iretemi-2026-1.png',
118+
links: [
119+
// {
120+
// type: LinkType.LINKEDIN,
121+
// url: 'https://www.linkedin.com/in/banburycheese/',
122+
// },
123+
// {
124+
// type: LinkType.WEBSITE,
125+
// url: 'https://itskay.co',
126+
// },
127+
// {
128+
// type: LinkType.INSTAGRAM,
129+
// url: 'https://www.instagram.com/banbury_cheese/',
130+
// },
131+
// {
132+
// type: LinkType.TWITTER,
133+
// url: 'https://x.com/banbury_cheese',
134+
// },
135+
],
136+
},
137+
{
138+
name: 'Aryan',
139+
surname: 'Ajmera',
140+
role: Role.SECOND_YEAR_REP,
141+
image: 'aryan-2026-1.png',
142+
links: [
143+
// {
144+
// type: LinkType.LINKEDIN,
145+
// url: 'https://www.linkedin.com/in/danyil-butov/',
146+
// },
147+
// {
148+
// type: LinkType.GITHUB,
149+
// url: 'https://github.com/HJyup',
150+
// },
151+
// {
152+
// type: LinkType.INSTAGRAM,
153+
// url: 'https://www.instagram.com/danyil.butov',
154+
// },
155+
// {
156+
// type: LinkType.WEBSITE,
157+
// url: 'https://danyilbutov.com',
158+
// },
159+
],
160+
},
161+
{
162+
name: 'Abdulwahid',
163+
surname: 'Yaich',
164+
role: Role.THIRD_YEAR_REP,
165+
//image: '',
166+
links: [
167+
// {
168+
// type: LinkType.LINKEDIN,
169+
// url: 'https://www.linkedin.com/in/anya-k-a8856927b/',
170+
// },
171+
],
172+
},
173+
{
174+
name: 'Anya',
175+
surname: 'Krisanova',
176+
role: Role.FOURTH_YEAR_REP,
177+
image: 'anya-2026-1.png',
178+
links: [
179+
// {
180+
// type: LinkType.LINKEDIN,
181+
// url: 'https://www.linkedin.com/in/vjanovec/',
182+
// },
183+
// {
184+
// type: LinkType.GITHUB,
185+
// url: 'https://github.com/vjanovec',
186+
// },
187+
// {
188+
// type: LinkType.INSTAGRAM,
189+
// url: 'https://www.instagram.com/vojtech.janovec/',
190+
// },
191+
],
192+
},
193+
{
194+
name: 'Pa\'uk',
195+
surname: '',
196+
role: Role.OLD_PERSON_REP,
197+
links: [],
198+
},
199+
{
200+
name: 'Emily',
201+
surname: 'M',
202+
role: Role.EDI_REP,
203+
image: 'emily-1.jpg',
204+
links: [
205+
{
206+
type: LinkType.LINKEDIN,
207+
url: 'https://www.linkedin.com/in/emilymillerxyz/',
208+
},
209+
{
210+
type: LinkType.WEBSITE,
211+
url: 'https://emilymiller.xyz',
212+
},
213+
{
214+
type: LinkType.GITHUB,
215+
url: 'https://github.com/python151',
216+
},
217+
],
218+
},
219+
//{
220+
// name: 'Dhyey',
221+
// surname: 'Mehta',
222+
// role: Role.JUNIOR_TREASURER,
223+
// image: 'Dhyey-1.webp',
224+
// links: [
225+
// {
226+
// type: LinkType.LINKEDIN,
227+
// url: 'https://www.linkedin.com/in/dhyeym/',
228+
// },
229+
// ],
230+
//},
231+
//{
232+
// name: 'Kaiwen (Kevin)',
233+
// surname: 'Wang',
234+
// role: Role.FIRST_YEAR_REP,
235+
// image: 'Kevin-1.webp',
236+
// links: [
237+
// {
238+
// type: LinkType.LINKEDIN,
239+
// url: 'https://www.linkedin.com/in/wangkaiwen',
240+
// },
241+
// {
242+
// type: LinkType.INSTAGRAM,
243+
// url: 'https://www.instagram.com/kaiwen.wang_',
244+
// },
245+
// ],
246+
//},
247+
{
248+
name: 'Farhaan',
249+
surname: 'Mukarram',
250+
role: Role.MASTERS_REP,
251+
links: [
252+
{
253+
type: LinkType.LINKEDIN,
254+
url: 'https://www.linkedin.com/in/farhaan-mukarram',
255+
},
256+
{
257+
type: LinkType.GITHUB,
258+
url: 'https://github.com/farhaan-mukarram ',
259+
},
260+
],
261+
}
262+
]

public/team/aarav-2026-1.png

4.24 MB
Loading

public/team/anya-2026-1.png

9.91 MB
Loading

public/team/aryan-2026-1.png

740 KB
Loading

public/team/hugo-2026-1.png

1.91 MB
Loading

public/team/iretemi-2026-1.png

1.39 MB
Loading

public/team/kaiwen-2026-1.png

2.02 MB
Loading

public/team/luc-2026-1.png

288 KB
Loading

0 commit comments

Comments
 (0)