| 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:
-
pagedirectory contains the code to run our website-
page/data_plot.jscontains 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.htmlcontains the structure of the website -
page/style.csssets the style of the webpage -
page/portaitdirectory containsportrait-view.jscode used to create different elements for the portrait view -
page/Statistical_pagedirectory containsstatistical_plot.jscode used to create the statistical viewData_Aggregation_Statistical_View.ipynbused to aggregate data for the statistical viewdata_statisticaldirectory that contains the aggregated data in csv files for the statistical view
-
-
Data_Exploration_Preprocessingdirectory contains code used to explore and preprocess data -
milestone_imgsdirectory contains images from the first two milestones -
Dataviz_process_book_syrinx.pdfis our Process Book -
Milestone1.md,Milestone2.mdare 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).