Student's name | SCIPER |
---|---|
Gangloff Maximilian | 322220 |
Liu Ziwei | 336553 |
Soydinç Mert | 321131 |
https://com-480-data-visualization.github.io/data-visualization-project-2022-Tradeio
The project is organized as follows:
dataset/
: Directory containing the data required by the website. Either created by thedata_creation.ipynb
or acquired from our sources.images/
: Directory containing images used for the website and several milestone reports.Milestones/
: Directory containing our reports for all milestones.
Since the data has already been processed and is saved into .json
files already, there is no need to download new data. However, if one wants to recreate or change these files, then the original .csv
files must be downloaded from the dataset provided by Harvard and place its files into the dataset/dataverse_files
according to its corresponding README.
Simply pull the project into your local and make sure you also pull all the contents of the dataset folder. Then, you will need a local Server to run the code as our logic uses server specific instructions such as fetch. We recommend using the Live server extension of VSCode.
All logic components of our project are organized as follows:
Globe.js
: Main logic file of our website. Prepares the globe and coordinates all others javascript files.index.html
: Main HTML file of our website.helpers.js
: A file that contains all the helper functions that are used in globe.jsslider.js
: A file that contains logic for the slider.EventHandlers.js
: A file that contains all the Event handlers that are used in globe.js and index.htmlstyles.css
: A basic css file.
The website is available at: TradeIO website
Below is a short Screencast of our website. Simply click on the image to open it :)