@studyportals/static-domain-data 7.0.0-0 → 7.0.0-1

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.
Files changed (66) hide show
  1. package/cjs/src/continents/continent-country-mapping.js +21 -242
  2. package/cjs/src/continents/continent-iso-country-mapping.js +3 -2
  3. package/cjs/src/countries/chunks/country-records-a-f.js +80 -0
  4. package/cjs/src/countries/chunks/country-records-g-l.js +51 -0
  5. package/cjs/src/countries/chunks/country-records-m-r.js +59 -0
  6. package/cjs/src/countries/chunks/country-records-s-z.js +63 -0
  7. package/cjs/src/countries/countries.js +11 -919
  8. package/cjs/src/countries/country-bit-values-mapping.js +231 -229
  9. package/cjs/src/countries/country-get-path.js +8 -234
  10. package/cjs/src/countries/country-id-iso-code-mapping.js +10 -230
  11. package/cjs/src/countries/i-country-record.js +2 -0
  12. package/cjs/src/currencies/chunks/currency-records-a-f.js +55 -0
  13. package/cjs/src/currencies/chunks/currency-records-g-l.js +48 -0
  14. package/cjs/src/currencies/chunks/currency-records-m-r.js +38 -0
  15. package/cjs/src/currencies/chunks/currency-records-s-z.js +50 -0
  16. package/cjs/src/currencies/currencies.js +10 -669
  17. package/cjs/src/currencies/currency-get-countries.js +16 -526
  18. package/cjs/src/currencies/currency-get-from-country.js +6 -4
  19. package/cjs/src/currencies/i-currency-record.js +2 -0
  20. package/cjs/src/disciplines/subdisciplines.js +285 -1416
  21. package/cjs/src/gpa/get-grade-by-grade-type.js +2 -25
  22. package/cjs/src/gpa/grade-data-by-type.js +57 -0
  23. package/esm/src/continents/continent-country-mapping.d.ts +1 -1
  24. package/esm/src/continents/continent-country-mapping.js +22 -243
  25. package/esm/src/continents/continent-iso-country-mapping.d.ts +2 -1
  26. package/esm/src/continents/continent-iso-country-mapping.js +2 -2
  27. package/esm/src/countries/chunks/country-records-a-f.d.ts +3 -0
  28. package/esm/src/countries/chunks/country-records-a-f.js +77 -0
  29. package/esm/src/countries/chunks/country-records-g-l.d.ts +3 -0
  30. package/esm/src/countries/chunks/country-records-g-l.js +48 -0
  31. package/esm/src/countries/chunks/country-records-m-r.d.ts +3 -0
  32. package/esm/src/countries/chunks/country-records-m-r.js +56 -0
  33. package/esm/src/countries/chunks/country-records-s-z.d.ts +3 -0
  34. package/esm/src/countries/chunks/country-records-s-z.js +60 -0
  35. package/esm/src/countries/countries.d.ts +1 -1
  36. package/esm/src/countries/countries.js +12 -920
  37. package/esm/src/countries/country-bit-values-mapping.d.ts +3 -2
  38. package/esm/src/countries/country-bit-values-mapping.js +231 -229
  39. package/esm/src/countries/country-get-path.d.ts +1 -1
  40. package/esm/src/countries/country-get-path.js +9 -235
  41. package/esm/src/countries/country-id-iso-code-mapping.d.ts +1 -1
  42. package/esm/src/countries/country-id-iso-code-mapping.js +11 -231
  43. package/esm/src/countries/i-country-record.d.ts +1 -0
  44. package/esm/src/countries/i-country-record.js +1 -0
  45. package/esm/src/currencies/chunks/currency-records-a-f.d.ts +3 -0
  46. package/esm/src/currencies/chunks/currency-records-a-f.js +52 -0
  47. package/esm/src/currencies/chunks/currency-records-g-l.d.ts +3 -0
  48. package/esm/src/currencies/chunks/currency-records-g-l.js +45 -0
  49. package/esm/src/currencies/chunks/currency-records-m-r.d.ts +3 -0
  50. package/esm/src/currencies/chunks/currency-records-m-r.js +35 -0
  51. package/esm/src/currencies/chunks/currency-records-s-z.d.ts +3 -0
  52. package/esm/src/currencies/chunks/currency-records-s-z.js +47 -0
  53. package/esm/src/currencies/currencies.d.ts +1 -1
  54. package/esm/src/currencies/currencies.js +11 -670
  55. package/esm/src/currencies/currency-get-countries.d.ts +1 -1
  56. package/esm/src/currencies/currency-get-countries.js +17 -527
  57. package/esm/src/currencies/currency-get-from-country.d.ts +1 -1
  58. package/esm/src/currencies/currency-get-from-country.js +7 -5
  59. package/esm/src/currencies/i-currency-record.d.ts +1 -0
  60. package/esm/src/currencies/i-currency-record.js +1 -0
  61. package/esm/src/disciplines/subdisciplines.js +285 -1416
  62. package/esm/src/gpa/get-grade-by-grade-type.js +2 -2
  63. package/esm/src/gpa/grade-data-by-type.d.ts +4 -0
  64. package/esm/src/gpa/grade-data-by-type.js +54 -0
  65. package/esm/src/gpa/i-option.d.ts +1 -1
  66. package/package.json +1 -1
@@ -1,1421 +1,290 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.subdisciplinesAll = void 0;
4
- const subdisciplinesAll = [
5
- {
6
- "id": "300",
7
- "name": "Agriculture",
8
- "disciplineId": "54",
9
- },
10
- {
11
- "id": "301",
12
- "name": "Animal Science",
13
- "disciplineId": "54",
14
- },
15
- {
16
- "id": "302",
17
- "name": "Marine Science",
18
- "disciplineId": "54",
19
- },
20
- {
21
- "id": "303",
22
- "name": "Forestry",
23
- "disciplineId": "54",
24
- },
25
- {
26
- "id": "304",
27
- "name": "Horticulture and Crop Science",
28
- "disciplineId": "54",
29
- },
30
- {
31
- "id": "297",
32
- "name": "Emergency & Disaster Management",
33
- "disciplineId": "12",
34
- },
35
- {
36
- "id": "56",
37
- "name": "Family & Consumer Science",
38
- "disciplineId": "12",
39
- },
40
- {
41
- "id": "132",
42
- "name": "Fashion, Textiles and Luxury Goods",
43
- "disciplineId": "12",
44
- },
45
- {
46
- "id": "298",
47
- "name": "Food Science",
48
- "disciplineId": "12",
49
- },
50
- {
51
- "id": "112",
52
- "name": "Forensic Science",
53
- "disciplineId": "12",
54
- },
55
- {
56
- "id": "59",
57
- "name": "Library Science",
58
- "disciplineId": "12",
59
- },
60
- {
61
- "id": "60",
62
- "name": "Military Science",
63
- "disciplineId": "12",
64
- },
65
- {
66
- "id": "299",
67
- "name": "Museum Studies",
68
- "disciplineId": "12",
69
- },
70
- {
71
- "id": "321",
72
- "name": "Real Estate & Property Management",
73
- "disciplineId": "12",
74
- },
75
- {
76
- "id": "62",
77
- "name": "Social Work",
78
- "disciplineId": "12",
79
- },
80
- {
81
- "id": "20",
82
- "name": "Architecture",
83
- "disciplineId": "258",
84
- },
85
- {
86
- "id": "259",
87
- "name": "Art History",
88
- "disciplineId": "258",
89
- },
90
- {
91
- "id": "63",
92
- "name": "Design",
93
- "disciplineId": "258",
94
- },
95
- {
96
- "id": "260",
97
- "name": "Fashion Design",
98
- "disciplineId": "258",
99
- },
100
- {
101
- "id": "261",
102
- "name": "Graphic Design",
103
- "disciplineId": "258",
104
- },
105
- {
106
- "id": "69",
107
- "name": "Film Studies",
108
- "disciplineId": "258",
109
- },
110
- {
111
- "id": "376",
112
- "name": "Fine Arts",
113
- "disciplineId": "258",
114
- },
115
- {
116
- "id": "53",
117
- "name": "Industrial Design",
118
- "disciplineId": "258",
119
- },
120
- {
121
- "id": "262",
122
- "name": "Interior Design",
123
- "disciplineId": "258",
124
- },
125
- {
126
- "id": "263",
127
- "name": "Landscape Architecture",
128
- "disciplineId": "258",
129
- },
130
- {
131
- "id": "104",
132
- "name": "Music",
133
- "disciplineId": "258",
134
- },
135
- {
136
- "id": "374",
137
- "name": "Music Composition",
138
- "disciplineId": "258",
139
- },
140
- {
141
- "id": "264",
142
- "name": "Musicology",
143
- "disciplineId": "258",
144
- },
145
- {
146
- "id": "375",
147
- "name": "Music Performance",
148
- "disciplineId": "258",
149
- },
150
- {
151
- "id": "318",
152
- "name": "Drama",
153
- "disciplineId": "258",
154
- },
155
- {
156
- "id": "328",
157
- "name": "Urban Planning",
158
- "disciplineId": "258",
159
- },
160
- {
161
- "id": "68",
162
- "name": "Visual Arts",
163
- "disciplineId": "258",
164
- },
165
- {
166
- "id": "93",
167
- "name": "Accounting",
168
- "disciplineId": "23",
169
- },
170
- {
171
- "id": "325",
172
- "name": "Actuarial Science",
173
- "disciplineId": "23",
174
- },
175
- {
176
- "id": "232",
177
- "name": "Agribusiness",
178
- "disciplineId": "23",
179
- },
180
- {
181
- "id": "233",
182
- "name": "Auditing",
183
- "disciplineId": "23",
184
- },
185
- {
186
- "id": "362",
187
- "name": "Banking",
188
- "disciplineId": "23",
189
- },
190
- {
191
- "id": "45",
192
- "name": "Business Administration",
193
- "disciplineId": "23",
194
- },
195
- {
196
- "id": "234",
197
- "name": "Business Intelligence",
198
- "disciplineId": "23",
199
- },
200
- {
201
- "id": "235",
202
- "name": "Commerce",
203
- "disciplineId": "23",
204
- },
205
- {
206
- "id": "342",
207
- "name": "Construction Management",
208
- "disciplineId": "23",
209
- },
210
- {
211
- "id": "236",
212
- "name": "Corporate Communication",
213
- "disciplineId": "23",
214
- },
215
- {
216
- "id": "237",
217
- "name": "Corporate Social Responsibility",
218
- "disciplineId": "23",
219
- },
220
- {
221
- "id": "322",
222
- "name": "Digital Media",
223
- "disciplineId": "23",
224
- },
225
- {
226
- "id": "324",
227
- "name": "Digital Marketing",
228
- "disciplineId": "23",
229
- },
230
- {
231
- "id": "86",
232
- "name": "Entrepreneurship",
233
- "disciplineId": "23",
234
- },
235
- {
236
- "id": "238",
237
- "name": "Executive MBA",
238
- "disciplineId": "23",
239
- },
240
- {
241
- "id": "87",
242
- "name": "Finance",
243
- "disciplineId": "23",
244
- },
245
- {
246
- "id": "239",
247
- "name": "Forensic Accounting",
248
- "disciplineId": "23",
249
- },
250
- {
251
- "id": "111",
252
- "name": "Human Resource Management",
253
- "disciplineId": "23",
254
- },
255
- {
256
- "id": "240",
257
- "name": "Innovation Management",
258
- "disciplineId": "23",
259
- },
260
- {
261
- "id": "241",
262
- "name": "International Business",
263
- "disciplineId": "23",
264
- },
265
- {
266
- "id": "353",
267
- "name": "IT Management",
268
- "disciplineId": "23",
269
- },
270
- {
271
- "id": "366",
272
- "name": "Leadership",
273
- "disciplineId": "23",
274
- },
275
- {
276
- "id": "352",
277
- "name": "Management of Creative Industries",
278
- "disciplineId": "23",
279
- },
280
- {
281
- "id": "89",
282
- "name": "Management Studies",
283
- "disciplineId": "23",
284
- },
285
- {
286
- "id": "88",
287
- "name": "Marketing",
288
- "disciplineId": "23",
289
- },
290
- {
291
- "id": "373",
292
- "name": "Marketing Management",
293
- "disciplineId": "23",
294
- },
295
- {
296
- "id": "242",
297
- "name": "Master in Business Administration (MBA)",
298
- "disciplineId": "23",
299
- },
300
- {
301
- "id": "243",
302
- "name": "Master in Management (MIM)",
303
- "disciplineId": "23",
304
- },
305
- {
306
- "id": "356",
307
- "name": "Operations and Quality Management",
308
- "disciplineId": "23",
309
- },
310
- {
311
- "id": "25",
312
- "name": "Project Management",
313
- "disciplineId": "23",
314
- },
315
- {
316
- "id": "101",
317
- "name": "Public Administration",
318
- "disciplineId": "23",
319
- },
320
- {
321
- "id": "244",
322
- "name": "Retail Management",
323
- "disciplineId": "23",
324
- },
325
- {
326
- "id": "245",
327
- "name": "Risk Management",
328
- "disciplineId": "23",
329
- },
330
- {
331
- "id": "246",
332
- "name": "Strategic Management",
333
- "disciplineId": "23",
334
- },
335
- {
336
- "id": "133",
337
- "name": "Supply Chain Management & Logistics",
338
- "disciplineId": "23",
339
- },
340
- {
341
- "id": "247",
342
- "name": "Taxation",
343
- "disciplineId": "23",
344
- },
345
- {
346
- "id": "248",
347
- "name": "Engineering Management",
348
- "disciplineId": "23",
349
- },
350
- {
351
- "id": "249",
352
- "name": "Transport Management",
353
- "disciplineId": "23",
354
- },
355
- {
356
- "id": "330",
357
- "name": "Artificial Intelligence",
358
- "disciplineId": "24",
359
- },
360
- {
361
- "id": "279",
362
- "name": "Business Information Systems",
363
- "disciplineId": "24",
364
- },
365
- {
366
- "id": "281",
367
- "name": "Computer Sciences",
368
- "disciplineId": "24",
369
- },
370
- {
371
- "id": "323",
372
- "name": "Cyber Security",
373
- "disciplineId": "24",
374
- },
375
- {
376
- "id": "282",
377
- "name": "Data Science & Big Data",
378
- "disciplineId": "24",
379
- },
380
- {
381
- "id": "130",
382
- "name": "Geographical Information Systems (GIS)",
383
- "disciplineId": "24",
384
- },
385
- {
386
- "id": "283",
387
- "name": "Health Informatics",
388
- "disciplineId": "24",
389
- },
390
- {
391
- "id": "284",
392
- "name": "Human Computer Interaction",
393
- "disciplineId": "24",
394
- },
395
- {
396
- "id": "108",
397
- "name": "Information Technology (IT)",
398
- "disciplineId": "24",
399
- },
400
- {
401
- "id": "331",
402
- "name": "Machine Learning",
403
- "disciplineId": "24",
404
- },
405
- {
406
- "id": "329",
407
- "name": "Software Engineering",
408
- "disciplineId": "24",
409
- },
410
- {
411
- "id": "265",
412
- "name": "User Experience Design",
413
- "disciplineId": "24",
414
- },
415
- {
416
- "id": "280",
417
- "name": "Game Design",
418
- "disciplineId": "24",
419
- },
420
- {
421
- "id": "286",
422
- "name": "Web Technologies & Cloud Computing",
423
- "disciplineId": "24",
424
- },
425
- {
426
- "id": "290",
427
- "name": "Adult Education",
428
- "disciplineId": "289",
429
- },
430
- {
431
- "id": "360",
432
- "name": "Art Education",
433
- "disciplineId": "289",
434
- },
435
- {
436
- "id": "291",
437
- "name": "Coaching",
438
- "disciplineId": "289",
439
- },
440
- {
441
- "id": "292",
442
- "name": "School Counselling",
443
- "disciplineId": "289",
444
- },
445
- {
446
- "id": "333",
447
- "name": "Early Childhood Education",
448
- "disciplineId": "289",
449
- },
450
- {
451
- "id": "8",
452
- "name": "Education",
453
- "disciplineId": "289",
454
- },
455
- {
456
- "id": "349",
457
- "name": "Educational Leadership",
458
- "disciplineId": "289",
459
- },
460
- {
461
- "id": "293",
462
- "name": "Educational Psychology",
463
- "disciplineId": "289",
464
- },
465
- {
466
- "id": "98",
467
- "name": "Educational Research",
468
- "disciplineId": "289",
469
- },
470
- {
471
- "id": "371",
472
- "name": "Health Education",
473
- "disciplineId": "289",
474
- },
475
- {
476
- "id": "363",
477
- "name": "Higher Education",
478
- "disciplineId": "289",
479
- },
480
- {
481
- "id": "355",
482
- "name": "Instructional Design",
483
- "disciplineId": "289",
484
- },
485
- {
486
- "id": "370",
487
- "name": "Literacy Education",
488
- "disciplineId": "289",
489
- },
490
- {
491
- "id": "348",
492
- "name": "Primary Education",
493
- "disciplineId": "289",
494
- },
495
- {
496
- "id": "97",
497
- "name": "Special Education",
498
- "disciplineId": "289",
499
- },
500
- {
501
- "id": "359",
502
- "name": "Secondary Education",
503
- "disciplineId": "289",
504
- },
505
- {
506
- "id": "345",
507
- "name": "STEM Education",
508
- "disciplineId": "289",
509
- },
510
- {
511
- "id": "295",
512
- "name": "Teaching",
513
- "disciplineId": "289",
514
- },
515
- {
516
- "id": "358",
517
- "name": "Teaching English as a Foreign Language",
518
- "disciplineId": "289",
519
- },
520
- {
521
- "id": "37",
522
- "name": "Aerospace Engineering",
523
- "disciplineId": "7",
524
- },
525
- {
526
- "id": "250",
527
- "name": "Automotive Engineering",
528
- "disciplineId": "7",
529
- },
530
- {
531
- "id": "30",
532
- "name": "Bio & Biomedical Engineering",
533
- "disciplineId": "7",
534
- },
535
- {
536
- "id": "32",
537
- "name": "Chemical Engineering",
538
- "disciplineId": "7",
539
- },
540
- {
541
- "id": "29",
542
- "name": "Civil Engineering & Construction",
543
- "disciplineId": "7",
544
- },
545
- {
546
- "id": "340",
547
- "name": "Communications Engineering",
548
- "disciplineId": "7",
549
- },
550
- {
551
- "id": "34",
552
- "name": "Electrical Engineering",
553
- "disciplineId": "7",
554
- },
555
- {
556
- "id": "83",
557
- "name": "Electronics & Embedded Technology",
558
- "disciplineId": "7",
559
- },
560
- {
561
- "id": "94",
562
- "name": "Energy Engineering",
563
- "disciplineId": "7",
564
- },
565
- {
566
- "id": "28",
567
- "name": "Environmental Engineering",
568
- "disciplineId": "7",
569
- },
570
- {
571
- "id": "251",
572
- "name": "General Engineering & Technology",
573
- "disciplineId": "7",
574
- },
575
- {
576
- "id": "26",
577
- "name": "Industrial & Systems Engineering",
578
- "disciplineId": "7",
579
- },
580
- {
581
- "id": "252",
582
- "name": "Marine Engineering",
583
- "disciplineId": "7",
584
- },
585
- {
586
- "id": "33",
587
- "name": "Materials Science",
588
- "disciplineId": "7",
589
- },
590
- {
591
- "id": "39",
592
- "name": "Mechanical Engineering",
593
- "disciplineId": "7",
594
- },
595
- {
596
- "id": "253",
597
- "name": "Mechatronics",
598
- "disciplineId": "7",
599
- },
600
- {
601
- "id": "254",
602
- "name": "Mining, Oil & Gas",
603
- "disciplineId": "7",
604
- },
605
- {
606
- "id": "367",
607
- "name": "Nuclear Engineering",
608
- "disciplineId": "7",
609
- },
610
- {
611
- "id": "255",
612
- "name": "Robotics",
613
- "disciplineId": "7",
614
- },
615
- {
616
- "id": "350",
617
- "name": "Sound Engineering",
618
- "disciplineId": "7",
619
- },
620
- {
621
- "id": "256",
622
- "name": "Sustainable Energy",
623
- "disciplineId": "7",
624
- },
625
- {
626
- "id": "257",
627
- "name": "Transportation Engineering",
628
- "disciplineId": "7",
629
- },
630
- {
631
- "id": "126",
632
- "name": "Biodiversity & Conservation",
633
- "disciplineId": "117",
634
- },
635
- {
636
- "id": "125",
637
- "name": "Climate Studies & Meteorology",
638
- "disciplineId": "117",
639
- },
640
- {
641
- "id": "47",
642
- "name": "Earth Sciences",
643
- "disciplineId": "117",
644
- },
645
- {
646
- "id": "314",
647
- "name": "Ecology",
648
- "disciplineId": "117",
649
- },
650
- {
651
- "id": "128",
652
- "name": "Environmental Economics & Policy",
653
- "disciplineId": "117",
654
- },
655
- {
656
- "id": "287",
657
- "name": "Environmental Management",
658
- "disciplineId": "117",
659
- },
660
- {
661
- "id": "315",
662
- "name": "Environmental Sciences",
663
- "disciplineId": "117",
664
- },
665
- {
666
- "id": "123",
667
- "name": "Geology",
668
- "disciplineId": "117",
669
- },
670
- {
671
- "id": "124",
672
- "name": "Hydrology & Water Management",
673
- "disciplineId": "117",
674
- },
675
- {
676
- "id": "288",
677
- "name": "Natural Resource Management",
678
- "disciplineId": "117",
679
- },
680
- {
681
- "id": "122",
682
- "name": "Soil Science",
683
- "disciplineId": "117",
684
- },
685
- {
686
- "id": "127",
687
- "name": "Sustainable Development",
688
- "disciplineId": "117",
689
- },
690
- {
691
- "id": "119",
692
- "name": "Toxicology",
693
- "disciplineId": "117",
694
- },
695
- {
696
- "id": "312",
697
- "name": "Culinary Arts",
698
- "disciplineId": "64",
699
- },
700
- {
701
- "id": "313",
702
- "name": "Event Management",
703
- "disciplineId": "64",
704
- },
705
- {
706
- "id": "311",
707
- "name": "Hospitality Management",
708
- "disciplineId": "64",
709
- },
710
- {
711
- "id": "134",
712
- "name": "Sports Management",
713
- "disciplineId": "64",
714
- },
715
- {
716
- "id": "317",
717
- "name": "Sport and Exercise Science",
718
- "disciplineId": "64",
719
- },
720
- {
721
- "id": "319",
722
- "name": "Tourism & Leisure",
723
- "disciplineId": "64",
724
- },
725
- {
726
- "id": "266",
727
- "name": "Ancient History",
728
- "disciplineId": "9",
729
- },
730
- {
731
- "id": "267",
732
- "name": "Christian Studies",
733
- "disciplineId": "9",
734
- },
735
- {
736
- "id": "268",
737
- "name": "Creative Writing",
738
- "disciplineId": "9",
739
- },
740
- {
741
- "id": "365",
742
- "name": "ESL",
743
- "disciplineId": "9",
744
- },
745
- {
746
- "id": "269",
747
- "name": "General Studies",
748
- "disciplineId": "9",
749
- },
750
- {
751
- "id": "74",
752
- "name": "History",
753
- "disciplineId": "9",
754
- },
755
- {
756
- "id": "270",
757
- "name": "Islamic Studies",
758
- "disciplineId": "9",
759
- },
760
- {
761
- "id": "77",
762
- "name": "Language Studies",
763
- "disciplineId": "9",
764
- },
765
- {
766
- "id": "271",
767
- "name": "Liberal Arts",
768
- "disciplineId": "9",
769
- },
770
- {
771
- "id": "272",
772
- "name": "Literature",
773
- "disciplineId": "9",
774
- },
775
- {
776
- "id": "273",
777
- "name": "Modern History",
778
- "disciplineId": "9",
779
- },
780
- {
781
- "id": "84",
782
- "name": "Philosophy",
783
- "disciplineId": "9",
784
- },
785
- {
786
- "id": "99",
787
- "name": "Theology and Religious Studies",
788
- "disciplineId": "9",
789
- },
790
- {
791
- "id": "332",
792
- "name": "Linguistics",
793
- "disciplineId": "9",
794
- },
795
- {
796
- "id": "306",
797
- "name": "Journalism",
798
- "disciplineId": "58",
799
- },
800
- {
801
- "id": "307",
802
- "name": "Media Management",
803
- "disciplineId": "58",
804
- },
805
- {
806
- "id": "308",
807
- "name": "Media Studies & Mass Media",
808
- "disciplineId": "58",
809
- },
810
- {
811
- "id": "309",
812
- "name": "Public Relations",
813
- "disciplineId": "58",
814
- },
815
- {
816
- "id": "310",
817
- "name": "Translation & Interpreting",
818
- "disciplineId": "58",
819
- },
820
- {
821
- "id": "219",
822
- "name": "Business Law",
823
- "disciplineId": "6",
824
- },
825
- {
826
- "id": "114",
827
- "name": "Civil & Private Law",
828
- "disciplineId": "6",
829
- },
830
- {
831
- "id": "341",
832
- "name": "Criminal Justice",
833
- "disciplineId": "6",
834
- },
835
- {
836
- "id": "109",
837
- "name": "Criminal Law",
838
- "disciplineId": "6",
839
- },
840
- {
841
- "id": "48",
842
- "name": "European Law",
843
- "disciplineId": "6",
844
- },
845
- {
846
- "id": "85",
847
- "name": "International Law",
848
- "disciplineId": "6",
849
- },
850
- {
851
- "id": "220",
852
- "name": "Legal Studies",
853
- "disciplineId": "6",
854
- },
855
- {
856
- "id": "221",
857
- "name": "Master of Laws (LLM)",
858
- "disciplineId": "6",
859
- },
860
- {
861
- "id": "49",
862
- "name": "Patent & Intellectual Property Law",
863
- "disciplineId": "6",
864
- },
865
- {
866
- "id": "115",
867
- "name": "Public Law",
868
- "disciplineId": "6",
869
- },
870
- {
871
- "id": "31",
872
- "name": "Biomedical Science",
873
- "disciplineId": "10",
874
- },
875
- {
876
- "id": "335",
877
- "name": "Clinical Psychology",
878
- "disciplineId": "10",
879
- },
880
- {
881
- "id": "228",
882
- "name": "Complementary & Alternative Medicine",
883
- "disciplineId": "10",
884
- },
885
- {
886
- "id": "100",
887
- "name": "Dentistry",
888
- "disciplineId": "10",
889
- },
890
- {
891
- "id": "368",
892
- "name": "Epidemiology",
893
- "disciplineId": "10",
894
- },
895
- {
896
- "id": "361",
897
- "name": "Gerontology",
898
- "disciplineId": "10",
899
- },
900
- {
901
- "id": "229",
902
- "name": "Healthcare Administration",
903
- "disciplineId": "10",
904
- },
905
- {
906
- "id": "230",
907
- "name": "Health Sciences",
908
- "disciplineId": "10",
909
- },
910
- {
911
- "id": "92",
912
- "name": "Medicine",
913
- "disciplineId": "10",
914
- },
915
- {
916
- "id": "372",
917
- "name": "Immunology",
918
- "disciplineId": "10",
919
- },
920
- {
921
- "id": "343",
922
- "name": "Kinesiology",
923
- "disciplineId": "10",
924
- },
925
- {
926
- "id": "346",
927
- "name": "Medical Imaging",
928
- "disciplineId": "10",
929
- },
930
- {
931
- "id": "231",
932
- "name": "Midwifery",
933
- "disciplineId": "10",
934
- },
935
- {
936
- "id": "113",
937
- "name": "Nursing",
938
- "disciplineId": "10",
939
- },
940
- {
941
- "id": "131",
942
- "name": "Nutrition & Dietetics",
943
- "disciplineId": "10",
944
- },
945
- {
946
- "id": "351",
947
- "name": "Occupational Health and Safety",
948
- "disciplineId": "10",
949
- },
950
- {
951
- "id": "106",
952
- "name": "Pharmacy",
953
- "disciplineId": "10",
954
- },
955
- {
956
- "id": "369",
957
- "name": "Physiology",
958
- "disciplineId": "10",
959
- },
960
- {
961
- "id": "105",
962
- "name": "Physiotherapy",
963
- "disciplineId": "10",
964
- },
965
- {
966
- "id": "90",
967
- "name": "Public Health",
968
- "disciplineId": "10",
969
- },
970
- {
971
- "id": "344",
972
- "name": "Speech Pathology",
973
- "disciplineId": "10",
974
- },
975
- {
976
- "id": "107",
977
- "name": "Veterinary Medicine",
978
- "disciplineId": "10",
979
- },
980
- {
981
- "id": "52",
982
- "name": "Applied Mathematics",
983
- "disciplineId": "11",
984
- },
985
- {
986
- "id": "82",
987
- "name": "Astronomy & Space Sciences",
988
- "disciplineId": "11",
989
- },
990
- {
991
- "id": "327",
992
- "name": "Biochemistry",
993
- "disciplineId": "11",
994
- },
995
- {
996
- "id": "326",
997
- "name": "Bioinformatics & Biostatistics",
998
- "disciplineId": "11",
999
- },
1000
- {
1001
- "id": "81",
1002
- "name": "Biology",
1003
- "disciplineId": "11",
1004
- },
1005
- {
1006
- "id": "118",
1007
- "name": "Biotechnology",
1008
- "disciplineId": "11",
1009
- },
1010
- {
1011
- "id": "305",
1012
- "name": "Botany",
1013
- "disciplineId": "11",
1014
- },
1015
- {
1016
- "id": "46",
1017
- "name": "Chemistry",
1018
- "disciplineId": "11",
1019
- },
1020
- {
1021
- "id": "223",
1022
- "name": "Financial Mathematics",
1023
- "disciplineId": "11",
1024
- },
1025
- {
1026
- "id": "334",
1027
- "name": "Genetics",
1028
- "disciplineId": "11",
1029
- },
1030
- {
1031
- "id": "40",
1032
- "name": "Mathematics",
1033
- "disciplineId": "11",
1034
- },
1035
- {
1036
- "id": "224",
1037
- "name": "Microbiology",
1038
- "disciplineId": "11",
1039
- },
1040
- {
1041
- "id": "225",
1042
- "name": "Molecular Sciences",
1043
- "disciplineId": "11",
1044
- },
1045
- {
1046
- "id": "357",
1047
- "name": "Nanoscience and Nanotechnology",
1048
- "disciplineId": "11",
1049
- },
1050
- {
1051
- "id": "222",
1052
- "name": "Natural Sciences",
1053
- "disciplineId": "11",
1054
- },
1055
- {
1056
- "id": "226",
1057
- "name": "Neuroscience",
1058
- "disciplineId": "11",
1059
- },
1060
- {
1061
- "id": "354",
1062
- "name": "Pharmacology",
1063
- "disciplineId": "11",
1064
- },
1065
- {
1066
- "id": "38",
1067
- "name": "Physics",
1068
- "disciplineId": "11",
1069
- },
1070
- {
1071
- "id": "227",
1072
- "name": "Statistics",
1073
- "disciplineId": "11",
1074
- },
1075
- {
1076
- "id": "274",
1077
- "name": "American and Australasian studies",
1078
- "disciplineId": "13",
1079
- },
1080
- {
1081
- "id": "72",
1082
- "name": "Anthropology",
1083
- "disciplineId": "13",
1084
- },
1085
- {
1086
- "id": "70",
1087
- "name": "Archaeology",
1088
- "disciplineId": "13",
1089
- },
1090
- {
1091
- "id": "67",
1092
- "name": "Area & Cultural Studies",
1093
- "disciplineId": "13",
1094
- },
1095
- {
1096
- "id": "347",
1097
- "name": "Childhood Studies",
1098
- "disciplineId": "13",
1099
- },
1100
- {
1101
- "id": "275",
1102
- "name": "Cognitive Science",
1103
- "disciplineId": "13",
1104
- },
1105
- {
1106
- "id": "71",
1107
- "name": "Communication Studies",
1108
- "disciplineId": "13",
1109
- },
1110
- {
1111
- "id": "364",
1112
- "name": "Community Development",
1113
- "disciplineId": "13",
1114
- },
1115
- {
1116
- "id": "339",
1117
- "name": "Counselling Psychology",
1118
- "disciplineId": "13",
1119
- },
1120
- {
1121
- "id": "276",
1122
- "name": "Criminology",
1123
- "disciplineId": "13",
1124
- },
1125
- {
1126
- "id": "110",
1127
- "name": "Econometrics",
1128
- "disciplineId": "13",
1129
- },
1130
- {
1131
- "id": "4",
1132
- "name": "Economics",
1133
- "disciplineId": "13",
1134
- },
1135
- {
1136
- "id": "73",
1137
- "name": "Ethnic Studies",
1138
- "disciplineId": "13",
1139
- },
1140
- {
1141
- "id": "277",
1142
- "name": "European Studies",
1143
- "disciplineId": "13",
1144
- },
1145
- {
1146
- "id": "76",
1147
- "name": "Gender & Sexuality Studies",
1148
- "disciplineId": "13",
1149
- },
1150
- {
1151
- "id": "75",
1152
- "name": "Geography",
1153
- "disciplineId": "13",
1154
- },
1155
- {
1156
- "id": "102",
1157
- "name": "International Development",
1158
- "disciplineId": "13",
1159
- },
1160
- {
1161
- "id": "78",
1162
- "name": "International Relations",
1163
- "disciplineId": "13",
1164
- },
1165
- {
1166
- "id": "103",
1167
- "name": "Organisational Behaviour",
1168
- "disciplineId": "13",
1169
- },
1170
- {
1171
- "id": "316",
1172
- "name": "Political Science",
1173
- "disciplineId": "13",
1174
- },
1175
- {
1176
- "id": "79",
1177
- "name": "Psychology",
1178
- "disciplineId": "13",
1179
- },
1180
- {
1181
- "id": "278",
1182
- "name": "Public Policy",
1183
- "disciplineId": "13",
1184
- },
1185
- {
1186
- "id": "80",
1187
- "name": "Sociology",
1188
- "disciplineId": "13",
1189
- },
1190
- {
1191
- "id": "320",
1192
- "name": "Terrorism & Security",
1193
- "disciplineId": "13",
1194
- },
1195
- {
1196
- "id": "377",
1197
- "name": "Information Systems",
1198
- "disciplineId": "24",
1199
- },
1200
- {
1201
- "id": "378",
1202
- "name": "Optometry",
1203
- "disciplineId": "10",
1204
- },
1205
- {
1206
- "id": "379",
1207
- "name": "Social Policy",
1208
- "disciplineId": "13",
1209
- },
1210
- {
1211
- "id": "380",
1212
- "name": "Financial Technology",
1213
- "disciplineId": "23",
1214
- },
1215
- {
1216
- "id": "381",
1217
- "name": "Italian studies",
1218
- "disciplineId": "13",
1219
- },
1220
- {
1221
- "id": "382",
1222
- "name": "Fashion Management",
1223
- "disciplineId": "23",
1224
- },
1225
- {
1226
- "id": "383",
1227
- "name": "Occupational Therapy",
1228
- "disciplineId": "10",
1229
- },
1230
- {
1231
- "id": "384",
1232
- "name": "Pathology",
1233
- "disciplineId": "10",
1234
- },
1235
- {
1236
- "id": "385",
1237
- "name": "Forensic Psychology",
1238
- "disciplineId": "13",
1239
- },
1240
- {
1241
- "id": "386",
1242
- "name": "Asian Studies",
1243
- "disciplineId": "13",
1244
- },
1245
- {
1246
- "id": "387",
1247
- "name": "Developmental Psychology",
1248
- "disciplineId": "13",
1249
- },
1250
- {
1251
- "id": "388",
1252
- "name": "Social Psychology",
1253
- "disciplineId": "13",
1254
- },
1255
- {
1256
- "id": "389",
1257
- "name": "Food Technology",
1258
- "disciplineId": "54",
1259
- },
1260
- {
1261
- "id": "390",
1262
- "name": "Slavic Studies",
1263
- "disciplineId": "13",
1264
- },
1265
- {
1266
- "id": "391",
1267
- "name": "Diplomacy",
1268
- "disciplineId": "13",
1269
- },
1270
- {
1271
- "id": "392",
1272
- "name": "Art Therapy",
1273
- "disciplineId": "13",
1274
- },
1275
- {
1276
- "id": "393",
1277
- "name": "African Studies",
1278
- "disciplineId": "13",
1279
- },
1280
- {
1281
- "id": "394",
1282
- "name": "Middle Eastern Studies",
1283
- "disciplineId": "13",
1284
- },
1285
- {
1286
- "id": "395",
1287
- "name": "Publishing",
1288
- "disciplineId": "58",
1289
- },
1290
- {
1291
- "id": "396",
1292
- "name": "Financial Management",
1293
- "disciplineId": "23",
1294
- },
1295
- {
1296
- "id": "397",
1297
- "name": "Production and Manufacturing Engineering",
1298
- "disciplineId": "7",
1299
- },
1300
- {
1301
- "id": "398",
1302
- "name": "Anatomy",
1303
- "disciplineId": "11",
1304
- },
1305
- {
1306
- "id": "399",
1307
- "name": "Structural Engineering",
1308
- "disciplineId": "7",
1309
- },
1310
- {
1311
- "id": "400",
1312
- "name": "French Studies",
1313
- "disciplineId": "13",
1314
- },
1315
- {
1316
- "id": "401",
1317
- "name": "German and Scandinavian Studies",
1318
- "disciplineId": "13",
1319
- },
1320
- {
1321
- "id": "402",
1322
- "name": "Advertising",
1323
- "disciplineId": "23",
1324
- },
1325
- {
1326
- "id": "403",
1327
- "name": "Computational Mathematics",
1328
- "disciplineId": "11",
1329
- },
1330
- {
1331
- "id": "404",
1332
- "name": "Zoology",
1333
- "disciplineId": "11",
1334
- },
1335
- {
1336
- "id": "405",
1337
- "name": "Operations Research",
1338
- "disciplineId": "11",
1339
- },
1340
- {
1341
- "id": "406",
1342
- "name": "Insurance",
1343
- "disciplineId": "23",
1344
- },
1345
- {
1346
- "id": "407",
1347
- "name": "Prosthetics and Orthotics",
1348
- "disciplineId": "10",
1349
- },
1350
- {
1351
- "id": "408",
1352
- "name": "Oceanography",
1353
- "disciplineId": "11",
1354
- },
1355
- {
1356
- "id": "409",
1357
- "name": "Aviation Studies",
1358
- "disciplineId": "12",
1359
- },
1360
- {
1361
- "id": "410",
1362
- "name": "Iberian Studies",
1363
- "disciplineId": "13",
1364
- },
1365
- {
1366
- "id": "411",
1367
- "name": "Ceramics and Sculpture",
1368
- "disciplineId": "258",
1369
- },
1370
- {
1371
- "id": "412",
1372
- "name": "British Studies",
1373
- "disciplineId": "13",
1374
- },
1375
- {
1376
- "id": "413",
1377
- "name": "Painting & Drawing",
1378
- "disciplineId": "258",
1379
- },
1380
- {
1381
- "id": "414",
1382
- "name": "Art and Craft",
1383
- "disciplineId": "258",
1384
- },
1385
- {
1386
- "id": "415",
1387
- "name": "Classics",
1388
- "disciplineId": "9",
1389
- },
1390
- {
1391
- "id": "416",
1392
- "name": "Investment",
1393
- "disciplineId": "23",
1394
- },
1395
- {
1396
- "id": "417",
1397
- "name": "Dance",
1398
- "disciplineId": "258",
1399
- },
1400
- {
1401
- "id": "418",
1402
- "name": "Animation",
1403
- "disciplineId": "24",
1404
- },
1405
- {
1406
- "id": "419",
1407
- "name": "Photography",
1408
- "disciplineId": "258",
1409
- },
1410
- {
1411
- "id": "420",
1412
- "name": "Ethics",
1413
- "disciplineId": "9",
1414
- },
1415
- {
1416
- "id": "421",
1417
- "name": "Data Analytics",
1418
- "disciplineId": "24",
1419
- }
4
+ const subDisciplineRecords = [
5
+ ["300", "Agriculture", "54"],
6
+ ["301", "Animal Science", "54"],
7
+ ["302", "Marine Science", "54"],
8
+ ["303", "Forestry", "54"],
9
+ ["304", "Horticulture and Crop Science", "54"],
10
+ ["297", "Emergency & Disaster Management", "12"],
11
+ ["56", "Family & Consumer Science", "12"],
12
+ ["132", "Fashion, Textiles and Luxury Goods", "12"],
13
+ ["298", "Food Science", "12"],
14
+ ["112", "Forensic Science", "12"],
15
+ ["59", "Library Science", "12"],
16
+ ["60", "Military Science", "12"],
17
+ ["299", "Museum Studies", "12"],
18
+ ["321", "Real Estate & Property Management", "12"],
19
+ ["62", "Social Work", "12"],
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"],
1420
288
  ];
289
+ const subdisciplinesAll = subDisciplineRecords.map(([id, name, disciplineId]) => ({ id, name, disciplineId }));
1421
290
  exports.subdisciplinesAll = subdisciplinesAll;