From 56e89319d84eef8194f3e21c2f66ba49ad362904 Mon Sep 17 00:00:00 2001
From: Maarten Sijm <9739541+mpsijm@users.noreply.github.com>
Date: Tue, 30 Apr 2024 14:56:44 +0200
Subject: [PATCH] Add logo for S-10: CSE+AM+AP
---
README.md | 2 ++
studies/organizations.json | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/README.md b/README.md
index a98777b..f16f9a8 100644
--- a/README.md
+++ b/README.md
@@ -128,6 +128,7 @@ For DOMJudge use the `background_64.zip`.
| | U-8311 | Université de Mons | :heavy_check_mark: |
| | U-8317 | University of Bristol | :heavy_check_mark: |
| | U-9858 | Université Catholique de Louvain | :heavy_check_mark: |
+| | U-11048 | Tallinn University of Technology | :heavy_check_mark: |
| | U-11054 | Tallinn University of Technology | :heavy_check_mark: |
| | U-11103 | Katholieke Universiteit Leuven | :heavy_check_mark: |
| | U-13859 | University of Luxembourg | :heavy_check_mark: |
@@ -178,6 +179,7 @@ For DOMJudge use the `background_64.zip`.
| | | | | S-7 | Nanobiology | :heavy_check_mark: |
| | | | | S-8 | Computer Science & Eng. + Aerospace Eng. | :heavy_check_mark: |
| | | | | S-9 | CSE + A. Mathematics + A. Physics + Aerospace Eng. | :heavy_check_mark: |
+| | | | | S-10 | CSE + A. Mathematics + A. Physics | :heavy_check_mark: |
### Others
diff --git a/studies/organizations.json b/studies/organizations.json
index 0e68f67..ce9906f 100644
--- a/studies/organizations.json
+++ b/studies/organizations.json
@@ -52,5 +52,11 @@
"name": "CSE+AM+AP+AE",
"formal_name": "CSE + A. Mathematics + A. Physics + Aerospace Eng.",
"studies": ["CSE", "AM", "AP", "AE"]
+ },
+ {
+ "id": "S-10",
+ "name": "CSE+AM+AP",
+ "formal_name": "CSE + A. Mathematics + A. Physics",
+ "studies": ["CSE", "AM", "AP"]
}
]