~ubuntu-branches/ubuntu/precise/whoopsie-daisy/precise-proposed

« back to all changes in this revision

Viewing changes to backend/stats/static/js/d3/examples/force/README

  • Committer: Package Import Robot
  • Author(s): Evan Dandrea
  • Date: 2012-04-10 14:28:58 UTC
  • Revision ID: package-import@ubuntu.com-20120410142858-nk453o1z7t7py3bs
Tags: 0.1.26
* Take ownership of the NetworkManager state variant on setup and
  unref it, plugging a memory leak.
* Log the reason the server rejected the submitted crash report.
* Send the Whoopsie version with each crash submission.
* Delete both .upload and .uploaded files after 14 days. Thanks
  Marc Deslauriers (LP: #973687).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The miserables.json file contains the weighted network of coappearances of
 
2
characters in Victor Hugo's novel /Les Miserables/. Nodes represent characters
 
3
as indicated by the labels, and edges connect any pair of characters that
 
4
appear in the same chapter of the book. The values on the edges are the number
 
5
of such coappearances. The data on coappearances were taken from D. E. Knuth,
 
6
"The Stanford GraphBase: A Platform for Combinatorial Computing",
 
7
Addison-Wesley, Reading, MA (1993).
 
8
 
 
9
The group labels were transcribed from "Finding and evaluating community
 
10
structure in networks" by M. E. J. Newman and M. Girvan.