Skip to content

JouleYuan/Dynamic-Network-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A dynamic network visualization web app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published