KindAlien commited on
Commit
5b8993f
·
verified ·
1 Parent(s): 6b9f1f6

Update timetable_data.json

Browse files
Files changed (1) hide show
  1. timetable_data.json +1 -688
timetable_data.json CHANGED
@@ -1,688 +1 @@
1
- {
2
- "faculties": [
3
- {
4
- "id": "anu",
5
- "name": "Prof. Anu",
6
- "designation": "Assoc. Prof",
7
- "max_hours": 30
8
- },
9
- {
10
- "id": "kavitha",
11
- "name": "Dr. Kavitha",
12
- "designation": "Assoc. Prof",
13
- "max_hours": 18
14
- },
15
- {
16
- "id": "nanda",
17
- "name": "Prof. Nanda",
18
- "designation": "Asst. Prof",
19
- "max_hours": 18
20
- },
21
- {
22
- "id": "tahir",
23
- "name": "Prof. Tahir",
24
- "designation": "Asst. Prof",
25
- "max_hours": 18
26
- },
27
- {
28
- "id": "jovin",
29
- "name": "Prof. Jovin",
30
- "designation": "Asst. Prof",
31
- "max_hours": 18
32
- },
33
- {
34
- "id": "praveen",
35
- "name": "Prof. Praveen",
36
- "designation": "Asst. Prof",
37
- "max_hours": 18
38
- },
39
- {
40
- "id": "surbhi",
41
- "name": "Prof. Surbhi",
42
- "designation": "Asst. Prof",
43
- "max_hours": 18
44
- },
45
- {
46
- "id": "soft",
47
- "name": "Soft Skills Trainer",
48
- "designation": "Trainer",
49
- "max_hours": 18
50
- },
51
- {
52
- "id": "oe_fac_1",
53
- "name": "OE Teacher 1",
54
- "designation": "Guest",
55
- "max_hours": 18
56
- },
57
- {
58
- "id": "oe_fac_2",
59
- "name": "OE Teacher 2",
60
- "designation": "Guest",
61
- "max_hours": 18
62
- },
63
- {
64
- "id": "adrash",
65
- "name": "Prof. Adrash",
66
- "designation": "Asst. Prof",
67
- "max_hours": 18
68
- },
69
- {
70
- "id": "syed",
71
- "name": "Prof. Syed",
72
- "designation": "Asst. Prof",
73
- "max_hours": 18
74
- },
75
- {
76
- "id": "sanjay",
77
- "name": "Prof. Sanjay",
78
- "designation": "Asst. Prof",
79
- "max_hours": 25
80
- },
81
- {
82
- "id": "vikas",
83
- "name": "Mr. Vikas Kumar",
84
- "designation": "Asst. Prof",
85
- "max_hours": 25
86
- },
87
- {
88
- "id": "rahul",
89
- "name": "Mr. Rahul Bharath",
90
- "designation": "Asst. Prof",
91
- "max_hours": 25
92
- },
93
- {
94
- "id": "abhijith",
95
- "name": "Mr. Abhijith",
96
- "designation": "Asst. Prof",
97
- "max_hours": 25
98
- },
99
- {
100
- "id": "krithika",
101
- "name": "Ms. Krithika",
102
- "designation": "Asst. Prof",
103
- "max_hours": 25
104
- }
105
- ],
106
- "subjects": [
107
- {
108
- "code": "nlp",
109
- "name": "NLP",
110
- "type": "THEORY",
111
- "credits": 3,
112
- "is_core": true,
113
- "is_heavy": true
114
- },
115
- {
116
- "code": "nlplab",
117
- "name": "NLP Lab",
118
- "type": "LAB",
119
- "credits": 1,
120
- "is_core": true,
121
- "is_heavy": false
122
- },
123
- {
124
- "code": "ml",
125
- "name": "ML",
126
- "type": "THEORY",
127
- "credits": 4,
128
- "is_core": true,
129
- "is_heavy": true
130
- },
131
- {
132
- "code": "mllab",
133
- "name": "ML Lab",
134
- "type": "LAB",
135
- "credits": 1,
136
- "is_core": true,
137
- "is_heavy": false
138
- },
139
- {
140
- "code": "hcai",
141
- "name": "HCI",
142
- "type": "THEORY",
143
- "credits": 3,
144
- "is_core": false,
145
- "is_heavy": false
146
- },
147
- {
148
- "code": "cc",
149
- "name": "Cloud",
150
- "type": "THEORY",
151
- "credits": 3,
152
- "is_core": false,
153
- "is_heavy": false
154
- },
155
- {
156
- "code": "oe",
157
- "name": "OE",
158
- "type": "THEORY",
159
- "credits": 3,
160
- "is_core": false,
161
- "is_heavy": false
162
- },
163
- {
164
- "code": "major",
165
- "name": "Project",
166
- "type": "LAB",
167
- "credits": 1,
168
- "is_core": true,
169
- "is_heavy": true
170
- },
171
- {
172
- "code": "iks",
173
- "name": "IKS",
174
- "type": "THEORY",
175
- "credits": 1,
176
- "is_core": true,
177
- "is_heavy": false
178
- },
179
- {
180
- "code": "softskill",
181
- "name": "Soft Skills",
182
- "type": "SOFTSKILL",
183
- "credits": 1,
184
- "is_core": true,
185
- "is_heavy": false
186
- },
187
- {
188
- "code": "forum",
189
- "name": "Forum",
190
- "type": "FORUM",
191
- "credits": 1,
192
- "is_core": true,
193
- "is_heavy": false
194
- },
195
- {
196
- "code": "devops",
197
- "name": "DevOps",
198
- "type": "LAB",
199
- "credits": 2,
200
- "is_core": false,
201
- "is_heavy": false
202
- },
203
- {
204
- "code": "genai",
205
- "name": "GenAI",
206
- "type": "LAB",
207
- "credits": 2,
208
- "is_core": false,
209
- "is_heavy": false
210
- },
211
- {
212
- "code": "sepm",
213
- "name": "SEPM (Soft. Engg)",
214
- "type": "THEORY",
215
- "credits": 4,
216
- "is_core": true,
217
- "is_heavy": true
218
- },
219
- {
220
- "code": "cn",
221
- "name": "Comp. Networks",
222
- "type": "THEORY",
223
- "credits": 3,
224
- "is_core": true,
225
- "is_heavy": true
226
- },
227
- {
228
- "code": "cnlab",
229
- "name": "CN Lab",
230
- "type": "LAB",
231
- "credits": 1,
232
- "is_core": true,
233
- "is_heavy": false
234
- },
235
- {
236
- "code": "toc",
237
- "name": "Theory of Comp.",
238
- "type": "THEORY",
239
- "credits": 4,
240
- "is_core": true,
241
- "is_heavy": true
242
- },
243
- {
244
- "code": "dvlab",
245
- "name": "Data Vis Lab",
246
- "type": "LAB",
247
- "credits": 1,
248
- "is_core": true,
249
- "is_heavy": false
250
- },
251
- {
252
- "code": "nosql",
253
- "name": "NoSQL DB",
254
- "type": "THEORY",
255
- "credits": 3,
256
- "is_core": true,
257
- "is_heavy": false
258
- },
259
- {
260
- "code": "miniproj",
261
- "name": "Mini Project",
262
- "type": "LAB",
263
- "credits": 1,
264
- "is_core": true,
265
- "is_heavy": false
266
- },
267
- {
268
- "code": "rmipr",
269
- "name": "RM & IPR",
270
- "type": "THEORY",
271
- "credits": 3,
272
- "is_core": false,
273
- "is_heavy": false
274
- },
275
- {
276
- "code": "evs",
277
- "name": "Env. Studies",
278
- "type": "THEORY",
279
- "credits": 1,
280
- "is_core": false,
281
- "is_heavy": false
282
- },
283
- {
284
- "code": "nss",
285
- "name": "NSS",
286
- "type": "LAB",
287
- "credits": 1,
288
- "is_core": false,
289
- "is_heavy": false
290
- }
291
- ],
292
- "sections": [
293
- {
294
- "id": "6a-E1",
295
- "semester": 6,
296
- "strength": 40
297
- },
298
- {
299
- "id": "6a-E2",
300
- "semester": 6,
301
- "strength": 40
302
- },
303
- {
304
- "id": "6b-E1",
305
- "semester": 6,
306
- "strength": 30
307
- },
308
- {
309
- "id": "6b-E2",
310
- "semester": 6,
311
- "strength": 30
312
- },
313
- {
314
- "id": "5a",
315
- "semester": 5,
316
- "strength": 60
317
- },
318
- {
319
- "id": "5b",
320
- "semester": 5,
321
- "strength": 60
322
- }
323
- ],
324
- "rooms": [
325
- {
326
- "id": "r1",
327
- "capacity": 80,
328
- "is_lab": false,
329
- "building": "Main"
330
- },
331
- {
332
- "id": "r2",
333
- "capacity": 80,
334
- "is_lab": false,
335
- "building": "Main"
336
- },
337
- {
338
- "id": "r3",
339
- "capacity": 80,
340
- "is_lab": false,
341
- "building": "Main"
342
- },
343
- {
344
- "id": "r4",
345
- "capacity": 80,
346
- "is_lab": false,
347
- "building": "Main"
348
- },
349
- {
350
- "id": "l1",
351
- "capacity": 80,
352
- "is_lab": true,
353
- "building": "Lab"
354
- },
355
- {
356
- "id": "l2",
357
- "capacity": 80,
358
- "is_lab": true,
359
- "building": "Lab"
360
- },
361
- {
362
- "id": "l3",
363
- "capacity": 80,
364
- "is_lab": true,
365
- "building": "Lab"
366
- },
367
- {
368
- "id": "l4",
369
- "capacity": 80,
370
- "is_lab": true,
371
- "building": "Lab"
372
- }
373
- ],
374
- "allocations": [
375
- {
376
- "faculty_id": "anu",
377
- "subject_code": "nlp",
378
- "section_id": "6a-E1",
379
- "elective_group": null
380
- },
381
- {
382
- "faculty_id": "anu",
383
- "subject_code": "nlp",
384
- "section_id": "6a-E2",
385
- "elective_group": null
386
- },
387
- {
388
- "faculty_id": "anu",
389
- "subject_code": "nlp",
390
- "section_id": "6b-E1",
391
- "elective_group": null
392
- },
393
- {
394
- "faculty_id": "anu",
395
- "subject_code": "nlp",
396
- "section_id": "6b-E2",
397
- "elective_group": null
398
- },
399
- {
400
- "faculty_id": "anu",
401
- "subject_code": "nlplab",
402
- "section_id": "6a-E1",
403
- "elective_group": null
404
- },
405
- {
406
- "faculty_id": "anu",
407
- "subject_code": "nlplab",
408
- "section_id": "6b-E1",
409
- "elective_group": null
410
- },
411
- {
412
- "faculty_id": "kavitha",
413
- "subject_code": "ml",
414
- "section_id": "6a-E1",
415
- "elective_group": null
416
- },
417
- {
418
- "faculty_id": "kavitha",
419
- "subject_code": "ml",
420
- "section_id": "6a-E2",
421
- "elective_group": null
422
- },
423
- {
424
- "faculty_id": "kavitha",
425
- "subject_code": "ml",
426
- "section_id": "6b-E1",
427
- "elective_group": null
428
- },
429
- {
430
- "faculty_id": "kavitha",
431
- "subject_code": "ml",
432
- "section_id": "6b-E2",
433
- "elective_group": null
434
- },
435
- {
436
- "faculty_id": "kavitha",
437
- "subject_code": "mllab",
438
- "section_id": "6a-E1",
439
- "elective_group": null
440
- },
441
- {
442
- "faculty_id": "praveen",
443
- "subject_code": "mllab",
444
- "section_id": "6b-E1",
445
- "elective_group": null
446
- },
447
- {
448
- "faculty_id": "jovin",
449
- "subject_code": "major",
450
- "section_id": "6a-E1",
451
- "elective_group": "sem6_proj_common"
452
- },
453
- {
454
- "faculty_id": "jovin",
455
- "subject_code": "major",
456
- "section_id": "6b-E1",
457
- "elective_group": "sem6_proj_common"
458
- },
459
- {
460
- "faculty_id": "nanda",
461
- "subject_code": "hcai",
462
- "section_id": "6a-E1",
463
- "elective_group": "elec_common"
464
- },
465
- {
466
- "faculty_id": "tahir",
467
- "subject_code": "cc",
468
- "section_id": "6a-E2",
469
- "elective_group": "elec_common"
470
- },
471
- {
472
- "faculty_id": "nanda",
473
- "subject_code": "hcai",
474
- "section_id": "6b-E1",
475
- "elective_group": "elec_common"
476
- },
477
- {
478
- "faculty_id": "tahir",
479
- "subject_code": "cc",
480
- "section_id": "6b-E2",
481
- "elective_group": "elec_common"
482
- },
483
- {
484
- "faculty_id": "oe_fac_1",
485
- "subject_code": "oe",
486
- "section_id": "6a-E1",
487
- "elective_group": "oe_common"
488
- },
489
- {
490
- "faculty_id": "oe_fac_1",
491
- "subject_code": "oe",
492
- "section_id": "6a-E2",
493
- "elective_group": "oe_common"
494
- },
495
- {
496
- "faculty_id": "oe_fac_2",
497
- "subject_code": "oe",
498
- "section_id": "6b-E1",
499
- "elective_group": "oe_common"
500
- },
501
- {
502
- "faculty_id": "oe_fac_2",
503
- "subject_code": "oe",
504
- "section_id": "6b-E2",
505
- "elective_group": "oe_common"
506
- },
507
- {
508
- "faculty_id": "praveen",
509
- "subject_code": "iks",
510
- "section_id": "6a-E1",
511
- "elective_group": null
512
- },
513
- {
514
- "faculty_id": "praveen",
515
- "subject_code": "iks",
516
- "section_id": "6b-E1",
517
- "elective_group": null
518
- },
519
- {
520
- "faculty_id": "soft",
521
- "subject_code": "softskill",
522
- "section_id": "6a-E1",
523
- "elective_group": null
524
- },
525
- {
526
- "faculty_id": "soft",
527
- "subject_code": "softskill",
528
- "section_id": "6b-E1",
529
- "elective_group": null
530
- },
531
- {
532
- "faculty_id": "surbhi",
533
- "subject_code": "forum",
534
- "section_id": "6a-E1",
535
- "elective_group": null
536
- },
537
- {
538
- "faculty_id": "adrash",
539
- "subject_code": "forum",
540
- "section_id": "6b-E1",
541
- "elective_group": null
542
- },
543
- {
544
- "faculty_id": "syed",
545
- "subject_code": "devops",
546
- "section_id": "6a-E1",
547
- "elective_group": "tech_elec_common"
548
- },
549
- {
550
- "faculty_id": "sanjay",
551
- "subject_code": "genai",
552
- "section_id": "6a-E2",
553
- "elective_group": "tech_elec_common"
554
- },
555
- {
556
- "faculty_id": "syed",
557
- "subject_code": "devops",
558
- "section_id": "6b-E1",
559
- "elective_group": "tech_elec_common"
560
- },
561
- {
562
- "faculty_id": "sanjay",
563
- "subject_code": "genai",
564
- "section_id": "6b-E2",
565
- "elective_group": "tech_elec_common"
566
- },
567
- {
568
- "faculty_id": "vikas",
569
- "subject_code": "sepm",
570
- "section_id": "5a",
571
- "elective_group": null
572
- },
573
- {
574
- "faculty_id": "vikas",
575
- "subject_code": "sepm",
576
- "section_id": "5b",
577
- "elective_group": null
578
- },
579
- {
580
- "faculty_id": "adrash",
581
- "subject_code": "cn",
582
- "section_id": "5a",
583
- "elective_group": null
584
- },
585
- {
586
- "faculty_id": "anu",
587
- "subject_code": "cn",
588
- "section_id": "5b",
589
- "elective_group": null
590
- },
591
- {
592
- "faculty_id": "adrash",
593
- "subject_code": "cnlab",
594
- "section_id": "5a",
595
- "elective_group": null
596
- },
597
- {
598
- "faculty_id": "anu",
599
- "subject_code": "cnlab",
600
- "section_id": "5b",
601
- "elective_group": null
602
- },
603
- {
604
- "faculty_id": "rahul",
605
- "subject_code": "toc",
606
- "section_id": "5a",
607
- "elective_group": null
608
- },
609
- {
610
- "faculty_id": "rahul",
611
- "subject_code": "toc",
612
- "section_id": "5b",
613
- "elective_group": null
614
- },
615
- {
616
- "faculty_id": "abhijith",
617
- "subject_code": "dvlab",
618
- "section_id": "5a",
619
- "elective_group": null
620
- },
621
- {
622
- "faculty_id": "jovin",
623
- "subject_code": "dvlab",
624
- "section_id": "5b",
625
- "elective_group": null
626
- },
627
- {
628
- "faculty_id": "praveen",
629
- "subject_code": "nosql",
630
- "section_id": "5a",
631
- "elective_group": null
632
- },
633
- {
634
- "faculty_id": "praveen",
635
- "subject_code": "nosql",
636
- "section_id": "5b",
637
- "elective_group": null
638
- },
639
- {
640
- "faculty_id": "sanjay",
641
- "subject_code": "miniproj",
642
- "section_id": "5a",
643
- "elective_group": "sem5_proj_common"
644
- },
645
- {
646
- "faculty_id": "sanjay",
647
- "subject_code": "miniproj",
648
- "section_id": "5b",
649
- "elective_group": "sem5_proj_common"
650
- },
651
- {
652
- "faculty_id": "syed",
653
- "subject_code": "rmipr",
654
- "section_id": "5a",
655
- "elective_group": null
656
- },
657
- {
658
- "faculty_id": "syed",
659
- "subject_code": "rmipr",
660
- "section_id": "5b",
661
- "elective_group": null
662
- },
663
- {
664
- "faculty_id": "krithika",
665
- "subject_code": "evs",
666
- "section_id": "5a",
667
- "elective_group": null
668
- },
669
- {
670
- "faculty_id": "krithika",
671
- "subject_code": "evs",
672
- "section_id": "5b",
673
- "elective_group": null
674
- },
675
- {
676
- "faculty_id": "nanda",
677
- "subject_code": "nss",
678
- "section_id": "5a",
679
- "elective_group": null
680
- },
681
- {
682
- "faculty_id": "nanda",
683
- "subject_code": "nss",
684
- "section_id": "5b",
685
- "elective_group": null
686
- }
687
- ]
688
- }
 
1
+ {"faculties": [{"id": "anu", "name": "Prof. Anu", "designation": "Assoc. Prof", "max_hours": 30}, {"id": "kavitha", "name": "Dr. Kavitha", "designation": "Assoc. Prof", "max_hours": 18}, {"id": "nanda", "name": "Prof. Nanda", "designation": "Asst. Prof", "max_hours": 18}, {"id": "tahir", "name": "Prof. Tahir", "designation": "Asst. Prof", "max_hours": 18}, {"id": "jovin", "name": "Prof. Jovin", "designation": "Asst. Prof", "max_hours": 18}, {"id": "praveen", "name": "Prof. Praveen", "designation": "Asst. Prof", "max_hours": 18}, {"id": "surbhi", "name": "Prof. Surbhi", "designation": "Asst. Prof", "max_hours": 18}, {"id": "soft", "name": "Soft Skills Trainer", "designation": "Trainer", "max_hours": 18}, {"id": "oe_fac_1", "name": "OE Teacher 1", "designation": "Guest", "max_hours": 18}, {"id": "oe_fac_2", "name": "OE Teacher 2", "designation": "Guest", "max_hours": 18}, {"id": "adrash", "name": "Prof. Adrash", "designation": "Asst. Prof", "max_hours": 18}, {"id": "syed", "name": "Prof. Syed", "designation": "Asst. Prof", "max_hours": 18}, {"id": "sanjay", "name": "Prof. Sanjay", "designation": "Asst. Prof", "max_hours": 25}, {"id": "vikas", "name": "Mr. Vikas Kumar", "designation": "Asst. Prof", "max_hours": 25}, {"id": "rahul", "name": "Mr. Rahul Bharath", "designation": "Asst. Prof", "max_hours": 25}, {"id": "abhijith", "name": "Mr. Abhijith", "designation": "Asst. Prof", "max_hours": 25}, {"id": "krithika", "name": "Ms. Krithika", "designation": "Asst. Prof", "max_hours": 25}], "subjects": [{"code": "nlp", "name": "NLP", "type": "THEORY", "credits": 3, "is_core": true, "is_heavy": true}, {"code": "nlplab", "name": "NLP Lab", "type": "LAB", "credits": 1, "is_core": true, "is_heavy": false}, {"code": "ml", "name": "ML", "type": "THEORY", "credits": 4, "is_core": true, "is_heavy": true}, {"code": "mllab", "name": "ML Lab", "type": "LAB", "credits": 1, "is_core": true, "is_heavy": false}, {"code": "hcai", "name": "HCI", "type": "THEORY", "credits": 3, "is_core": false, "is_heavy": false}, {"code": "cc", "name": "Cloud", "type": "THEORY", "credits": 3, "is_core": false, "is_heavy": false}, {"code": "oe", "name": "OE", "type": "THEORY", "credits": 3, "is_core": false, "is_heavy": false}, {"code": "major", "name": "Project", "type": "LAB", "credits": 1, "is_core": true, "is_heavy": true}, {"code": "iks", "name": "IKS", "type": "THEORY", "credits": 1, "is_core": true, "is_heavy": false}, {"code": "softskill", "name": "Soft Skills", "type": "SOFTSKILL", "credits": 1, "is_core": true, "is_heavy": false}, {"code": "forum", "name": "Forum", "type": "FORUM", "credits": 1, "is_core": true, "is_heavy": false}, {"code": "devops", "name": "DevOps", "type": "LAB", "credits": 2, "is_core": false, "is_heavy": false}, {"code": "genai", "name": "GenAI", "type": "LAB", "credits": 2, "is_core": false, "is_heavy": false}, {"code": "sepm", "name": "SEPM (Soft. Engg)", "type": "THEORY", "credits": 4, "is_core": true, "is_heavy": true}, {"code": "cn", "name": "Comp. Networks", "type": "THEORY", "credits": 3, "is_core": true, "is_heavy": true}, {"code": "cnlab", "name": "CN Lab", "type": "LAB", "credits": 1, "is_core": true, "is_heavy": false}, {"code": "toc", "name": "Theory of Comp.", "type": "THEORY", "credits": 4, "is_core": true, "is_heavy": true}, {"code": "dvlab", "name": "Data Vis Lab", "type": "LAB", "credits": 1, "is_core": true, "is_heavy": false}, {"code": "nosql", "name": "NoSQL DB", "type": "THEORY", "credits": 3, "is_core": true, "is_heavy": false}, {"code": "miniproj", "name": "Mini Project", "type": "LAB", "credits": 1, "is_core": true, "is_heavy": false}, {"code": "rmipr", "name": "RM & IPR", "type": "THEORY", "credits": 3, "is_core": false, "is_heavy": false}, {"code": "evs", "name": "Env. Studies", "type": "THEORY", "credits": 1, "is_core": false, "is_heavy": false}, {"code": "nss", "name": "NSS", "type": "LAB", "credits": 1, "is_core": false, "is_heavy": false}], "sections": [{"id": "6a-E1", "semester": 6, "strength": 40}, {"id": "6a-E2", "semester": 6, "strength": 40}, {"id": "6b-E1", "semester": 6, "strength": 30}, {"id": "6b-E2", "semester": 6, "strength": 30}, {"id": "5a", "semester": 5, "strength": 60}, {"id": "5b", "semester": 5, "strength": 60}], "rooms": [{"id": "r1", "capacity": 80, "is_lab": false, "building": "Main"}, {"id": "r2", "capacity": 80, "is_lab": false, "building": "Main"}, {"id": "r3", "capacity": 80, "is_lab": false, "building": "Main"}, {"id": "r4", "capacity": 80, "is_lab": false, "building": "Main"}, {"id": "l1", "capacity": 80, "is_lab": true, "building": "Lab"}, {"id": "l2", "capacity": 80, "is_lab": true, "building": "Lab"}, {"id": "l3", "capacity": 80, "is_lab": true, "building": "Lab"}, {"id": "l4", "capacity": 80, "is_lab": true, "building": "Lab"}], "allocations": [{"faculty_id": "anu", "subject_code": "nlp", "section_id": "6a-E1", "elective_group": null}, {"faculty_id": "anu", "subject_code": "nlp", "section_id": "6a-E2", "elective_group": null}, {"faculty_id": "anu", "subject_code": "nlp", "section_id": "6b-E1", "elective_group": null}, {"faculty_id": "anu", "subject_code": "nlp", "section_id": "6b-E2", "elective_group": null}, {"faculty_id": "anu", "subject_code": "nlplab", "section_id": "6a-E1", "elective_group": null}, {"faculty_id": "anu", "subject_code": "nlplab", "section_id": "6b-E1", "elective_group": null}, {"faculty_id": "kavitha", "subject_code": "ml", "section_id": "6a-E1", "elective_group": null}, {"faculty_id": "kavitha", "subject_code": "ml", "section_id": "6a-E2", "elective_group": null}, {"faculty_id": "kavitha", "subject_code": "ml", "section_id": "6b-E1", "elective_group": null}, {"faculty_id": "kavitha", "subject_code": "ml", "section_id": "6b-E2", "elective_group": null}, {"faculty_id": "kavitha", "subject_code": "mllab", "section_id": "6a-E1", "elective_group": null}, {"faculty_id": "praveen", "subject_code": "mllab", "section_id": "6b-E1", "elective_group": null}, {"faculty_id": "jovin", "subject_code": "major", "section_id": "6a-E1", "elective_group": "sem6_proj_common"}, {"faculty_id": "jovin", "subject_code": "major", "section_id": "6b-E1", "elective_group": "sem6_proj_common"}, {"faculty_id": "nanda", "subject_code": "hcai", "section_id": "6a-E1", "elective_group": "elec_common"}, {"faculty_id": "tahir", "subject_code": "cc", "section_id": "6a-E2", "elective_group": "elec_common"}, {"faculty_id": "nanda", "subject_code": "hcai", "section_id": "6b-E1", "elective_group": "elec_common"}, {"faculty_id": "tahir", "subject_code": "cc", "section_id": "6b-E2", "elective_group": "elec_common"}, {"faculty_id": "oe_fac_1", "subject_code": "oe", "section_id": "6a-E1", "elective_group": "oe_common"}, {"faculty_id": "oe_fac_1", "subject_code": "oe", "section_id": "6a-E2", "elective_group": "oe_common"}, {"faculty_id": "oe_fac_2", "subject_code": "oe", "section_id": "6b-E1", "elective_group": "oe_common"}, {"faculty_id": "oe_fac_2", "subject_code": "oe", "section_id": "6b-E2", "elective_group": "oe_common"}, {"faculty_id": "praveen", "subject_code": "iks", "section_id": "6a-E1", "elective_group": null}, {"faculty_id": "praveen", "subject_code": "iks", "section_id": "6b-E1", "elective_group": null}, {"faculty_id": "soft", "subject_code": "softskill", "section_id": "6a-E1", "elective_group": null}, {"faculty_id": "soft", "subject_code": "softskill", "section_id": "6b-E1", "elective_group": null}, {"faculty_id": "surbhi", "subject_code": "forum", "section_id": "6a-E1", "elective_group": null}, {"faculty_id": "adrash", "subject_code": "forum", "section_id": "6b-E1", "elective_group": null}, {"faculty_id": "syed", "subject_code": "devops", "section_id": "6a-E1", "elective_group": "tech_elec_common"}, {"faculty_id": "sanjay", "subject_code": "genai", "section_id": "6a-E2", "elective_group": "tech_elec_common"}, {"faculty_id": "syed", "subject_code": "devops", "section_id": "6b-E1", "elective_group": "tech_elec_common"}, {"faculty_id": "sanjay", "subject_code": "genai", "section_id": "6b-E2", "elective_group": "tech_elec_common"}, {"faculty_id": "vikas", "subject_code": "sepm", "section_id": "5a", "elective_group": null}, {"faculty_id": "vikas", "subject_code": "sepm", "section_id": "5b", "elective_group": null}, {"faculty_id": "adrash", "subject_code": "cn", "section_id": "5a", "elective_group": null}, {"faculty_id": "anu", "subject_code": "cn", "section_id": "5b", "elective_group": null}, {"faculty_id": "adrash", "subject_code": "cnlab", "section_id": "5a", "elective_group": null}, {"faculty_id": "anu", "subject_code": "cnlab", "section_id": "5b", "elective_group": null}, {"faculty_id": "rahul", "subject_code": "toc", "section_id": "5a", "elective_group": null}, {"faculty_id": "rahul", "subject_code": "toc", "section_id": "5b", "elective_group": null}, {"faculty_id": "abhijith", "subject_code": "dvlab", "section_id": "5a", "elective_group": null}, {"faculty_id": "jovin", "subject_code": "dvlab", "section_id": "5b", "elective_group": null}, {"faculty_id": "praveen", "subject_code": "nosql", "section_id": "5a", "elective_group": null}, {"faculty_id": "praveen", "subject_code": "nosql", "section_id": "5b", "elective_group": null}, {"faculty_id": "sanjay", "subject_code": "miniproj", "section_id": "5a", "elective_group": "sem5_proj_common"}, {"faculty_id": "sanjay", "subject_code": "miniproj", "section_id": "5b", "elective_group": "sem5_proj_common"}, {"faculty_id": "syed", "subject_code": "rmipr", "section_id": "5a", "elective_group": null}, {"faculty_id": "syed", "subject_code": "rmipr", "section_id": "5b", "elective_group": null}, {"faculty_id": "krithika", "subject_code": "evs", "section_id": "5a", "elective_group": null}, {"faculty_id": "krithika", "subject_code": "evs", "section_id": "5b", "elective_group": null}, {"faculty_id": "nanda", "subject_code": "nss", "section_id": "5a", "elective_group": null}, {"faculty_id": "nanda", "subject_code": "nss", "section_id": "5b", "elective_group": null}], "scheduling_rules": [{"id": "39f48b77-c0a1-4817-a212-018c69ec1aad", "rule_type": "BEFORE_TIME", "subject_types": ["SOFTSKILL"], "max_period_index": 4}, {"id": "2efa2c48-3e8a-4de4-81fd-0446d3ea9c81", "rule_type": "FIXED_PERIOD", "subject_codes": ["OE"], "period_index": 2}, {"id": "7620deac-8f84-494f-9b54-b0124d61e7e4", "rule_type": "FIXED_DAYS", "subject_codes": ["OE"], "days": ["MON", "TUE", "WED"]}]}