diff --git a/files/config.json b/files/config.json index 670b336..fabdd7d 100644 --- a/files/config.json +++ b/files/config.json @@ -1 +1 @@ -{"semester": "1", "year": "2", "years": 2, "jpl": 161733, "jpl_day": 22} \ No newline at end of file +{"semester": "2", "year": "2", "years": 2, "jpl": 161733, "jpl_day": 22} \ No newline at end of file diff --git a/files/schedules/22.json b/files/schedules/22.json new file mode 100644 index 0000000..d9b3a76 --- /dev/null +++ b/files/schedules/22.json @@ -0,0 +1,82 @@ +[ + { + "course": "Computerarchitectuur", + "zoom": "https://ufora.ugent.be/d2l/ext/rp/228912/lti/framedlaunch/556e197e-e87b-4c27-be5d-53adc7a41826", + "slots": [ + { + "online": "Zoom", + "time": ["maandag", 1000, 1300] + }, + { + "online": "Zoom", + "time": ["dinsdag", 830, 930] + }, + { + "online": "Zoom", + "time": ["donderdag", 1430, 1700] + } + ] + }, + { + "course": "Multimedia", + "zoom": "https://ufora.ugent.be/d2l/ext/rp/236949/lti/framedlaunch/556e197e-e87b-4c27-be5d-53adc7a41826", + "slots": [ + { + "online": "Zoom", + "time": ["maandag", 1430, 1730] + }, + { + "campus": "Sterre", + "building": "S9", + "room": "A3", + "time": ["woensdag", 1130, 1330] + } + ] + }, + { + "course": "Wetenschappelijk Rekenen", + "zoom": "https://ufora.ugent.be/d2l/ext/rp/236404/lti/framedlaunch/556e197e-e87b-4c27-be5d-53adc7a41826", + "slots": [ + { + "online": "Zoom", + "time": ["dinsdag", 1130, 1300] + }, + { + "online": "Zoom", + "time": ["woensdag", 1500, 1800] + }, + { + "online": "Zoom", + "time": ["donderdag", 830, 1000] + } + ] + }, + { + "course": "Software Engineering Lab 1", + "slots": [ + { + "online": "Zoom", + "time": ["dinsdag", 1430, 1700] + }, + { + "online": "Zoom", + "time": ["vrijdag", 830, 1130] + } + ] + }, + { + "course": "Webdevelopment", + "slots": [ + { + "campus": "Sterre", + "building": "S9", + "room": "A3", + "time": ["woensdag", 900, 1100] + }, + { + "online": "Zoom", + "time": ["donderdag", 1000, 1300] + } + ] + } +] \ No newline at end of file