TechnionYP5779 / team1

Git repo of team 1 of the yearly project technion CS
6 stars 3 forks source link

Extract data of courses #175

Open ofiralexi opened 5 years ago

ofiralexi commented 5 years ago

Extract data of relevant courses:

ofiralexi commented 5 years ago

Some helpful links

UG REP - http://ug3.technion.ac.il/rep/REPFILE.zip PARSER - https://github.com/lutzky/repy hosted: https://repy-176217.appspot.com/ UG SCRAPING - https://bitbucket.org/eytan_s/courses-tree/src/default/technion_parser_V1.py?fbclid=IwAR2c_eYJKODAWyyKlJrG0zQTkfLnTyfWuLJ1Exx0vpgwXNpl-KUPoyn4NIc&fileviewer=file-view-default

matanpugach commented 5 years ago

courses prerequisites can be from the form (X AND Y ) OR (Z AND W). will update on how this was handled

ShaiZeevi commented 5 years ago

Indeed, please update how it is represented in DB, those using the data will decide how it should be read\spoken

matanpugach commented 5 years ago

will be stored as a string, repesenting a logical connection: for example: '111111&222222|333333&444444' represents both 111111 and 222222 are prerequisites or 333333 and 444444

ofiralexi commented 5 years ago

@ShaiZeevi can we close?