Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Circles is a degree planner for UNSW students aiming to provide a an easier way to plan when to take their courses and explore potential courses available and review their degree progression. We have 3 pages which aim to achieve our mentioned goals: Course Selector Page, Term Planner Page and Degree Progression Page.

If you have any questions, please contact either Peter Derias Hussain Nawaz (Unlicensed) or Gabriel Ting Leonardo Fan (Unlicensed).

UNSW Handbook Scraper

In order to get the data for the courses, we scrape the UNSW handbook. However, the enrolment conditions for courses are written in plain English. We use several tricks to process the condition text, mainly involving regex. After this data is cleaned up and organised, it is ready to be used.

...