Student's name | SCIPER |
---|---|
Matt Amina | 217547 |
Vincent Florian | 344678 |
Serenko Irina | 337185 |
See our Process book describing the development of our project. We also suggest you to watch our Screencast video that demonstates features of our visualization. Our repository has the following structure:
-
page
directory contains the code to run our website-
page/data_plot.js
contains the code used to create the ensemble view, to integrate it with the statistical view, as well as to call the portrait view. -
page/index.html
contains the structure of the website -
page/style.css
sets the style of the webpage -
page/portait
directory containsportrait-view.js
code used to create different elements for the portrait view -
page/Statistical_page
directory containsstatistical_plot.js
code used to create the statistical viewData_Aggregation_Statistical_View.ipynb
used to aggregate data for the statistical viewdata_statistical
directory that contains the aggregated data in csv files for the statistical view
-
-
Data_Exploration_Preprocessing
directory contains code used to explore and preprocess data -
milestone_imgs
directory contains images from the first two milestones -
Dataviz_process_book_syrinx.pdf
is our Process Book -
Milestone1.md
,Milestone2.md
are the first two milestones
To see the website, first download the data.csv file from our Google Drive and put it in the directory page/data
(access is limited to the professor and the teaching assistants of the Data Visualization course). Then run from the page
directory:
python -m http.server 9000
And after that go to the page http://localhost:9000/ in your browser (we checked it for Google Chrome, Firefox and Brave).