-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNiram_data.py
executable file
·266 lines (266 loc) · 10.7 KB
/
Niram_data.py
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
DATA={
"Chemical Engineering-BCH": {
"Semester-1": [
["2MA101", "Liner Algebra", "4"],
["2PY101", "Physics", "4"],
["2CL102", "Environment Studies", "2"],
["2CS101", "Computer Programming", "4"],
["2EE101", "EEEE", "4"],
["2EE102", "Electrical Workshop", "1"],
["2SP101", "Design Thinking", "0"],
["2SP102", "ICT Tools and Cyber Security", "0"]
],
"Semester-2": [
["2MA201", "Calculus and Differential Equation", "4"],
["2CY101", "Chemistry", "3"],
["2ME101", "Engineering Graphics", "4"],
["2HSB102", "English Communication", "3"],
["2ME102", "Mechanical Workshop", "1"],
["2XXXXX", "Introduction to XX Engineering", "1"],
["2SP103", "CT", "0"],
["2SO104", "Yog and Meditation", "0"]
],
"Semester-3": [
["2CH301", "Heat Transfer Operations", "4"],
["2CH302", "Fluid Flow Operations", "4"],
["2CH303", "Solid Fluid Operations", "4"],
["2CH304", "Organic Chemistry", "4"],
["2MA301", "Applied Mathematics for Chemical Engineering", "3"],
["2HS341", "Principles of Management", "2"]
],
"Semester-4": [
["2CH401", "Mass Transfer OperationsI", "4"],
["2CH402", "Chemical Process Industries", "4"],
["2CH403", "Instrumentation and Process Control", "4"],
["2CH404", "Chemical Engineering Thermodynamics", "4"],
["2CH405", "Process Calculations", "4"],
["2HS342", "Principles of Economics", "2"]
],
"Semester-5": [
["2CH501", "Mass Transfer Operations II", "4"],
["2CH502", "Environmental Pollution Control and Safety Management", "4"],
["2CH503", "Modeling and Simulation", "4"],
["2CHDEXX", "Department Elective I", "3"],
["2XXOEXX", "Open ElectiveI", "3"],
["UEXXXXX", "Open ElectiveII", "3"]
],
"Semester-6": [
["2CH601", "Chemical Reaction Engineering I", "4"],
["2CH602", "Process Equipment Design", "4"],
["2CHDEXX", "Department ElectiveII", "3"],
["2CHDEXX", "Department ElectiveIII", "3"],
["2XXOEXX", "Open ElectiveIII", "3"],
["2HSOEXX", "Humanities Elective", "3"]
],
"Semester-7": [
["2CHXXX", "Chemical Reaction EngineeringII ", "4"],
["2CHXXX", "Process Technology&Economics", "3"],
["2CHDEXX", "Department ElectiveIV", "3"],
["2CHDEXX", "Department ElectiveV", "3"],
["2XXOEXX", "Open ElectiveIV", "3"],
["2XXOEXX", "OpenElectiveV", "3"],
["2CHXXX", "Minor Project", "2"]
],
"Semester-8": [["2CHXXX", "Major Project/Internship", "12"]]
},
"Civil Engineering-BCL": {
"Semester-1": [
["2MA101", "Liner Algebra", "4"],
["2PY101", "Physics", "4"],
["2CL102", "Environment Studies", "2"],
["2CS101", "Computer Programming", "4"],
["2EE101", "EEEE", "4"],
["2EE102", "Electrical Workshop", "1"],
["2SP101", "Design Thinking", "0"],
["2SP102", "ICT Tools and Cyber Security", "0"]
],
"Semester-2": [
["2MA201", "Calculus and Differential Equation", "4"],
["2CY101", "Chemistry", "3"],
["2ME101", "Engineering Graphics", "4"],
["2HSB102", "English Communication", "3"],
["2ME102", "Mechanical Workshop", "1"],
["2XXXXX", "Introduction to XX Engineering", "1"],
["2SP103", "CT", "0"],
["2SO104", "Yog and Meditation", "0"]
],
"Semester-3": [
["2CL301", "Structural Mechanics", "4"],
["2CL302", "Surveying", "4"],
["2CL303", "Construction Materials", "4"],
["2MA302", "Applied Mathematics for Civil Engineering", "4"],
["2HS341", "Principles of Management", "2"],
["2CL304", "Civil Engineering Drawing and Building Planning", "2"]
],
"Semester-4": [
["2CL401", "Structural MechanicsII", "4"],
["2CL402", "Fluid Mechanics", "3"],
["2CL403", "Construction Technology", "4"],
["2CL404", "Geotechnical Engineering", "3"],
["2CL405", "Transportation Engineering", "4"],
["2HS342", "Principles of Economics", "2"]
],
"Semester-5": [
["2CL501", "Design of Concrete Structures", "4"],
["2CL502", "Water Resources and Irrigation Engineering", "4"],
["2CL503", "Foundation Engineering", "4"],
["2CLDEXX", "Computational Techniques", "1"],
["2CLOEXX", "Department Elective I", "3"],
["UEXXXXX", "Open Elective I", "3"],
["UEXXXXX", "Open Elective II", "3"]
],
"Semester-6": [
["2CL601", "Humanities courses", "3"],
["2CL602", "Design of Steel Structures", "4"],
["2CL602", "Environment Engineering", "4"],
["2CLDEXX", "Department ElectiveII", "3"],
["2CLDEXX", "Department ElectiveIII", "3"],
["2CLOEXX", "Open ElectiveIII", "3"],
["2HSOEXX", "Humanities Elective", "3"],
["2CL603", "Construction Workshop", "1"]
],
"Semester-7": [
["2CLXXX", "Estimation and Costing", "4"],
["2CLXXX", "Construction Project Management", "4"],
["2CLXXX", "Minor Project", "2"],
["2CLDEXX", "Department ElectiveIV", "3"],
["2CLDEXX", "Department ElectiveV", "3"],
["2XXOEXX", "Open ElectiveIV", "3"],
["2XXOEXX", "Open ElectiveV", "3"]
],
"Semester-8": [["2CLXXX", "Major Project/Internship", "12"]]
},
"Electrical Engineering-BEE": {
"Semester-1": [
["2MA101", "Liner Algebra", "4"],
["2PY101", "Physics", "4"],
["2CL102", "Environment Studies", "2"],
["2CS101", "Computer Programming", "4"],
["2EE101", "EEEE", "4"],
["2EE102", "Electrical Workshop", "1"],
["2SP101", "Design Thinking", "0"],
["2SP102", "ICT Tools and Cyber Security", "0"]
],
"Semester-2": [
["2MA201", "Calculus and Differential Equation", "4"],
["2CY101", "Chemistry", "3"],
["2ME101", "Engineering Graphics", "4"],
["2HSB102", "English Communication", "3"],
["2ME102", "Mechanical Workshop", "1"],
["2XXXXX", "Introduction to XX Engineering", "1"],
["2SP103", "CT", "0"],
["2SO104", "Yog and Meditation", "0"]
],
"Semester-3": [
["2EE301", "Network Analysis and Synthesis", "4"],
["2EE302", "Signals and Systems", "3"],
["2EE303", "Electromagnetic Field Theory", "4"],
["2EE304", "Analog and Digital Electronics", "3"],
["2MA303", "Applied Mathematics for Electrical Engineering", "3"],
["2HS341", "Principles of Management", "2"],
["2EE305", "Analog and Digital Electronics Laboratory", "2"]
],
"Semester-4": [
["2EE401", "Control Systems Engineering", "3"],
["2EE402", "Electrical Measurements and Transducers", "3"],
["2EE403", "Fundamentals of Power System", "4"],
["2EE404", "Transformers and DC Machines", "4"],
["2EE405", "Power Electronic Converters and Applications", "3"],
["2HS342", "Principles of Economics", "2"],
["2EE406", "Power Electronics Laboratory", "2"]
],
"Semester-5": [
["2EE501", "Rotating AC Machines", "4"],
["2EE502", "Power System Analysis", "4"],
["2EE503", "Digital Process and Controllers", "4"],
["2EEDEXX", "Department ElectiveI", "3"],
["2XXOEXX", "Open ElectiveI(MP)", "3"],
["UEXXXXX", "Open ElectiveII(TP)", "3"]
],
"Semester-6": [
["2EE601", "Power System Operation and Control", "3"],
["2EE602", "Electric Drives", "3"],
["2EE603", "Electronic System Design Laboratory", "1"],
["2EEDEXX", "Department ElectiveII", "3"],
["2EEDEXX", "Department ElectiveIII", "3"],
["2XXOEXX", "Open ElectiveIII(MP)", "3"],
["2HSOEXX", "Elective courses(HSS)", "3"]
],
"Semester-7": [
["2EEXXX", "Power System Protection and Switchgear", "4"],
["2EEXXX", "Electrical Machine Design", "4"],
["2EEDEXX", "Department ElectiveIV", "3"],
["2EEDEXX", "Department ElectiveV", "3"],
["2XXOEXX", "Open ElectiveIv(TP)", "3"],
["2XXOEXX", "Open ElectiveV(MP)", "3"],
["2EEXXX", "Minor Project", "2"]
],
"Semester-8": [["2CLXXX", "Major Project/Internship", "12"]]
},
"Computer Science and Engineering-BCE": {
"Semester-1": [
["2MA101", "Liner Algebra", "4"],
["2PY101", "Physics", "4"],
["2CL102", "Environment Studies", "2"],
["2CS101", "Computer Programming", "4"],
["2EE101", "EEEE", "4"],
["2EE102", "Electrical Workshop", "1"],
["2SP101", "Design Thinking", "0"],
["2SP102", "ICT Tools and Cyber Security", "0"]
],
"Semester-2": [
["2MA201", "Calculus and Differential Equation", "4"],
["2CY101", "Chemistry", "3"],
["2ME101", "Engineering Graphics", "4"],
["2HSB102", "English Communication", "3"],
["2ME102", "Mechanical Workshop", "1"],
["2XXXXX", "Introduction to XX Engineering", "1"],
["2SP103", "CT", "0"],
["2SO104", "Yog and Meditation", "0"]
],
"Semester-3": [
["2CS301", "Data Structures and Algorithms", "4"],
["2CS302", "Object Oriented Programming", "4"],
["2CS303", "Digital Electronics", "3"],
["2CS304", "Digital Communications", "3"],
["2CS305", "Discrete Mathematics", "3"],
["2HS342", "Principles of Economics", "2"]
],
"Semester-4": [
["2CS401", "Computer Architecture", "4"],
["2CS402", "Database Management Systems", "4"],
["2CS403", "Operating Systems", "4"],
["2CS404", "Programming for Scientific Computing", "3"],
["2MA402", "Probability and Statistics", "3"],
["2HS341", "Principles of Management", "2"],
["2CS405", "Web Technologies end", "2"]
],
"Semester-5": [
["2CS501", "Machine Learning", "4"],
["2CS502", "Computer Networks", "4"],
["2CS502", "Sofware Engineering", "4"],
["2CS503", "Design and Analysis of Algorithms ", "4"],
["2XXOEXX", "Open ElectiveIII(Mixed Pool)", "3"],
["2HSOEXX", "Humanities Elective", "3"]
],
"Semester-6": [
["2CS601", "Theory of Computation", "4"],
["2CS601", "Department Elective |Mobile Communications|IRS|INS|ASD|GT|ES|HPC", "3"],
["2CSDEXX", "Department Elective |AJ|DL|IDS|ITC|SP|IOT|CC", "4"],
["2CSDEXX", "Department Elective |LAMP|NLP|DM|SSE|DOS|ADS", "3"],
["2XXOEXX", "Open Elective", "3"],
["UEXXXXX", "University Elective", "3"]
],
"Semester-7": [
["2CS701", "Compiler Construction ", "4"],
["2CS702", "Big Data Analytics", "3"],
["2CSDEXX", "Department ElectiveIV|MOS|MAP|DPA|CSF|STQA|MN|AI", "4"],
["2CSDEXX", "Department ElectiveV|ADF|EH|SMM|FMSE|BT|IM", "3"],
["2XXOEXX", "Open Elective |RES|RSM|ED|EM|PM|IFSE|LSCM|DECES|IA|MBF", "3"],
["2XXOEXX", "Open Elective |CM|EPUS|MV|FEM|ISG|FPGA|TMES|IAE|AE", "3"],
["2CSXXX", "Minor Project", "2"],
["2CSXXXX", "Summer Internship", "1"]
],
"Semester-8": [["2CSXXX", "Major Project/Internship", "12"]]
}
}