This is a react web app which visualizes a dynamic network. The visualization mechanism is based on the paper, Reducing Snapshots to Points A Visual Analytics Approach to Dynamic Network Exploration. And the dataset records the temporal network of contacts between patients and health-care workers (HCWs) in a hospital ward in Lyon, France, from Monday, December 6, 2010 at 1:00 pm to Friday, December 10, 2010 at 2:00 pm.
First, install all the dependencies.
yarn install
Start the web app by the following command.
yarn start
The main page of the web app is shown as followed.
The code of the program that transforms the dataset is in the data_processing directory, which is implemented with Python. If you want to try to transform the data yourself, please run algorithms.py first and then run class.py.