2024-06-27 13:08:14 +02:00
|
|
|
# ITAT_Challange_Olympics
|
|
|
|
|
|
|
|
## Registration for Challange
|
|
|
|
|
|
|
|
This is my registration for the challange in "Informationstechnik und Automatisierungstechnik".
|
2024-06-27 13:58:47 +02:00
|
|
|
|
|
|
|
## Information Gathering
|
|
|
|
|
|
|
|
Overview:
|
|
|
|
https://olympics.com/en/paris-2024/sports
|
|
|
|
|
|
|
|
Pictograms:
|
|
|
|
https://olympics.com/en/paris-2024/the-games/the-brand/pictograms
|
|
|
|
|
2024-08-02 10:46:21 +02:00
|
|
|
API Request for Archery Data:
|
|
|
|
```js
|
|
|
|
await (await fetch("https://sph-s-api.olympics.com/summer/schedules/api/ENG/schedule/discipline/ARC", {
|
|
|
|
"method": "GET",
|
|
|
|
})).json();
|
|
|
|
```
|
|
|
|
Table for \[ABC\]:
|
|
|
|
|Sport|Short|
|
|
|
|
|---|---|
|
|
|
|
|Archery|ARC|
|
|
|
|
|Basketball 3v3|BK3|
|
|
|
|
|Taekwondo|TKW|
|
|
|
|
|
|
|
|
|
2024-06-29 16:07:46 +02:00
|
|
|
Archery:
|
|
|
|
- rules: https://olympics.com/en/paris-2024/sports/archery
|
|
|
|
- explanation: https://www.nbcphiladelphia.com/paris-2024-summer-olympics/olympics-archery-rules-events-history/3783592/
|
|
|
|
- competition schedule: https://olympics.com/en/paris-2024/schedule/archery
|
|
|
|
- participating nations/athletes: https://en.wikipedia.org/wiki/Archery_at_the_2024_Summer_Olympics_%E2%80%93_Qualification
|
2024-06-27 13:58:47 +02:00
|
|
|
|
2024-06-29 16:07:46 +02:00
|
|
|
Taekwondo:
|
2024-08-02 10:46:21 +02:00
|
|
|
- rules: https://olympics.com/en/paris-2024/sports/taekwondo
|