Mostly a Javascript class wrapping/abstracting D3 V5 code to create a general purpose chart.
Specifically the JavaScript class to handle it all is ngram_viewer/static/js/ngram.js
. That class is used in 'main.js'.
I also implemented the algorithm from the 'whom leads who' lead-lag paper, find it's implementation in 'leadlag.js' and it being used in 'main.js'.
- run the npm install command
- rename exampleconfiglogin.json to configlogin.json and add your Dimensions.ai API credentials to the file. The file is located in the server directory.
- npm start will launch nodemon listening on port 3000
- go to localhost:3000
- Adam Bradley PhD, Research Lead
- Chris Collins PhD, Research Supervisor
- Nathan Beals, Software Developer
- Zachary Hills MSc, Software Developer