d3/examples/force
Mike Bostock 9f71e4e211 Fix a bug in cardinal-closed interpolation. 2011-04-10 23:26:35 -07:00
..
README Load force-directed graph data asynchronously. 2010-11-04 19:09:21 -07:00
cluster.html Fix a bug in cardinal-closed interpolation. 2011-04-10 23:26:35 -07:00
force.css Better force-directed layout. 2011-02-27 18:22:23 -08:00
force.html Add force & treemap to d3.layout. 2011-03-03 15:43:57 -08:00
force.js Add force & treemap to d3.layout. 2011-03-03 15:43:57 -08:00
miserables.json Load force-directed graph data asynchronously. 2010-11-04 19:09:21 -07:00

README

The miserables.json file contains the weighted network of coappearances of
characters in Victor Hugo's novel /Les Miserables/. Nodes represent characters
as indicated by the labels, and edges connect any pair of characters that
appear in the same chapter of the book. The values on the edges are the number
of such coappearances. The data on coappearances were taken from D. E. Knuth,
"The Stanford GraphBase: A Platform for Combinatorial Computing",
Addison-Wesley, Reading, MA (1993).

The group labels were transcribed from "Finding and evaluating community
structure in networks" by M. E. J. Newman and M. Girvan.