From 1a36f6d75e16776a994653ac5c03e2b26fd57229 Mon Sep 17 00:00:00 2001 From: Verwoerd Date: Wed, 12 Jun 2024 14:17:08 +0200 Subject: [PATCH] Add DAPC 2024 announcement --- content/news/registration-dapc-24.md | 31 ++++++++++++++++++++++++++++ data/archive/dapc/2024.yaml | 13 ++++++++++++ themes/ananke | 2 +- 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 content/news/registration-dapc-24.md create mode 100644 data/archive/dapc/2024.yaml diff --git a/content/news/registration-dapc-24.md b/content/news/registration-dapc-24.md new file mode 100644 index 0000000..06e0a0e --- /dev/null +++ b/content/news/registration-dapc-24.md @@ -0,0 +1,31 @@ +--- +title: "Registration DAPC 2024" +date: 2024-06-12T09:00:00+02:00 +tags: ["DAPC 2024"] +draft: false +--- +Also in 2024, the CHipCie will organise the Delft Algorithm Programming Contest (DAPC). This event is free for all TU Delft +students. The best teams will qualify to represent the Delft University of Technology on the [Benelux Algorithm Programming Contest](https://2023.bapc.eu/). + +The contest will take place on Saturday the 21st of September 2024. The program will be posted here on a later date. + +For the contest, there are two type of teams. First are *competing teams*, which are eligible for the contest following the ICPC rules. +This requires all team members to be a student at the Delft Universtity of Technology and meet **at least one** of the following conditions: +* First year of post-secondary studies in 2020 or later +* Born in 2001 or later +* Have not completed more than 240 points of ECTS + +[//]: # (The full details can be found in the [eligibility tree](https://drive.google.com/file/d/15Wk1nODkAqdUuS6tZnCt2Wrscpvx1QGO/view).) +If you doubt you are eligible, feel free to [contact us](/contact). +In case that your team does not meet the eligibility requirements, you can participate as a *spectator team*. + +Registration is done in the ICPC registration system, where all team members will need to make an account to sign up for the event. +Registration is available for [competing teams](https://icpc.global/private/teamRegistration/site/37343) +and [spectator teams](https://icpc.global/private/teamRegistration/site/37339). +When creating a team, **DO** tick the box *“I will participate as both contestant and coach”*. +The person who creates your team, will initially be the “contestant coach” of this team. + +The list of registered teams is [publicly available](https://icpc.global/regionals/finder/BAPC-Preliminaries-2024/teams). + +For the best preparations, be sure to check out the [archive](/archive), [resources](/resources) and a [sample problem](/sample). +A preliminary overview of the [programming environment](/systems) used during the contest is also available. diff --git a/data/archive/dapc/2024.yaml b/data/archive/dapc/2024.yaml new file mode 100644 index 0000000..df0e491 --- /dev/null +++ b/data/archive/dapc/2024.yaml @@ -0,0 +1,13 @@ +contest: + name: DAPC 2024 + date: September 21 + type: dapc + year: 2024 +resources: + problems: + slides: + data: +links: + photos: + website: + result: diff --git a/themes/ananke b/themes/ananke index 470ea40..f34c219 160000 --- a/themes/ananke +++ b/themes/ananke @@ -1 +1 @@ -Subproject commit 470ea40982f5036554819253c3ac6ed4a34193f4 +Subproject commit f34c219436ab1c3b116f8706a521d40c4b8693b9