|
| 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홀 · <IconCalendar /> 2024년 9월 15일{" "} |
| 28 | + <br /> |
| 29 | + <IconClock /> (현지) 20:00 – 21:30, (한국) 16일 00:00 – |
| 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홀 · <IconCalendar /> 2024년 9월 16일{" "} |
| 94 | + <br /> |
| 95 | + <IconClock /> (현지) 20:00 – 21:30, (한국) 17일 00:00 – |
| 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 · <IconCalendar /> 2024년 9월 |
| 158 | + 18일 <br /> |
| 159 | + <IconClock /> (현지) 16:30 – 18:30, (한국) 18일 20:30 – |
| 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; |
0 commit comments