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

make class labels consist #34

Merged
merged 1 commit into from
Mar 17, 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
52 changes: 26 additions & 26 deletions src/components/SearchLanding.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,42 +58,42 @@ const Text2 = {
};

const CSClasses = [
{ label: "CS 1 - Computer Science Seminar" },
{ label: "CS 30 - Principles & Practices of Computing" },
{ label: "CS 31 - Intro to Com Sci I" },
{ label: "CS 1 Computer Science Seminar" },
{ label: "CS 30 Principles & Practices of Computing" },
{ label: "CS 31 Intro to Com Sci I" },
{ label: "CS 32 – Intro to Com Sci II." },
{ label: "CS 33 – Intro to Comp. Organization" },
{ label: "CS 35L – Software Construction Lab" },
{ label: "CS M51A – Logic Design of Digital Systems" },
{ label: "CS M119 - Fundamentals of Embedded Network Systems" },
{ label: "CS CM121 - Introduction to Bioinformatics" },
{ label: "CS CM122 - Algorithms in Bioinformatics and Systems Biology" },
{ label: "CS CM124 - Computational Genetics" },
{ label: "CS 130 - Software Engineering" },
{ label: "CS 131 - Programming Languages" },
{ label: "CS 132 - Compiler Construction" },
{ label: "CS 133 - Parallel and Distributed Computing" },
{ label: "CS 136 - Introduction to Computer Security" },
{ label: "CS M119 Fundamentals of Embedded Network Systems" },
{ label: "CS CM121 Introduction to Bioinformatics" },
{ label: "CS CM122 Algorithms in Bioinformatics and Systems Biology" },
{ label: "CS CM124 Computational Genetics" },
{ label: "CS 130 Software Engineering" },
{ label: "CS 131 Programming Languages" },
{ label: "CS 132 Compiler Construction" },
{ label: "CS 133 Parallel and Distributed Computing" },
{ label: "CS 136 Introduction to Computer Security" },
{ label: "CS 143 – Database Systems" },
{ label: "CS 145 - Introduction to Data Mining" },
{ label: "CS 145 Introduction to Data Mining" },
{ label: "CS M146 – Introduction to Machine Learning" },
{ label: "CS M148 - Data Science" },
{ label: "CS M151B - Computer Systems Architecture" },
{ label: "CS M152A - Intro to Digital Design Lab" },
{ label: "CS 152B - Digital Design Project Lab" },
{ label: "CS M148 Data Science" },
{ label: "CS M151B Computer Systems Architecture" },
{ label: "CS M152A Intro to Digital Design Lab" },
{ label: "CS 152B Digital Design Project Lab" },
{ label: "CS 161 – Fundamentals of Artificial Intelligence" },
{ label: "CS 174A - Intro to Computer Graphics" },
{ label: "CS C174C - Computer Animation" },
{ label: "CS 180 - Intro to Algorithms and Complexity" },
{ label: "CS 181 - Intro to Formal Languages and Automata" },
{ label: "CS M182 - Systems Biomodeling and Simulation Basics" },
{ label: "CS 183 - Introduction to Cryptography" },
{ label: "CS M184 - Intro to Computational and Systems Biology" },
{ label: "CS 174A Intro to Computer Graphics" },
{ label: "CS C174C Computer Animation" },
{ label: "CS 180 Intro to Algorithms and Complexity" },
{ label: "CS 181 Intro to Formal Languages and Automata" },
{ label: "CS M182 Systems Biomodeling and Simulation Basics" },
{ label: "CS 183 Introduction to Cryptography" },
{ label: "CS M184 Intro to Computational and Systems Biology" },
{
label:
"CS CM186 - Computational & Systems Biology: Modeling and Simulation",
"CS CM186 Computational & Systems Biology: Modeling and Simulation",
},
{ label: "CS 188 - Special topics in Computer Science" },
{ label: "CS 188 Special topics in Computer Science" },
];

const SearchCourseForm = () => {
Expand Down