Update README.md

This commit is contained in:
powe97 2023-02-23 14:43:00 -05:00 committed by GitHub
parent 63c51f3423
commit dd8087f632

View file

@ -1,5 +1,7 @@
# The Quatalog # The Quatalog
Use the live site here: https://quatalog.com
The official RPI course catalog is well-known for being a garbage fire. 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. Just about every piece of information that it gives for a course can be inaccurate.
@ -8,7 +10,10 @@ and worst of all many courses still listed in the catalog haven't been offered i
The Quatalog aims to make course planning easier by providing accurate prerequiste data and data for when a 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, 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. 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. 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). 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).
The Quatalog project is a memeber of the [Rensselaer Center for Open Source (RCOS)](https://rcos.io).