
 |
NetLogo demos of network phenomena |
 |
|
These demos, created with the NetLogo software for building agent based models, cover the topics of network growth and diffusion. You can play with another set of demos, created using GUESS, that cover the topics of resilience/robustness, community structure, PageRank and search. Please feel free to use and modify any of the materials here.
Preferential vs. random attachment This model allows you to grow a network. Nodes arrive and attach to those already in the network. You control the parameter that determines whether they will prefer to attach to the "hubs" - the nodes that already have many connections, or if they will attach at random. Warning - you may observe some power law degree distributions.

Diffusion on a small world topology. This model allows you to construct small-world networks using the Watts-Strogatz model, and examine the effect the random rewirings (knowing people who are far away, and not just one's neighbors) has on disease propagation . Red nodes represent infected individuals, and you can tune the probability that the disease is transmitted across a tie from an infected individual to a non-infected contact during any given time period. This is a very slightly modified version of the SocialTies model.
More diffusion models:
Also check out the basic network models from the NetLogo folks themselves at Northwestern.
|