forked from vlead/lab-specifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
discipline.json
87 lines (87 loc) · 1.47 KB
/
discipline.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[
{
"dis_id": "aero",
"id": 1,
"dis_name": "Aerospace Engineering"
},
{
"dis_id": "biotech",
"id": 2,
"dis_name": "Biotechnology and Biomedical Engineering"
},
{
"dis_id": "chem-engg",
"id": 3,
"dis_name": "Chemical Engineering"
},
{
"dis_id": "chem",
"id": 4,
"dis_name": "Chemical Sciences"
},
{
"dis_id": "civil",
"id": 5,
"dis_name": "Civil Engineering"
},
{
"dis_id": "cse",
"id": 6,
"dis_name": "Computer Science and Engineering"
},
{
"dis_id": "ee",
"id": 7,
"dis_name": "Electrical Engineering"
},
{
"dis_id": "ece",
"id": 8,
"dis_name": "Electronics and Communication"
},
{
"dis_id": "hmt",
"id": 9,
"dis_name": "Humanities"
},
{
"dis_id": "mech",
"id": 10,
"dis_name": "Mechanical Engineering"
},
{
"dis_id": "phy-sc",
"id": 11,
"dis_name": "Physical Sciences"
},
{
"dis_id": "tex-engg",
"id": 12,
"dis_name": "Textile Engineering"
},
{
"dis_id": "dsgn-engg",
"id": 13,
"dis_name": "Design Engineering"
},
{
"dis_id": "mat-sc",
"id": 14,
"dis_name": "Material Sciences"
},
{
"dis_id": "mm-engg",
"id": 15,
"dis_name": "Metallurgical and Materials Engineering"
},
{
"dis_id": "mine-engg",
"id": 16,
"dis_name": "Mining Engineering"
},
{
"dis_id": "is-engg",
"id": 17,
"dis_name": "Industrial and Systems Engineering"
}
]