-
Notifications
You must be signed in to change notification settings - Fork 0
/
populate1.js
205 lines (204 loc) · 57.1 KB
/
populate1.js
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
use hack36;
db.courses.insertOne({_id: 'BE203', name: 'Enzymology and Bioprocessing', credit: 3, instructor: 'SKM', offered: [{branch: '4th Sem Bio', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'BE301', name: 'Biomechanics', credit: 4, instructor: 'RG', offered: [{branch: '4th Sem Bio', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'BE303', name: 'Applied Biostatistics', credit: 4, instructor: 'EF', offered: [{branch: '4th Sem Bio', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'BE304', name: 'Bioinformatics', credit: 3, instructor: 'TPS', offered: [{branch: '4th Sem Bio', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'BE506', name: 'Biological Modeling and Simulation', credit: 3, instructor: 'TPS', offered: [{branch: '6th Sem Bio', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY503', name: 'Cellular Fuel and Cellular Communication', credit: 3, instructor: 'PM', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY504', name: 'Metabolic Systems Biology', credit: 3, instructor: 'SKM', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: 'MT(Bio)2nd', offerType: 'E'},{branch: 'MT(Bio) 4th', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY505', name: 'Nanobiotechnology', credit: 3, instructor: 'AJ', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY514', name: 'Analytical Biotechniques', credit: 3, instructor: 'AJ', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: 'MT(Bio)2nd', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY515', name: 'Molecular Biotechnology', credit: 3, instructor: 'Rajanish', offered: [{branch: 'MT(Bio)2nd', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY517', name: 'Introduction to Proteomics', credit: 3, instructor: 'TB', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: 'MT(Bio)2nd', offerType: 'E'},{branch: 'MT(Bio) 4th', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY518', name: 'Disease Biology', credit: 3, instructor: 'AP', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY522P', name: 'Analytical and Molecular Biotechnology Lab', credit: 1, instructor: 'AJ, Rajanish', offered: [{branch: 'MT(Bio)2nd', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'BY523P', name: 'Systems Biology Lab', credit: 1, instructor: 'SKM/TPS/TB and others', offered: [{branch: 'MT(Bio)2nd', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY524P', name: 'Medical and Nanobiotechnology Lab', credit: 1, instructor: 'AP/PM/Rajanish/AJ', offered: [{branch: 'MT(Bio)2nd', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY527', name: 'Gene silencing and genome editing: principles and applications', credit: 3, instructor: 'KP', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: 'MT(Bio)2nd', offerType: 'E'},{branch: 'MT(Bio) 4th', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY613', name: 'Metagenomics, and Next Generation Sequencing Technologies', credit: 3, instructor: 'TPS', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: 'MT(Bio)2nd', offerType: 'E'},{branch: 'MT(Bio) 4th', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'BY699P', name: 'Post Graduate Project II', credit: 7, instructor: 'nan', offered: [{branch: 'MT(Bio) 4th', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE252', name: 'Geology and Geomorphology', credit: 3, instructor: 'DPS', offered: [{branch: '4th Sem CE', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE301', name: 'Strength of Materials and Structures', credit: 4, instructor: 'KS (CI), Subhamoy', offered: [{branch: '4th Sem CE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE302', name: 'Geotechnical Engineering', credit: 4, instructor: 'Ashutosh', offered: [{branch: '4th Sem CE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE303', name: 'Water Resources Engineering', credit: 3, instructor: 'TBD', offered: [{branch: '6th Sem CE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE305P', name: 'Environment and Earth Science Lab', credit: 1, instructor: 'DS (CI), DPS, Sayantan', offered: [{branch: '6th Sem CE', offerType: 'C'},{branch: '8th Sem CE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE354P', name: 'Building and Pavement Materials Laboratory', credit: 1, instructor: 'KS(CI), VUK, Shashank', offered: [{branch: '6th Sem CE', offerType: 'C'},{branch: '8th Sem CE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE401', name: 'Design of Steel Structures', credit: 3, instructor: 'Subhamoy', offered: [{branch: '6th Sem CE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE403', name: 'Wastewater Engineering', credit: 3, instructor: 'Sayantan', offered: [{branch: '6th Sem CE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE501', name: 'Remote Sensing', credit: 3, instructor: 'DPS', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE502', name: 'Groundwater Flow and Contaminant Transport', credit: 3, instructor: 'DS', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE505', name: 'Engineering of Ground Modification', credit: 3, instructor: 'VUK', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE506', name: 'Analysis of Indeterminate Structures', credit: 3, instructor: 'MG', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE556P', name: 'Structural Engineering Laboratory', credit: 2, instructor: 'Sandip Saha(CI)/MG', offered: [{branch: 'Mtech (SE) 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE561', name: 'The Science of Climate Change', credit: 3, instructor: 'Sayantan', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: 'Mtech (SE) 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE586P', name: 'Mini Project', credit: 3, instructor: 'KS', offered: [{branch: 'Mtech (SE) 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CE602', name: 'Blast Engineering', credit: 3, instructor: 'Shashank', offered: [{branch: '8th Sem CE', offerType: 'E'},{branch: 'Mtech (MES) 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE610', name: 'Analysis and Design for Earthquake Resistant Structures', credit: 3, instructor: 'Sandip Saha', offered: [{branch: 'Mtech (SE) 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE612', name: 'Theory of Plates and Shells', credit: 3, instructor: 'TK', offered: [{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'Mtech (SE) 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CE689P', name: 'Post Graduate Project – II', credit: 7, instructor: 'MG', offered: [{branch: 'Mtech (SE) 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CS201', name: 'Computer organization', credit: 3, instructor: 'Srinivasu', offered: [{branch: '4th Sem CS', offerType: 'C'},{branch: '4th Sem EE', offerType: 'C'},{branch: '6th Sem EE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CS201P', name: 'Computer organization Laboratory', credit: 1, instructor: 'Srinivasu', offered: [{branch: '4th Sem CS', offerType: 'C'},{branch: '4th Sem EE', offerType: 'C'},{branch: '6th Sem EE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CS302', name: 'Paradigms of Programming', credit: 4, instructor: 'Manas', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'C'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS304', name: 'Formal Language and Automata Theory', credit: 3, instructor: 'VJ', offered: [{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'C'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS307', name: 'Systems Practicum', credit: 2, instructor: 'AN', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'C'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS309', name: 'Information and Database Systems', credit: 4, instructor: 'RP', offered: [{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'C'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS456', name: 'Distributed Databases', credit: 3, instructor: 'Arti', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS459', name: 'Performance Analysis of Computer Networks', credit: 3, instructor: 'Sree/TAG', offered: [{branch: 'MS 2nd sem', offerType: 'E'},{branch: 'MS 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS550', name: 'Computer Graphics and Geometric Design', credit: 3, instructor: 'JM', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS611', name: 'Program Analysis', credit: 4, instructor: 'Manas', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS662', name: 'Mobile Virtual Reality and Artificial Intelligence', credit: 3, instructor: 'VD', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS671', name: 'Deep Learning and Applications', credit: 4, instructor: 'Dileep', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS672', name: 'Advanced Topics in Deep Learning', credit: 4, instructor: 'AN', offered: [{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CSXXX', name: 'Design Patterns for Highly Scalable Systems', credit: 3, instructor: 'SK', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CY501P', name: 'Organic Chemistry Laboratory', credit: 4, instructor: 'SG', offered: [{branch: 'M.Sc (Chem) 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CY502', name: 'Photochemistry and Pericyclic Reactions', credit: 4, instructor: 'Amit P', offered: [{branch: 'M.Sc (Chem) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CY507', name: 'Chemistry of Main Group Elements', credit: 4, instructor: 'VKN', offered: [{branch: 'M.Sc (Chem) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CY511', name: 'Group Theory & Spectroscopy', credit: 3, instructor: 'BM', offered: [{branch: 'M.Sc (Chem) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CY513', name: 'Reaction Dynamics, Kinetics & Catalysis', credit: 3, instructor: 'AC', offered: [{branch: 'M.Sc (Chem) 4th sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CY555', name: 'Introduction to Polymer Science & Technology', credit: 3, instructor: 'GA', offered: [{branch: 'M.Sc (Chem) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Chem) 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CY599P', name: 'Post Graduate Project – II', credit: 9, instructor: 'PFS', offered: [{branch: 'M.Sc (Chem) 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CY5XX', name: 'Advanced Inorganic Spectroscopy', credit: 3, instructor: 'AH', offered: [{branch: 'M.Sc (Chem) 2nd sem', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'DP301P', name: 'Interactive Socio Technical Practicum', credit: 4, instructor: 'SD', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'DP402P', name: 'Major Technical Project', credit: 5, instructor: 'SRC, VJ, SZ, VUK', offered: [{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'DP502P', name: 'Design Practicum II', credit: 2, instructor: 'CKN', offered: [{branch: 'M.Sc (Chem) 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'DP512P', name: 'Industrial/Research Internship', credit: 1, instructor: 'Talha', offered: [{branch: 'Mtech (MES) 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'DS201', name: 'Data Handling and Visualization', credit: 3, instructor: 'AB', offered: [{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'C'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'DS301', name: 'Mathematical Foundations of Data Science', credit: 4, instructor: 'Saswata Adhikari', offered: [{branch: '4th Sem DSE', offerType: 'C'},{branch: '6th Sem DSE', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'DS302', name: 'Computing Systems for Data Processing', credit: 3, instructor: 'Sriram Kailasam', offered: [{branch: '6th Sem DSE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'DS303', name: 'Statistical Foundations of Data Science', credit: 3, instructor: 'DP', offered: [{branch: '4th Sem DSE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'DS401', name: 'Optimization for Data Science', credit: 3, instructor: 'Samar', offered: [{branch: '4th Sem DSE', offerType: 'C'},{branch: '6th Sem DSE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EE201', name: 'Electromechanics', credit: 3, instructor: 'Pratim', offered: [{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'C'},{branch: '4th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE201P', name: 'Electromechanics Lab', credit: 1, instructor: 'Pratim', offered: [{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'C'},{branch: '4th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE211', name: 'Analog Circuit Design', credit: 3, instructor: 'KG', offered: [{branch: '4th Sem EE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EE304', name: 'Communication Theory', credit: 3, instructor: 'Adarsh', offered: [{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem EE', offerType: 'C'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EE304P', name: 'Communication Theory Lab', credit: 1, instructor: 'Adarsh', offered: [{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem EE', offerType: 'C'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EE309', name: 'Power Electronics', credit: 3, instructor: 'MD', offered: [{branch: '4th Sem EE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE309P', name: 'Power Electronics Lab', credit: 1, instructor: 'MD', offered: [{branch: '4th Sem EE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE311', name: 'Device Electronics For Integrated Circuits', credit: 3, instructor: 'SKS', offered: [{branch: '4th Sem EE', offerType: 'C'},{branch: '6th Sem EE', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EE511', name: 'Computer Vision', credit: 4, instructor: 'RMR', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE513', name: 'Special Electrical Machines', credit: 3, instructor: 'NRT', offered: [{branch: 'MP 2nd sem', offerType: 'E'},{branch: 'MP 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE515', name: 'Nonlinear Stability and Control', credit: 4, instructor: 'TJ', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'E'},{branch: 'MV 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE523', name: 'Digital VLSI Architecture Design', credit: 4, instructor: 'SRC', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'E'},{branch: 'MV 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE529', name: 'Embedded Systems', credit: 4, instructor: 'Rahul', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'C'},{branch: 'MS 2nd sem', offerType: 'E'},{branch: 'MS 4th sem', offerType: 'E'},{branch: 'MP 2nd sem', offerType: 'E'},{branch: 'MP 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE530', name: 'Applied Optimization', credit: 3, instructor: 'samar', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE536', name: 'IoT Systems', credit: 3, instructor: 'Sharma', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE540', name: 'Wide Band Gap Devices in Power Electronics Applications', credit: 3, instructor: 'MD', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MP 2nd sem', offerType: 'E'},{branch: 'MP 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE551', name: 'Applied Photonics for Scientists and Engineers', credit: 3, instructor: 'SuS', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE582', name: 'Nonlinear Analysis and Control of Power Electronic Converters', credit: 3, instructor: 'Singha', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MP 2nd sem', offerType: 'E'},{branch: 'MP 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE591_1', name: 'Selected Topics in Power Electronics Solutions for Utility Applications', credit: 1, instructor: 'K N Srivastava', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MP 2nd sem', offerType: 'E'},{branch: 'MP 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE591_2', name: 'Selected Topics in Engineering Economics', credit: 1, instructor: 'K N Srivastava', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE591_3', name: 'Special Topics in Geometric Control: Estimators on Lie Groups', credit: 1, instructor: 'Prof. Ravi Banavar (LC:Tushar Jain)', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'E'},{branch: 'MV 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE593', name: 'Selected Topic in Low Power VLSI Design', credit: 3, instructor: 'Srinivasu', offered: [{branch: '2nd Sem', offerType: 'E'},{branch: '4th Sem Bio', offerType: 'E'},{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem EP', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'C'},{branch: 'MV 4th sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE604', name: 'Advanced Electric Drives', credit: 3, instructor: 'HM', offered: [{branch: '8th Sem EE', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'E'},{branch: 'MP 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE604P', name: 'Practicum on Advanced Electrical Drives', credit: 1, instructor: 'HM', offered: [{branch: '8th Sem EE', offerType: 'E'},{branch: 'MP 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE606', name: 'Introduction to High Voltage Engineering and Dielectric Breakdown', credit: 3, instructor: 'BSR', offered: [{branch: '8th Sem EE', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE611', name: 'VLSI Technology', credit: 3, instructor: 'SKS', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE611P', name: 'VLSI Fabrication Practicum', credit: 2, instructor: 'SKS', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE619', name: 'Mixed Signal VLSI Design', credit: 4, instructor: 'HS', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'E'},{branch: 'MV 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE622', name: 'Microwave Integrated Circuits', credit: 3, instructor: 'GSR', offered: [{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE623P', name: 'Practicum on Digital Control of Power Electronics and Drives', credit: 3, instructor: 'Singha', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: 'MP 2nd sem', offerType: 'C'},{branch: 'MP 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE627P', name: 'Post Graduate Project – II', credit: 8, instructor: 'PR', offered: [{branch: 'MS 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EE641', name: 'Advanced Wireless Technologies', credit: 3, instructor: 'Adarsh', offered: [{branch: 'MS 2nd sem', offerType: 'E'},{branch: 'MS 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'EE651P', name: 'Post Graduate Project – II', credit: 7, instructor: 'nan', offered: [{branch: 'MV 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EN510', name: 'Electrochemical Systems for Energy Engineering', credit: 4, instructor: 'Rik (CI), VB', offered: [{branch: 'Mtech (MES) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EN511', name: 'Computational Methods in Material Science', credit: 4, instructor: 'SP', offered: [{branch: 'Mtech (MES) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EN512', name: 'Structure-Property Correlations for Energy Application', credit: 3, instructor: 'VB (CI), Rik', offered: [{branch: 'Mtech (MES) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EP401P', name: 'Engineering of Instrumentation', credit: 4, instructor: 'CSY', offered: [{branch: '6th Sem EP', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EP402P', name: 'Engineering Physics Practicum', credit: 4, instructor: 'PK/SKS', offered: [{branch: '6th Sem EP', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EP403', name: 'Physics of Atoms and Molecules', credit: 3, instructor: 'ARKO', offered: [{branch: '4th Sem EP', offerType: 'C'},{branch: '6th Sem EP', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'HS105_1', name: 'Basic Communication Skills', credit: 3, instructor: 'RD', offered: [{branch: '4th Sem Bio', offerType: 'E'},{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem EP', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem Bio', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem DSE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem EP', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS105_2', name: 'Basic Communication Skills', credit: 3, instructor: 'Devika', offered: [{branch: '4th Sem Bio', offerType: 'E'},{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem EP', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem Bio', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem DSE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem EP', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS106', name: 'English I (open this course after test)', credit: 3, instructor: 'Aruna', offered: [{branch: '2nd Sem', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS202', name: 'Principles of Economics', credit: 3, instructor: 'Ramna', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS205', name: 'Financial Accounting', credit: 3, instructor: 'Puran', offered: [{branch: '4th Sem Bio', offerType: 'E'},{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem EP', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem Bio', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem DSE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem EP', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS252', name: 'Introduction to Psychology', credit: 3, instructor: 'PB', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS263', name: 'Popular Culture in Modern India : A Historical Perspective', credit: 3, instructor: 'Devika', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS304', name: 'Organizational Management', credit: 3, instructor: 'SD', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS342', name: 'German I', credit: 3, instructor: 'TBD', offered: [{branch: '2nd Sem', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS362', name: 'German III', credit: 3, instructor: 'Neha', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS510', name: 'Essentials of Entrepreneurship', credit: 3, instructor: 'Puran', offered: [{branch: '4th Sem Bio', offerType: 'E'},{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem EP', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem Bio', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem DSE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem EP', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'MV 2nd sem', offerType: 'E'},{branch: 'MV 4th sem', offerType: 'E'},{branch: 'MS 2nd sem', offerType: 'E'},{branch: 'MS 4th sem', offerType: 'E'},{branch: 'MP 2nd sem', offerType: 'E'},{branch: 'MP 4th sem', offerType: 'E'},{branch: 'MCSE 2nd sem', offerType: 'E'},{branch: 'Mtech (MES) 2nd sem', offerType: 'E'},{branch: 'Mtech (MES) 4th sem', offerType: 'E'},{branch: 'Mtech (MEE) 2nd sem', offerType: 'E'},{branch: 'Mtech (MEE) 4th sem', offerType: 'E'},{branch: 'Mtech (SE) 2nd sem', offerType: 'E'},{branch: 'Mtech (SE) 4th sem', offerType: 'E'},{branch: 'Mtech (FTE) 2nd sem', offerType: 'E'},{branch: 'MT(Bio)2nd', offerType: 'E'},{branch: 'MT(Bio) 4th', offerType: 'E'},{branch: 'MA (2nd Sem)', offerType: 'E'},{branch: 'MA (4th Sem)', offerType: 'E'},{branch: 'M.Sc (Chem) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Chem) 4th sem', offerType: 'E'},{branch: 'M.Sc (Maths) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Maths) 4th sem', offerType: 'E'},{branch: 'M.Sc (Physics) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Physics) 4th sem', offerType: 'E'},{branch: 'I-Ph.D. 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS523', name: 'Decision Making for Social Change', credit: 3, instructor: 'VD', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'MA (2nd Sem)', offerType: 'E'},{branch: 'MA (4th Sem)', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS530', name: 'Planning, Welfare and Development', credit: 3, instructor: 'surya/MVD', offered: [{branch: 'MA (2nd Sem)', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS533', name: 'Urban Development', credit: 3, instructor: 'Surya', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'MA (2nd Sem)', offerType: 'E'},{branch: 'MA (4th Sem)', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS539', name: 'Post War Germany-Politics, Society and Culture', credit: 3, instructor: 'Neha', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'MA (2nd Sem)', offerType: 'E'},{branch: 'MA (4th Sem)', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS541', name: 'Technical Communication', credit: 1, instructor: 'Aruna', offered: [{branch: 'Mtech (MES) 2nd sem', offerType: 'E'},{branch: 'Mtech (MES) 4th sem', offerType: 'E'},{branch: 'Mtech (MEE) 2nd sem', offerType: 'E'},{branch: 'Mtech (MEE) 4th sem', offerType: 'E'},{branch: 'Mtech (SE) 2nd sem', offerType: 'E'},{branch: 'Mtech (SE) 4th sem', offerType: 'E'},{branch: 'Mtech (FTE) 2nd sem', offerType: 'C'},{branch: 'MT(Bio)2nd', offerType: 'E'},{branch: 'MT(Bio) 4th', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS550', name: 'Statistical Methods', credit: 4, instructor: 'SDG', offered: [{branch: 'MA (2nd Sem)', offerType: 'E'},{branch: 'MA (4th Sem)', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS551P', name: 'Development Studies Practicum I', credit: 4, instructor: 'MVD', offered: [{branch: 'MA (2nd Sem)', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'HS554P', name: 'Post Graduate Project', credit: 3, instructor: 'MVD', offered: [{branch: 'MA (4th Sem)', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'HS544', name: 'Applied Forensic Psychology', credit: 4, instructor: 'PB', offered: [{branch: 'MA (2nd Sem)', offerType: 'E'},{branch: 'MA (4th Sem)', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS542', name: 'Ethnicity, State and Nationalism in India', credit: 0, instructor: 'NC', offered: [{branch: 'MA (2nd Sem)', offerType: 'E'},{branch: 'MA (4th Sem)', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS623', name: 'Advance Social Psychology', credit: 4, instructor: 'PB', offered: [{branch: 'MA (2nd Sem)', offerType: 'E'},{branch: 'MA (4th Sem)', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'IC111', name: 'Linear Algebra', credit: 3, instructor: 'SA', offered: [{branch: '2nd Sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC131', name: 'Applied Chemistry for Engineers', credit: 3, instructor: 'PCP', offered: [], time: []});
db.courses.insertOne({_id: 'IC136', name: 'Understanding Biotechnology and its Applications', credit: 3, instructor: 'BB', offered: [{branch: '4th Sem Bio', offerType: 'E'},{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem EP', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'IC141', name: 'Product Realization Technology', credit: 2, instructor: 'Swati', offered: [{branch: '2nd Sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'EE642', name: 'Research Study', credit: 0, instructor: 'nan', offered: [], time: []});
db.courses.insertOne({_id: 'IC142', name: 'Engineering Thermodynamics', credit: 3, instructor: 'Parmod', offered: [{branch: '2nd Sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC160P', name: 'Electrical Systems Around Us Lab (2020 batch)', credit: 2, instructor: 'TJ (Coordinator), HM, BSR,NRT,GSR,SuS,EF', offered: [{branch: '4th Sem Bio', offerType: 'C'},{branch: '4th Sem CE', offerType: 'C'},{branch: '4th Sem CS', offerType: 'C'},{branch: '4th Sem DSE', offerType: 'C'},{branch: '4th Sem EE', offerType: 'C'},{branch: '4th Sem EP', offerType: 'C'},{branch: '4th Sem ME', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC160P', name: 'Electrical Systems Around Us Lab (2021 batch)', credit: 2, instructor: 'TJ, Singha (Coordinator), SuS,,Adarsh, NRT, EF', offered: [{branch: '2nd Sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC161', name: 'Applied Electronics', credit: 3, instructor: 'SS', offered: [{branch: '2nd Sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC161P', name: 'Applied Electronics Lab', credit: 2, instructor: 'GSR (Coordinator), Srinivasu, HS, SS, SRC, Rahul', offered: [{branch: '2nd Sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC201P', name: 'Design Practicum', credit: 4, instructor: 'SCJ (Coordinator), PS, HS (Co-coordinators)', offered: [{branch: '4th Sem CE', offerType: 'C'},{branch: '4th Sem CS', offerType: 'C'},{branch: '4th Sem DSE', offerType: 'C'},{branch: '4th Sem EE', offerType: 'C'},{branch: '4th Sem EP', offerType: 'C'},{branch: '4th Sem ME', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC221', name: 'Foundations of Electrodynamics', credit: 3, instructor: 'Nirmalya', offered: [{branch: '4th Sem CE', offerType: 'C'},{branch: '4th Sem CS', offerType: 'C'},{branch: '4th Sem DSE', offerType: 'C'},{branch: '4th Sem EE', offerType: 'C'},{branch: '4th Sem EP', offerType: 'C'},{branch: '4th Sem ME', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC222P', name: 'Physics Practicum', credit: 2, instructor: 'SKP', offered: [{branch: '4th Sem ME', offerType: 'C'},{branch: '6th Sem Bio', offerType: 'C'},{branch: '6th Sem CE', offerType: 'C'},{branch: '6th Sem CS', offerType: 'C'},{branch: '6th Sem DSE', offerType: 'C'},{branch: '6th Sem EE', offerType: 'C'},{branch: '6th Sem EP', offerType: 'C'},{branch: '6th Sem ME', offerType: 'C'},{branch: '8th Sem CE', offerType: 'C'},{branch: '8th Sem CS', offerType: 'C'},{branch: '8th Sem EE', offerType: 'C'},{branch: '8th Sem ME', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC230', name: 'Environmental Sciences', credit: 3, instructor: 'AJP', offered: [{branch: '4th Sem CE', offerType: 'C'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem EP', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'IC231', name: 'Measurement and Instrumentation Practicum', credit: 3, instructor: 'SuS, EF', offered: [{branch: '4th Sem Bio', offerType: 'E'},{branch: '8th Sem CS', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'IC241', name: 'Material Science for Engineers', credit: 3, instructor: 'JKR', offered: [{branch: '4th Sem CE', offerType: 'E'},{branch: '4th Sem CS', offerType: 'C'},{branch: '4th Sem DSE', offerType: 'C'},{branch: '4th Sem EE', offerType: 'C'},{branch: '4th Sem EP', offerType: 'C'},{branch: '4th Sem ME', offerType: 'C'},{branch: '6th Sem CE', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'IC242', name: 'Continuum Mechanics', credit: 3, instructor: 'Mousumi', offered: [{branch: '4th Sem CE', offerType: 'C'},{branch: '4th Sem CS', offerType: 'E'},{branch: '4th Sem DSE', offerType: 'E'},{branch: '4th Sem EE', offerType: 'E'},{branch: '4th Sem EP', offerType: 'E'},{branch: '4th Sem ME', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'IC252', name: 'Data Science II', credit: 4, instructor: 'Theory: ST, Lab: ST (Coordinator), Padman Dileep, Varun, Sarita', offered: [{branch: '2nd Sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'MA521', name: 'Functional Analysis', credit: 4, instructor: 'Qaiser', offered: [{branch: 'M.Sc (Maths) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'MA522', name: 'Partial Differential Equation', credit: 4, instructor: 'NK', offered: [{branch: 'M.Sc (Maths) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'MA523', name: 'Numerical Analysis', credit: 4, instructor: 'R Ray', offered: [{branch: 'M.Sc (Maths) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'MA524', name: 'Probability & Statistics', credit: 4, instructor: 'Sarita', offered: [{branch: 'M.Sc (Maths) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'MA549', name: 'Abstract Algebra', credit: 3, instructor: 'Sampat', offered: [{branch: 'M.Sc (Maths) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Maths) 4th sem', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'MA582P', name: 'Post Graduate Project II', credit: 2, instructor: 'MM', offered: [{branch: 'M.Sc (Maths) 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'MA653', name: 'Computational Financial Modelling', credit: 3, instructor: 'MT', offered: [{branch: 'M.Sc (Maths) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Maths) 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'MA653P', name: 'Computational Financial Modelling Lab', credit: 1, instructor: 'MT', offered: [{branch: 'M.Sc (Maths) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Maths) 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'MA765', name: 'Fractional Differential Equations', credit: 4, instructor: 'MM', offered: [{branch: 'M.Sc (Maths) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Maths) 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'MAXXX', name: 'Topology', credit: 0, instructor: 'Samir', offered: [], time: []});
db.courses.insertOne({_id: 'ME210', name: 'Fluid Mechanics', credit: 3, instructor: 'GB', offered: [{branch: '4th Sem ME', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'ME307', name: 'Energy Conversion Devices', credit: 3, instructor: 'Atul', offered: [{branch: '6th Sem ME', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'ME309', name: 'Theory of Machines', credit: 4, instructor: 'HP', offered: [{branch: '6th Sem ME', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'ME311P', name: 'Design Lab – I', credit: 1, instructor: 'VSC', offered: [{branch: '6th Sem ME', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'ME451', name: 'Refrigeration and Air Conditioning', credit: 3, instructor: 'RV', offered: [{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME501P', name: 'Practicum – I', credit: 3, instructor: 'PAK', offered: [{branch: 'Mtech (FTE) 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'ME506', name: 'Fundamentals of Fracture Mechanics', credit: 3, instructor: 'RG', offered: [{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'Mtech (MEE) 2nd sem', offerType: 'E'},{branch: 'Mtech (MEE) 4th sem', offerType: 'E'},{branch: 'Mtech (SE) 2nd sem', offerType: 'E'},{branch: 'Mtech (SE) 4th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME510', name: 'Advanced Manufacturing Processes', credit: 3, instructor: 'PS', offered: [{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME513', name: 'Finite Element Methods in Engineering', credit: 4, instructor: 'AG', offered: [{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'Mtech (SE) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME602', name: 'Mechanical Vibration', credit: 3, instructor: 'SCJ (CI), RK', offered: [{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'Mtech (MES) 2nd sem', offerType: 'E'},{branch: 'Mtech (MEE) 4th sem', offerType: 'E'},{branch: 'Mtech (FTE) 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME604', name: 'Experimental Methods in Thermal Engineering', credit: 3, instructor: 'Atul (CI), Parmod/new faculty', offered: [{branch: '8th Sem CE', offerType: 'E'},{branch: 'Mtech (FTE) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME607', name: 'Materials Science for Failure Analysis', credit: 3, instructor: 'VSC', offered: [{branch: '8th Sem ME', offerType: 'E'},{branch: 'Mtech (MES) 2nd sem', offerType: 'E'},{branch: 'Mtech (MEE) 2nd sem', offerType: 'E'},{branch: 'Mtech (FTE) 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME616', name: 'Convective Heat and mass Transfer', credit: 3, instructor: 'PAK', offered: [{branch: 'Mtech (FTE) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME620', name: 'Modelling and Simulations', credit: 3, instructor: 'Talha', offered: [{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'Mtech (MES) 2nd sem', offerType: 'C'},{branch: 'Mtech (MEE) 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME631', name: 'Heat Transfer and Fluid Flow in Energy Systems', credit: 3, instructor: 'Gajendra', offered: [{branch: 'Mtech (MES) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME633', name: 'Design of Energy Systems', credit: 3, instructor: 'RK', offered: [{branch: 'Mtech (MES) 2nd sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME635', name: 'Manufacturing for Energy Systems', credit: 3, instructor: 'SZ', offered: [{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'Mtech (MES) 2nd sem', offerType: 'E'},{branch: 'Mtech (MES) 4th sem', offerType: 'E'},{branch: 'Mtech (MEE) 2nd sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'ME695P', name: 'Post Graduate Project-I (MEE)', credit: 2, instructor: 'JKR', offered: [{branch: 'Mtech (MES) 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'ME699P', name: 'Post Graduate Project-II', credit: 8, instructor: 'Parmod', offered: [{branch: 'Mtech (MES) 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH302', name: 'Introduction to Statistical Mechanics', credit: 3, instructor: 'harsh', offered: [{branch: '4th Sem EP', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH501', name: 'Solid State Physics', credit: 3, instructor: 'BR', offered: [{branch: '4th Sem EP', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH502', name: 'Photonics', credit: 3, instructor: 'PP', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem EP', offerType: 'C'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'M.Sc (Physics) 4th sem', offerType: 'E'},{branch: 'I-Ph.D. 2nd sem', offerType: 'E'},{branch: 'I-Ph.D. 4th sem', offerType: 'E'},{branch: 'I-Ph.D. 6th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'PH515P', name: 'Physics Laboratory', credit: 3, instructor: 'PK', offered: [{branch: 'M.Sc (Physics) 2nd sem', offerType: 'C'},{branch: 'I-Ph.D. 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH519P', name: 'Post Graduate Project II', credit: 8, instructor: 'ajay', offered: [{branch: 'M.Sc (Physics) 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH521', name: 'Electromagnetic Theory', credit: 4, instructor: 'SP', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'M.Sc (Physics) 2nd sem', offerType: 'C'},{branch: 'I-Ph.D. 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH522', name: 'Statistical Mechanics', credit: 4, instructor: 'PJ', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'M.Sc (Physics) 2nd sem', offerType: 'C'},{branch: 'I-Ph.D. 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH523', name: 'Condensed Matter Physics', credit: 3, instructor: 'Ajay', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'M.Sc (Physics) 2nd sem', offerType: 'C'},{branch: 'I-Ph.D. 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH524', name: 'Atomic and Molecular Physics', credit: 3, instructor: 'HV/PK', offered: [{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'M.Sc (Physics) 2nd sem', offerType: 'C'},{branch: 'I-Ph.D. 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH525P', name: 'Electronics Laboratory Practicum', credit: 3, instructor: 'Ajay', offered: [{branch: 'M.Sc (Physics) 2nd sem', offerType: 'C'},{branch: 'I-Ph.D. 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH526', name: 'Research Project III', credit: 3, instructor: 'KM', offered: [{branch: 'I-Ph.D. 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH527', name: 'Research Project IV', credit: 3, instructor: 'KM', offered: [{branch: 'I-Ph.D. 2nd sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH606', name: 'Quantum Field Theory', credit: 3, instructor: 'Girish', offered: [{branch: 'M.Sc (Physics) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Physics) 4th sem', offerType: 'E'},{branch: 'I-Ph.D. 2nd sem', offerType: 'E'},{branch: 'I-Ph.D. 4th sem', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'PH611P', name: 'Experimental Research Techniques', credit: 4, instructor: 'CSY', offered: [{branch: 'M.Sc (Physics) 4th sem', offerType: 'C'},{branch: 'I-Ph.D. 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH612', name: 'Nuclear and Particle Physics', credit: 3, instructor: 'KM', offered: [{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'},{branch: '8th Sem CE', offerType: 'E'},{branch: '8th Sem CS', offerType: 'E'},{branch: '8th Sem EE', offerType: 'E'},{branch: '8th Sem ME', offerType: 'E'},{branch: 'M.Sc (Physics) 4th sem', offerType: 'E'},{branch: 'I-Ph.D. 4th sem', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'PH621', name: 'Computational Methods for Physicists', credit: 4, instructor: 'New faculty/HV', offered: [{branch: 'M.Sc (Physics) 4th sem', offerType: 'C'},{branch: 'I-Ph.D. 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH622', name: 'Mini Thesis II', credit: 8, instructor: 'Ajay', offered: [{branch: 'I-Ph.D. 4th sem', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'PH701', name: 'Introduction to Molecular Simulations', credit: 4, instructor: 'PJ', offered: [{branch: 'I-Ph.D. 4th sem', offerType: 'E'},{branch: 'I-Ph.D. 6th sem', offerType: 'E'},{branch: 'MS/PhD', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'RM600', name: 'Research Methodology', credit: 1, instructor: 'CKN', offered: [], time: []});
db.courses.insertOne({_id: 'DP399P', name: 'Semester Internship', credit: 9, instructor: 'Faculty advisors of each branch', offered: [{branch: '6th Sem Bio', offerType: 'E'},{branch: '6th Sem CE', offerType: 'E'},{branch: '6th Sem CS', offerType: 'E'},{branch: '6th Sem DSE', offerType: 'E'},{branch: '6th Sem EE', offerType: 'E'},{branch: '6th Sem EP', offerType: 'E'},{branch: '6th Sem ME', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'HS601', name: 'Literary Methods: Theory and Interpretation', credit: 3, instructor: 'MVD', offered: [{branch: 'I-Ph.D. 2nd sem', offerType: 'C'},{branch: 'I-Ph.D. 4th sem', offerType: 'C'},{branch: 'I-Ph.D. 6th sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'HS611', name: 'Research Writing', credit: 3, instructor: 'nan', offered: [{branch: 'I-Ph.D. 2nd sem', offerType: 'C'},{branch: 'I-Ph.D. 4th sem', offerType: 'C'},{branch: 'I-Ph.D. 6th sem', offerType: 'C'},{branch: 'MS/PhD', offerType: 'C'}], time: []});
db.courses.insertOne({_id: 'CS591_1', name: 'Selected Topics in Computer Graphics:Curves in computer geometric modelling', credit: 1, instructor: 'Prof. Bharat Adsul. IIT Bombay, LC Jinesh Machhar', offered: [], time: []});
db.courses.insertOne({_id: 'ME 697P', name: 'Post GraduateProject -II (MEE)', credit: 8, instructor: 'rik', offered: [{branch: '4th Sem CE', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CY670', name: 'Fluorescence Spectroscopy, Microscopy and Applications', credit: 0, instructor: 'Moupriya', offered: [{branch: 'M.Sc (Chem) 2nd sem', offerType: 'E'},{branch: 'M.Sc (Chem) 4th sem', offerType: 'E'}], time: []});
db.courses.insertOne({_id: 'CS549', name: 'Performance Analysis of Computer Networks', credit: 3, instructor: 'Sreelakshmi', offered: [], time: []});
db.courses.insertOne({_id: 'EE625P', name: 'Post Graduate Project-II', credit: 7, instructor: 'Singha', offered: [{branch: 'MP 4th sem', offerType: 'C'}], time: []});