From 803657fa654e551a4332a3d5d9b39cfd52844fc4 Mon Sep 17 00:00:00 2001 From: powe97 <116031952+powe97@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:40:25 -0500 Subject: [PATCH] Create README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d424544 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# The Quatalog + +The official RPI course catalog is well-known for being a garbage fire. +Just about every piece of information that it gives for a course can be inaccurate. + +Oftentimes, the prerequisites are wrong, the times that the course is offered is wrong ("Spring annually"/etc), +and worst of all many courses still listed in the catalog haven't been offered in years and effectively no longer exist (e.g. [CHEM-4330](catalog.rpi.edu/preview_course.php?catoid=24&coid=51428) hasn't been offered since 2013). + +The Quatalog aims to make course planning easier by providing accurate prerequiste data and data for when a +given course was offered in the past, as well as data for how many students were enrolled in the course, +and the professor(s) teaching during a given semester. +The name comes from [QuACS](https://github.com/quacs/quacs), which is the [source of data](https://github.com/quacs/quacs-data) for this project. + +This is the main quatalog repo, which includes the data scraper (converts quacs-data into the quatalog's data format). To see the data for this project, see the [data repo](https://github.com/quatalog/data), and to see the static site, see the [site repo](https://github.com/quacs/site).