-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.json
220 lines (219 loc) · 3.75 KB
/
courses.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
[
{
"id": 1,
"name": "Computer Science",
"credits": 240,
"modules": [
{
"name": "Stage 2",
"credits": 120
},
{
"code": "CSC3095",
"name": "Project and Dissertation in Computing Science",
"credits": 40
},
{
"code": "CSC3121",
"name": "Distributed Systems",
"credits": 10
},
{
"code": "CSC3122",
"name": "Mobile Computer Systems Development",
"credits": 10
},
{
"code": "CSC3123",
"name": "Internet Technology",
"credits": 10
},
{
"code": "CSC3124",
"name": "System and Network Security",
"credits": 10
},
{
"code": "CSC3221",
"name": "Programming for Games",
"credits": 10
},
{
"code": "CSC3222",
"name": "Gaming Simulations",
"credits": 10
},
{
"code": "CSC3223",
"name": "Graphics for Games",
"credits": 10
},
{
"code": "CSC3224",
"name": "Computer Games Development",
"credits": 10
},
{
"code": "CSC3321",
"name": "Understanding Programming Languages",
"credits": 10
},
{
"code": "CSC3322",
"name": "Real-Time and Cyber-Physical Systems",
"credits": 10
},
{
"code": "CSC3323",
"name": "Software Verification Technologies",
"credits": 10
},
{
"code": "CSC3324",
"name": "Understanding Concurrency",
"credits": 10
},
{
"code": "CSC3422",
"name": "Website Construction and Management (Server-side)",
"credits": 10
},
{
"code": "CSC3423",
"name": "Bio-computing",
"credits": 10
},
{
"code": "CSC3424",
"name": "Bio-algorithms",
"credits": 10
},
{
"code": "CSC3595",
"name": "Project and Dissertation in Information Systems",
"credits": 40
},
{
"code": "CSC3621",
"name": "Cryptography",
"credits": 10
},
{
"code": "CSC3622",
"name": "Reliability and Fault Tolerance",
"credits": 10
},
{
"code": "CSC3721",
"name": "Introduction to Human-Computer Interaction",
"credits": 10
},
{
"code": "CSC3722",
"name": "Advanced Interaction Design",
"credits": 10
},
{
"code": "CSC3723",
"name": "User Interface Techniques and Technologies",
"credits": 10
}
]
},
{
"id": 2,
"name": "Law",
"credits": 200,
"modules": [
{
"name": "Stage 2",
"credits": 80
},
{
"code": "LAW3003",
"name": "Competition Law",
"credits": 20
},
{
"code": "LAW3010",
"name": "Company Law",
"credits": 20
},
{
"code": "LAW3030",
"name": "Copyright Law",
"credits": 20
},
{
"code": "LAW3013",
"name": "Criminology and Criminal Justice",
"credits": 20
},
{
"code": "LAW3015",
"name": "Environmental Law",
"credits": 20
},
{
"code": "LAW3016",
"name": "Evidence",
"credits": 20
},
{
"code": "LAW3020",
"name": "Employment Law",
"credits": 20
},
{
"code": "LAW3024",
"name": "Medicine and the Law",
"credits": 20
},
{
"code": "LAW3029",
"name": "Law and Literature",
"credits": 20
},
{
"code": "LAW3031",
"name": "Succession",
"credits": 20
},
{
"code": "LAW3032",
"name": "Legal Theory",
"credits": 20
},
{
"code": "LAW3034",
"name": "Human Rights Law",
"credits": 20
},
{
"code": "LAW3035",
"name": "Terrorism and Counter-terrorism Law",
"credits": 20
},
{
"code": "LAW3036",
"name": "Family Law",
"credits": 20
},
{
"code": "LAW3038",
"name": "Law and History",
"credits": 20
},
{
"code": "LAW3041",
"name": "Law, Gender and Sexuality",
"credits": 20
},
{
"code": "LAW3098",
"name": "Dissertation in Law",
"credits": 40
}
]
}
]