Skip to content

Commit 56933c8

Browse files
committed
small improvements
1 parent c53ca3e commit 56933c8

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
An [awesome list](https://github.com/sindresorhus/awesome) of resources to construct, analyze and visualize network data.
44

5+
Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning), [Awesome Math](https://github.com/rossant/awesome-math) and others.
6+
57
## Table of Contents
68

79
- __[Books](#books)__
@@ -34,13 +36,11 @@ An [awesome list](https://github.com/sindresorhus/awesome) of resources to const
3436
- __[Small Worlds](#small-worlds)__
3537
- __[Contribution Guidelines](#contribution-guidelines)__
3638

37-
> Inspired by [Awesome Deep Learning](https://github.com/ChristosChristofidis/awesome-deep-learning) and [Awesome Math](https://github.com/rossant/awesome-math).
38-
3939
## Books
4040

4141
### General Overviews
4242

43-
- _[Linked: The New Science of Networks](https://www3.nd.edu/~networks/Linked/index.html)_, by Albert-László Barabási - [Selected chapters online](http://barabasi.com/book/linked#linked) (2002).
43+
1. _[Linked: The New Science of Networks](https://www3.nd.edu/~networks/Linked/index.html)_, by Albert-László Barabási - [Selected chapters online](http://barabasi.com/book/linked#linked) (2002).
4444
- _[Network Science](http://barabasilab.neu.edu/networksciencebook/downlPDF.html)_, by Albert-László Barabási - Full book online (2016).
4545
- _[Network Science](http://www.nap.edu/catalog/11516/network-science)_, by the U.S. National Research Council - Full book online (2005).
4646
- _[Networks. An Introduction](http://www-personal.umich.edu/~mejn/networks-an-introduction/)_, by Mark E.J. Newman (2010).
@@ -81,7 +81,7 @@ An [awesome list](https://github.com/sindresorhus/awesome) of resources to const
8181

8282
1. [European Conference on Social Networks](http://eusn.org/) (EUSN).
8383
- [PolNet - Annual Political Networks Workshops and Conference](http://conference.polinetworks.org/) (APSA).
84-
- [Videos from the Political Networks 2009 Conference](https://vimeo.com/user2690333).
84+
- [Videos from the Political Networks 2009 Conference](https://vimeo.com/user2690333).
8585
- [NetSci](http://www.netscisociety.net/) (Network Science Society).
8686
- [Sunbelt](http://www.insna.org/archives.html) (INSNA).
8787

@@ -208,7 +208,8 @@ An [awesome list](https://github.com/sindresorhus/awesome) of resources to const
208208

209209
### Algorithms
210210

211-
> Network placement and community detection algorithms that do not fit in any of the following language-specific subsections.
211+
> Network placement and community detection algorithms that do not fit in any of the next subsections.
212+
> See also the [Awesome Algorithms](https://github.com/tayllan/awesome-algorithms) and [Awesome Algorithm](https://github.com/enjalot/algovis) Visualization lists for even more mad algorithmic awesomess.
212213
213214
1. [CONGA and CONGO](http://www.cs.bris.ac.uk/~steve/networks/index.html) - Algorithms to detect overlapping communities in networks, written in Java.
214215
- [ForceAtlas2](https://gephi.wordpress.com/2011/06/06/forceatlas2-the-new-version-of-our-home-brew-layout/) - Force-directed layout included in Gephi ([paper](http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0098679)).
@@ -217,6 +218,8 @@ An [awesome list](https://github.com/sindresorhus/awesome) of resources to const
217218

218219
### C / C++
219220

221+
> For more awesome C / C++ content, see the [Awesome C](https://github.com/aleksandar-todorovic/awesome-c) and [Awesome C / C++](https://github.com/fffaraz/awesome-cpp) lists.
222+
220223
1. [Benchmark Graphs to Test Community Detection Algorithms](https://sites.google.com/site/santofortunato/inthepress2) - C++ code to generate weighted and unweighted graphs.
221224
- [Boost Graph Library (BGL)](http://www.boost.org/doc/libs/1_60_0/libs/graph/doc/) - C++ library that provides a generic interface to access graph structures.
222225
- [igraph](http://igraph.org/) - C library of network analysis tools; also exists as packages for Python and R.
@@ -300,10 +303,11 @@ An [awesome list](https://github.com/sindresorhus/awesome) of resources to const
300303
- [JUNG — Java Universal Network/Graph Framework](http://jung.sourceforge.net/) - Extensible library to represent network objects.
301304
- [GraphML](http://graphml.graphdrawing.org/) - Comprehensive and easy-to-use file format for graphs ([handbook chapter](https://www.uni-konstanz.de/mmsp/pubsys/publishedFiles/BrEiLe10.pdf)).
302305
- [PGF/TikZ](http://www.ctan.org/tex-archive/graphics/pgf/) - [Tandem](https://en.wikipedia.org/wiki/PGF/TikZ) of vector graphics languages that can be used to draw graphs in the [LaTeX](https://latex-project.org/) typesetting environment.
303-
- [How to Draw Graphs in LaTeX?](https://tex.stackexchange.com/questions/57152/how-to-draw-graphs-in-latex)
304-
- [TikZ Graph Examples](http://www.texample.net/tikz/examples/tag/graphs/).
305-
- [TikZ & PGF Manual](http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/graphics/pgf/base/doc/pgfmanual.pdf).
306-
- [TKZ](http://altermundus.com/pages/tkz/index.html) - Packages based on TikZ.
306+
- [Awesome LaTeX: TiKZ](https://github.com/egeerardyn/awesome-LaTeX#tikz).
307+
- [How to Draw Graphs in LaTeX?](https://tex.stackexchange.com/questions/57152/how-to-draw-graphs-in-latex)
308+
- [TikZ Graph Examples](http://www.texample.net/tikz/examples/tag/graphs/).
309+
- [TikZ & PGF Manual](http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/graphics/pgf/base/doc/pgfmanual.pdf).
310+
- [TKZ](http://altermundus.com/pages/tkz/index.html) - Packages based on TikZ.
307311

308312
## Tutorials
309313

@@ -328,7 +332,7 @@ An [awesome list](https://github.com/sindresorhus/awesome) of resources to const
328332
- [Basic Notions for the Analysis of Large Two-mode Networks](https://www-complexnetworks.lip6.fr/~latapy/Publis/socnet07.pdf) - Introduction to bipartite network analysis ([related code](https://www-complexnetworks.lip6.fr/~latapy/Bip/)).
329333
- [David Knoke on Network Analysis](https://thesocietypages.org/methods/2015/01/30/david-knoke-on-network-analysis/) - A 20-minute interview that discusses the uses and benefits of network analysis, drawing upon Knoke's research on terrorist networks.
330334
- [NetWiki](http://netwiki.amath.unc.edu/Main/HomePage) - Wiki of various network analysis resources.
331-
- [Network Fact](https://twitter.com/networkfact) - Twitter account about networks, graph theory, and related topics.
335+
- [Network Fact](https://twitter.com/networkfact) - Twitter account about networks, graph theory, and related topics.
332336
- [Tarot cards for Principles of Complex Systems and Complex Networks](https://www.uvm.edu/~pdodds/teaching/courses/2016-01UVM-303/tarotcards/) - Part of a course by Peter Sheridan Dodds.
333337
- [The Performativity of Networks](http://kieranhealy.org/files/papers/performativity.pdf) - A paper that connects network theory to the sociology of science.
334338

0 commit comments

Comments
 (0)