Richard Fontaine
unread,Aug 14, 2009, 11:30:10 AM8/14/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rewiredstate-hewg, ja...@abscond.org, daniel.jo...@googlemail.com, ric...@memespring.co.uk
(The CCers are the organisers)
This project consists of two key tasks.
Task one:
Summary: Code scrapers to scrape information from the UCAS website
about universities, courses and more. Then scrape league table data
from wherever. Then assemble this data into a online service so people
can query it. Then assemble into a relationshipped SQL database for
easy use in Task two.
Subtasks:
Scrape data from UCAS on courses.
Scrape data from UCAS on universities.
Scrape data from UCAS on fees then merge with the uni table.
Scrape data from
http://www.thecompleteuniversityguide.co.uk/single.htm?ipg=8726
on overall league tables then merge with uni table.
Scrape data from
http://www.thecompleteuniversityguide.co.uk/single.htm?ipg=8727
on subject scores per uni and merge with courses table.
Assemble a quick online query system.
Assemble the SQL database.
Task two:
Summary: Code a search engine-like system to display the courses by
rank in that course/subject with advanced search functionality.
Subtasks:
Code initial search system.
Code advanced system and sorting system.
Code a basic frontend.
Add AJAX prettyness.
Set up system on a website