mirror of https://github.com/stijndcl/didier
Make ABC online only
parent
eafc1a8674
commit
781956b312
|
@ -107,8 +107,17 @@
|
|||
"schedule": [
|
||||
{
|
||||
"course": "Automaten, Berekenbaarheid en Complexiteit",
|
||||
"online_links": {
|
||||
"zoom": "https://ufora.ugent.be/d2l/ext/rp/439079/lti/framedlaunch/556e197e-e87b-4c27-be5d-53adc7a41826"
|
||||
},
|
||||
"slots": [
|
||||
{
|
||||
"weeks": {
|
||||
"1,2,3,4,5,6,7,8,9,10,11,12": {
|
||||
"online_only": true
|
||||
}
|
||||
},
|
||||
"online": "zoom",
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S25",
|
||||
|
@ -121,6 +130,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"weeks": {
|
||||
"1,2,3,4,5,6,7,8,9,10,11,12": {
|
||||
"online_only": true
|
||||
}
|
||||
},
|
||||
"online": "zoom",
|
||||
"location": {
|
||||
"campus": "Sterre",
|
||||
"building": "S9",
|
||||
|
|
Loading…
Reference in New Issue