Actions

Robustness of complex networks (project): Difference between revisions

From Santa Fe Institute Events Wiki

Line 33: Line 33:
* [http://networkx.lanl.gov/tutorial/tutorial.html Networkx Python lybrary]
* [http://networkx.lanl.gov/tutorial/tutorial.html Networkx Python lybrary]
* [http://networkx.lanl.gov/reference/algorithms.html Networkx graph algorithms]
* [http://networkx.lanl.gov/reference/algorithms.html Networkx graph algorithms]
* [http://networkx.lanl.gov/reference/drawing.html Networkx drawing]


== Participants ==
== Participants ==

Revision as of 03:44, 12 June 2012

Fig. 1. Zoo of complex networks (an example). Taken from Sol´e and Valverde, 2001.

Problem statement

Complex networks have various properties which can be measured in real networks (WWW, social networks, biological networks), e.g. degree distribution, modularity, hierarchy, assortativity etc. Robustness of complex networks is a big question, however only some progress have been done in this direction. For example, it was shown that the scale-free networks are much more topologically robust to random attacks than random networks. Many people claim that various characteristics of complex networks will influence the robustness interdependently. The question I am interested in is how?

Approach

The idea is to generate continuous topology space of various complex networks (networks with different modularity, degree distribution, hierarchy etc) and use it to measure their robustness (see Fig. 1). There are many approaches to measure the robustness of complex networks. For example we can remove edges of vertices of a complex network graph and look at the size of a giant cluster. We can discuss other possibilities.

If you are interested you can contact me directly or via my E-mail: krystoferivanov@gmail.com or via my discussion page in CSSS 2012 wiki.

Relevant literature

  • Add a relevant paper...

Learning Python

Participants

  1. Oleksandr Ivanov - krystoferivanov@gmail.com
  2. Ian Wood - ibwood@indiana.edu
  3. Xin Lu - xin.lu@ki.se
  4. Duenas-Esterling Marco-Antonio - maduenase@gmail.com
  5. Katrien Beuls - katrien@ai.vub.ac.be

Source Control

I've set up a github repository for any python source we write here. To figure out how to use Git look here. Chapters 1,2,3, and 5 are particularly relevant, but I can run through the basics with anyone. It's useful to have a source control for both project coordination and backup, and git is very simple once you get the hang of it.

There is a shared folder on skype, please either sign your email in the participant list or drop a email to Xin Lu to access the generated network data. Dropbox link [1]

BA algorithm in Python

BA network + modularity