-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.json
127 lines (127 loc) · 3.19 KB
/
data.json
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
{
"course": [
{
"code": 1689,
"course": "軟體元件設計",
"teacher": "薛念林",
"time": [
{
"classroom": "資電311",
"weekday": 4,
"period": 6,
"length": 3
}
]
},
{
"code": 1699,
"course": "資訊專題研討(三)",
"teacher": "林志敏",
"time": [
{
"classroom": "資電222(第三國會廳)",
"weekday": 2,
"period": 9
}
]
},
{
"code": 2612,
"course": "高等軟體工程",
"teacher": "陳錫民",
"time": [
{
"classroom": "資電311",
"weekday": 4,
"period": 11,
"length": 3
}
]
},
{
"code": 1703,
"course": "文獻研討(七)",
"teacher": "李維斌",
"time": [
{
"classroom": "資電205",
"weekday": 6,
"period": 14
}
]
}
],
"meeting": [
{
"course": "大學部專題會議",
"time": [
{
"classroom": "資電503-1",
"weekday": 1,
"period": 9,
"length": 2
}
]
},
{
"course": "例行Meeting",
"time": [
{
"classroom": "資電237",
"weekday": 4,
"period": 2,
"length": 3
}
]
},
{
"course": "例行Meeting",
"time": [
{
"classroom": "資電247",
"weekday": 6,
"period": 2,
"length": 3
}
]
}
],
"club": [
{
"course": "黑客社(Arduino)",
"teacher": "荊輔翔、黃仁又",
"time": [
{
"classroom": "資電234",
"weekday": 2,
"period": 11,
"length": 3
}
]
},
{
"course": "黑客社(Python)",
"teacher": "陳靖德、楊易哲、陳昱亨",
"time": [
{
"classroom": "資電234",
"weekday": 3,
"period": 11,
"length": 3
}
]
},
{
"course": "黑客社(資訊安全)",
"teacher": "黃泰銘、張佑維",
"time": [
{
"classroom": "資電235",
"weekday": 5,
"period": 8,
"length": 3
}
]
}
]
}