add GENSI (closes #35)

This commit is contained in:
François Briatte 2016-09-05 09:28:33 +02:00
parent 1f518d1ede
commit 503b1cff3e

View File

@ -508,6 +508,7 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes
1. [Cytoscape.js](http://js.cytoscape.org/) - Network analysis and visualization library. 1. [Cytoscape.js](http://js.cytoscape.org/) - Network analysis and visualization library.
- [d3.js](https://d3js.org/) - JavaScript visualization library that can plot [force-directed graphs](http://bl.ocks.org/mbostock/4062045). - [d3.js](https://d3js.org/) - JavaScript visualization library that can plot [force-directed graphs](http://bl.ocks.org/mbostock/4062045).
- [GENSI](http://www.tobiasstark.nl/GENSI/GENSI.htm) - JavaScript graphical tool to collect ego-centered network data ([paper](http://www.sciencedirect.com/science/article/pii/S0378873316300284)).
- [greuler](https://maurizzzio.github.io/greuler/) - Visualization library to build and manipulate graphs through a simple API. Powered by d3.js and [WebCola](http://marvl.infotech.monash.edu/webcola/). - [greuler](https://maurizzzio.github.io/greuler/) - Visualization library to build and manipulate graphs through a simple API. Powered by d3.js and [WebCola](http://marvl.infotech.monash.edu/webcola/).
- [jLouvain](https://github.com/upphiminn/jLouvain) - Louvain community detection for Javascript ([example](http://bl.ocks.org/emeeks/125db75c9b55ddcbdeb5)). - [jLouvain](https://github.com/upphiminn/jLouvain) - Louvain community detection for Javascript ([example](http://bl.ocks.org/emeeks/125db75c9b55ddcbdeb5)).
- [Popoto.js](http://www.popotojs.com/) - Library based on d3.js that provides a graph based search interface. - [Popoto.js](http://www.popotojs.com/) - Library based on d3.js that provides a graph based search interface.