This is a Javascript toy implementation of an SIR epidemic model on a graph. It allows to explore the behavior of a simple dynamical process over a complex network. The hardcoded sample network is a small Barabási–Albert graph.
It is built on top of d3.js, jQuery and flot, and borrows code from http://blockses.appspot.com/929623.
Try it out here !