Skip to content

Commit 19d21a5

Browse files
committed
feat: CLI symposium 2024
1 parent df7be92 commit 19d21a5

File tree

4 files changed

+279
-1
lines changed

4 files changed

+279
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
import {
2+
Cell,
3+
Paragraph,
4+
Row,
5+
Space,
6+
Table,
7+
TableBody,
8+
TableContainer,
9+
TableHead,
10+
Typo,
11+
} from "@solved-ac/ui-react";
12+
import { IconCalendar, IconClock, IconMap } from "@tabler/icons-react";
13+
14+
const CfLink = ({ handle }: { handle: string }) => {
15+
return (
16+
<Typo description>
17+
<a href={`https://codeforces.com/profile/${handle}`}>@{handle}</a>
18+
</Typo>
19+
);
20+
};
21+
22+
const CLISSchedule2024 = () => {
23+
return (
24+
<>
25+
<Typo h3>ICPC Library Track</Typo>
26+
<Typo description>
27+
<IconMap /> Rixos 호텔 D홀 &middot; <IconCalendar /> 2024년 9월 15일{" "}
28+
<br />
29+
<IconClock /> (현지) 20:00 &ndash; 21:30, (한국) 16일 00:00 &ndash;
30+
01:30
31+
</Typo>
32+
<Paragraph>
33+
이 트랙에서는 ICPC의 역사에 대한 살아 있는 도서관을 다룹니다. 여기에는
34+
뉴스, 분석, 문제, 해답, 저지 아카이브, 대회 아카이브, 수상 및 기타 ICPC
35+
역사와 관련된 유물이 포함됩니다.
36+
</Paragraph>
37+
<TableContainer>
38+
<Table padding="dense" fullWidth>
39+
<TableHead>
40+
<Row>
41+
<Cell style={{ width: "40%" }}>발표자</Cell>
42+
<Cell style={{ width: "60%" }}>주제</Cell>
43+
</Row>
44+
</TableHead>
45+
<TableBody>
46+
<Row>
47+
<Cell>
48+
Nikolay Kalinin <CfLink handle="KAN" />
49+
<br />
50+
<Typo description small>
51+
Max Planck Institute for the Science of Light / Codeforces
52+
</Typo>
53+
</Cell>
54+
<Cell>
55+
CodeForces: Contests by the Community, for the Community
56+
</Cell>
57+
</Row>
58+
<Row>
59+
<Cell>
60+
Riku Kawasaki <CfLink handle="maroonrk" />
61+
<br />
62+
<Typo description small>
63+
The University of Tokyo
64+
</Typo>
65+
</Cell>
66+
<Cell>Fun Facts about AtCoder</Cell>
67+
</Row>
68+
<Row>
69+
<Cell>
70+
<b>
71+
<a href="https://shiftpsh.com" target="_blank">
72+
Suhyun Park
73+
</a>{" "}
74+
<CfLink handle="shiftpsh" />
75+
</b>
76+
<br />
77+
<Typo description small>
78+
Sogang University / Solved Company
79+
</Typo>
80+
</Cell>
81+
<Cell>
82+
<b>solved.ac – Community Guide for Programming Challenges</b>
83+
</Cell>
84+
</Row>
85+
</TableBody>
86+
</Table>
87+
</TableContainer>
88+
89+
<Space h={32} />
90+
91+
<Typo h3>ICPC Compete Track</Typo>
92+
<Typo description>
93+
<IconMap /> Rixos 호텔 D홀 &middot; <IconCalendar /> 2024년 9월 16일{" "}
94+
<br />
95+
<IconClock /> (현지) 20:00 &ndash; 21:30, (한국) 17일 00:00 &ndash;
96+
01:30
97+
</Typo>
98+
<Paragraph>
99+
이 트랙에서는 다양한 수준의 경쟁 프로그래밍 대회에 대해 논의합니다.
100+
여기에는 ICPC 대회 참가를 위한 뉴스, 지침 및 도구, ICPC가 공인하는 대회
101+
및 연습 대회에 대한 내용이 포함됩니다.
102+
</Paragraph>
103+
<TableContainer>
104+
<Table padding="dense" fullWidth>
105+
<TableHead>
106+
<Row>
107+
<Cell style={{ width: "40%" }}>발표자</Cell>
108+
<Cell style={{ width: "60%" }}>주제</Cell>
109+
</Row>
110+
</TableHead>
111+
<TableBody>
112+
<Row>
113+
<Cell>
114+
<a
115+
href="https://www.cs.helsinki.fi/u/ahslaaks/"
116+
target="_blank"
117+
>
118+
Antti Laaksonen
119+
</a>{" "}
120+
<CfLink handle="pllk" />
121+
<br />
122+
<Typo description small>
123+
University of Helsinki
124+
</Typo>
125+
</Cell>
126+
<Cell>Creating Competitive Programming Material</Cell>
127+
</Row>
128+
<Row>
129+
<Cell>
130+
Gennady Korotkevich <CfLink handle="tourist" />
131+
</Cell>
132+
<Cell>Training tips</Cell>
133+
</Row>
134+
<Row>
135+
<Cell>
136+
<a href="http://youtube.com/andrewzta" target="_blank">
137+
Andrey Stankevich
138+
</a>{" "}
139+
<CfLink handle="pllk" />
140+
<br />
141+
<Typo description small>
142+
ITMO University
143+
</Typo>
144+
</Cell>
145+
<Cell>
146+
Evolving of training tips: from beginners to world champions
147+
</Cell>
148+
</Row>
149+
</TableBody>
150+
</Table>
151+
</TableContainer>
152+
153+
<Space h={32} />
154+
155+
<Typo h3>ICPC Educate Track</Typo>
156+
<Typo description>
157+
<IconMap /> EXPO - Spotlight Stage &middot; <IconCalendar /> 2024년 9월
158+
18일 <br />
159+
<IconClock /> (현지) 16:30 &ndash; 18:30, (한국) 18일 20:30 &ndash;
160+
22:30
161+
</Typo>
162+
<Paragraph>
163+
이 트랙에서는 경쟁 프로그래밍에 대해 학습할 수 있는 도구와 자원에 대해
164+
논의합니다. 여기에는 학술 자료, 튜토리얼, 이론에서 응용까지의 알고리즘,
165+
전략, 코칭 방법 및 빠른 개발을 위한 프로그램이 포함됩니다.
166+
</Paragraph>
167+
<TableContainer>
168+
<Table padding="dense" fullWidth>
169+
<TableHead>
170+
<Row>
171+
<Cell style={{ width: "40%" }}>발표자</Cell>
172+
<Cell style={{ width: "60%" }}>주제</Cell>
173+
</Row>
174+
</TableHead>
175+
<TableBody>
176+
<Row>
177+
<Cell>
178+
Erich Baker
179+
<br />
180+
<Typo description small>
181+
Belmont University
182+
</Typo>
183+
</Cell>
184+
<Cell>Creating Competitive Programming Material</Cell>
185+
</Row>
186+
<Row>
187+
<Cell>
188+
Miguel Revilla Rodriguez
189+
<br />
190+
<Typo description small>
191+
<a href="https://ojbooks.com/" target="_blank">
192+
OJBooks
193+
</a>
194+
</Typo>
195+
</Cell>
196+
<Cell>ICPC Archive</Cell>
197+
</Row>
198+
<Row>
199+
<Cell>
200+
Joshua Andersson <CfLink handle="Matistjati" />
201+
<br />
202+
<Typo description small>
203+
Chalmers University of Technology
204+
</Typo>
205+
</Cell>
206+
<Cell>Enhancements to the Problem Package Format</Cell>
207+
</Row>
208+
<Row>
209+
<Cell>
210+
<a href="https://www.jetbrains.com/icpc/" target="_blank">
211+
Matthew Ellis
212+
</a>
213+
<br />
214+
<Typo description small>
215+
JetBrains
216+
</Typo>
217+
</Cell>
218+
<Cell>JetBrains for ICPC</Cell>
219+
</Row>
220+
<Row>
221+
<Cell>
222+
<a href="http://youtube.com/andrewzta" target="_blank">
223+
Christian Yongwhan Lim
224+
</a>{" "}
225+
<CfLink handle="yongwoods" />
226+
<br />
227+
<Typo description small>
228+
Fun.xyz / Columbia University
229+
</Typo>
230+
</Cell>
231+
<Cell>ICPC Curriculum Committee</Cell>
232+
</Row>
233+
</TableBody>
234+
</Table>
235+
</TableContainer>
236+
</>
237+
);
238+
};
239+
240+
export default CLISSchedule2024;

components/mdx/MDXComponents.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,15 @@ import {
1414
TableHead,
1515
Typo,
1616
} from "@solved-ac/ui-react";
17+
import DifficultyComparison from "../content/difficultyComparison/DifficultyComparison";
18+
import CLISSchedule2024 from "../content/updates/240824/CLISSchedule2024";
1719
import ClassIcon from "./ClassIcon";
1820
import ContentHeading1 from "./ContentHeading1";
1921
import ContentHeading2 from "./ContentHeading2";
2022
import ContentImage from "./ContentImage";
2123
import ExternalLinkButton from "./ExternalLinkButton";
2224
import LevelColorText from "./LevelColorText";
2325
import Tier from "./Tier";
24-
import DifficultyComparison from "../content/difficultyComparison/DifficultyComparison";
2526
import WarningIcon from "./WarningIcon";
2627

2728
const MDXComponents = {
@@ -83,6 +84,7 @@ const MDXComponents = {
8384

8485
// Content-specific components
8586
DifficultyComparison: () => <DifficultyComparison />,
87+
CLISSchedule2024: () => <CLISSchedule2024 />,
8688
} as const;
8789

8890
export default MDXComponents;

posts/ko/updates/240824/index.mdx

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
title: ICPC 월드 파이널 아스타나에서 solved.ac가 소개될 예정입니다
3+
index: -20240824
4+
---
5+
6+
안녕하세요! 우리 모두가 만들어가는 알고리즘 문제해결 학습의 이정표 **solved.ac**입니다.
7+
8+
2024 [ICPC 국제 대학생 프로그래밍 대회](https://icpc.global/) 월드 파이널이 2024년 9월 15일부터 20일까지 카자흐스탄의 아스타나에서 개최됩니다. **solved.ac는 이번 ICPC 월드 파이널의 [CLI 심포지움](https://cli.u.icpc.global/)에서 소개될 예정**입니다.
9+
10+
![Competitive Learning Institute Symposium](./240824/clis.png)
11+
12+
CLI 심포지움(Competitive Learning Institute Symposium)은 ICPC 월드 파이널 참가자들을 대상으로 진행되는 행사로, 경쟁 프로그래밍 기반 학습 역량을 강화할 수 있는 여러 기술을 소개하고, 개발 및 활용하는 것을 목표로 하는 심포지움입니다.
13+
14+
이번 대회의 CLI 심포지움은 처음으로 3일간 개최되며, 9월 15일, 16일, 18일에 각각 ICPC Library Track, ICPC Compete Track, ICPC Educate Track으로 나뉘어 진행됩니다. solved.ac는 9월 15일에 ICPC Library Track에서, 난이도 및 티어 시스템과 이를 개발하는 과정에서 겪었던 어려움, 그리고 solved.ac를 활용한 경쟁 프로그래밍 트레이닝 방법에 대해 소개할 예정입니다.
15+
16+
solved.ac를 포함하여, 다양한 발표자께서 경쟁 프로그래밍과 관한 여러 플랫폼, 기술, 방법론을 소개할 예정이므로, 많은 관심 부탁드리겠습니다!
17+
18+
## 참가 방법
19+
20+
ICPC 월드 파이널 아스타나의 **온사이트 참가자**(코치, 스태프, 게스트 포함)인 경우:
21+
22+
- **[Rixos 호텔](https://maps.app.goo.gl/dMSpaGVi8xzbf7Vg7) D홀**로 와 주시기 바랍니다. 각 호텔로부터 현지 시각 19:30에서 22:00 사이에 운행되는 셔틀 버스를 이용할 수 있습니다.
23+
- CLI에 오실 계획이라면 19:00에서 19:30 사이에 저녁 식사를 마쳐 주시기 바랍니다.
24+
25+
**이외**의 경우:
26+
27+
- ICPC Library Track은 한국 시각 기준 9월 16일 00:00에서 01:30까지 진행됩니다. YouTube의 [ICPCLive](https://www.youtube.com/@ICPCLive)/[ICPCNews](https://www.youtube.com/@ICPCNews) 채널을 통해 실시간으로 시청할 수 있게 될 예정입니다.
28+
- 자세한 정보는 [CLI 웹사이트](https://cli.u.icpc.global/)를 참고해 주세요.
29+
30+
## 전체 스케쥴
31+
32+
<CLISSchedule2024 />
33+
34+
- [발표자 소개](https://cli.u.icpc.global/biographies/)
35+
- [전체 스케쥴](https://cli.u.icpc.global/astana-2024/)
36+
- [발표 내용](https://docs.google.com/document/d/1GtydUYVq8CjtYBJB0jxo6BUXJrCMDB-1gY7N0DQodms/edit)

public/ko/updates/240824/clis.png

58.1 KB
Loading

0 commit comments

Comments
 (0)