oxfordinternetinstitute / InteractiveVis

The InteractiveVis project, funded by JISC from May to September 2012, aims to allow easy creation of interactive visualisations for geospatial and network data using native web technologies (HTML5, CSS3, and SVG) and allow these visualisations to be self-contained so that they may run entirely offline in ebooks and other media. The project will survey existing solutions and build the necessary components to fill in missing features and smooth over incompatibilities in between existing libraries. The project will further provide online hosted wizards to allow for the easy creation of these interactive visualizations. All code is open source and released under the GNU GPL v3 license.
http://blogs.oii.ox.ac.uk/vis
130 stars 51 forks source link

Gephi plugin updated? #62

Closed lukewendling closed 8 years ago

lukewendling commented 8 years ago

Anyone know if the Gephi -> Sigma plugin that uses this lib has been updated somewhere, maybe a fork? The code generated by that plugin uses Sigma 0.1 so its > 4 years old. Thanks!

computermacgyver commented 8 years ago

The network related visualization code in this repository is being reworked at https://github.com/oii-nexus/ , but doesn't have all the features of this version yet. The plan is to update the plugin once that code is ready. You might look at https://github.com/Linkurious/linkurious.js as an option (but note its licensing conditions)