From e2eb4251c93b483fc2aa49605cb3fbde162868a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Briatte?= Date: Fri, 9 Sep 2016 14:07:29 +0200 Subject: [PATCH] add: Colorado Index of Complex Networks, metaknowledge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 878de88..7a24833 100755 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes 1. [Barabási and Albert Network Datasets](https://www3.nd.edu/~networks/resources.htm). - [Bayesian Network Repository](http://www.bnlearn.com/bnrepository/). - [Bill Cosponsorship Networks in European Parliaments](https://github.com/briatte/parlnet) - Legislative cosponsorship networks, in R format. +- [Colorado Index of Complex Networks (ICON)](https://icon.colorado.edu/) - Large collection of networks described and indexed by Aaron Clauset's research group. - [Connectome](http://openconnecto.me/graph-services/download/) - Comprehensive maps of neural connections. - [Enron Email Dataset](https://www.cs.cmu.edu/~enron/). - [Eric D. Kolaczyk’s Network Datasets](http://math.bu.edu/people/kolaczyk/datasets.html). @@ -550,6 +551,7 @@ Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awes 1. [graph-tool](https://graph-tool.skewed.de/) - Python module for network manipulation and analysis, written mostly in C++ for speed. - [graphviz](https://pypi.python.org/pypi/graphviz) - Python renderer for the DOT graph drawing language. - [linkpred](https://github.com/rafguns/linkpred) - Assess the likelihood of potential links in a future snapshot of a network. +- [metaknowledge](http://networkslab.org/metaknowledge/) - Python package to turn bibliometrics data into authorship and citation networks. - [networkx](http://networkx.github.io/) - Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. - [Implementing an ERGM from Scratch in Python](http://davidmasad.com/blog/ergms-from-scratch/), using networkx and numpy (2014). - [npartite](https://github.com/ike002jp/npartite) - Python algorithms for community detection in n-partite networks.