college-bot-v1/utils/timetable.json
2023-09-19 09:49:01 +01:00

217 lines
4.4 KiB
JSON

{
"monday": [
{
"name": "Digital Security",
"start": [
9,
0
],
"end": [
10,
15
],
"tutor": "Raphael",
"room": "A132"
},
{
"name": "Digital Security",
"start": [
10,
30
],
"end": [
11,
45
],
"tutor": "Raphael",
"room": "A132"
}
],
"tuesday": [
{
"name": "Managing Infrastructure",
"start": [
10,
30
],
"end": [
11,
45
],
"tutor": "Rebecca",
"room": "A132"
},
{
"name": "Digital Security",
"start": [
11,
45
],
"end": [
13,
0
],
"tutor": "Raphael",
"room": "A132"
},
{
"name": "Lunch",
"start": [
13,
0
],
"end": [
14,
0
]
},
{
"name": "Digital Security",
"start": [
14,
0
],
"end": [
15,
15
],
"tutor": "Raphael",
"room": "A132"
}
],
"wednesday": [
{
"name": "Managing Infrastructure",
"start": [
9,
0
],
"end": [
11,
45
],
"tutor": "Rebecca",
"room": "A132"
},
{
"name": "Digital Security",
"start": [
11,
45
],
"end": [
13,
0
],
"tutor": "Raphael",
"room": "A132"
},
{
"name": "Lunch",
"start": [
13,
0
],
"end": [
14,
0
]
},
{
"name": "Digital Security",
"start": [
14,
0
],
"end": [
15,
15
],
"tutor": "Raphael",
"room": "A132"
}
],
"thursday": [
{
"name": "Research & Evaluation",
"start": [
9,
0
],
"end": [
11,
45
],
"tutor": "Zach",
"room": "A132"
},
{
"name": "Lunch",
"start": [
11,
45
],
"end": [
12,
45
]
},
{
"name": "Research & Evaluation",
"start": [
12,
45
],
"end": [
14,
0
],
"tutor": "Zach",
"room": "A132"
},
{
"name": "Fundamentals",
"start": [
14,
0
],
"end": [
15,
15
],
"tutor": "Steven",
"room": "A132"
}
],
"friday": [],
"breaks": {
"autumn half term": {
"start": "30/10/2023",
"end": "05/11/2023"
},
"christmas": {
"start": "25/12/2023",
"end": "07/01/2024"
},
"spring half term": {
"start": "11/02/2024",
"end": "18/02/2024"
},
"easter holiday": {
"start": "01/04/2024",
"end": "14/04/2024"
},
"may bank holiday": {
"start": "01/05/2024",
"end": "06/05/2024"
},
"summer half term": {
"start": "27/05/2024",
"end": "03/06/2024"
},
"end of year": {
"start": "13/07/2022",
"end": "12/09/2023"
}
}
}