@studyportals/static-domain-data 7.0.0-1 → 7.0.0-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/src/countries/country-get-async.js +102 -0
- package/cjs/src/countries/country-id-chunk-mapping.js +235 -0
- package/cjs/src/countries/country-iso-chunk-mapping.js +235 -0
- package/cjs/src/currencies/currency-get-async.js +97 -0
- package/cjs/src/disciplines/chunks/subdisciplines-10.js +32 -0
- package/cjs/src/disciplines/chunks/subdisciplines-11.js +30 -0
- package/cjs/src/disciplines/chunks/subdisciplines-117.js +19 -0
- package/cjs/src/disciplines/chunks/subdisciplines-12.js +17 -0
- package/cjs/src/disciplines/chunks/subdisciplines-13.js +45 -0
- package/cjs/src/disciplines/chunks/subdisciplines-23.js +50 -0
- package/cjs/src/disciplines/chunks/subdisciplines-24.js +23 -0
- package/cjs/src/disciplines/chunks/subdisciplines-258.js +28 -0
- package/cjs/src/disciplines/chunks/subdisciplines-289.js +25 -0
- package/cjs/src/disciplines/chunks/subdisciplines-54.js +12 -0
- package/cjs/src/disciplines/chunks/subdisciplines-58.js +12 -0
- package/cjs/src/disciplines/chunks/subdisciplines-6.js +16 -0
- package/cjs/src/disciplines/chunks/subdisciplines-64.js +12 -0
- package/cjs/src/disciplines/chunks/subdisciplines-7.js +30 -0
- package/cjs/src/disciplines/chunks/subdisciplines-9.js +22 -0
- package/cjs/src/disciplines/discipline-get-subdiscipline-by-id-async.js +33 -0
- package/cjs/src/disciplines/discipline-get-subdisciplines-async.js +74 -0
- package/cjs/src/disciplines/i-sub-discipline-record.js +2 -0
- package/cjs/src/disciplines/subdiscipline-id-discipline-id-mapping.js +289 -0
- package/cjs/src/disciplines/subdisciplines.js +30 -283
- package/esm/src/countries/country-get-async.d.ts +4 -0
- package/esm/src/countries/country-get-async.js +75 -0
- package/esm/src/countries/country-id-chunk-mapping.d.ts +2 -0
- package/esm/src/countries/country-id-chunk-mapping.js +232 -0
- package/esm/src/countries/country-iso-chunk-mapping.d.ts +2 -0
- package/esm/src/countries/country-iso-chunk-mapping.js +232 -0
- package/esm/src/currencies/currency-get-async.d.ts +3 -0
- package/esm/src/currencies/currency-get-async.js +71 -0
- package/esm/src/disciplines/chunks/subdisciplines-10.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-10.js +29 -0
- package/esm/src/disciplines/chunks/subdisciplines-11.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-11.js +27 -0
- package/esm/src/disciplines/chunks/subdisciplines-117.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-117.js +16 -0
- package/esm/src/disciplines/chunks/subdisciplines-12.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-12.js +14 -0
- package/esm/src/disciplines/chunks/subdisciplines-13.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-13.js +42 -0
- package/esm/src/disciplines/chunks/subdisciplines-23.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-23.js +47 -0
- package/esm/src/disciplines/chunks/subdisciplines-24.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-24.js +20 -0
- package/esm/src/disciplines/chunks/subdisciplines-258.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-258.js +25 -0
- package/esm/src/disciplines/chunks/subdisciplines-289.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-289.js +22 -0
- package/esm/src/disciplines/chunks/subdisciplines-54.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-54.js +9 -0
- package/esm/src/disciplines/chunks/subdisciplines-58.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-58.js +9 -0
- package/esm/src/disciplines/chunks/subdisciplines-6.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-6.js +13 -0
- package/esm/src/disciplines/chunks/subdisciplines-64.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-64.js +9 -0
- package/esm/src/disciplines/chunks/subdisciplines-7.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-7.js +27 -0
- package/esm/src/disciplines/chunks/subdisciplines-9.d.ts +3 -0
- package/esm/src/disciplines/chunks/subdisciplines-9.js +19 -0
- package/esm/src/disciplines/discipline-get-subdiscipline-by-id-async.d.ts +3 -0
- package/esm/src/disciplines/discipline-get-subdiscipline-by-id-async.js +30 -0
- package/esm/src/disciplines/discipline-get-subdisciplines-async.d.ts +4 -0
- package/esm/src/disciplines/discipline-get-subdisciplines-async.js +47 -0
- package/esm/src/disciplines/i-sub-discipline-record.d.ts +1 -0
- package/esm/src/disciplines/i-sub-discipline-record.js +1 -0
- package/esm/src/disciplines/subdiscipline-id-discipline-id-mapping.d.ts +2 -0
- package/esm/src/disciplines/subdiscipline-id-discipline-id-mapping.js +286 -0
- package/esm/src/disciplines/subdisciplines.js +30 -283
- package/package.json +1 -1
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.subdisciplineIdDisciplineIdMapping = void 0;
|
|
4
|
+
const subdisciplineIdDisciplineIdMapping = {
|
|
5
|
+
"4": "13",
|
|
6
|
+
"8": "289",
|
|
7
|
+
"20": "258",
|
|
8
|
+
"25": "23",
|
|
9
|
+
"26": "7",
|
|
10
|
+
"28": "7",
|
|
11
|
+
"29": "7",
|
|
12
|
+
"30": "7",
|
|
13
|
+
"31": "10",
|
|
14
|
+
"32": "7",
|
|
15
|
+
"33": "7",
|
|
16
|
+
"34": "7",
|
|
17
|
+
"37": "7",
|
|
18
|
+
"38": "11",
|
|
19
|
+
"39": "7",
|
|
20
|
+
"40": "11",
|
|
21
|
+
"45": "23",
|
|
22
|
+
"46": "11",
|
|
23
|
+
"47": "117",
|
|
24
|
+
"48": "6",
|
|
25
|
+
"49": "6",
|
|
26
|
+
"52": "11",
|
|
27
|
+
"53": "258",
|
|
28
|
+
"56": "12",
|
|
29
|
+
"59": "12",
|
|
30
|
+
"60": "12",
|
|
31
|
+
"62": "12",
|
|
32
|
+
"63": "258",
|
|
33
|
+
"67": "13",
|
|
34
|
+
"68": "258",
|
|
35
|
+
"69": "258",
|
|
36
|
+
"70": "13",
|
|
37
|
+
"71": "13",
|
|
38
|
+
"72": "13",
|
|
39
|
+
"73": "13",
|
|
40
|
+
"74": "9",
|
|
41
|
+
"75": "13",
|
|
42
|
+
"76": "13",
|
|
43
|
+
"77": "9",
|
|
44
|
+
"78": "13",
|
|
45
|
+
"79": "13",
|
|
46
|
+
"80": "13",
|
|
47
|
+
"81": "11",
|
|
48
|
+
"82": "11",
|
|
49
|
+
"83": "7",
|
|
50
|
+
"84": "9",
|
|
51
|
+
"85": "6",
|
|
52
|
+
"86": "23",
|
|
53
|
+
"87": "23",
|
|
54
|
+
"88": "23",
|
|
55
|
+
"89": "23",
|
|
56
|
+
"90": "10",
|
|
57
|
+
"92": "10",
|
|
58
|
+
"93": "23",
|
|
59
|
+
"94": "7",
|
|
60
|
+
"97": "289",
|
|
61
|
+
"98": "289",
|
|
62
|
+
"99": "9",
|
|
63
|
+
"100": "10",
|
|
64
|
+
"101": "23",
|
|
65
|
+
"102": "13",
|
|
66
|
+
"103": "13",
|
|
67
|
+
"104": "258",
|
|
68
|
+
"105": "10",
|
|
69
|
+
"106": "10",
|
|
70
|
+
"107": "10",
|
|
71
|
+
"108": "24",
|
|
72
|
+
"109": "6",
|
|
73
|
+
"110": "13",
|
|
74
|
+
"111": "23",
|
|
75
|
+
"112": "12",
|
|
76
|
+
"113": "10",
|
|
77
|
+
"114": "6",
|
|
78
|
+
"115": "6",
|
|
79
|
+
"118": "11",
|
|
80
|
+
"119": "117",
|
|
81
|
+
"122": "117",
|
|
82
|
+
"123": "117",
|
|
83
|
+
"124": "117",
|
|
84
|
+
"125": "117",
|
|
85
|
+
"126": "117",
|
|
86
|
+
"127": "117",
|
|
87
|
+
"128": "117",
|
|
88
|
+
"130": "24",
|
|
89
|
+
"131": "10",
|
|
90
|
+
"132": "12",
|
|
91
|
+
"133": "23",
|
|
92
|
+
"134": "64",
|
|
93
|
+
"219": "6",
|
|
94
|
+
"220": "6",
|
|
95
|
+
"221": "6",
|
|
96
|
+
"222": "11",
|
|
97
|
+
"223": "11",
|
|
98
|
+
"224": "11",
|
|
99
|
+
"225": "11",
|
|
100
|
+
"226": "11",
|
|
101
|
+
"227": "11",
|
|
102
|
+
"228": "10",
|
|
103
|
+
"229": "10",
|
|
104
|
+
"230": "10",
|
|
105
|
+
"231": "10",
|
|
106
|
+
"232": "23",
|
|
107
|
+
"233": "23",
|
|
108
|
+
"234": "23",
|
|
109
|
+
"235": "23",
|
|
110
|
+
"236": "23",
|
|
111
|
+
"237": "23",
|
|
112
|
+
"238": "23",
|
|
113
|
+
"239": "23",
|
|
114
|
+
"240": "23",
|
|
115
|
+
"241": "23",
|
|
116
|
+
"242": "23",
|
|
117
|
+
"243": "23",
|
|
118
|
+
"244": "23",
|
|
119
|
+
"245": "23",
|
|
120
|
+
"246": "23",
|
|
121
|
+
"247": "23",
|
|
122
|
+
"248": "23",
|
|
123
|
+
"249": "23",
|
|
124
|
+
"250": "7",
|
|
125
|
+
"251": "7",
|
|
126
|
+
"252": "7",
|
|
127
|
+
"253": "7",
|
|
128
|
+
"254": "7",
|
|
129
|
+
"255": "7",
|
|
130
|
+
"256": "7",
|
|
131
|
+
"257": "7",
|
|
132
|
+
"259": "258",
|
|
133
|
+
"260": "258",
|
|
134
|
+
"261": "258",
|
|
135
|
+
"262": "258",
|
|
136
|
+
"263": "258",
|
|
137
|
+
"264": "258",
|
|
138
|
+
"265": "24",
|
|
139
|
+
"266": "9",
|
|
140
|
+
"267": "9",
|
|
141
|
+
"268": "9",
|
|
142
|
+
"269": "9",
|
|
143
|
+
"270": "9",
|
|
144
|
+
"271": "9",
|
|
145
|
+
"272": "9",
|
|
146
|
+
"273": "9",
|
|
147
|
+
"274": "13",
|
|
148
|
+
"275": "13",
|
|
149
|
+
"276": "13",
|
|
150
|
+
"277": "13",
|
|
151
|
+
"278": "13",
|
|
152
|
+
"279": "24",
|
|
153
|
+
"280": "24",
|
|
154
|
+
"281": "24",
|
|
155
|
+
"282": "24",
|
|
156
|
+
"283": "24",
|
|
157
|
+
"284": "24",
|
|
158
|
+
"286": "24",
|
|
159
|
+
"287": "117",
|
|
160
|
+
"288": "117",
|
|
161
|
+
"290": "289",
|
|
162
|
+
"291": "289",
|
|
163
|
+
"292": "289",
|
|
164
|
+
"293": "289",
|
|
165
|
+
"295": "289",
|
|
166
|
+
"297": "12",
|
|
167
|
+
"298": "12",
|
|
168
|
+
"299": "12",
|
|
169
|
+
"300": "54",
|
|
170
|
+
"301": "54",
|
|
171
|
+
"302": "54",
|
|
172
|
+
"303": "54",
|
|
173
|
+
"304": "54",
|
|
174
|
+
"305": "11",
|
|
175
|
+
"306": "58",
|
|
176
|
+
"307": "58",
|
|
177
|
+
"308": "58",
|
|
178
|
+
"309": "58",
|
|
179
|
+
"310": "58",
|
|
180
|
+
"311": "64",
|
|
181
|
+
"312": "64",
|
|
182
|
+
"313": "64",
|
|
183
|
+
"314": "117",
|
|
184
|
+
"315": "117",
|
|
185
|
+
"316": "13",
|
|
186
|
+
"317": "64",
|
|
187
|
+
"318": "258",
|
|
188
|
+
"319": "64",
|
|
189
|
+
"320": "13",
|
|
190
|
+
"321": "12",
|
|
191
|
+
"322": "23",
|
|
192
|
+
"323": "24",
|
|
193
|
+
"324": "23",
|
|
194
|
+
"325": "23",
|
|
195
|
+
"326": "11",
|
|
196
|
+
"327": "11",
|
|
197
|
+
"328": "258",
|
|
198
|
+
"329": "24",
|
|
199
|
+
"330": "24",
|
|
200
|
+
"331": "24",
|
|
201
|
+
"332": "9",
|
|
202
|
+
"333": "289",
|
|
203
|
+
"334": "11",
|
|
204
|
+
"335": "10",
|
|
205
|
+
"339": "13",
|
|
206
|
+
"340": "7",
|
|
207
|
+
"341": "6",
|
|
208
|
+
"342": "23",
|
|
209
|
+
"343": "10",
|
|
210
|
+
"344": "10",
|
|
211
|
+
"345": "289",
|
|
212
|
+
"346": "10",
|
|
213
|
+
"347": "13",
|
|
214
|
+
"348": "289",
|
|
215
|
+
"349": "289",
|
|
216
|
+
"350": "7",
|
|
217
|
+
"351": "10",
|
|
218
|
+
"352": "23",
|
|
219
|
+
"353": "23",
|
|
220
|
+
"354": "11",
|
|
221
|
+
"355": "289",
|
|
222
|
+
"356": "23",
|
|
223
|
+
"357": "11",
|
|
224
|
+
"358": "289",
|
|
225
|
+
"359": "289",
|
|
226
|
+
"360": "289",
|
|
227
|
+
"361": "10",
|
|
228
|
+
"362": "23",
|
|
229
|
+
"363": "289",
|
|
230
|
+
"364": "13",
|
|
231
|
+
"365": "9",
|
|
232
|
+
"366": "23",
|
|
233
|
+
"367": "7",
|
|
234
|
+
"368": "10",
|
|
235
|
+
"369": "10",
|
|
236
|
+
"370": "289",
|
|
237
|
+
"371": "289",
|
|
238
|
+
"372": "10",
|
|
239
|
+
"373": "23",
|
|
240
|
+
"374": "258",
|
|
241
|
+
"375": "258",
|
|
242
|
+
"376": "258",
|
|
243
|
+
"377": "24",
|
|
244
|
+
"378": "10",
|
|
245
|
+
"379": "13",
|
|
246
|
+
"380": "23",
|
|
247
|
+
"381": "13",
|
|
248
|
+
"382": "23",
|
|
249
|
+
"383": "10",
|
|
250
|
+
"384": "10",
|
|
251
|
+
"385": "13",
|
|
252
|
+
"386": "13",
|
|
253
|
+
"387": "13",
|
|
254
|
+
"388": "13",
|
|
255
|
+
"389": "54",
|
|
256
|
+
"390": "13",
|
|
257
|
+
"391": "13",
|
|
258
|
+
"392": "13",
|
|
259
|
+
"393": "13",
|
|
260
|
+
"394": "13",
|
|
261
|
+
"395": "58",
|
|
262
|
+
"396": "23",
|
|
263
|
+
"397": "7",
|
|
264
|
+
"398": "11",
|
|
265
|
+
"399": "7",
|
|
266
|
+
"400": "13",
|
|
267
|
+
"401": "13",
|
|
268
|
+
"402": "23",
|
|
269
|
+
"403": "11",
|
|
270
|
+
"404": "11",
|
|
271
|
+
"405": "11",
|
|
272
|
+
"406": "23",
|
|
273
|
+
"407": "10",
|
|
274
|
+
"408": "11",
|
|
275
|
+
"409": "12",
|
|
276
|
+
"410": "13",
|
|
277
|
+
"411": "258",
|
|
278
|
+
"412": "13",
|
|
279
|
+
"413": "258",
|
|
280
|
+
"414": "258",
|
|
281
|
+
"415": "9",
|
|
282
|
+
"416": "23",
|
|
283
|
+
"417": "258",
|
|
284
|
+
"418": "24",
|
|
285
|
+
"419": "258",
|
|
286
|
+
"420": "9",
|
|
287
|
+
"421": "24",
|
|
288
|
+
};
|
|
289
|
+
exports.subdisciplineIdDisciplineIdMapping = subdisciplineIdDisciplineIdMapping;
|
|
@@ -1,290 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.subdisciplinesAll = void 0;
|
|
4
|
+
const subdisciplines_6_js_1 = require("./chunks/subdisciplines-6.js");
|
|
5
|
+
const subdisciplines_7_js_1 = require("./chunks/subdisciplines-7.js");
|
|
6
|
+
const subdisciplines_9_js_1 = require("./chunks/subdisciplines-9.js");
|
|
7
|
+
const subdisciplines_10_js_1 = require("./chunks/subdisciplines-10.js");
|
|
8
|
+
const subdisciplines_11_js_1 = require("./chunks/subdisciplines-11.js");
|
|
9
|
+
const subdisciplines_12_js_1 = require("./chunks/subdisciplines-12.js");
|
|
10
|
+
const subdisciplines_13_js_1 = require("./chunks/subdisciplines-13.js");
|
|
11
|
+
const subdisciplines_23_js_1 = require("./chunks/subdisciplines-23.js");
|
|
12
|
+
const subdisciplines_24_js_1 = require("./chunks/subdisciplines-24.js");
|
|
13
|
+
const subdisciplines_54_js_1 = require("./chunks/subdisciplines-54.js");
|
|
14
|
+
const subdisciplines_58_js_1 = require("./chunks/subdisciplines-58.js");
|
|
15
|
+
const subdisciplines_64_js_1 = require("./chunks/subdisciplines-64.js");
|
|
16
|
+
const subdisciplines_117_js_1 = require("./chunks/subdisciplines-117.js");
|
|
17
|
+
const subdisciplines_258_js_1 = require("./chunks/subdisciplines-258.js");
|
|
18
|
+
const subdisciplines_289_js_1 = require("./chunks/subdisciplines-289.js");
|
|
4
19
|
const subDisciplineRecords = [
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
["20", "Architecture", "258"],
|
|
21
|
-
["259", "Art History", "258"],
|
|
22
|
-
["63", "Design", "258"],
|
|
23
|
-
["260", "Fashion Design", "258"],
|
|
24
|
-
["261", "Graphic Design", "258"],
|
|
25
|
-
["69", "Film Studies", "258"],
|
|
26
|
-
["376", "Fine Arts", "258"],
|
|
27
|
-
["53", "Industrial Design", "258"],
|
|
28
|
-
["262", "Interior Design", "258"],
|
|
29
|
-
["263", "Landscape Architecture", "258"],
|
|
30
|
-
["104", "Music", "258"],
|
|
31
|
-
["374", "Music Composition", "258"],
|
|
32
|
-
["264", "Musicology", "258"],
|
|
33
|
-
["375", "Music Performance", "258"],
|
|
34
|
-
["318", "Drama", "258"],
|
|
35
|
-
["328", "Urban Planning", "258"],
|
|
36
|
-
["68", "Visual Arts", "258"],
|
|
37
|
-
["93", "Accounting", "23"],
|
|
38
|
-
["325", "Actuarial Science", "23"],
|
|
39
|
-
["232", "Agribusiness", "23"],
|
|
40
|
-
["233", "Auditing", "23"],
|
|
41
|
-
["362", "Banking", "23"],
|
|
42
|
-
["45", "Business Administration", "23"],
|
|
43
|
-
["234", "Business Intelligence", "23"],
|
|
44
|
-
["235", "Commerce", "23"],
|
|
45
|
-
["342", "Construction Management", "23"],
|
|
46
|
-
["236", "Corporate Communication", "23"],
|
|
47
|
-
["237", "Corporate Social Responsibility", "23"],
|
|
48
|
-
["322", "Digital Media", "23"],
|
|
49
|
-
["324", "Digital Marketing", "23"],
|
|
50
|
-
["86", "Entrepreneurship", "23"],
|
|
51
|
-
["238", "Executive MBA", "23"],
|
|
52
|
-
["87", "Finance", "23"],
|
|
53
|
-
["239", "Forensic Accounting", "23"],
|
|
54
|
-
["111", "Human Resource Management", "23"],
|
|
55
|
-
["240", "Innovation Management", "23"],
|
|
56
|
-
["241", "International Business", "23"],
|
|
57
|
-
["353", "IT Management", "23"],
|
|
58
|
-
["366", "Leadership", "23"],
|
|
59
|
-
["352", "Management of Creative Industries", "23"],
|
|
60
|
-
["89", "Management Studies", "23"],
|
|
61
|
-
["88", "Marketing", "23"],
|
|
62
|
-
["373", "Marketing Management", "23"],
|
|
63
|
-
["242", "Master in Business Administration (MBA)", "23"],
|
|
64
|
-
["243", "Master in Management (MIM)", "23"],
|
|
65
|
-
["356", "Operations and Quality Management", "23"],
|
|
66
|
-
["25", "Project Management", "23"],
|
|
67
|
-
["101", "Public Administration", "23"],
|
|
68
|
-
["244", "Retail Management", "23"],
|
|
69
|
-
["245", "Risk Management", "23"],
|
|
70
|
-
["246", "Strategic Management", "23"],
|
|
71
|
-
["133", "Supply Chain Management & Logistics", "23"],
|
|
72
|
-
["247", "Taxation", "23"],
|
|
73
|
-
["248", "Engineering Management", "23"],
|
|
74
|
-
["249", "Transport Management", "23"],
|
|
75
|
-
["330", "Artificial Intelligence", "24"],
|
|
76
|
-
["279", "Business Information Systems", "24"],
|
|
77
|
-
["281", "Computer Sciences", "24"],
|
|
78
|
-
["323", "Cyber Security", "24"],
|
|
79
|
-
["282", "Data Science & Big Data", "24"],
|
|
80
|
-
["130", "Geographical Information Systems (GIS)", "24"],
|
|
81
|
-
["283", "Health Informatics", "24"],
|
|
82
|
-
["284", "Human Computer Interaction", "24"],
|
|
83
|
-
["108", "Information Technology (IT)", "24"],
|
|
84
|
-
["331", "Machine Learning", "24"],
|
|
85
|
-
["329", "Software Engineering", "24"],
|
|
86
|
-
["265", "User Experience Design", "24"],
|
|
87
|
-
["280", "Game Design", "24"],
|
|
88
|
-
["286", "Web Technologies & Cloud Computing", "24"],
|
|
89
|
-
["290", "Adult Education", "289"],
|
|
90
|
-
["360", "Art Education", "289"],
|
|
91
|
-
["291", "Coaching", "289"],
|
|
92
|
-
["292", "School Counselling", "289"],
|
|
93
|
-
["333", "Early Childhood Education", "289"],
|
|
94
|
-
["8", "Education", "289"],
|
|
95
|
-
["349", "Educational Leadership", "289"],
|
|
96
|
-
["293", "Educational Psychology", "289"],
|
|
97
|
-
["98", "Educational Research", "289"],
|
|
98
|
-
["371", "Health Education", "289"],
|
|
99
|
-
["363", "Higher Education", "289"],
|
|
100
|
-
["355", "Instructional Design", "289"],
|
|
101
|
-
["370", "Literacy Education", "289"],
|
|
102
|
-
["348", "Primary Education", "289"],
|
|
103
|
-
["97", "Special Education", "289"],
|
|
104
|
-
["359", "Secondary Education", "289"],
|
|
105
|
-
["345", "STEM Education", "289"],
|
|
106
|
-
["295", "Teaching", "289"],
|
|
107
|
-
["358", "Teaching English as a Foreign Language", "289"],
|
|
108
|
-
["37", "Aerospace Engineering", "7"],
|
|
109
|
-
["250", "Automotive Engineering", "7"],
|
|
110
|
-
["30", "Bio & Biomedical Engineering", "7"],
|
|
111
|
-
["32", "Chemical Engineering", "7"],
|
|
112
|
-
["29", "Civil Engineering & Construction", "7"],
|
|
113
|
-
["340", "Communications Engineering", "7"],
|
|
114
|
-
["34", "Electrical Engineering", "7"],
|
|
115
|
-
["83", "Electronics & Embedded Technology", "7"],
|
|
116
|
-
["94", "Energy Engineering", "7"],
|
|
117
|
-
["28", "Environmental Engineering", "7"],
|
|
118
|
-
["251", "General Engineering & Technology", "7"],
|
|
119
|
-
["26", "Industrial & Systems Engineering", "7"],
|
|
120
|
-
["252", "Marine Engineering", "7"],
|
|
121
|
-
["33", "Materials Science", "7"],
|
|
122
|
-
["39", "Mechanical Engineering", "7"],
|
|
123
|
-
["253", "Mechatronics", "7"],
|
|
124
|
-
["254", "Mining, Oil & Gas", "7"],
|
|
125
|
-
["367", "Nuclear Engineering", "7"],
|
|
126
|
-
["255", "Robotics", "7"],
|
|
127
|
-
["350", "Sound Engineering", "7"],
|
|
128
|
-
["256", "Sustainable Energy", "7"],
|
|
129
|
-
["257", "Transportation Engineering", "7"],
|
|
130
|
-
["126", "Biodiversity & Conservation", "117"],
|
|
131
|
-
["125", "Climate Studies & Meteorology", "117"],
|
|
132
|
-
["47", "Earth Sciences", "117"],
|
|
133
|
-
["314", "Ecology", "117"],
|
|
134
|
-
["128", "Environmental Economics & Policy", "117"],
|
|
135
|
-
["287", "Environmental Management", "117"],
|
|
136
|
-
["315", "Environmental Sciences", "117"],
|
|
137
|
-
["123", "Geology", "117"],
|
|
138
|
-
["124", "Hydrology & Water Management", "117"],
|
|
139
|
-
["288", "Natural Resource Management", "117"],
|
|
140
|
-
["122", "Soil Science", "117"],
|
|
141
|
-
["127", "Sustainable Development", "117"],
|
|
142
|
-
["119", "Toxicology", "117"],
|
|
143
|
-
["312", "Culinary Arts", "64"],
|
|
144
|
-
["313", "Event Management", "64"],
|
|
145
|
-
["311", "Hospitality Management", "64"],
|
|
146
|
-
["134", "Sports Management", "64"],
|
|
147
|
-
["317", "Sport and Exercise Science", "64"],
|
|
148
|
-
["319", "Tourism & Leisure", "64"],
|
|
149
|
-
["266", "Ancient History", "9"],
|
|
150
|
-
["267", "Christian Studies", "9"],
|
|
151
|
-
["268", "Creative Writing", "9"],
|
|
152
|
-
["365", "ESL", "9"],
|
|
153
|
-
["269", "General Studies", "9"],
|
|
154
|
-
["74", "History", "9"],
|
|
155
|
-
["270", "Islamic Studies", "9"],
|
|
156
|
-
["77", "Language Studies", "9"],
|
|
157
|
-
["271", "Liberal Arts", "9"],
|
|
158
|
-
["272", "Literature", "9"],
|
|
159
|
-
["273", "Modern History", "9"],
|
|
160
|
-
["84", "Philosophy", "9"],
|
|
161
|
-
["99", "Theology and Religious Studies", "9"],
|
|
162
|
-
["332", "Linguistics", "9"],
|
|
163
|
-
["306", "Journalism", "58"],
|
|
164
|
-
["307", "Media Management", "58"],
|
|
165
|
-
["308", "Media Studies & Mass Media", "58"],
|
|
166
|
-
["309", "Public Relations", "58"],
|
|
167
|
-
["310", "Translation & Interpreting", "58"],
|
|
168
|
-
["219", "Business Law", "6"],
|
|
169
|
-
["114", "Civil & Private Law", "6"],
|
|
170
|
-
["341", "Criminal Justice", "6"],
|
|
171
|
-
["109", "Criminal Law", "6"],
|
|
172
|
-
["48", "European Law", "6"],
|
|
173
|
-
["85", "International Law", "6"],
|
|
174
|
-
["220", "Legal Studies", "6"],
|
|
175
|
-
["221", "Master of Laws (LLM)", "6"],
|
|
176
|
-
["49", "Patent & Intellectual Property Law", "6"],
|
|
177
|
-
["115", "Public Law", "6"],
|
|
178
|
-
["31", "Biomedical Science", "10"],
|
|
179
|
-
["335", "Clinical Psychology", "10"],
|
|
180
|
-
["228", "Complementary & Alternative Medicine", "10"],
|
|
181
|
-
["100", "Dentistry", "10"],
|
|
182
|
-
["368", "Epidemiology", "10"],
|
|
183
|
-
["361", "Gerontology", "10"],
|
|
184
|
-
["229", "Healthcare Administration", "10"],
|
|
185
|
-
["230", "Health Sciences", "10"],
|
|
186
|
-
["92", "Medicine", "10"],
|
|
187
|
-
["372", "Immunology", "10"],
|
|
188
|
-
["343", "Kinesiology", "10"],
|
|
189
|
-
["346", "Medical Imaging", "10"],
|
|
190
|
-
["231", "Midwifery", "10"],
|
|
191
|
-
["113", "Nursing", "10"],
|
|
192
|
-
["131", "Nutrition & Dietetics", "10"],
|
|
193
|
-
["351", "Occupational Health and Safety", "10"],
|
|
194
|
-
["106", "Pharmacy", "10"],
|
|
195
|
-
["369", "Physiology", "10"],
|
|
196
|
-
["105", "Physiotherapy", "10"],
|
|
197
|
-
["90", "Public Health", "10"],
|
|
198
|
-
["344", "Speech Pathology", "10"],
|
|
199
|
-
["107", "Veterinary Medicine", "10"],
|
|
200
|
-
["52", "Applied Mathematics", "11"],
|
|
201
|
-
["82", "Astronomy & Space Sciences", "11"],
|
|
202
|
-
["327", "Biochemistry", "11"],
|
|
203
|
-
["326", "Bioinformatics & Biostatistics", "11"],
|
|
204
|
-
["81", "Biology", "11"],
|
|
205
|
-
["118", "Biotechnology", "11"],
|
|
206
|
-
["305", "Botany", "11"],
|
|
207
|
-
["46", "Chemistry", "11"],
|
|
208
|
-
["223", "Financial Mathematics", "11"],
|
|
209
|
-
["334", "Genetics", "11"],
|
|
210
|
-
["40", "Mathematics", "11"],
|
|
211
|
-
["224", "Microbiology", "11"],
|
|
212
|
-
["225", "Molecular Sciences", "11"],
|
|
213
|
-
["357", "Nanoscience and Nanotechnology", "11"],
|
|
214
|
-
["222", "Natural Sciences", "11"],
|
|
215
|
-
["226", "Neuroscience", "11"],
|
|
216
|
-
["354", "Pharmacology", "11"],
|
|
217
|
-
["38", "Physics", "11"],
|
|
218
|
-
["227", "Statistics", "11"],
|
|
219
|
-
["274", "American and Australasian studies", "13"],
|
|
220
|
-
["72", "Anthropology", "13"],
|
|
221
|
-
["70", "Archaeology", "13"],
|
|
222
|
-
["67", "Area & Cultural Studies", "13"],
|
|
223
|
-
["347", "Childhood Studies", "13"],
|
|
224
|
-
["275", "Cognitive Science", "13"],
|
|
225
|
-
["71", "Communication Studies", "13"],
|
|
226
|
-
["364", "Community Development", "13"],
|
|
227
|
-
["339", "Counselling Psychology", "13"],
|
|
228
|
-
["276", "Criminology", "13"],
|
|
229
|
-
["110", "Econometrics", "13"],
|
|
230
|
-
["4", "Economics", "13"],
|
|
231
|
-
["73", "Ethnic Studies", "13"],
|
|
232
|
-
["277", "European Studies", "13"],
|
|
233
|
-
["76", "Gender & Sexuality Studies", "13"],
|
|
234
|
-
["75", "Geography", "13"],
|
|
235
|
-
["102", "International Development", "13"],
|
|
236
|
-
["78", "International Relations", "13"],
|
|
237
|
-
["103", "Organisational Behaviour", "13"],
|
|
238
|
-
["316", "Political Science", "13"],
|
|
239
|
-
["79", "Psychology", "13"],
|
|
240
|
-
["278", "Public Policy", "13"],
|
|
241
|
-
["80", "Sociology", "13"],
|
|
242
|
-
["320", "Terrorism & Security", "13"],
|
|
243
|
-
["377", "Information Systems", "24"],
|
|
244
|
-
["378", "Optometry", "10"],
|
|
245
|
-
["379", "Social Policy", "13"],
|
|
246
|
-
["380", "Financial Technology", "23"],
|
|
247
|
-
["381", "Italian studies", "13"],
|
|
248
|
-
["382", "Fashion Management", "23"],
|
|
249
|
-
["383", "Occupational Therapy", "10"],
|
|
250
|
-
["384", "Pathology", "10"],
|
|
251
|
-
["385", "Forensic Psychology", "13"],
|
|
252
|
-
["386", "Asian Studies", "13"],
|
|
253
|
-
["387", "Developmental Psychology", "13"],
|
|
254
|
-
["388", "Social Psychology", "13"],
|
|
255
|
-
["389", "Food Technology", "54"],
|
|
256
|
-
["390", "Slavic Studies", "13"],
|
|
257
|
-
["391", "Diplomacy", "13"],
|
|
258
|
-
["392", "Art Therapy", "13"],
|
|
259
|
-
["393", "African Studies", "13"],
|
|
260
|
-
["394", "Middle Eastern Studies", "13"],
|
|
261
|
-
["395", "Publishing", "58"],
|
|
262
|
-
["396", "Financial Management", "23"],
|
|
263
|
-
["397", "Production and Manufacturing Engineering", "7"],
|
|
264
|
-
["398", "Anatomy", "11"],
|
|
265
|
-
["399", "Structural Engineering", "7"],
|
|
266
|
-
["400", "French Studies", "13"],
|
|
267
|
-
["401", "German and Scandinavian Studies", "13"],
|
|
268
|
-
["402", "Advertising", "23"],
|
|
269
|
-
["403", "Computational Mathematics", "11"],
|
|
270
|
-
["404", "Zoology", "11"],
|
|
271
|
-
["405", "Operations Research", "11"],
|
|
272
|
-
["406", "Insurance", "23"],
|
|
273
|
-
["407", "Prosthetics and Orthotics", "10"],
|
|
274
|
-
["408", "Oceanography", "11"],
|
|
275
|
-
["409", "Aviation Studies", "12"],
|
|
276
|
-
["410", "Iberian Studies", "13"],
|
|
277
|
-
["411", "Ceramics and Sculpture", "258"],
|
|
278
|
-
["412", "British Studies", "13"],
|
|
279
|
-
["413", "Painting & Drawing", "258"],
|
|
280
|
-
["414", "Art and Craft", "258"],
|
|
281
|
-
["415", "Classics", "9"],
|
|
282
|
-
["416", "Investment", "23"],
|
|
283
|
-
["417", "Dance", "258"],
|
|
284
|
-
["418", "Animation", "24"],
|
|
285
|
-
["419", "Photography", "258"],
|
|
286
|
-
["420", "Ethics", "9"],
|
|
287
|
-
["421", "Data Analytics", "24"],
|
|
20
|
+
...subdisciplines_6_js_1.subDisciplineRecords,
|
|
21
|
+
...subdisciplines_7_js_1.subDisciplineRecords,
|
|
22
|
+
...subdisciplines_9_js_1.subDisciplineRecords,
|
|
23
|
+
...subdisciplines_10_js_1.subDisciplineRecords,
|
|
24
|
+
...subdisciplines_11_js_1.subDisciplineRecords,
|
|
25
|
+
...subdisciplines_12_js_1.subDisciplineRecords,
|
|
26
|
+
...subdisciplines_13_js_1.subDisciplineRecords,
|
|
27
|
+
...subdisciplines_23_js_1.subDisciplineRecords,
|
|
28
|
+
...subdisciplines_24_js_1.subDisciplineRecords,
|
|
29
|
+
...subdisciplines_54_js_1.subDisciplineRecords,
|
|
30
|
+
...subdisciplines_58_js_1.subDisciplineRecords,
|
|
31
|
+
...subdisciplines_64_js_1.subDisciplineRecords,
|
|
32
|
+
...subdisciplines_117_js_1.subDisciplineRecords,
|
|
33
|
+
...subdisciplines_258_js_1.subDisciplineRecords,
|
|
34
|
+
...subdisciplines_289_js_1.subDisciplineRecords,
|
|
288
35
|
];
|
|
289
36
|
const subdisciplinesAll = subDisciplineRecords.map(([id, name, disciplineId]) => ({ id, name, disciplineId }));
|
|
290
37
|
exports.subdisciplinesAll = subdisciplinesAll;
|