Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion FusionIIIT/applications/academic_information/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,22 @@ class Constants:

MTechSpecialization = (
('Power and Control', 'Power and Control'),
('Power & Control', 'Power & Control'), # Alternative format
('Microwave and Communication Engineering', 'Microwave and Communication Engineering'),
('Communication and Signal Processing', 'Communication and Signal Processing'),
('Micro-nano Electronics', 'Micro-nano Electronics'),
('Nanoelectronics and VLSI Design', 'Nanoelectronics and VLSI Design'),
('CAD/CAM', 'CAD/CAM'),
('Design', 'Design'),
('Manufacturing', 'Manufacturing'),
('Manufacturing and Automation', 'Manufacturing and Automation'),
('CSE', 'CSE'),
('AI & ML', 'AI & ML'),
('Data Science', 'Data Science'),
('Mechatronics', 'Mechatronics'),
('MDes', 'MDes'),
('None', 'None')
('None', 'None'),
('', 'No Specialization')
)

COURSE_TYPE = (
Expand Down
Loading