-
Notifications
You must be signed in to change notification settings - Fork 28
Home
How to create an interactive network:
coming soon
Information about the project / contributing:
This project contains the gephi plugin code to export a network in json format, display a dialogue window to gather settings and write these to config.json.
It then places these two files (data.json and config.json) into an existing template held as a zip file in this project. That template/zip file comes the network directory in the following repository https://github.com/oxfordinternetinstitute/InteractiveVis/tree/master/network If anyone wishes to contribute changes to the HTML/JavaScript, please branch that repository. Thanks!
Content of the exported folder :
-
config.js This json config file is generated with some information extract from the export dialog of the gephi plugin.
-
css/ (style.css, tablet.css)
-
data.json This json file contain the whole graph of your project
-
htaccess_example
-
images/
-
index.html
-
js/
- excanvas.js