Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.03 KB

Dynamic Network Visualization

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.

Quick Start

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.

home

Data Transformation

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.