-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.ottf
152 lines (152 loc) · 2.43 KB
/
example.ottf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"metadata": {
"version": "1.0",
"timezone": "UTC",
"author": "Doc Author",
"timestamp": 123456
},
"cues": {
"periods": {
"1": {
"from": "07.30",
"to": "08.15"
},
"2": {
"from": "08.20",
"to": "09.05"
},
"3": {
"from": "09.10",
"to": "09.55"
},
"4": {
"from": "10.00",
"to": "10.45"
},
"5": {
"from": "11.05",
"to": "11.50"
}
},
"recesses": [
{
"from": "10.45",
"to": "11.05"
}
]
},
"days": {
"2022-02-06": {
"classes": {
"1": [
{
"substitution": false,
"examination": true,
"canceled": false,
"name": "Maths",
"abbreviation": "MAT",
"location": "Class 23",
"hosts": [
"Joe Schmoe II."
]
},
{
"substitution": false,
"examination": true,
"canceled": true,
"name": "Poetry",
"abbreviation": "POE",
"location": "Class 34",
"hosts": [
"Karen Karen Junior"
]
}
],
"2": [
{
"substitution": false,
"examination": false,
"canceled": false,
"name": "Poetry",
"abbreviation": "POE",
"location": "Class 34",
"hosts": [
"Karen Karen Junior"
]
}
],
"3": [
{
"substitution": false,
"examination": false,
"canceled": false,
"name": "Chemistry",
"abbreviation": "CHM",
"location": "Lab 2",
"hosts": [
"NileRed"
]
}
]
},
"events": [
{
"from": "08.05",
"to": "08.10",
"title": "OEM",
"location": "Class 223",
"hosts": [
"Joe Shmoe",
"Karen Shmoe"
]
}
],
"dayevents": []
},
"2022-02-07": {
"classes": {
"1": [
{
"substitution": false,
"examination": false,
"canceled": false,
"name": "Computer Science",
"abbreviation": "CS",
"location": "Computer Lab 4",
"hosts": [
"Terry C. Bavis"
]
}
],
"2": [
{
"substitution": true,
"examination": false,
"canceled": true,
"name": "Poetry",
"abbreviation": "POE",
"location": "Class 34",
"hosts": [
"Not Karen Senior"
]
}
]
},
"events": [],
"dayevents": []
},
"2022-02-08": {
"classes": {},
"events": [],
"dayevents": [
{
"title": "IPO",
"location": "Class 124",
"hosts": [
"Alex Smith"
]
}
]
}
}
}