File size: 23,061 Bytes
8bdbd03
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
{
  "label2id": {
    "Agricultural and Biological Sciences (miscellaneous)": 0,
    "Agronomy and Crop Science": 1,
    "Animal Science and Zoology": 2,
    "Aquatic Science": 3,
    "Ecology, Evolution, Behavior and Systematics": 4,
    "Food Science": 5,
    "Forestry": 6,
    "Horticulture": 7,
    "Insect Science": 8,
    "Plant Science": 9,
    "Soil Science": 10,
    "Arts and Humanities (miscellaneous)": 11,
    "History": 12,
    "Language and Linguistics": 13,
    "Archeology (arts and humanities)": 14,
    "Classics": 15,
    "Conservation": 16,
    "History and Philosophy of Science": 17,
    "Literature and Literary Theory": 18,
    "Museology": 19,
    "Music": 20,
    "Philosophy": 21,
    "Religious Studies": 22,
    "Visual Arts and Performing Arts": 23,
    "Biochemistry, Genetics and Molecular Biology (miscellaneous)": 24,
    "Aging": 25,
    "Biochemistry": 26,
    "Biophysics": 27,
    "Biotechnology": 28,
    "Cancer Research": 29,
    "Cell Biology": 30,
    "Clinical Biochemistry": 31,
    "Developmental Biology": 32,
    "Endocrinology": 33,
    "Genetics": 34,
    "Molecular Biology": 35,
    "Molecular Medicine": 36,
    "Physiology": 37,
    "Structural Biology": 38,
    "Business, Management and Accounting (miscellaneous)": 39,
    "Accounting": 40,
    "Business and International Management": 41,
    "Management Information Systems": 42,
    "Management of Technology and Innovation": 43,
    "Marketing": 44,
    "Organizational Behavior and Human Resource Management": 45,
    "Strategy and Management": 46,
    "Tourism, Leisure and Hospitality Management": 47,
    "Industrial Relations": 48,
    "Chemical Engineering (miscellaneous)": 49,
    "Bioengineering": 50,
    "Catalysis": 51,
    "Chemical Health and Safety": 52,
    "Colloid and Surface Chemistry": 53,
    "Filtration and Separation": 54,
    "Fluid Flow and Transfer Processes": 55,
    "Process Chemistry and Technology": 56,
    "Chemistry (miscellaneous)": 57,
    "Analytical Chemistry": 58,
    "Electrochemistry": 59,
    "Inorganic Chemistry": 60,
    "Organic Chemistry": 61,
    "Physical and Theoretical Chemistry": 62,
    "Spectroscopy": 63,
    "Computer Science (miscellaneous)": 64,
    "Artificial Intelligence": 65,
    "Computational Theory and Mathematics": 66,
    "Computer Graphics and Computer-Aided Design": 67,
    "Computer Networks and Communications": 68,
    "Computer Science Applications": 69,
    "Computer Vision and Pattern Recognition": 70,
    "Hardware and Architecture": 71,
    "Human-Computer Interaction": 72,
    "Information Systems": 73,
    "Signal Processing": 74,
    "Software": 75,
    "Decision Sciences (miscellaneous)": 76,
    "Information Systems and Management": 77,
    "Management Science and Operations Research": 78,
    "Statistics, Probability and Uncertainty": 79,
    "Earth and Planetary Sciences (miscellaneous)": 80,
    "Atmospheric Science": 81,
    "Computers in Earth Sciences": 82,
    "Earth-Surface Processes": 83,
    "Economic Geology": 84,
    "Geochemistry and Petrology": 85,
    "Geology": 86,
    "Geophysics": 87,
    "Geotechnical Engineering and Engineering Geology": 88,
    "Oceanography": 89,
    "Paleontology": 90,
    "Space and Planetary Science": 91,
    "Stratigraphy": 92,
    "Economics, Econometrics and Finance (miscellaneous)": 93,
    "Economics and Econometrics": 94,
    "Finance": 95,
    "Energy (miscellaneous)": 96,
    "Energy Engineering and Power Technology": 97,
    "Fuel Technology": 98,
    "Nuclear Energy and Engineering": 99,
    "Renewable Energy, Sustainability and the Environment": 100,
    "Engineering (miscellaneous)": 101,
    "Aerospace Engineering": 102,
    "Automotive Engineering": 103,
    "Biomedical Engineering": 104,
    "Civil and Structural Engineering": 105,
    "Computational Mechanics": 106,
    "Control and Systems Engineering": 107,
    "Electrical and Electronic Engineering": 108,
    "Industrial and Manufacturing Engineering": 109,
    "Mechanical Engineering": 110,
    "Mechanics of Materials": 111,
    "Ocean Engineering": 112,
    "Safety, Risk, Reliability and Quality": 113,
    "Media Technology": 114,
    "Building and Construction": 115,
    "Architecture": 116,
    "Environmental Science (miscellaneous)": 117,
    "Ecological Modeling": 118,
    "Ecology": 119,
    "Environmental Chemistry": 120,
    "Environmental Engineering": 121,
    "Global and Planetary Change": 122,
    "Health, Toxicology and Mutagenesis": 123,
    "Management, Monitoring, Policy and Law": 124,
    "Nature and Landscape Conservation": 125,
    "Pollution": 126,
    "Waste Management and Disposal": 127,
    "Water Science and Technology": 128,
    "Immunology and Microbiology (miscellaneous)": 129,
    "Applied Microbiology and Biotechnology": 130,
    "Immunology": 131,
    "Microbiology": 132,
    "Parasitology": 133,
    "Virology": 134,
    "Materials Science (miscellaneous)": 135,
    "Biomaterials": 136,
    "Ceramics and Composites": 137,
    "Electronic, Optical and Magnetic Materials": 138,
    "Materials Chemistry": 139,
    "Metals and Alloys": 140,
    "Polymers and Plastics": 141,
    "Surfaces, Coatings and Films": 142,
    "Mathematics (miscellaneous)": 143,
    "Algebra and Number Theory": 144,
    "Analysis": 145,
    "Applied Mathematics": 146,
    "Computational Mathematics": 147,
    "Control and Optimization": 148,
    "Discrete Mathematics and Combinatorics": 149,
    "Geometry and Topology": 150,
    "Logic": 151,
    "Mathematical Physics": 152,
    "Modeling and Simulation": 153,
    "Numerical Analysis": 154,
    "Statistics and Probability": 155,
    "Theoretical Computer Science": 156,
    "Medicine (miscellaneous)": 157,
    "Anatomy": 158,
    "Anesthesiology and Pain Medicine": 159,
    "Biochemistry (medical)": 160,
    "Cardiology and Cardiovascular Medicine": 161,
    "Critical Care and Intensive Care Medicine": 162,
    "Complementary and Alternative Medicine": 163,
    "Dermatology": 164,
    "Drug Guides": 165,
    "Embryology": 166,
    "Emergency Medicine": 167,
    "Endocrinology, Diabetes and Metabolism": 168,
    "Epidemiology": 169,
    "Family Practice": 170,
    "Gastroenterology": 171,
    "Genetics (clinical)": 172,
    "Geriatrics and Gerontology": 173,
    "Health Informatics": 174,
    "Health Policy": 175,
    "Hematology": 176,
    "Hepatology": 177,
    "Histology": 178,
    "Immunology and Allergy": 179,
    "Internal Medicine": 180,
    "Infectious Diseases": 181,
    "Microbiology (medical)": 182,
    "Nephrology": 183,
    "Neurology (clinical)": 184,
    "Obstetrics and Gynecology": 185,
    "Oncology": 186,
    "Ophthalmology": 187,
    "Orthopedics and Sports Medicine": 188,
    "Otorhinolaryngology": 189,
    "Pathology and Forensic Medicine": 190,
    "Pediatrics, Perinatology and Child Health": 191,
    "Pharmacology (medical)": 192,
    "Physiology (medical)": 193,
    "Psychiatry and Mental Health": 194,
    "Public Health, Environmental and Occupational Health": 195,
    "Pulmonary and Respiratory Medicine": 196,
    "Radiology, Nuclear Medicine and Imaging": 197,
    "Rehabilitation": 198,
    "Reproductive Medicine": 199,
    "Reviews and References (medical)": 200,
    "Rheumatology": 201,
    "Surgery": 202,
    "Transplantation": 203,
    "Urology": 204,
    "Neuroscience (miscellaneous)": 205,
    "Behavioral Neuroscience": 206,
    "Biological Psychiatry": 207,
    "Cellular and Molecular Neuroscience": 208,
    "Cognitive Neuroscience": 209,
    "Developmental Neuroscience": 210,
    "Endocrine and Autonomic Systems": 211,
    "Neurology": 212,
    "Sensory Systems": 213,
    "Nursing (miscellaneous)": 214,
    "Advanced and Specialized Nursing": 215,
    "Assessment and Diagnosis": 216,
    "Care Planning": 217,
    "Community and Home Care": 218,
    "Critical Care Nursing": 219,
    "Emergency Nursing": 220,
    "Fundamentals and Skills": 221,
    "Gerontology": 222,
    "Issues, Ethics and Legal Aspects": 223,
    "Leadership and Management": 224,
    "LPN and LVN": 225,
    "Maternity and Midwifery": 226,
    "Medical and Surgical Nursing": 227,
    "Nurse Assisting": 228,
    "Nutrition and Dietetics": 229,
    "Oncology (nursing)": 230,
    "Pathophysiology": 231,
    "Pediatrics": 232,
    "Pharmacology (nursing)": 233,
    "Psychiatric Mental Health": 234,
    "Research and Theory": 235,
    "Review and Exam Preparation": 236,
    "Pharmacology, Toxicology and Pharmaceutics (miscellaneous)": 237,
    "Drug Discovery": 238,
    "Pharmaceutical Science": 239,
    "Pharmacology": 240,
    "Toxicology": 241,
    "Physics and Astronomy (miscellaneous)": 242,
    "Acoustics and Ultrasonics": 243,
    "Astronomy and Astrophysics": 244,
    "Condensed Matter Physics": 245,
    "Instrumentation": 246,
    "Nuclear and High Energy Physics": 247,
    "Atomic and Molecular Physics, and Optics": 248,
    "Radiation": 249,
    "Statistical and Nonlinear Physics": 250,
    "Surfaces and Interfaces": 251,
    "Psychology (miscellaneous)": 252,
    "Applied Psychology": 253,
    "Clinical Psychology": 254,
    "Developmental and Educational Psychology": 255,
    "Experimental and Cognitive Psychology": 256,
    "Neuropsychology and Physiological Psychology": 257,
    "Social Psychology": 258,
    "Social Sciences (miscellaneous)": 259,
    "Archeology": 260,
    "Development": 261,
    "Education": 262,
    "Geography, Planning and Development": 263,
    "Health (social science)": 264,
    "Human Factors and Ergonomics": 265,
    "Law": 266,
    "Library and Information Sciences": 267,
    "Linguistics and Language": 268,
    "Safety Research": 269,
    "Sociology and Political Science": 270,
    "Transportation": 271,
    "Anthropology": 272,
    "Communication": 273,
    "Cultural Studies": 274,
    "Demography": 275,
    "Gender Studies": 276,
    "Life-span and Life-course Studies": 277,
    "Political Science and International Relations": 278,
    "Public Administration": 279,
    "Urban Studies": 280,
    "Veterinary (miscellaneous)": 281,
    "Equine": 282,
    "Food Animals": 283,
    "Small Animals": 284,
    "Dentistry (miscellaneous)": 285,
    "Dental Assisting": 286,
    "Dental Hygiene": 287,
    "Oral Surgery": 288,
    "Orthodontics": 289,
    "Periodontics": 290,
    "Health Professions (miscellaneous)": 291,
    "Chiropractics": 292,
    "Complementary and Manual Therapy": 293,
    "Emergency Medical Services": 294,
    "Health Information Management": 295,
    "Medical Assisting and Transcription": 296,
    "Medical Laboratory Technology": 297,
    "Medical Terminology": 298,
    "Occupational Therapy": 299,
    "Optometry": 300,
    "Pharmacy": 301,
    "Physical Therapy, Sports Therapy and Rehabilitation": 302,
    "Podiatry": 303,
    "Radiological and Ultrasound Technology": 304,
    "Respiratory Care": 305,
    "Speech and Hearing": 306
  },
  "id2label": {
    "0": "Agricultural and Biological Sciences (miscellaneous)",
    "1": "Agronomy and Crop Science",
    "2": "Animal Science and Zoology",
    "3": "Aquatic Science",
    "4": "Ecology, Evolution, Behavior and Systematics",
    "5": "Food Science",
    "6": "Forestry",
    "7": "Horticulture",
    "8": "Insect Science",
    "9": "Plant Science",
    "10": "Soil Science",
    "11": "Arts and Humanities (miscellaneous)",
    "12": "History",
    "13": "Language and Linguistics",
    "14": "Archeology (arts and humanities)",
    "15": "Classics",
    "16": "Conservation",
    "17": "History and Philosophy of Science",
    "18": "Literature and Literary Theory",
    "19": "Museology",
    "20": "Music",
    "21": "Philosophy",
    "22": "Religious Studies",
    "23": "Visual Arts and Performing Arts",
    "24": "Biochemistry, Genetics and Molecular Biology (miscellaneous)",
    "25": "Aging",
    "26": "Biochemistry",
    "27": "Biophysics",
    "28": "Biotechnology",
    "29": "Cancer Research",
    "30": "Cell Biology",
    "31": "Clinical Biochemistry",
    "32": "Developmental Biology",
    "33": "Endocrinology",
    "34": "Genetics",
    "35": "Molecular Biology",
    "36": "Molecular Medicine",
    "37": "Physiology",
    "38": "Structural Biology",
    "39": "Business, Management and Accounting (miscellaneous)",
    "40": "Accounting",
    "41": "Business and International Management",
    "42": "Management Information Systems",
    "43": "Management of Technology and Innovation",
    "44": "Marketing",
    "45": "Organizational Behavior and Human Resource Management",
    "46": "Strategy and Management",
    "47": "Tourism, Leisure and Hospitality Management",
    "48": "Industrial Relations",
    "49": "Chemical Engineering (miscellaneous)",
    "50": "Bioengineering",
    "51": "Catalysis",
    "52": "Chemical Health and Safety",
    "53": "Colloid and Surface Chemistry",
    "54": "Filtration and Separation",
    "55": "Fluid Flow and Transfer Processes",
    "56": "Process Chemistry and Technology",
    "57": "Chemistry (miscellaneous)",
    "58": "Analytical Chemistry",
    "59": "Electrochemistry",
    "60": "Inorganic Chemistry",
    "61": "Organic Chemistry",
    "62": "Physical and Theoretical Chemistry",
    "63": "Spectroscopy",
    "64": "Computer Science (miscellaneous)",
    "65": "Artificial Intelligence",
    "66": "Computational Theory and Mathematics",
    "67": "Computer Graphics and Computer-Aided Design",
    "68": "Computer Networks and Communications",
    "69": "Computer Science Applications",
    "70": "Computer Vision and Pattern Recognition",
    "71": "Hardware and Architecture",
    "72": "Human-Computer Interaction",
    "73": "Information Systems",
    "74": "Signal Processing",
    "75": "Software",
    "76": "Decision Sciences (miscellaneous)",
    "77": "Information Systems and Management",
    "78": "Management Science and Operations Research",
    "79": "Statistics, Probability and Uncertainty",
    "80": "Earth and Planetary Sciences (miscellaneous)",
    "81": "Atmospheric Science",
    "82": "Computers in Earth Sciences",
    "83": "Earth-Surface Processes",
    "84": "Economic Geology",
    "85": "Geochemistry and Petrology",
    "86": "Geology",
    "87": "Geophysics",
    "88": "Geotechnical Engineering and Engineering Geology",
    "89": "Oceanography",
    "90": "Paleontology",
    "91": "Space and Planetary Science",
    "92": "Stratigraphy",
    "93": "Economics, Econometrics and Finance (miscellaneous)",
    "94": "Economics and Econometrics",
    "95": "Finance",
    "96": "Energy (miscellaneous)",
    "97": "Energy Engineering and Power Technology",
    "98": "Fuel Technology",
    "99": "Nuclear Energy and Engineering",
    "100": "Renewable Energy, Sustainability and the Environment",
    "101": "Engineering (miscellaneous)",
    "102": "Aerospace Engineering",
    "103": "Automotive Engineering",
    "104": "Biomedical Engineering",
    "105": "Civil and Structural Engineering",
    "106": "Computational Mechanics",
    "107": "Control and Systems Engineering",
    "108": "Electrical and Electronic Engineering",
    "109": "Industrial and Manufacturing Engineering",
    "110": "Mechanical Engineering",
    "111": "Mechanics of Materials",
    "112": "Ocean Engineering",
    "113": "Safety, Risk, Reliability and Quality",
    "114": "Media Technology",
    "115": "Building and Construction",
    "116": "Architecture",
    "117": "Environmental Science (miscellaneous)",
    "118": "Ecological Modeling",
    "119": "Ecology",
    "120": "Environmental Chemistry",
    "121": "Environmental Engineering",
    "122": "Global and Planetary Change",
    "123": "Health, Toxicology and Mutagenesis",
    "124": "Management, Monitoring, Policy and Law",
    "125": "Nature and Landscape Conservation",
    "126": "Pollution",
    "127": "Waste Management and Disposal",
    "128": "Water Science and Technology",
    "129": "Immunology and Microbiology (miscellaneous)",
    "130": "Applied Microbiology and Biotechnology",
    "131": "Immunology",
    "132": "Microbiology",
    "133": "Parasitology",
    "134": "Virology",
    "135": "Materials Science (miscellaneous)",
    "136": "Biomaterials",
    "137": "Ceramics and Composites",
    "138": "Electronic, Optical and Magnetic Materials",
    "139": "Materials Chemistry",
    "140": "Metals and Alloys",
    "141": "Polymers and Plastics",
    "142": "Surfaces, Coatings and Films",
    "143": "Mathematics (miscellaneous)",
    "144": "Algebra and Number Theory",
    "145": "Analysis",
    "146": "Applied Mathematics",
    "147": "Computational Mathematics",
    "148": "Control and Optimization",
    "149": "Discrete Mathematics and Combinatorics",
    "150": "Geometry and Topology",
    "151": "Logic",
    "152": "Mathematical Physics",
    "153": "Modeling and Simulation",
    "154": "Numerical Analysis",
    "155": "Statistics and Probability",
    "156": "Theoretical Computer Science",
    "157": "Medicine (miscellaneous)",
    "158": "Anatomy",
    "159": "Anesthesiology and Pain Medicine",
    "160": "Biochemistry (medical)",
    "161": "Cardiology and Cardiovascular Medicine",
    "162": "Critical Care and Intensive Care Medicine",
    "163": "Complementary and Alternative Medicine",
    "164": "Dermatology",
    "165": "Drug Guides",
    "166": "Embryology",
    "167": "Emergency Medicine",
    "168": "Endocrinology, Diabetes and Metabolism",
    "169": "Epidemiology",
    "170": "Family Practice",
    "171": "Gastroenterology",
    "172": "Genetics (clinical)",
    "173": "Geriatrics and Gerontology",
    "174": "Health Informatics",
    "175": "Health Policy",
    "176": "Hematology",
    "177": "Hepatology",
    "178": "Histology",
    "179": "Immunology and Allergy",
    "180": "Internal Medicine",
    "181": "Infectious Diseases",
    "182": "Microbiology (medical)",
    "183": "Nephrology",
    "184": "Neurology (clinical)",
    "185": "Obstetrics and Gynecology",
    "186": "Oncology",
    "187": "Ophthalmology",
    "188": "Orthopedics and Sports Medicine",
    "189": "Otorhinolaryngology",
    "190": "Pathology and Forensic Medicine",
    "191": "Pediatrics, Perinatology and Child Health",
    "192": "Pharmacology (medical)",
    "193": "Physiology (medical)",
    "194": "Psychiatry and Mental Health",
    "195": "Public Health, Environmental and Occupational Health",
    "196": "Pulmonary and Respiratory Medicine",
    "197": "Radiology, Nuclear Medicine and Imaging",
    "198": "Rehabilitation",
    "199": "Reproductive Medicine",
    "200": "Reviews and References (medical)",
    "201": "Rheumatology",
    "202": "Surgery",
    "203": "Transplantation",
    "204": "Urology",
    "205": "Neuroscience (miscellaneous)",
    "206": "Behavioral Neuroscience",
    "207": "Biological Psychiatry",
    "208": "Cellular and Molecular Neuroscience",
    "209": "Cognitive Neuroscience",
    "210": "Developmental Neuroscience",
    "211": "Endocrine and Autonomic Systems",
    "212": "Neurology",
    "213": "Sensory Systems",
    "214": "Nursing (miscellaneous)",
    "215": "Advanced and Specialized Nursing",
    "216": "Assessment and Diagnosis",
    "217": "Care Planning",
    "218": "Community and Home Care",
    "219": "Critical Care Nursing",
    "220": "Emergency Nursing",
    "221": "Fundamentals and Skills",
    "222": "Gerontology",
    "223": "Issues, Ethics and Legal Aspects",
    "224": "Leadership and Management",
    "225": "LPN and LVN",
    "226": "Maternity and Midwifery",
    "227": "Medical and Surgical Nursing",
    "228": "Nurse Assisting",
    "229": "Nutrition and Dietetics",
    "230": "Oncology (nursing)",
    "231": "Pathophysiology",
    "232": "Pediatrics",
    "233": "Pharmacology (nursing)",
    "234": "Psychiatric Mental Health",
    "235": "Research and Theory",
    "236": "Review and Exam Preparation",
    "237": "Pharmacology, Toxicology and Pharmaceutics (miscellaneous)",
    "238": "Drug Discovery",
    "239": "Pharmaceutical Science",
    "240": "Pharmacology",
    "241": "Toxicology",
    "242": "Physics and Astronomy (miscellaneous)",
    "243": "Acoustics and Ultrasonics",
    "244": "Astronomy and Astrophysics",
    "245": "Condensed Matter Physics",
    "246": "Instrumentation",
    "247": "Nuclear and High Energy Physics",
    "248": "Atomic and Molecular Physics, and Optics",
    "249": "Radiation",
    "250": "Statistical and Nonlinear Physics",
    "251": "Surfaces and Interfaces",
    "252": "Psychology (miscellaneous)",
    "253": "Applied Psychology",
    "254": "Clinical Psychology",
    "255": "Developmental and Educational Psychology",
    "256": "Experimental and Cognitive Psychology",
    "257": "Neuropsychology and Physiological Psychology",
    "258": "Social Psychology",
    "259": "Social Sciences (miscellaneous)",
    "260": "Archeology",
    "261": "Development",
    "262": "Education",
    "263": "Geography, Planning and Development",
    "264": "Health (social science)",
    "265": "Human Factors and Ergonomics",
    "266": "Law",
    "267": "Library and Information Sciences",
    "268": "Linguistics and Language",
    "269": "Safety Research",
    "270": "Sociology and Political Science",
    "271": "Transportation",
    "272": "Anthropology",
    "273": "Communication",
    "274": "Cultural Studies",
    "275": "Demography",
    "276": "Gender Studies",
    "277": "Life-span and Life-course Studies",
    "278": "Political Science and International Relations",
    "279": "Public Administration",
    "280": "Urban Studies",
    "281": "Veterinary (miscellaneous)",
    "282": "Equine",
    "283": "Food Animals",
    "284": "Small Animals",
    "285": "Dentistry (miscellaneous)",
    "286": "Dental Assisting",
    "287": "Dental Hygiene",
    "288": "Oral Surgery",
    "289": "Orthodontics",
    "290": "Periodontics",
    "291": "Health Professions (miscellaneous)",
    "292": "Chiropractics",
    "293": "Complementary and Manual Therapy",
    "294": "Emergency Medical Services",
    "295": "Health Information Management",
    "296": "Medical Assisting and Transcription",
    "297": "Medical Laboratory Technology",
    "298": "Medical Terminology",
    "299": "Occupational Therapy",
    "300": "Optometry",
    "301": "Pharmacy",
    "302": "Physical Therapy, Sports Therapy and Rehabilitation",
    "303": "Podiatry",
    "304": "Radiological and Ultrasound Technology",
    "305": "Respiratory Care",
    "306": "Speech and Hearing"
  }
}