Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: added missing EEE courses #20

Merged
merged 1 commit into from
Jul 27, 2023
Merged
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
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
Loading