Skip to content

datavis-ai/TS-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An interactive graph visualization system to enable users to extract, analyze and expand relevant subgraphs.

Demo video: Please see the file "TS-Extractor.mp4"

Our input is a large graph that contains thousands or more nodes and has node attributes (i.e., semantic information).

The major goal of this project is to help the user explore a large graph by extracting a subgraph (context) relevant to the user-specified nodes (called focus nodes). The extracted subgraph should contain as many nodes sharing the same/similar attribute values with the focus nodes as possible, which can provide the user with clear semantics.

Setup

It is recommended to install this system in the ubuntu system.

Server

  1. To install the dependency packages of the system server, under the project dir "Server", run:

pip install -r requirements.txt

  1. Under the project dir "Server/DB", Unzip the database files.

  2. Run the file "Vue_Flask_App.py".

FrontEnd

  1. Install Node.js.

  2. To install the dependency packages of the system frontend, under the project dir "FrontEnd", run:

npm install

  1. Under the project dir "FrontEnd", run:

Sudo npm run dev

  1. Access the system interface at http://localhost:8080.

Citation

Please consider citing our paper in your publications if the project helps your research. BibTeX reference is as follows:

@Article{Fu2020TSExtractorLG,
  Title                    = {TS-Extractor: large graph exploration via subgraph extraction based on topological and semantic information},
  Author                   = {Kun Fu and Tingyun Mao and Yang Wang and Daoyu Lin and Y. Zhang and Junjian Zhan and Xi-an Sun and F. Li},
  Journal                  = {Journal of Visualization},
  Year                     = {2020},
  Pages                    = {1 - 18} 
}

About

An interactive graph visualization system to enable users to extract, analyze and expand relevant subgraphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors