Skip to content

Commit e982700

Browse files
Merge pull request #4315 from SansPapyrus683/master
update team + remove link
2 parents 3cad42e + 52af35d commit e982700

File tree

6 files changed

+112
-94
lines changed

6 files changed

+112
-94
lines changed

content/5_Plat/HLD.mdx

-7
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,6 @@ int main() {
215215
>
216216
blog + video for USACO Cowland. Binary jumping isn't necessary though.
217217
</Resource>
218-
<Resource
219-
source="anudeep2011"
220-
title="HLD"
221-
url="https://blog.anudeep2011.com/heavy-light-decomposition/"
222-
>
223-
explains what HLD is (but incomplete & overly complicated code)
224-
</Resource>
225218
</Resources>
226219
227220
<Optional title="Tree Queries in O(NQ)">

content/team/contributors.ts

+112-87
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@ export const OrderedFirstMembers: Member[] = [
172172
];
173173

174174
export const RestOfMembers: Member[] = [
175-
{
176-
photo: 'nikhil',
177-
name: 'Nikhil Chatterjee',
178-
titles: [roles.liveInstructor, roles.videoInstructor, roles.clubCurriculum],
179-
},
180175
{
181176
photo: 'ryan',
182177
name: 'Ryan Chou',
@@ -190,13 +185,97 @@ export const RestOfMembers: Member[] = [
190185
website: 'https://www.ryanchou.dev/',
191186
},
192187
{
193-
photo: 'dustin',
194-
name: 'Dustin Miao',
195-
titles: [roles.liveInstructor, roles.contentAuthor],
196-
github: 'dutinmeow',
197-
email: 'dutin20.meow@gmail.com',
198-
codeforces: 'dutinmeow',
188+
photo: 'jesse',
189+
name: 'Jesse Choe',
190+
titles: [
191+
'Director of Classes',
192+
'Content Manager',
193+
roles.contentAuthor,
194+
roles.liveInstructor,
195+
],
196+
github: 'jessechoe10',
197+
email: 'jessechoe10@gmail.com',
198+
codeforces: 'YoRepi7',
199+
},
200+
{
201+
photo: 'paul',
202+
name: 'Paul Chen',
203+
titles: [roles.contentAuthor],
204+
codeforces: '876pol',
205+
github: '876pol',
206+
},
207+
{
208+
photo: 'trisha',
209+
name: 'Trisha Sabadra',
210+
titles: ['Director of Classes', roles.liveInstructor],
211+
},
212+
{
213+
photo: 'alex_wang',
214+
name: 'Alex Wang',
215+
titles: ['Director of Clubs'],
216+
},
217+
{
218+
photo: 'aakash_gokhale',
219+
name: 'Aakash Gokhale',
220+
titles: ['Director of Contests'],
221+
},
222+
{
223+
photo: 'justin_huang',
224+
name: 'Justin Huang',
225+
titles: ['Director of Software', roles.webdev],
226+
},
227+
{
228+
photo: 'mihnea',
229+
name: 'Mihnea Brebenel',
230+
titles: [roles.contentAuthor],
231+
},
232+
{
233+
photo: 'daniel_zhu',
234+
name: 'Daniel Zhu',
235+
titles: [roles.contentAuthor, roles.webdev],
236+
},
237+
{
238+
photo: 'envy',
239+
name: 'Chongtian Ma',
240+
titles: [roles.contentAuthor],
241+
},
242+
{
243+
photo: 'alex_du',
244+
name: 'Alex Du',
245+
titles: [roles.contentAuthor],
246+
},
247+
{
248+
photo: 'andrew_xu',
249+
name: 'Andrew Xu',
250+
titles: [roles.liveInstructor],
199251
},
252+
];
253+
254+
export const NotPictured: Member[] = [
255+
{
256+
name: 'Kevin Sheng',
257+
titles: [roles.contentAuthor],
258+
github: 'sanspapyrus683',
259+
},
260+
{
261+
name: 'Shreyas Thumathy',
262+
titles: [roles.liveInstructor, roles.clubCurriculum],
263+
github: 'therealshreyas',
264+
},
265+
{
266+
name: 'Sathvik Chundru',
267+
titles: [roles.contentAuthor],
268+
github: 'sathu-beep',
269+
codeforces: 'sus',
270+
},
271+
{
272+
name: 'KJ Karaisz',
273+
titles: [roles.contentAuthor],
274+
github: 'IDON-TEXIST',
275+
},
276+
];
277+
278+
export const FormerMembers: Member[] = [
200279
/*{
201280
photo: "egor",
202281
name: "Egor Gagushin",
@@ -212,25 +291,17 @@ export const RestOfMembers: Member[] = [
212291
instagram: "ramit_goyal24",
213292
},*/
214293
{
215-
photo: 'jesse',
216-
name: 'Jesse Choe',
217-
titles: [
218-
'Director of Classes',
219-
'Content Manager',
220-
roles.contentAuthor,
221-
roles.liveInstructor,
222-
],
223-
github: 'jessechoe10',
224-
email: 'jessechoe10@gmail.com',
225-
codeforces: 'YoRepi7',
294+
photo: 'nikhil',
295+
name: 'Nikhil Chatterjee',
296+
titles: [roles.liveInstructor, roles.videoInstructor, roles.clubCurriculum],
226297
},
227298
{
228-
photo: 'stanley',
229-
name: 'Stanley Zhao',
230-
github: 'zhao-stanley',
231-
titles: [roles.webdev],
232-
email: 'stanleyhzhao@gmail.com',
233-
website: 'https://szhao.dev/',
299+
photo: 'dustin',
300+
name: 'Dustin Miao',
301+
titles: [roles.liveInstructor, roles.contentAuthor],
302+
github: 'dutinmeow',
303+
email: 'dutin20.meow@gmail.com',
304+
codeforces: 'dutinmeow',
234305
},
235306
{
236307
photo: 'jeffrey_zhang',
@@ -239,6 +310,14 @@ export const RestOfMembers: Member[] = [
239310
github: 'RedBlueBird',
240311
email: 'jiefu.zhang1226@gmail.com',
241312
},
313+
{
314+
photo: 'stanley',
315+
name: 'Stanley Zhao',
316+
github: 'zhao-stanley',
317+
titles: [roles.webdev],
318+
email: 'stanleyhzhao@gmail.com',
319+
website: 'https://szhao.dev/',
320+
},
242321
{
243322
photo: 'riley',
244323
name: 'Riley Bonner',
@@ -284,13 +363,6 @@ export const RestOfMembers: Member[] = [
284363
name: 'John Tian',
285364
titles: [roles.clubCurriculum],
286365
},
287-
{
288-
photo: 'paul',
289-
name: 'Paul Chen',
290-
titles: [roles.contentAuthor],
291-
codeforces: '876pol',
292-
github: '876pol',
293-
},
294366
{
295367
photo: 'danielge',
296368
name: 'Daniel Ge',
@@ -300,11 +372,6 @@ export const RestOfMembers: Member[] = [
300372
email: 'mailto:shurongge@gmail.com',
301373
website: 'https://denialriver1434.github.io/',
302374
},
303-
{
304-
photo: 'trisha',
305-
name: 'Trisha Sabadra',
306-
titles: ['Director of Classes', roles.liveInstructor],
307-
},
308375
{
309376
photo: 'advay',
310377
name: 'Advay Bajpai',
@@ -332,19 +399,11 @@ export const RestOfMembers: Member[] = [
332399
titles: [roles.liveInstructor, roles.clubCurriculum],
333400
},
334401
{
335-
photo: 'alex_wang',
336-
name: 'Alex Wang',
337-
titles: ['Director of Clubs'],
338-
},
339-
{
340-
photo: 'aakash_gokhale',
341-
name: 'Aakash Gokhale',
342-
titles: ['Director of Contests'],
343-
},
344-
{
345-
photo: 'justin_huang',
346-
name: 'Justin Huang',
347-
titles: ['Director of Software', roles.webdev],
402+
photo: 'pranav',
403+
name: 'Pranav Jadhav',
404+
titles: ['Director of Clubs', roles.clubCurriculum],
405+
github: 'pranavgithub1',
406+
email: 'pra168109@gmail.com',
348407
},
349408
{
350409
photo: 'harsh_akunuri',
@@ -361,40 +420,6 @@ export const RestOfMembers: Member[] = [
361420
name: 'Nathan Zhang',
362421
titles: [roles.clubCurriculum],
363422
},
364-
{
365-
photo: 'andrew_xu',
366-
name: 'Andrew Xu',
367-
titles: [roles.liveInstructor],
368-
},
369-
];
370-
371-
export const NotPictured: Member[] = [
372-
{
373-
name: 'Kevin Sheng',
374-
titles: [roles.contentAuthor],
375-
github: 'sanspapyrus683',
376-
},
377-
{
378-
name: 'Shreyas Thumathy',
379-
titles: [roles.liveInstructor, roles.clubCurriculum],
380-
github: 'therealshreyas',
381-
},
382-
{
383-
name: 'Sathvik Chundru',
384-
titles: [roles.contentAuthor],
385-
github: 'sathu-beep',
386-
codeforces: 'sus',
387-
},
388-
];
389-
390-
export const FormerMembers: Member[] = [
391-
{
392-
photo: 'pranav',
393-
name: 'Pranav Jadhav',
394-
titles: ['Director of Clubs', roles.clubCurriculum],
395-
github: 'pranavgithub1',
396-
email: 'pra168109@gmail.com',
397-
},
398423
{
399424
photo: 'neo',
400425
name: 'Neo Wang',

content/team/images/alex_du.jpg

29.1 KB
Loading

content/team/images/daniel_zhu.jpg

26.7 KB
Loading

content/team/images/envy.png

1010 KB
Loading

content/team/images/mihnea.jpeg

163 KB
Loading

0 commit comments

Comments
 (0)