awesome-network-analysis/README.md

255 lines
21 KiB
Markdown
Raw Normal View History

2016-04-10 16:30:04 -04:00
# Awesome Network Analysis [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
2016-04-11 04:37:42 -04:00
An [awesome list](https://github.com/sindresorhus/awesome) of resources to construct, analyze and visualize network data.
2016-04-10 16:30:04 -04:00
## Table of Contents
2016-04-11 05:18:53 -04:00
- __[Books](#books)__
- __[General Overviews](#general-overviews)__
- __[Graph Theory](#graph-theory)__
2016-04-11 05:10:42 -04:00
- __[Method-specific](#method-specific)__
- __[Software-specific](#software-specific)__
2016-04-11 05:10:42 -04:00
- __[Topic-specific](#topic-specific)__
- __[Conferences](#conferences)__
2016-04-11 05:18:53 -04:00
- __[Courses](#courses)__
- __[Datasets](#datasets)__
- __[Journals](#journals)__
- __[Professional groups](#professional-groups)__
2016-04-11 05:10:42 -04:00
- __[Review Articles](#review-articles)__
2016-04-11 05:18:53 -04:00
- __[Software](#software)__
- __[JavaScript](#javascript)__
- __[Python](#python)__
- __[R](#r)__
- __[Tutorials](#tutorials)__
2016-04-11 05:10:42 -04:00
- __[Varia](#varia)__
2016-04-11 05:18:53 -04:00
- __[Contribution Guidelines](#contribution-guidelines)__
2016-04-10 16:30:04 -04:00
> Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) and [Awesome Math](https://github.com/rossant/awesome-math).
2016-04-10 16:30:04 -04:00
## Books
### General Overviews
2016-04-10 16:30:04 -04:00
2016-04-11 05:18:53 -04:00
1. _[Networks. An Introduction](http://www-personal.umich.edu/~mejn/networks-an-introduction/)_, by Mark E.J. Newman (2010).
- _[Networks, Crowds, and Markets: Reasoning About a Highly Connected World](http://www.cs.cornell.edu/home/kleinber/networks-book/)_, by David Easley and Jon Kleinberg - Complete pre-publication draft online (2010).
2016-04-11 04:43:32 -04:00
- _[Réseaux sociaux et structures relationnelles](https://www.puf.com/content/R%C3%A9seaux_sociaux_et_structures_relationnelles)_, by Emmanuel Lazega, in French (2014).
2016-04-11 04:37:42 -04:00
- _[Sociologie des réseaux sociaux](http://pierremerckle.fr/2011/02/sociologie-des-reseaux-sociaux/)_, by Pierre Mercklé, in French (2011).
2016-04-11 07:01:10 -04:00
- _[Social Network Analysis. Methods and Applications](http://www.cambridge.org/ar/academic/subjects/sociology/sociology-general-interest/social-network-analysis-methods-and-applications)_, by Stanley Wasserman and Katherine Faust (1994).
2016-04-11 14:59:23 -04:00
- _[Studying Social Networks. A Guide to Empirical Research](http://press.uchicago.edu/ucp/books/book/distributed/S/bo15475096.html)_, by Marina Hennig _et al._ (2013).
2016-04-10 16:30:04 -04:00
### Graph Theory
1. _[Graph Theory](http://www.cs.unibo.it/babaoglu/courses/cas00-01/tutorials/GraphTheory.pdf)_, by Reinhard Diestel - Full electronic version online (2000).
2016-04-11 05:10:42 -04:00
### Method-specific
2016-04-10 16:30:04 -04:00
2016-04-11 14:59:23 -04:00
1. _[Exponential Random Graph Models for Social Networks](http://www.cambridge.org/9780521193566)_, edited by Dean Lusher, Johan Koskinen and Garry Robins (2013).
- _[Multilevel Network Analysis for the Social Sciences](https://www.springer.com/fr/book/9783319245188)_, edited by Emmanuel Lazega and Tom A.B. Snijders (2016).
- _[Network Analysis: Methodological Foundations](https://www.springer.com/fr/book/9783540249795)_, edited by Ulrik Brandes and Thomas Erlebach - Covers network centrality, clustering, blockmodels, spatial networks and more (2005).
2016-04-11 07:01:10 -04:00
- _[Political Networks. The Structural Perspective](http://www.cambridge.org/ar/academic/subjects/sociology/political-sociology/political-networks-structural-perspective)_, by David Knoke (1994).
2016-04-11 05:10:42 -04:00
### Software-specific
1. _[Analyzing Social Networks](https://sites.google.com/site/analyzingsocialnetworks/)_ (using UCINET), by Stephen P. Borgatti, Martin G. Everett and Jeffrey C. Johnson (2013).
2016-04-11 07:01:10 -04:00
- _Network Analysis with R/igraph_, by Gabor Csárdi, Thomas Nepusz and Eduardo M. Airoldi (in preparation).
- _Network Analysis with Python/igraph_, by Thomas Nepusz, Gabor Csárdi and Eduardo M. Airoldi (in preparation).
- _[Statistical Analysis of Network Data with R](http://www.springer.com/us/book/9781493909827)_, by Eric D. Kolaczyk and Gabor Csárdi (2014).
2016-04-11 05:10:42 -04:00
### Topic-specific
1. _[Neighbor Networks. Competitive Advantage Local and Personal](https://global.oup.com/academic/product/neighbor-networks-9780199570690)_, by Ronald S. Burt (2010).
2016-04-11 07:01:10 -04:00
- _[Comparing Policy Networks. Labor Politics in the U.S., Germany, and Japan](http://www.cambridge.org/ar/academic/subjects/politics-international-relations/comparative-politics/comparing-policy-networks-labor-politics-us-germany-and-japan)_, by David Knoke _et al._ (1996).
2016-04-10 16:30:04 -04:00
## Conferences
1. [European Conference on Social Networks](http://eusn.org/) (EUSN).
- [PolNet - Annual Political Networks Workshops and Conference](http://conference.polinetworks.org/) (APSA).
- [NetSci](http://www.netscisociety.net/) (Network Science Society).
- [Sunbelt](http://www.insna.org/archives.html) (INSNA).
2016-04-11 04:37:42 -04:00
## Courses
2016-04-10 16:30:04 -04:00
1. [Complex Networks](https://www.uvm.edu/~pdodds/teaching/courses/2016-01UVM-303/), by Peter Sheridan Dodds (University of Vermont, 2016).
- [Graph Theory: Penn State Math 485 Lecture Notes](http://www.personal.psu.edu/cxg286/Math485.pdf), by Christopher Griffin - Full lecture notes online (2012).
- [Networks (Economics)](http://ocw.mit.edu/courses/economics/14-15j-networks-fall-2009/), by Daron Acemoglu and Asu Ozdaglar (MIT, 2009).
- [Social and Economic Networks: Models and Analysis](https://www.coursera.org/course/networksonline), by Matthew O. Jackson (Stanford University via Coursera, 2015).
2016-04-11 16:38:50 -04:00
- [Social Network Analysis](https://www.coursera.org/course/sna), by Lada Adamic (University of Michigan via Coursera, not yet run).
2016-04-10 16:30:04 -04:00
2016-04-11 04:37:42 -04:00
## Datasets
2016-04-10 16:30:04 -04:00
1. [Bill Cosponsorship Networks in European Parliaments](https://github.com/briatte/parlnet).
- [Gephi Datasets](https://github.com/gephi/gephi/wiki/Datasets).
- [igraphdata](https://cran.r-project.org/web/packages/igraphdata/index.html) - Data sets intended for use with the igraph R package.
2016-04-11 13:18:41 -04:00
- [KONECT - The Koblenz Network Collection](http://konect.uni-koblenz.de/).
- [James H. Fowler's Cosponsorship Network Data Page](http://jhfowler.ucsd.edu/cosponsorship.htm).
2016-04-11 14:43:41 -04:00
- [Manlio De Domenico's Multilayer Networks](http://deim.urv.cat/~manlio.dedomenico/data.php).
2016-04-11 13:18:41 -04:00
- [Mark E.J. Newman's Network Data](http://www-personal.umich.edu/~mejn/netdata/).
- [Pajek Datasets](http://vlado.fmf.uni-lj.si/pub/networks/data/)
- [Siena Datasets](http://www.stats.ox.ac.uk/~snijders/siena/siena_datasets.htm).
2016-04-11 04:37:42 -04:00
- [Stanford Large Network Dataset Collection](http://snap.stanford.edu/data/index.html).
- [tnet Datasets](https://toreopsahl.com/datasets/).
- [UCI Network Data Repository](http://networkdata.ics.uci.edu/).
2016-04-10 16:30:04 -04:00
2016-04-11 04:37:42 -04:00
## Journals
2016-04-10 16:30:04 -04:00
2016-04-11 17:30:25 -04:00
> Journals that are not fully open-access are marked as "gated".
2016-04-11 05:49:37 -04:00
1. _[Applied Network Science](http://appliednetsci.springeropen.com/)_ (Springer Open).
2016-04-11 17:30:25 -04:00
- _[Computational and Mathematical Organization Theory](http://link.springer.com/journal/10588)_ (Springer, gated).
2016-04-11 05:49:37 -04:00
- _[Computational Social Networks](http://computationalsocialnetworks.springeropen.com/)_ (Springer Open).
- _[Connections](http://www.insna.org/connections.html)_ (INSNA).
2016-04-11 17:30:25 -04:00
- _[Journal of Complex Networks](http://comnet.oxfordjournals.org/)_ (Oxford, gated).
- _[The Journal of Mathematical Sociology](http://www.tandfonline.com/loi/gmas20)_ (Taylor & Francis, gated).
2016-04-11 05:49:37 -04:00
- _[Journal of Social Structure](http://www.cmu.edu/joss)_ (INSNA).
2016-04-11 17:30:25 -04:00
- _[Network Science](http://journals.cambridge.org/action/displayJournal?jid=nws)_ (Cambridge, gated).
2016-04-11 05:49:37 -04:00
- _[REDES](http://revista-redes.rediris.es/)_, in Spanish (INSNA).
2016-04-11 17:30:25 -04:00
- _[Social Network Analysis and Mining](http://link.springer.com/journal/13278)_ (Springer, gated).
- _[Social Networks](http://ees.elsevier.com/son/default.asp)_ (Elsevier, gated).
2016-04-10 16:30:04 -04:00
2016-04-11 04:37:42 -04:00
## Professional groups
2016-04-10 16:30:04 -04:00
2016-04-11 04:37:42 -04:00
1. [AFS RT 26 “Réseaux sociaux”](http://www.cmh.pro.ens.fr/reseaux-sociaux/) - Thematic Network of the French Sociological Association, in French.
- [ECPR Political Networks SG](https://politicalnetsecpr.wordpress.com/) - Standing Group of the European Consortium for Political Research ([Twitter account](https://twitter.com/politicalnets)).
- [GDR Analyse de réseaux en sciences humaines et sociales](http://arshs.hypotheses.org/), in French.
- [Groupe FMR - Flux, Matrices, Réseaux](http://groupefmr.hypotheses.org/), in French.
2016-04-11 13:56:39 -04:00
- [INSNA: International Network for Social Network Analysis](http://www.insna.org/) ([SOCNET mailing-list](http://www.insna.org/pubs/socnet.html)).
2016-04-11 04:37:42 -04:00
- [NetSci: Network Science Society](http://www.netscisociety.net/).
2016-04-11 05:49:37 -04:00
- [APSA Political Networks](http://www.polinetworks.org/) - Organized Section of the American Political Science Association.
2016-04-10 16:30:04 -04:00
2016-04-11 04:43:32 -04:00
## Review Articles
2016-04-11 05:18:53 -04:00
1. "[Network Analysis and Political Science](http://www.annualreviews.org/doi/abs/10.1146/annurev.polisci.12.040907.115949)" (_Annual Review of Political Science_, 2011).
- "[Statistical Models for Social Networks](http://www.annualreviews.org/doi/abs/10.1146/annurev.soc.012809.102709)" (_Annual Review of Sociology_, 2011).
2016-04-10 16:30:04 -04:00
## Software
2016-04-11 05:49:37 -04:00
1. [Cytoscape](http://www.cytoscape.org/) - Cross-platform Java program to build, analyze and visualize networks.
- [Discourse Network Analyzer (DNA)](http://www.philipleifeld.com/discourse-network-analyzer/discourse-network-analyzer-dna.html) - Qualitative content analysis tool with network export facilities, written in Java with R integration.
- [igraph](http://igraph.org/) - C library of network analysis tools; also exists as packages for Python and R.
2016-04-11 05:10:42 -04:00
- [Gephi](https://gephi.github.io/) - Cross-platform, free and open source tool for network visualization.
- [Graphviz](http://www.graphviz.org/) - Cross-platform software to draw graphs in the [DOT](http://www.graphviz.org/doc/info/lang.html) language.
- [MuxViz](http://muxviz.net/) - Cross-platform, free and open source multilayer network analysis And visualization platform, based on R and GNU Octave.
2016-04-11 05:54:21 -04:00
- [Neo4j](http://neo4j.com/) - Open source, scalable graph database, used by companies like [Linkurious](http://linkurio.us/).
- [networks.tb](http://networks-tb.sourceforge.net/) - C program designed for analyzing socio-semantic networks; runs on Linux and Mac OS X.
- [NodeXL](http://nodexl.codeplex.com/) - Free, open-source template to explore network graphs with Microsoft Excel.
2016-04-11 13:18:41 -04:00
- [ORA-LITE](http://www.casos.cs.cmu.edu/projects/ora/) - Windows program for dynamic meta-network assessment and analysis.
2016-04-11 04:37:42 -04:00
- [Pajek](http://vlado.fmf.uni-lj.si/pub/networks/pajek/) - Windows program for large network analysis, free for noncommercial use.
- [PNet](http://www.swinburne.edu.au/fbl/research/transformative-innovation/our-research/MelNet-social-network-group/PNet-software/index.html) - Simulation and estimation of exponential random graph models (ERGMs), written in Java for Windows.
2016-04-11 05:49:37 -04:00
- [Siena](http://www.stats.ox.ac.uk/~snijders/siena/) - Simulation Investigation for Empirical Network Analysis, formerly a Windows program, now an R package.
2016-04-11 04:37:42 -04:00
- [Stanford Network Analysis Project](http://snap.stanford.edu/) - C++ general purpose network analysis and graph mining library; available as a Python library and through NodeXL.
2016-04-11 05:10:42 -04:00
- [UCINET](https://sites.google.com/site/ucinetsoftware/) - Windows commercial software package for the analysis of social network data.
2016-04-11 13:18:41 -04:00
- [Visone](http://visone.info/) - Cross-platform Java network analysis and visualization program, free for noncommercial use.
- [VOSviewer](http://www.vosviewer.com/) - Cross-platform Java tool for constructing and visualizing bibliometric networks.
2016-04-11 04:37:42 -04:00
2016-04-11 05:18:53 -04:00
### JavaScript
> For more awesome JavaScript libraries, see the [Awesome JavaScript](https://github.com/sorrycc/awesome-javascript) list.
2016-04-11 04:37:42 -04:00
1. [d3.js](https://d3js.org/) - JavaScript visualization library that can plot [force-directed graphs](http://bl.ocks.org/mbostock/4062045).
2016-04-11 04:37:42 -04:00
- [jLouvain](https://github.com/upphiminn/jLouvain) - Louvain community detection for Javascript ([example](http://bl.ocks.org/emeeks/125db75c9b55ddcbdeb5)).
- [Sigma](http://sigmajs.org/) - JavaScript library dedicated to graph drawing.
2016-04-11 05:49:37 -04:00
- [vis.js](http://visjs.org/) - JavaScript library with network visualization capabilities.
2016-04-11 04:37:42 -04:00
2016-04-11 05:18:53 -04:00
### Python
2016-04-11 04:37:42 -04:00
2016-04-11 05:18:53 -04:00
> Most items below are from [a Google spreadsheet](https://docs.google.com/spreadsheets/d/1vJILk2EW1JnR3YAwTSSqAV5mPkeXaezy45wOoafBpfU/edit#gid=0) by Michał Bojanowski and others.
> For more awesome Python packages, see the [Awesome Python](https://github.com/vinta/awesome-python) list.
2016-04-11 04:37:42 -04:00
2016-04-11 14:59:23 -04:00
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.
2016-04-11 05:10:42 -04:00
- [linkpred](https://github.com/rafguns/linkpred) - Assess the likelihood of potential links in a future snapshot of a network.
2016-04-11 04:37:42 -04:00
- [networkx](http://networkx.github.io/) - Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.
2016-04-11 05:10:42 -04:00
- [python-igraph](http://igraph.org/python/) - Python version of the igraph network analysis package.
2016-04-11 04:37:42 -04:00
2016-04-11 05:18:53 -04:00
### R
2016-04-11 04:37:42 -04:00
> See also [this Google spreadsheet](https://docs.google.com/spreadsheets/d/1CoFGtrW85D9FsVcAE5-bcXVl6QOTncwXjFBYp4u2WgE/edit?usp=sharing) by Ian McCulloh and others.
> For more awesome R resources, see the [Awesome R](https://github.com/qinwf/awesome-R) and [Awesome R Books](https://github.com/RomanTsegelskyi/rbooks) lists.
2016-04-11 04:37:42 -04:00
1. [Bergm](https://cran.r-project.org/web/packages/Bergm/) - Tools to analyse Bayesian exponential random graph models (BERGM).
2016-04-11 07:01:10 -04:00
- [CCAS](https://github.com/matthewjdenny/CCAS) - A statistical model for communication networks.
2016-04-11 06:50:41 -04:00
- [concoR](https://github.com/aslez/concoR) - A translation of the CONCOR network blockmodeling algorithm ([blog post](http://badhessian.org/2015/05/concor-in-r/)).
- [ergm](https://cran.r-project.org/web/packages/ergm/) - Estimation of Exponential Random Graph Models (ERGM).
2016-04-11 04:37:42 -04:00
- [GERGM](https://cran.r-project.org/web/packages/GERGM/) - Estimation and diagnosis of the convergence of Generalized Exponential Random Graph Models (GERGM).
2016-04-11 06:46:47 -04:00
- [geomnet](https://cran.r-project.org/web/packages/geomnet/) - A single-geometry approach to network visualization with ggplot2.
- [ggnetwork](https://cran.r-project.org/web/packages/ggnetwork/) - A multiple-geometries approach to plot network objects with ggplot2.
- [ggraph](https://github.com/thomasp85/ggraph) - A grammar of graph graphics built in the spirit of ggplot2.
- [hergm](https://cran.r-project.org/web/packages/hergm/) - Estimate and simulate hierarchical exponential-family random graph models (HERGM) with local dependence.
2016-04-11 04:37:42 -04:00
- [igraph](http://igraph.org/r/) - A collection of network analysis tools.
- [influenceR](https://cran.r-project.org/web/packages/influenceR/) - Compute various node centrality network measures by Burt, Borgatti and others.
2016-04-11 04:37:42 -04:00
- [latentnet](https://cran.r-project.org/web/packages/latentnet/) - Latent position and cluster models for network objects.
- [networkD3](http://christophergandrud.github.io/networkD3/) - D3 JavaScript network graphs from R.
- [ndtv](https://cran.r-project.org/web/packages/ndtv/) - Tools to construct animated visualizations of dynamic network data in various formats.
- [network](https://cran.r-project.org/web/packages/network/) - Basic tools to manipulate relational data in R.
- [networkDynamic](https://cran.r-project.org/web/packages/networkDynamic/) - Support for dynamic, (inter)temporal networks.
- [rgexf](https://bitbucket.org/gvegayon/rgexf/wiki/Home) - Export network objects from R to [GEXF](http://gexf.net/format/), for manipulation with network software like Gephi or Sigma.
- [Rgraphviz](https://bioconductor.org/packages/release/bioc/html/Rgraphviz.html) - Support for using the Graphviz library and its [DOT](http://www.graphviz.org/doc/info/lang.html) language from within R.
2016-04-11 05:49:37 -04:00
- [RSiena](https://cran.r-project.org/web/packages/RSiena/) - Simulation Investigation for Empirical Network Analysis; fits models to longitudinal network data.
2016-04-11 04:37:42 -04:00
- [sna](https://cran.r-project.org/web/packages/sna/) - Basic network measures and visualization tools.
- [spnet](http://cran.r-project.org/web/packages/spnet/) - Methods for dealing with spatial social networks.
- [statnet](http://statnet.org/) - The project behind many R network analysis packages.
- [tergm](https://cran.r-project.org/web/packages/tergm/) - Fit, simulate and diagnose models for temporal exponential-family random graph models (TERGM).
2016-04-11 04:37:42 -04:00
- [tnet](https://cran.r-project.org/web/packages/tnet/) - Network measures for weighted, two-mode and longitudinal networks.
- [tsna](https://cran.r-project.org/web/packages/tsna/) - Tools for temporal social network analysis.
- [visNetwork](https://github.com/DataKnowledge/visNetwork) - Using vis.js library for network visualization.
- [xergm](https://cran.r-project.org/web/packages/xergm/) - Extensions of Exponential Random Graph Models (ERGM, GERGM, TERGM, TNAM and REM).
2016-04-10 16:30:04 -04:00
2016-04-11 04:37:42 -04:00
## Tutorials
2016-04-10 16:30:04 -04:00
2016-04-11 04:37:42 -04:00
1. [Analyse des réseaux : une introduction à Pajek](http://quanti.hypotheses.org/512/), in French (2011).
- [Basic and Advanced Network Visualization with Gephi and R](http://kateto.net/sunbelt2016) (2016).
- [Exponential Random Graph Models (ERGMs) Using statnet](https://statnet.org/trac/raw-attachment/wiki/Sunbelt2015/ergm_tutorial.html) (2015).
2016-04-11 04:37:42 -04:00
- [Guides for Using the statnet Package](http://www.melissaclarkson.com/resources/R_guides/) (2010).
- [Implementing an ERGM From Scratch in Python](http://davidmasad.com/blog/ergms-from-scratch/) (2014).
- [L'analyse des graphes bipartis](https://halshs.archives-ouvertes.fr/FMR/halshs-00794976), in French (2013).
- [La détection de communautés avec Pajek 3.6](http://groupefmr.hypotheses.org/544), in French (2012).
- [Modeling Valued Networks with statnet](https://statnet.org/trac/raw-attachment/wiki/Sunbelt2013/Valued.pdf) (2013).
- [Network Analysis and Visualization with R and igraph](http://kateto.net/networks-r-igraph) (2016).
2016-04-11 04:37:42 -04:00
- [Practical Social Network Analysis With Gephi](http://derekgreene.com/gephitutorial/) (2014).
- [Static and Dynamic Network Visualization with R](http://kateto.net/network-visualization) (2015).
2016-04-11 04:37:42 -04:00
- [Working with Bipartite/Affiliation Network Data in R](https://solomonmessing.wordpress.com/2012/09/30/working-with-bipartiteaffiliation-network-data-in-r/) (2012).
2016-04-10 16:30:04 -04:00
2016-04-11 04:37:42 -04:00
## Varia
2016-04-10 16:30:04 -04:00
1. [Blog Posts About Networks by Baptiste Coulmont](http://coulmont.com/index.php?s=r%C3%A9seaux), in French.
- [Blog Posts About Networks by Pierre Mercklé](http://pierremerckle.fr/category/reseaux/), in French.
- [Center for Network Science](http://cns.ceu.edu/) - A research center with a PhD in Network Science program at the Central European University in Budapest.
- [Interdependence in Governance and Policy](https://sites.psu.edu/desmaraisgroup/) - Network-oriented research group led by Bruce Desmarais at Penn State University.
- [Network Fact](https://twitter.com/networkfact) - Twitter account about networks, graph theory, and related topics.
- [Social Network Analysis Software](https://en.wikipedia.org/wiki/Social_network_analysis_software) - Wikipedia English entry with links to many commercial and often outdated software.
- [Videos from the Political Networks 2009 Conference](https://vimeo.com/user2690333).
2016-04-10 16:30:04 -04:00
2016-04-11 07:01:10 -04:00
* * *
2016-04-11 04:43:32 -04:00
## Contribution Guidelines
2016-04-10 16:30:04 -04:00
2016-04-11 04:37:42 -04:00
Please contribute to this list by sending a [pull request](https://github.com/briatte/awesome-network-analysis/pulls) after reading the [Contribution Guidelines](https://github.com/sindresorhus/awesome/blob/master/contributing.md) for stylistic indications.
2016-04-10 16:30:04 -04:00
- __All resources__ are listed alphabetically, with date and language mentions when relevant.
2016-04-11 05:10:42 -04:00
- __Authors__ are mentioned for books and courses only.
- __Journals__ require the name of the publisher.
- __Review Articles__ require a journal and a date.
- __R packages__: please cite the stable __CRAN__ version when it exists.
- __Python packages__: please cite the __PyPi__ version when it exists.
- __Software__ should be at least free for noncommercial use (only few exceptions will be granted).
2016-04-11 04:37:42 -04:00
Remember that an awesome list has to be, well, awesome. The "[Awesome Manifesto](https://github.com/sindresorhus/awesome/blob/master/awesome.md)" states:
> __Only awesome is awesome__
>
> Research if the stuff you're including is actually awesome. Put only stuff on the list you or another contributor can personally recommend and rather leave stuff out than include too much.
>
> ...
>
> __Comment on why something is awesome__
>
> Apart from suggesting a particular item on your list, you should also inform your readers why it's on the list and how they will benefit from it.
2016-04-10 16:30:04 -04:00
Please also add your name to the copyright waiver below, with an optional link to your personal homepage, GitHub profile or social media profile.
2016-04-10 16:30:04 -04:00
## License
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
2016-04-11 17:30:25 -04:00
To the extent possible under law, the authors of this list by chronological order: [François Briatte](http://f.briatte.org/), [Ian McCulloh](https://www.linkedin.com/in/mcculloh), [Aditya Khanna](http://home.uchicago.edu/~khanna7), [Manlio De Domenico](http://deim.urv.cat/~manlio.dedomenico/index.php), Patrick Kaminski, [Ericka Menchen-Trevino](http://www.ericka.cc/) have waived all copyright and related or neighboring rights to this work.