From e78e13e26afadb8679ac20942b4e06d091236bdc Mon Sep 17 00:00:00 2001 From: Stijn De Clercq Date: Fri, 11 Feb 2022 21:00:31 +0100 Subject: [PATCH] Add schedule for 2nd semester --- files/config.json | 2 +- files/schedules/32.json | 208 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 209 insertions(+), 1 deletion(-) create mode 100644 files/schedules/32.json diff --git a/files/config.json b/files/config.json index 3d513ac..e0f5850 100644 --- a/files/config.json +++ b/files/config.json @@ -1 +1 @@ -{"semester": "1", "year": "3", "years": 3, "jpl": 161733, "jpl_day": 24} \ No newline at end of file +{"semester": "2", "year": "3", "years": 3, "jpl": 161733, "jpl_day": 24} \ No newline at end of file diff --git a/files/schedules/32.json b/files/schedules/32.json new file mode 100644 index 0000000..1d0e9e5 --- /dev/null +++ b/files/schedules/32.json @@ -0,0 +1,208 @@ +{ + "semester_start": [14, 2, 2022], + "semester_end": [20, 2, 2022], + "holidays": [ + { + "start_date": [18, 3, 2022, 0, 0, 0], + "end_date": [18, 3, 2022, 23, 59, 59] + }, + { + "start_date": [1, 4, 2022, 11, 30, 0], + "end_date": [17, 4, 2022, 23, 59, 59] + }, + { + "start_date": [18, 4, 2022, 0, 0, 0], + "end_date": [18, 4, 2022, 23, 59, 59] + } + ], + "minors": [ + { + "name": "Beveiliging en parallele systemen", + "role": 891744461405687808, + "schedule": [ + { + "course": "Informatiebeveiliging", + "online_links": { + "opencast": "https://elosp.ugent.be/opencastplanner/live/GCMobile-ocrec79" + }, + "slots": [ + { + "online": "opencast", + "location": { + "campus": "Ardoyen", + "building": "iGent 126", + "room": "Auditorium 1" + }, + "time": { + "day": "maandag", + "start": 1300, + "end": 1430 + } + }, + { + "online": "opencast", + "location": { + "campus": "Ardoyen", + "building": "iGent 126", + "room": "Auditorium 1" + }, + "time": { + "day": "dinsdag", + "start": 830, + "end": 1130 + } + } + ] + } + ] + }, + { + "name": "Elektrotechniek en Telecommunicatie", + "role": 891744390035415111, + "schedule": [ + { + "course": "Elektrotechniek", + "slots": [ + { + "location": { + "campus": "Sterre", + "building": "S9", + "room": "3.2" + }, + "time": { + "day": "dinsdag", + "start": 1300, + "end": 1430 + } + }, + { + "location": { + "campus": "Sterre", + "building": "S8", + "room": "3.1" + }, + "time": { + "day": "woensdag", + "start": 1430, + "end": 1730 + } + }, + { + "location": { + "campus": "Sterre", + "building": "S9", + "room": "3.2" + }, + "time": { + "day": "donderdag", + "start": 1130, + "end": 1300 + } + } + ] + } + ] + } + ], + "schedule": [ + { + "course": "Automaten, Berekenbaarheid en Complexiteit", + "slots": [ + { + "location": { + "campus": "Sterre", + "building": "S25", + "room": "Emmy Noether" + }, + "time": { + "day": "dinsdag", + "start": 1430, + "end": 1730 + } + }, + { + "location": { + "campus": "Sterre", + "building": "S9", + "room": "PC 3.1 Konrad Zuse" + }, + "time": { + "day": "donderdag", + "start": 1430, + "end": 1730 + } + } + ] + }, + { + "course": "Computationele Biologie", + "slots": [ + { + "location": { + "campus": "Sterre", + "building": "S9", + "room": "3.2" + }, + "time": { + "day": "woensdag", + "start": 830, + "end": 1130 + } + }, + { + "location": { + "campus": "Sterre", + "building": "S9", + "room": "PC 3.1 Konrad Zuse" + }, + "time": { + "day": "vrijdag", + "start": 830, + "end": 1130 + } + } + ] + }, + { + "course": "Logisch Programmeren", + "online_links": { + "zoom": "https://ufora.ugent.be/d2l/ext/rp/443368/lti/framedlaunch/556e197e-e87b-4c27-be5d-53adc7a41826" + }, + "slots": [ + { + "online": "zoom", + "time": { + "day": "maandag", + "start": 1430, + "end": 1730 + } + }, + { + "online": "zoom", + "time": { + "day": "donderdag", + "start": 830, + "end": 1130 + } + } + ] + }, + { + "course": "Software Engineering Lab 2", + "slots": [ + { + "location": { + "campus": "Sterre", + "building": "S8", + "room": "3.1" + }, + "time": { + "day": "vrijdag", + "start": 1430, + "end": 1730 + } + } + ] + } + ] +} \ No newline at end of file