add @Yomguithereal et al.'s Graphology spec

This commit is contained in:
François Briatte 2017-01-14 01:11:21 +01:00
parent 757c73f6fc
commit 17ca39eee0

View File

@ -541,6 +541,7 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes
- [d3-vector: Define connections between nodes as directional vectors](https://github.com/thepeoplesbourgeois/d3-vector), consisting of angles and magnitudes.
- [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)).
- [GoJS](http://gojs.net/) - Visualization library to draw diagrams and several types of network layouts.
- [graphology](https://graphology.github.io/) - Specification and reference implementation for a robust and multipurpose JavaScript `Graph` object.
- [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)).
- [Popoto.js](http://www.popotojs.com/) - Library based on d3.js that provides a graph based search interface.