##Aurora: A Javascript Graph Library for Visualization (ongoing ...)
####Dependencies:
science.js https://github.com/jasondavies/science.js/ underscore.js http://underscorejs.org/
####Features:
Graph creation and manipulation
- Add/delete node and links to an existing graph
- Update/retrieval of node attributes
- Load json format graph exported from networkx
Graph statistics
- Get adjacency matrix of a (weighted) graph
- Get laplacian matrix of a (weighted) graph
- Get the Fieldler vector for spectral graph partitioning or graph embedding
TODO: Clique and bi-clique detection
####Data Set
TODO
####Examples
TODO
More to come ...
####Experimental features
- Clique and bi-clique detection
####Examples