Accessible data analyzer tool that can be used in a browser takes in CSV files and exports displays them with accessible notes and tags.
View our demo video at: https://youtu.be/0SkomvXaqb0
The most recent build of the data-analyzer can be used at http://ritaccess.github.io/Glance-data-analyzer.
Parses out the data from csv files
Provides a chart in which to view the data
Used for making dynamic tab-accessible tables and updating the data in the chart and application
Used for making the 2 thumbed slider at the top (jquery is not, and should not, be used for getting elements out of the document. Instead use document.getElementById, document.getElementsByClassName, or document.querySelector and document.querySelectorAll, etc...)
Used for grabbing external javascript files in the project.
Used to create waveforms and use midi instruments in the process of graph sonification.