Skip to content

Commit

Permalink
add new courses and fix bme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyteWizard authored Aug 17, 2024
1 parent 4f31f8e commit 70bd771
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion app/routes/helpers/courses.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const bmeCourseList = [
"ME2 00",
"BME 200",
"BME 201",
"BME 320",
"BME 335",
Expand All @@ -11,6 +11,8 @@ export const bmeCourseList = [
"BME 402",
"BME 403",
"BME 404",
"BME 410",
"BME 420",
"BME 434",
"BME 448",
"BME 452",
Expand Down Expand Up @@ -103,14 +105,18 @@ export const cscCourseList = [
"CSC 402",
"CSC 411",
"CSC 412",
"CSC 413",
"CSC 421",
"CSC 422",
"CSC 423",
"CSC 424",
"CSC 425",
"CSC 426",
"CSC 427",
"CSC 428",
"CSC 428A",
"CSC 429",
"CSC 431",
"CSC 435",
"CSC 445",
"CSC 446",
Expand Down Expand Up @@ -185,6 +191,7 @@ export const eceCourseList = [
"ECE 404",
"ECE 405",
"ECE 406",
"ECE 407",
"ECE 410",
"ECE 411",
"ECE 412",
Expand Down Expand Up @@ -225,6 +232,7 @@ export const eceCourseList = [
"ECE 496B",
"ECE 496C",
"ECE 496D",
"ECE 497",
"ECE 498",
"ECE 499",
];
Expand Down Expand Up @@ -263,6 +271,8 @@ export const mechCourseList = [
"MECH 392",
"MECH 395",
"MECH 400",
"MECH 400A",
"MECH 400B",
"MECH 410",
"MECH 420",
"MECH 421",
Expand Down Expand Up @@ -316,10 +326,12 @@ export const sengCourseList = [
"SENG 426",
"SENG 435",
"SENG 440",
"SENG 457",
"SENG 460",
"SENG 468",
"SENG 474",
"SENG 475",
"SENG 477",
"SENG 480A",
"SENG 480B",
"SENG 480C",
Expand Down

0 comments on commit 70bd771

Please sign in to comment.