Skip to content

Commit

Permalink
feat: added missing EEE courses
Browse files Browse the repository at this point in the history
  • Loading branch information
dk-a-dev committed Jul 21, 2023
1 parent fe550cb commit 45ad692
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions src/constants/courses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2573,6 +2573,61 @@ export const courses: { [course: string]: string } = {
BCSE101E: 'Computer Programming: Python',
BEEE101L: 'Basic Electrical Engineering',
BEEE101P: 'Basic Electrical Engineering Lab',
BEEE204L: 'Signals and Systems',
BEEE205L: 'Electronic Devices and Circuits',
BEEE205P: 'Electronic Devices and Circuits Lab',
BEEE206L: 'Digital Electronics',
BEEE206P: 'Digital Electronics Lab',
BEEE208L: 'Analog Electronics',
BEEE208P: 'Analog Electronics Lab',
BEEE210L: 'Electrical Machine Design',
BEEE211E: 'VLSI Design',
BEEE212L: 'Engineering Optimization',
BEEE213L: 'Embedded Systems Design',
BEEE215L: 'DC Machines and Transformers',
BEEE215P: 'DC Machines and Transformers Lab',
BEEE301L: 'Power Electronics',
BEEE302L: 'Digital Signal Processing',
BEEE302P: 'Digital Signal Processing Lab',
BEEE303L: 'Control Systems',
BEEE303P: 'Control Systems Lab',
BEEE304L: 'Power Systems Engineering',
BEEE305L: 'Measurements and Instrumentation',
BEEE305P: 'Measurements and Instrumentation Lab',
BEEE306L: 'Power Systems Analysis',
BEEE306P: 'Power Systems Analysis Lab',
BEEE307L: 'Electric Drives',
BEEE307P: 'Power Electronics and Drives Lab',
BEEE308L: 'Communication Systems',
BEEE309L: 'Microprocessors and Microcontrollers',
BEEE309P: 'Microprocessors and Microcontrollers Lab',
BEEE310L: 'Digital Image Processing',
BEEE311L: 'Design of Electrical Installations',
BEEE312L: 'AC Machines',
BEEE312P: 'AC Machines Lab',
BEEE391J: 'Technical Answers to Real Problems Project',
BEEE392J: 'Design Project',
BEEE393J: 'Laboratory Project',
BEEE394J: 'Product Development Project',
BEEE396J: 'Reading Course Project',
BEEE397J: 'Special Project',
BEEE398J: 'Simulation Project',
BEEE399J: 'Summer Industrial Internship',
BEEE401E: 'Power Systems Protection and Switchgear',
BEEE402L: 'Power Systems Operation and Control',
BEEE403L: 'Restructured Power Systems',
BEEE404L: 'High Voltage Engineering',
BEEE405L: 'Renewable Energy Systems',
BEEE406L: 'FACTS and HVDC',
BEEE407L: 'Power Quality',
BEEE408L: 'Reliability Engineering',
BEEE409L: 'Robotics and Control',
BEEE410L: 'Machine Learning',
BEEE411L: 'Artificial Intelligence',
BEEE497J: 'Project - I',
BEEE498J: 'Project - II / Internship',
BEEE499J: 'One Semester Internship',
BEIE301L: 'Biomedical Instrumentation',
BENG101N: 'Effective English Communication',
BENG102P: 'Technical Report Writing',
BMAT101L: 'Calculus',
Expand Down Expand Up @@ -2717,7 +2772,9 @@ export const courses: { [course: string]: string } = {
TCSE101P: 'Computer Programming : C Lab',
TCSE104L: 'Structured and Object Oriented Programming',
TCSE104P: 'Structured and Object Oriented Programming Lab',
BEEE201L: 'Electronic Materials',
BEEE202L: 'Electromagnetic Theory',
BEEE203L: 'Circuit Theory',
BECE201L: 'Electronic Materials and Devices',
BECE202L: 'Signals and Systems',
BECE203L: 'Circuit Theory',
Expand Down

0 comments on commit 45ad692

Please sign in to comment.