-
Notifications
You must be signed in to change notification settings - Fork 8
/
subjects.json
932 lines (932 loc) · 26.3 KB
/
subjects.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
[
{
"code": "CSE1007",
"title": "Java Programming",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "EEE1001",
"title": "Basic Electrical and Electronics Engineering",
"type": "Embedded Theory and Lab",
"credits": "3"
},
{
"code": "ITE1001",
"title": "Digital Logic and Microprocessor",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "ITE1002",
"title": "Web Technologies",
"type": "Embedded Theory and Lab",
"credits": "3"
},
{
"code": "ITE1003",
"title": "Database Management Systems",
"type": "Embedded Theory, Lab and Project",
"credits": "4"
},
{
"code": "ITE1004",
"title": "Data Structures and Algorithms",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "ITE1005",
"title": "Software Engineering-Principles and Practices",
"type": "Theory Only",
"credits": "3"
},
{
"code": "ITE1006",
"title": "Theory of Computation",
"type": "Theory Only",
"credits": "3"
},
{
"code": "ITE2001",
"title": "Computer Architecture and Organization",
"type": "Theory Only",
"credits": "3"
},
{
"code": "ITE2002",
"title": "Operating Systems",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "ITE3001",
"title": "Data Communication and Computer Networks",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "ITE4001",
"title": "Network and Information Security",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "MAT1014",
"title": "Discrete Mathematics and Graph Theory",
"type": "Theory Only",
"credits": "4"
},
{
"code": "MAT2002",
"title": "Applications of Differential and Difference Equations",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "MAT3004",
"title": "Applied Linear Algebra",
"type": "Theory Only",
"credits": "4"
},
{
"code": "ITE1007",
"title": "Object Oriented Analysis and Design",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE1008",
"title": "Open Source programming",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE1010",
"title": "Digital Image Processing",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE1011",
"title": "Computer Graphics",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE1014",
"title": "Human Computer Interaction",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE1015",
"title": "Soft Computing",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE1016",
"title": "Mobile Application Development",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE1017",
"title": "Transformation Techniques",
"type": "Theory Only",
"credits": "3"
},
{
"code": "ITE2003",
"title": "Principles and Practices of Communication System",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE2004",
"title": "Software Testing",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE2005",
"title": "Advanced Java Programming",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "ITE2006",
"title": "Data Mining Techniques",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE2009",
"title": "Storage Technologies",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE2010",
"title": "Artificial Intelligence",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE2011",
"title": "Machine Learning",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE2012",
"title": ".Net Programming",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "ITE2013",
"title": "Big Data Analytics",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE2014",
"title": "Software Project Management",
"type": "Theory Only",
"credits": "2"
},
{
"code": "ITE2015",
"title": "Information System Audit",
"type": "Theory Only",
"credits": "2"
},
{
"code": "ITE3002",
"title": "Embedded Systems",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "ITE3003",
"title": "Parallel Processing",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE3004",
"title": "Distributed Systems",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE3005",
"title": "Information Coding Theory",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE3007",
"title": "Cloud Computing and Virtualization",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE3008",
"title": "Information Retrieval",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE4002",
"title": "Network Management Systems",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE4003",
"title": "Internet of Things",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE4004",
"title": "Wireless Mobile Networking",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "ITE4010",
"title": "Network Programming, Protocols and Standards",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "CHY1701",
"title": "Engineering Chemistry",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "CSE1001",
"title": "Problem Solving and Programming",
"type": "Lab Only",
"credits": "3"
},
{
"code": "CSE1002",
"title": "Problem Solving and Object Oriented Programming",
"type": "Lab Only",
"credits": "3"
},
{
"code": "ENG1901",
"title": "Technical English - I",
"type": "Lab Only",
"credits": "2"
},
{
"code": "ENG1902",
"title": "Technical English - II",
"type": "Lab Only",
"credits": "2"
},
{
"code": "ENG1903",
"title": "Advanced Technical English",
"type": "Embedded Lab and Project",
"credits": "2"
},
{
"code": "ESP1001",
"title": "ESPANOL FUNDAMENTAL",
"type": "Theory Only",
"credits": "2"
},
{
"code": "ESP2001",
"title": "ESPANOL INTERMEDIO",
"type": "Embedded Theory and Lab",
"credits": "3"
},
{
"code": "FRE1001",
"title": "Francais quotidien",
"type": "Theory Only",
"credits": "2"
},
{
"code": "FRE2001",
"title": "Francais progressif",
"type": "Embedded Theory and Lab",
"credits": "3"
},
{
"code": "GER1001",
"title": "Grundstufe Deutsch",
"type": "Theory Only",
"credits": "2"
},
{
"code": "GER2001",
"title": "Mittelstufe Deutsch",
"type": "Embedded Theory and Lab",
"credits": "3"
},
{
"code": "GRE1001",
"title": "Modern Greek",
"type": "Theory Only",
"credits": "2"
},
{
"code": "HUM1021",
"title": "Ethics and Values",
"type": "Theory Only",
"credits": "2"
},
{
"code": "ITE1901",
"title": "Technical Answers for Real World Problems (TARP)",
"type": "Embedded Theory and Project",
"credits": "2"
},
{
"code": "ITE1902",
"title": "Industrial Internship",
"type": "Project",
"credits": "1"
},
{
"code": "ITE1903",
"title": "Comprehensive Examination",
"type": "Project",
"credits": "1"
},
{
"code": "ITE1904",
"title": "Capstone Project",
"type": "Project",
"credits": "12"
},
{
"code": "JAP1001",
"title": "Japanese for Beginners",
"type": "Theory Only",
"credits": "2"
},
{
"code": "MAT1011",
"title": "Calculus for Engineers",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "MAT2001",
"title": "Statistics for Engineers",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "MGT1022",
"title": "Lean Start-up Management",
"type": "Embedded Theory and Project",
"credits": "2"
},
{
"code": "PHY1701",
"title": "Engineering Physics",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "PHY1901",
"title": "Introduction to Innovative Projects",
"type": "Theory Only",
"credits": "1"
},
{
"code": "RUS1001",
"title": "Russian for Beginners",
"type": "Theory Only",
"credits": "2"
},
{
"code": "STS1001",
"title": "Introduction to Soft Skills",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS1002",
"title": "Introduction to Business Communication",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS1101",
"title": "Fundamentals of Aptitude",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS1102",
"title": "Arithmetic Problem Solving",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS1201",
"title": "Introduction to Problem Solving",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS1202",
"title": "Introduction to Quantitative, Logical and Verbal Ability",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS2001",
"title": "Reasoning Skill Enhancement",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS2002",
"title": "Introduction to Etiquette",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS2101",
"title": "Getting Started to Skill Enhancement",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS2102",
"title": "Enhancing Problem Solving Skills",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS2201",
"title": "Numerical Ability and Cognitive Intelligence",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS2202",
"title": "Advanced Aptitude and Reasoning Skills",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3001",
"title": "Preparedness for External Opportunities",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3004",
"title": "Data Structures and Algorithms",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3005",
"title": "Code Mithra",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3006",
"title": "Preparedness for External Opportunities",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3007",
"title": "Preparedness for Career Opportunities",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3101",
"title": "Introduction to Programming Skills",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3104",
"title": "Enhancing Programming Ability",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3105",
"title": "Computational Thinking",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3201",
"title": "Programming Skills for Employment",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3204",
"title": "JAVA Programming and Software Engineering Fundamentals",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3205",
"title": "Advanced JAVA Programming",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3301",
"title": "JAVA for Beginners",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS3401",
"title": "Foundation to Programming Skills",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "STS5002",
"title": "Preparing for Industry",
"type": "Soft Skill",
"credits": "1"
},
{
"code": "BCI2001",
"title": "Data Privacy",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "BCI2002",
"title": "Image Processing",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "BCI3001",
"title": "Web Security",
"type": "Embedded Theory, Lab and Project",
"credits": "4"
},
{
"code": "BCI3002",
"title": "Disaster Recovery and Business Continuity Management",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "BCI3003",
"title": "Android Security",
"type": "Embedded Theory, Lab and Project",
"credits": "4"
},
{
"code": "BCI3004",
"title": "Security of E-Based Systems",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "BCI3005",
"title": "Digital Watermarking and Steganography",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "BCI3006",
"title": "Biometrics",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "BCI4001",
"title": "Cyber Forensics and Investigation",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "BCI4002",
"title": "Vulnerability Analysis and Penetration Testing",
"type": "Embedded Theory, Lab and Project",
"credits": "4"
},
{
"code": "BCI4003",
"title": "Malware Analysis",
"type": "Embedded Theory, Lab and Project",
"credits": "4"
},
{
"code": "BIT1001",
"title": "Introduction to Life Sciences",
"type": "Theory Only",
"credits": "4"
},
{
"code": "BIT1002",
"title": "Biostatistics",
"type": "Theory Only",
"credits": "3"
},
{
"code": "BIT1003",
"title": "Biology for Engineers",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "BIT1004",
"title": "Cell Biology and Biochemistry",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "BIT1005",
"title": "Biochemistry",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "BIT1006",
"title": "Cell Biology and Genetics",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "BIT1007",
"title": "Microbiology",
"type": "Embedded Theory, Lab and Project",
"credits": "4"
},
{
"code": "BIT1008",
"title": "Principles of Chemical Engineering",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "BIT1009",
"title": "Biobusiness",
"type": "Embedded Theory and Project",
"credits": "4"
},
{
"code": "BIT1010",
"title": "Computational Biochemistry",
"type": "Embedded Theory and Project",
"credits": "3"
},
{
"code": "BIT1011",
"title": "Social Entrepreneurship",
"type": "Embedded Theory and Project",
"credits": "3"
},
{
"code": "BIT1012",
"title": "Human Anatomy and Physiology",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "BIT1013",
"title": "Semiconductor Devices and Circuits",
"type": "Embedded Theory, Lab and Project",
"credits": "4"
},
{
"code": "BIT1014",
"title": "Biomaterials",
"type": "Embedded Theory and Project",
"credits": "3"
},
{
"code": "BIT1016",
"title": "Biochemical Analysis and Techniques",
"type": "Embedded Theory and Lab",
"credits": "4"
},
{
"code": "BIT1018",
"title": "Medical Optics",
"type": "Theory Only",
"credits": "3"
},
{
"code": "BIT1023",
"title": "Health Technology Management",
"type": "Theory Only",
"credits": "3"
},
{
"code": "BIT1024",
"title": "Database Management for Healthcare",
"type": "Theory Only",
"credits": "2"
},
{
"code": "BIT1025",
"title": "Hospital Management",
"type": "Theory Only",
"credits": "2"
},
{
"code": "CHY1002",
"title": "Environmental Sciences",
"type": "Theory Only",
"credits": "3"
},
{
"code": "ENG1000",
"title": "Foundation English - I",
"type": "Lab Only",
"credits": "2"
},
{
"code": "ENG2000",
"title": "Foundation English - II",
"type": "Lab Only",
"credits": "2"
},
{
"code": "EXC1001",
"title": "Service to the Society",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1002",
"title": "Youth Red Cross",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1002",
"title": "Red Cross",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1003",
"title": "ABCD-AnyBody Can Dance",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1004",
"title": "Entrepreneurs Cell",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1004",
"title": "Building Entrepreneurship Competencies and Skills",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1005",
"title": "Energy and Environmental Protection Club",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1006",
"title": "Music - The Art of Culture",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1007",
"title": "Sports for Healthy Life",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1008",
"title": "Instrumentation for Engineers",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1009",
"title": "Debating Skills",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1010",
"title": "Mobility Engineering- Land, Air and Sea",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1011",
"title": "Skills in Competitive Coding",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1012",
"title": "Basics of Space Sciences",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1013",
"title": "Roadmap to a Connected World",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1014",
"title": "Dramatics Club",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1014",
"title": "The Art of Acting",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1016",
"title": "ASCE - VIT Student Chapter",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1017",
"title": "Health Club",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1017",
"title": "Health and Wellness",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1018",
"title": "IETE - Student Chapter",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1018",
"title": "Electronics and Telecommunication for Skill Development",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1019",
"title": "The Fine Arts Club",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1019",
"title": "Basic Art and Craft Techniques",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1020",
"title": "Skills on Creativity",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1021",
"title": "Computer Society of India",
"type": "Extra Curricular Activity",
"credits": "2"
},
{
"code": "EXC1021",
"title": "Computer in Society",
"type": "Extra Curricular Activity",
"credits": "2"
}
]