-
Notifications
You must be signed in to change notification settings - Fork 0
/
timetable.json
151 lines (151 loc) · 4.75 KB
/
timetable.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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"days": [
[
{
"day": "Sunday",
"lec": "0"
}
],
[
{
"day": "Monday",
"lec": "5"
},
{
"name": "DSA",
"time": "10:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m8c42122b975cdef0f87a8c1cd8bc4711"
},
{
"name": "CSO",
"time": "11:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=mf4fdc19a025b32349f8d47c7f99799a3"
},
{
"name": "NMPT",
"time": "14:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=mb0f361f1955b61cb8f33be99c5e54574"
},
{
"name": "MPI Lab",
"time": "15:00",
"link": "https://iiitn.webex.com/meet/vipin.kamble"
},
{
"name": "Tutorial NMPT",
"time": "16:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=mb0f361f1955b61cb8f33be99c5e54574"
}
],
[
{
"day": "Tuesday",
"lec": "5"
},
{
"name": "OOP",
"time": "9:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m122cbea6ffe3dd611196f178cb74cd32"
},
{
"name": "CSO",
"time": "11:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=mf4fdc19a025b32349f8d47c7f99799a3"
},
{
"name": "DSA",
"time": "14:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m8c42122b975cdef0f87a8c1cd8bc4711"
},
{
"name": "DSA Lab",
"time": "15:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m8c42122b975cdef0f87a8c1cd8bc4711"
},
{
"name": "OOP Lab",
"time": "16:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m122cbea6ffe3dd611196f178cb74cd32"
}
],
[
{
"day": "Wednesday",
"lec": "3"
},
{
"name": "OOP",
"time": "9:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m122cbea6ffe3dd611196f178cb74cd32"
},
{
"name": "NMPT",
"time": "12:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=mb0f361f1955b61cb8f33be99c5e54574"
},
{
"name": "MPI",
"time": "14:00",
"link": "https://iiitn.webex.com/iiitn/k2/e.php?MTID=t0072db030504d2d7b7b1233bdcc79a46"
}
],
[
{
"day": "Thursday",
"lec": "3"
},
{
"name": "MPI",
"time": "9:00",
"link": "https://iiitn.webex.com/iiitn/k2/e.php?MTID=tbc498dd302f9c4c10db86631c2cca1aa"
},
{
"name": "DSA",
"time": "12:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m8c42122b975cdef0f87a8c1cd8bc4711"
},
{
"name": "ITW-1",
"time": "16:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m3cf57bac5121189296ade90fa649df68"
}
],
[
{
"day": "Friday",
"lec": "5"
},
{
"name": "CSO",
"time": "9:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=mf4fdc19a025b32349f8d47c7f99799a3"
},
{
"name": "MPI",
"time": "11:00",
"link": "https://iiitn.webex.com/iiitn/k2/e.php?MTID=t71282a3f67791e70187fa8a7834d6fd6"
},
{
"name": "OOP",
"time": "12:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m122cbea6ffe3dd611196f178cb74cd32"
},
{
"name": "NMPT",
"time": "14:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=mb0f361f1955b61cb8f33be99c5e54574"
},
{
"name": "ITW-1",
"time": "16:00",
"link": "https://iiitn.webex.com/iiitn/j.php?MTID=m3cf57bac5121189296ade90fa649df68"
}
],
[
{
"day": "Saturday",
"lec": "0"
}
]
]
}