MSc Project concerned with exploring human function learning in different presentation contexts (particularly focused on the effect of scatter versus bar plots, as well as memory effects).
Application deployed, data collection and analysis finished.
The live website can be found here: function-learning.herokuapp.com
Languages: HTML/Javascript/JS
Libraries: Bootstrap/D3js
To run locally use .\run.sh (which runs a SimpleHTTPServer in Python) then access localhost:8000\ on your browser
For debug mode check out the \debug route (localhost:8000\debug); this route uses its own script debug/js/debug.js
For detailed documentation of the code please check DOCS.md, as well as the code files themselves for more information.