Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
JavaScript
HTML
Python

Cannot retrieve the latest commit at this time.
Failed to load latest commit information. | |||
![]() |
test-data | ||
![]() |
.gitignore | ||
![]() |
README | ||
![]() |
cablegate.html | ||
![]() |
cablegate.js | ||
![]() |
favicon.ico | ||
![]() |
fromto.py | ||
![]() |
index.html | ||
![]() |
protovis-d3.2.js | ||
![]() |
stations.js | ||
![]() |
test.py |
README
This is a little experiment that visualizes the social graph of the Wikileaks CableGate cable messages using the From and To metadata scraped from the message. The station codes in stations.js file was scraped from a listing in: http://jcs.dtic.mil/j6/cceb/acps/canus-supp/A117_s1_066.pdf If you want to run this yourself you'll need to obtain the cablegate wikileak data, and run the fromto.py script which scrapes the html in the cable directory, and generates cablegate.js, which contains the graph information. For example: % fromto.py /path/to/cablegate-201012021401 Dependencies: - python v2.6+ - easy_install python-graph-core Originally created by Ed Summers - ehs@pobox.com. Temporarily maintained by Mark A. Matienzo - mark@matienzo.org