A simple set of userscripts to add info from the CS3216 students page to the wiki, and some info from the wiki to the student page.
wiki.user.js
(Install / Source) - Turns student names on the wiki to links to their blog, adds faculty behind their names, and adds profile image on hover.groups.user.js
(Install / Source) - Adds student groupings to the CS3216 students page
scrape.js
- run this inside the browser console on the Wiki to pull grouping data to the clipboard. Copy this into the.json
files in thedata
directorybuild.js
- run this using node.js (requires 6.x) to package the 'raw' data into the format accepted by the scripts in thejson
directory