Skip to content

AndreaSimeone/Bigraph-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bigraph-Visualization

Bigraph-Visualization is a D3 implementation of Bigraph visualization using the Mike Bostock's force layout and hierarchy.

Installing

Download the latest release use your favorite web server to run the visualization. For the creation of your own Bigraph consider to edit the JSON files contained into the Data folder and use a JSON validator.

Package Overview

  • PlaceGraph.html : visualization of the Place Graph using D3 hierarchy layout.
  • LinkGraph.html : visualization of the Link Graph using D3 force layout and D3-Hypergraph for the Hypergraphs creation.
  • Bigraph.html : visualization of the Bigraph as a superimposition of Place Graph and Link Graph using D3 force layout and D3-Hypergraph for the Hypergraphs creation.

License

Copyright (C) 2018 Andrea Simeone simeone.andrea@spes.uniud.it

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.