{"url":"https://api.github.com/gists/1579132","forks_url":"https://api.github.com/gists/1579132/forks","commits_url":"https://api.github.com/gists/1579132/commits","id":"1579132","node_id":"MDQ6R2lzdDE1NzkxMzI=","git_pull_url":"https://gist.github.com/1579132.git","git_push_url":"https://gist.github.com/1579132.git","html_url":"https://gist.github.com/mbostock/1579132","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/1579132/raw/703d310b399098a243a76a50bc209167e924cfd2/.block","size":17,"truncated":false,"content":"license: gpl-3.0\n","encoding":"utf-8"},"index.html":{"filename":"index.html","type":"text/html","language":"HTML","raw_url":"https://gist.githubusercontent.com/mbostock/1579132/raw/fd66adede4fd4c11b8b7ed2a0cf1264fcfbb81c4/index.html","size":1003,"truncated":false,"content":"<!DOCTYPE html>\n<meta charset=\"utf-8\">\n<style>\n\n.link {\n  stroke: #000;\n}\n\n</style>\n<svg width=\"960\" height=\"500\"></svg>\n<script src=\"//d3js.org/d3.v3.min.js\"></script>\n<script>\n\nvar svg = d3.select(\"svg\"),\n    width = +svg.attr(\"width\"),\n    height = +svg.attr(\"height\");\n\nd3.json(\"miserables.json\", function(error, graph) {\n  if (error) throw error;\n\n  var force = d3.layout.force()\n      .nodes(graph.nodes)\n      .links(graph.links)\n      .size([width, height])\n      .start();\n\n  var link = svg.append(\"path\")\n      .attr(\"class\", \"link\");\n\n  var node = svg.selectAll(\".node\")\n      .data(graph.nodes)\n    .enter().append(\"circle\")\n      .attr(\"class\", \"node\")\n      .attr(\"r\", 4.5)\n      .call(force.drag);\n\n  force.on(\"tick\", function() {\n    link.attr(\"d\", \"M\" + graph.links.map(function(d) { return d.source.x + \",\" + d.source.y + \"L\" + d.target.x + \",\" + d.target.y; }).join(\"M\"));\n    node.attr(\"transform\", function(d) { return \"translate(\" + d.x + \",\" + d.y + \")\"; });\n  });\n});\n\n</script>\n","encoding":"utf-8"},"miserables.json":{"filename":"miserables.json","type":"application/json","language":"JSON","raw_url":"https://gist.githubusercontent.com/mbostock/1579132/raw/8ac84377f78fb62ccb574ddf9d5af42b5c21d0a4/miserables.json","size":11535,"truncated":false,"content":"{\"nodes\":[{\"name\":\"Myriel\",\"group\":1},{\"name\":\"Napoleon\",\"group\":1},{\"name\":\"Mlle.Baptistine\",\"group\":1},{\"name\":\"Mme.Magloire\",\"group\":1},{\"name\":\"CountessdeLo\",\"group\":1},{\"name\":\"Geborand\",\"group\":1},{\"name\":\"Champtercier\",\"group\":1},{\"name\":\"Cravatte\",\"group\":1},{\"name\":\"Count\",\"group\":1},{\"name\":\"OldMan\",\"group\":1},{\"name\":\"Labarre\",\"group\":2},{\"name\":\"Valjean\",\"group\":2},{\"name\":\"Marguerite\",\"group\":3},{\"name\":\"Mme.deR\",\"group\":2},{\"name\":\"Isabeau\",\"group\":2},{\"name\":\"Gervais\",\"group\":2},{\"name\":\"Tholomyes\",\"group\":3},{\"name\":\"Listolier\",\"group\":3},{\"name\":\"Fameuil\",\"group\":3},{\"name\":\"Blacheville\",\"group\":3},{\"name\":\"Favourite\",\"group\":3},{\"name\":\"Dahlia\",\"group\":3},{\"name\":\"Zephine\",\"group\":3},{\"name\":\"Fantine\",\"group\":3},{\"name\":\"Mme.Thenardier\",\"group\":4},{\"name\":\"Thenardier\",\"group\":4},{\"name\":\"Cosette\",\"group\":5},{\"name\":\"Javert\",\"group\":4},{\"name\":\"Fauchelevent\",\"group\":0},{\"name\":\"Bamatabois\",\"group\":2},{\"name\":\"Perpetue\",\"group\":3},{\"name\":\"Simplice\",\"group\":2},{\"name\":\"Scaufflaire\",\"group\":2},{\"name\":\"Woman1\",\"group\":2},{\"name\":\"Judge\",\"group\":2},{\"name\":\"Champmathieu\",\"group\":2},{\"name\":\"Brevet\",\"group\":2},{\"name\":\"Chenildieu\",\"group\":2},{\"name\":\"Cochepaille\",\"group\":2},{\"name\":\"Pontmercy\",\"group\":4},{\"name\":\"Boulatruelle\",\"group\":6},{\"name\":\"Eponine\",\"group\":4},{\"name\":\"Anzelma\",\"group\":4},{\"name\":\"Woman2\",\"group\":5},{\"name\":\"MotherInnocent\",\"group\":0},{\"name\":\"Gribier\",\"group\":0},{\"name\":\"Jondrette\",\"group\":7},{\"name\":\"Mme.Burgon\",\"group\":7},{\"name\":\"Gavroche\",\"group\":8},{\"name\":\"Gillenormand\",\"group\":5},{\"name\":\"Magnon\",\"group\":5},{\"name\":\"Mlle.Gillenormand\",\"group\":5},{\"name\":\"Mme.Pontmercy\",\"group\":5},{\"name\":\"Mlle.Vaubois\",\"group\":5},{\"name\":\"Lt.Gillenormand\",\"group\":5},{\"name\":\"Marius\",\"group\":8},{\"name\":\"BaronessT\",\"group\":5},{\"name\":\"Mabeuf\",\"group\":8},{\"name\":\"Enjolras\",\"group\":8},{\"name\":\"Combeferre\",\"group\":8},{\"name\":\"Prouvaire\",\"group\":8},{\"name\":\"Feuilly\",\"group\":8},{\"name\":\"Courfeyrac\",\"group\":8},{\"name\":\"Bahorel\",\"group\":8},{\"name\":\"Bossuet\",\"group\":8},{\"name\":\"Joly\",\"group\":8},{\"name\":\"Grantaire\",\"group\":8},{\"name\":\"MotherPlutarch\",\"group\":9},{\"name\":\"Gueulemer\",\"group\":4},{\"name\":\"Babet\",\"group\":4},{\"name\":\"Claquesous\",\"group\":4},{\"name\":\"Montparnasse\",\"group\":4},{\"name\":\"Toussaint\",\"group\":5},{\"name\":\"Child1\",\"group\":10},{\"name\":\"Child2\",\"group\":10},{\"name\":\"Brujon\",\"group\":4},{\"name\":\"Mme.Hucheloup\",\"group\":8}],\"links\":[{\"source\":1,\"target\":0,\"value\":1},{\"source\":2,\"target\":0,\"value\":8},{\"source\":3,\"target\":0,\"value\":10},{\"source\":3,\"target\":2,\"value\":6},{\"source\":4,\"target\":0,\"value\":1},{\"source\":5,\"target\":0,\"value\":1},{\"source\":6,\"target\":0,\"value\":1},{\"source\":7,\"target\":0,\"value\":1},{\"source\":8,\"target\":0,\"value\":2},{\"source\":9,\"target\":0,\"value\":1},{\"source\":11,\"target\":10,\"value\":1},{\"source\":11,\"target\":3,\"value\":3},{\"source\":11,\"target\":2,\"value\":3},{\"source\":11,\"target\":0,\"value\":5},{\"source\":12,\"target\":11,\"value\":1},{\"source\":13,\"target\":11,\"value\":1},{\"source\":14,\"target\":11,\"value\":1},{\"source\":15,\"target\":11,\"value\":1},{\"source\":17,\"target\":16,\"value\":4},{\"source\":18,\"target\":16,\"value\":4},{\"source\":18,\"target\":17,\"value\":4},{\"source\":19,\"target\":16,\"value\":4},{\"source\":19,\"target\":17,\"value\":4},{\"source\":19,\"target\":18,\"value\":4},{\"source\":20,\"target\":16,\"value\":3},{\"source\":20,\"target\":17,\"value\":3},{\"source\":20,\"target\":18,\"value\":3},{\"source\":20,\"target\":19,\"value\":4},{\"source\":21,\"target\":16,\"value\":3},{\"source\":21,\"target\":17,\"value\":3},{\"source\":21,\"target\":18,\"value\":3},{\"source\":21,\"target\":19,\"value\":3},{\"source\":21,\"target\":20,\"value\":5},{\"source\":22,\"target\":16,\"value\":3},{\"source\":22,\"target\":17,\"value\":3},{\"source\":22,\"target\":18,\"value\":3},{\"source\":22,\"target\":19,\"value\":3},{\"source\":22,\"target\":20,\"value\":4},{\"source\":22,\"target\":21,\"value\":4},{\"source\":23,\"target\":16,\"value\":3},{\"source\":23,\"target\":17,\"value\":3},{\"source\":23,\"target\":18,\"value\":3},{\"source\":23,\"target\":19,\"value\":3},{\"source\":23,\"target\":20,\"value\":4},{\"source\":23,\"target\":21,\"value\":4},{\"source\":23,\"target\":22,\"value\":4},{\"source\":23,\"target\":12,\"value\":2},{\"source\":23,\"target\":11,\"value\":9},{\"source\":24,\"target\":23,\"value\":2},{\"source\":24,\"target\":11,\"value\":7},{\"source\":25,\"target\":24,\"value\":13},{\"source\":25,\"target\":23,\"value\":1},{\"source\":25,\"target\":11,\"value\":12},{\"source\":26,\"target\":24,\"value\":4},{\"source\":26,\"target\":11,\"value\":31},{\"source\":26,\"target\":16,\"value\":1},{\"source\":26,\"target\":25,\"value\":1},{\"source\":27,\"target\":11,\"value\":17},{\"source\":27,\"target\":23,\"value\":5},{\"source\":27,\"target\":25,\"value\":5},{\"source\":27,\"target\":24,\"value\":1},{\"source\":27,\"target\":26,\"value\":1},{\"source\":28,\"target\":11,\"value\":8},{\"source\":28,\"target\":27,\"value\":1},{\"source\":29,\"target\":23,\"value\":1},{\"source\":29,\"target\":27,\"value\":1},{\"source\":29,\"target\":11,\"value\":2},{\"source\":30,\"target\":23,\"value\":1},{\"source\":31,\"target\":30,\"value\":2},{\"source\":31,\"target\":11,\"value\":3},{\"source\":31,\"target\":23,\"value\":2},{\"source\":31,\"target\":27,\"value\":1},{\"source\":32,\"target\":11,\"value\":1},{\"source\":33,\"target\":11,\"value\":2},{\"source\":33,\"target\":27,\"value\":1},{\"source\":34,\"target\":11,\"value\":3},{\"source\":34,\"target\":29,\"value\":2},{\"source\":35,\"target\":11,\"value\":3},{\"source\":35,\"target\":34,\"value\":3},{\"source\":35,\"target\":29,\"value\":2},{\"source\":36,\"target\":34,\"value\":2},{\"source\":36,\"target\":35,\"value\":2},{\"source\":36,\"target\":11,\"value\":2},{\"source\":36,\"target\":29,\"value\":1},{\"source\":37,\"target\":34,\"value\":2},{\"source\":37,\"target\":35,\"value\":2},{\"source\":37,\"target\":36,\"value\":2},{\"source\":37,\"target\":11,\"value\":2},{\"source\":37,\"target\":29,\"value\":1},{\"source\":38,\"target\":34,\"value\":2},{\"source\":38,\"target\":35,\"value\":2},{\"source\":38,\"target\":36,\"value\":2},{\"source\":38,\"target\":37,\"value\":2},{\"source\":38,\"target\":11,\"value\":2},{\"source\":38,\"target\":29,\"value\":1},{\"source\":39,\"target\":25,\"value\":1},{\"source\":40,\"target\":25,\"value\":1},{\"source\":41,\"target\":24,\"value\":2},{\"source\":41,\"target\":25,\"value\":3},{\"source\":42,\"target\":41,\"value\":2},{\"source\":42,\"target\":25,\"value\":2},{\"source\":42,\"target\":24,\"value\":1},{\"source\":43,\"target\":11,\"value\":3},{\"source\":43,\"target\":26,\"value\":1},{\"source\":43,\"target\":27,\"value\":1},{\"source\":44,\"target\":28,\"value\":3},{\"source\":44,\"target\":11,\"value\":1},{\"source\":45,\"target\":28,\"value\":2},{\"source\":47,\"target\":46,\"value\":1},{\"source\":48,\"target\":47,\"value\":2},{\"source\":48,\"target\":25,\"value\":1},{\"source\":48,\"target\":27,\"value\":1},{\"source\":48,\"target\":11,\"value\":1},{\"source\":49,\"target\":26,\"value\":3},{\"source\":49,\"target\":11,\"value\":2},{\"source\":50,\"target\":49,\"value\":1},{\"source\":50,\"target\":24,\"value\":1},{\"source\":51,\"target\":49,\"value\":9},{\"source\":51,\"target\":26,\"value\":2},{\"source\":51,\"target\":11,\"value\":2},{\"source\":52,\"target\":51,\"value\":1},{\"source\":52,\"target\":39,\"value\":1},{\"source\":53,\"target\":51,\"value\":1},{\"source\":54,\"target\":51,\"value\":2},{\"source\":54,\"target\":49,\"value\":1},{\"source\":54,\"target\":26,\"value\":1},{\"source\":55,\"target\":51,\"value\":6},{\"source\":55,\"target\":49,\"value\":12},{\"source\":55,\"target\":39,\"value\":1},{\"source\":55,\"target\":54,\"value\":1},{\"source\":55,\"target\":26,\"value\":21},{\"source\":55,\"target\":11,\"value\":19},{\"source\":55,\"target\":16,\"value\":1},{\"source\":55,\"target\":25,\"value\":2},{\"source\":55,\"target\":41,\"value\":5},{\"source\":55,\"target\":48,\"value\":4},{\"source\":56,\"target\":49,\"value\":1},{\"source\":56,\"target\":55,\"value\":1},{\"source\":57,\"target\":55,\"value\":1},{\"source\":57,\"target\":41,\"value\":1},{\"source\":57,\"target\":48,\"value\":1},{\"source\":58,\"target\":55,\"value\":7},{\"source\":58,\"target\":48,\"value\":7},{\"source\":58,\"target\":27,\"value\":6},{\"source\":58,\"target\":57,\"value\":1},{\"source\":58,\"target\":11,\"value\":4},{\"source\":59,\"target\":58,\"value\":15},{\"source\":59,\"target\":55,\"value\":5},{\"source\":59,\"target\":48,\"value\":6},{\"source\":59,\"target\":57,\"value\":2},{\"source\":60,\"target\":48,\"value\":1},{\"source\":60,\"target\":58,\"value\":4},{\"source\":60,\"target\":59,\"value\":2},{\"source\":61,\"target\":48,\"value\":2},{\"source\":61,\"target\":58,\"value\":6},{\"source\":61,\"target\":60,\"value\":2},{\"source\":61,\"target\":59,\"value\":5},{\"source\":61,\"target\":57,\"value\":1},{\"source\":61,\"target\":55,\"value\":1},{\"source\":62,\"target\":55,\"value\":9},{\"source\":62,\"target\":58,\"value\":17},{\"source\":62,\"target\":59,\"value\":13},{\"source\":62,\"target\":48,\"value\":7},{\"source\":62,\"target\":57,\"value\":2},{\"source\":62,\"target\":41,\"value\":1},{\"source\":62,\"target\":61,\"value\":6},{\"source\":62,\"target\":60,\"value\":3},{\"source\":63,\"target\":59,\"value\":5},{\"source\":63,\"target\":48,\"value\":5},{\"source\":63,\"target\":62,\"value\":6},{\"source\":63,\"target\":57,\"value\":2},{\"source\":63,\"target\":58,\"value\":4},{\"source\":63,\"target\":61,\"value\":3},{\"source\":63,\"target\":60,\"value\":2},{\"source\":63,\"target\":55,\"value\":1},{\"source\":64,\"target\":55,\"value\":5},{\"source\":64,\"target\":62,\"value\":12},{\"source\":64,\"target\":48,\"value\":5},{\"source\":64,\"target\":63,\"value\":4},{\"source\":64,\"target\":58,\"value\":10},{\"source\":64,\"target\":61,\"value\":6},{\"source\":64,\"target\":60,\"value\":2},{\"source\":64,\"target\":59,\"value\":9},{\"source\":64,\"target\":57,\"value\":1},{\"source\":64,\"target\":11,\"value\":1},{\"source\":65,\"target\":63,\"value\":5},{\"source\":65,\"target\":64,\"value\":7},{\"source\":65,\"target\":48,\"value\":3},{\"source\":65,\"target\":62,\"value\":5},{\"source\":65,\"target\":58,\"value\":5},{\"source\":65,\"target\":61,\"value\":5},{\"source\":65,\"target\":60,\"value\":2},{\"source\":65,\"target\":59,\"value\":5},{\"source\":65,\"target\":57,\"value\":1},{\"source\":65,\"target\":55,\"value\":2},{\"source\":66,\"target\":64,\"value\":3},{\"source\":66,\"target\":58,\"value\":3},{\"source\":66,\"target\":59,\"value\":1},{\"source\":66,\"target\":62,\"value\":2},{\"source\":66,\"target\":65,\"value\":2},{\"source\":66,\"target\":48,\"value\":1},{\"source\":66,\"target\":63,\"value\":1},{\"source\":66,\"target\":61,\"value\":1},{\"source\":66,\"target\":60,\"value\":1},{\"source\":67,\"target\":57,\"value\":3},{\"source\":68,\"target\":25,\"value\":5},{\"source\":68,\"target\":11,\"value\":1},{\"source\":68,\"target\":24,\"value\":1},{\"source\":68,\"target\":27,\"value\":1},{\"source\":68,\"target\":48,\"value\":1},{\"source\":68,\"target\":41,\"value\":1},{\"source\":69,\"target\":25,\"value\":6},{\"source\":69,\"target\":68,\"value\":6},{\"source\":69,\"target\":11,\"value\":1},{\"source\":69,\"target\":24,\"value\":1},{\"source\":69,\"target\":27,\"value\":2},{\"source\":69,\"target\":48,\"value\":1},{\"source\":69,\"target\":41,\"value\":1},{\"source\":70,\"target\":25,\"value\":4},{\"source\":70,\"target\":69,\"value\":4},{\"source\":70,\"target\":68,\"value\":4},{\"source\":70,\"target\":11,\"value\":1},{\"source\":70,\"target\":24,\"value\":1},{\"source\":70,\"target\":27,\"value\":1},{\"source\":70,\"target\":41,\"value\":1},{\"source\":70,\"target\":58,\"value\":1},{\"source\":71,\"target\":27,\"value\":1},{\"source\":71,\"target\":69,\"value\":2},{\"source\":71,\"target\":68,\"value\":2},{\"source\":71,\"target\":70,\"value\":2},{\"source\":71,\"target\":11,\"value\":1},{\"source\":71,\"target\":48,\"value\":1},{\"source\":71,\"target\":41,\"value\":1},{\"source\":71,\"target\":25,\"value\":1},{\"source\":72,\"target\":26,\"value\":2},{\"source\":72,\"target\":27,\"value\":1},{\"source\":72,\"target\":11,\"value\":1},{\"source\":73,\"target\":48,\"value\":2},{\"source\":74,\"target\":48,\"value\":2},{\"source\":74,\"target\":73,\"value\":3},{\"source\":75,\"target\":69,\"value\":3},{\"source\":75,\"target\":68,\"value\":3},{\"source\":75,\"target\":25,\"value\":3},{\"source\":75,\"target\":48,\"value\":1},{\"source\":75,\"target\":41,\"value\":1},{\"source\":75,\"target\":70,\"value\":1},{\"source\":75,\"target\":71,\"value\":1},{\"source\":76,\"target\":64,\"value\":1},{\"source\":76,\"target\":65,\"value\":1},{\"source\":76,\"target\":66,\"value\":1},{\"source\":76,\"target\":63,\"value\":1},{\"source\":76,\"target\":62,\"value\":1},{\"source\":76,\"target\":48,\"value\":1},{\"source\":76,\"target\":58,\"value\":1}]}","encoding":"utf-8"},"thumbnail.png":{"filename":"thumbnail.png","type":"image/png","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/1579132/raw/bd31c0bfee515573ef3e2a6cd93c601c3ad46779/thumbnail.png","size":6464,"truncated":false,"content":"iVBORw0KGgoAAAANSUhEUgAAAOYAAAB4CAIAAABpZBnfAAAKkWlDQ1BpY20A\nAEjHlZYHUJPZFsfv96U3WkIEpITekV6lhB6KdBBshCRAKCEGggjYkMUVWFFE\nRMCGLIoouCpFbIgF26JgwYJukEVAXcWCDZX3AY/w3rzZebMnc/L9cnLmn3Nv\n7p35A0CuZQuFKbAcAKmCDFGojztjcXQMA9cPiMiLBvDAgM1JFzKDgwPA38bH\n+wCaet4xndIC/yzkubx0DgBQMMJx3HROKsInkSzkCEUZAKDckLrOqgzhFHMR\npomQARHOmuKEGS6e4rgZ3jfdEx7qgTCigyez2aIEAEgdSJ2RyUlAdEgShM0F\nXL4AADKycuDCSWQj2uSpGUxSU9OmOBdhg7j/0En4L804qSabnSDlmbVMB96T\nny5MYa/+h9vx/yM1RTz7G+pIktOTw/yRpwKyZ1kctlfYLCfyWAGzLMxwD51l\nfgYrXNoj9o2YZXFyBHOWk9P8pf2CuEVBUv10j5hZzk4Mj5plLs/Ta5ZFaaHS\n/vTMMK+5fo9Fs5zE9gueZbZoei3TzEvxCZ2bOVg6pyBlkXQt8SJvaQ8vfW69\nGYnhvlJGDoC0n+/Nkq5X5DunnxIs1RSJQ6X7wBNESDW5bE/p3gIPwAcCwAOp\ngA0YwBd4ApDBy8qYGt4jTbhaxE9IzGAwkRvAM2GwBBwzE4aluYUlmLpPM3/X\n+wfT9wSi4+dqOWcBYOYAAPvP1SKNAKi/jRzjFXM1nTfI52YAzuRxxKLMmRp6\n6g2D3FNZ5KYqI6dBGxgAU2AJbIETcANewA8EgXAQDZYDDkhE5haBVSAXbAAF\noAhsBTtAJdgLDoBD4Cg4DlrBGXABXAE3wG1wDzwGEjAEXoIx8BFMQBCEgygQ\nFVKGNCBdyBiyhOwhF8gLCoBCoWgoFkqABJAYyoU2QkVQKVQJ7Yfqod+gU9AF\n6BrUAz2EBqBR6B30FUbBZJgGq8F68ALYHmbC/nA4vAxOgFfC2XA+vAWugGvg\nI3ALfAG+Ad+DJfBLeBwFUCQUHaWJMkXZozxQQagYVDxKhFqLKkSVo2pQjah2\nVBfqDkqCeoX6gsaiqWgG2hTthPZFR6A56JXotehidCX6ELoFfQl9Bz2AHkP/\nwFAwqhhjjCOGhVmMScCswhRgyjF1mGbMZcw9zBDmIxaLpWP1sXZYX2w0Ngmb\ngy3G7sY2YTuwPdhB7DgOh1PGGeOccUE4Ni4DV4DbhTuCO4/rxQ3hPuNJeA28\nJd4bH4MX4PPw5fjD+HP4XvwwfoIgR9AlOBKCCFzCakIJoZbQTrhFGCJMEOWJ\n+kRnYjgxibiBWEFsJF4m9hPfk0gkLZIDKYTEJ60nVZCOka6SBkhfyApkI7IH\neSlZTN5CPkjuID8kv6dQKHoUN0oMJYOyhVJPuUh5SvksQ5Uxk2HJcGXWyVTJ\ntMj0yryWJcjqyjJll8tmy5bLnpC9JftKjiCnJ+chx5ZbK1cld0quT25cnipv\nIR8knypfLH9Y/pr8iAJOQU/BS4GrkK9wQOGiwiAVRdWmelA51I3UWupl6hAN\nS9OnsWhJtCLaUVo3bUxRQdFaMVIxS7FK8ayihI6i69FZ9BR6Cf04/T796zy1\necx5vHmb5zXO6533SWm+kpsST6lQqUnpntJXZYayl3Ky8jblVuUnKmgVI5UQ\nlVUqe1Quq7yaT5vvNJ8zv3D+8fmPVGFVI9VQ1RzVA6o3VcfV1NV81IRqu9Qu\nqr1Sp6u7qSepl6mfUx/VoGq4aPA1yjTOa7xgKDKYjBRGBeMSY0xTVdNXU6y5\nX7Nbc0JLXytCK0+rSeuJNlHbXjteu0y7U3tMR0MnUCdXp0HnkS5B1143UXen\nbpfuJz19vSi9TXqteiP6Svos/Wz9Bv1+A4qBq8FKgxqDu4ZYQ3vDZMPdhreN\nYCMbo0SjKqNbxrCxrTHfeLdxjwnGxMFEYFJj0mdKNmWaZpo2mA6Y0c0CzPLM\nWs1eL9BZELNg24KuBT/MbcxTzGvNH1soWPhZ5Fm0W7yzNLLkWFZZ3rWiWHlb\nrbNqs3prbWzNs95j/cCGahNos8mm0+a7rZ2tyLbRdtROxy7Wrtquz55mH2xf\nbH/VAePg7rDO4YzDF0dbxwzH445vnEydkp0OO40s1F/IW1i7cNBZy5ntvN9Z\n4sJwiXXZ5yJx1XRlu9a4PnPTduO61bkNMw2ZScwjzNfu5u4i92b3Tx6OHms8\nOjxRnj6ehZ7dXgpeEV6VXk+9tbwTvBu8x3xsfHJ8Onwxvv6+23z7WGosDque\nNeZn57fG75I/2T/Mv9L/WYBRgCigPRAO9AvcHti/SHeRYFFrEAhiBW0PehKs\nH7wy+HQINiQ4pCrkeahFaG5oVxg1bEXY4bCP4e7hJeGPIwwixBGdkbKRSyPr\nIz9FeUaVRkkWL1i8ZvGNaJVofnRbDC4mMqYuZnyJ15IdS4aW2iwtWHp/mf6y\nrGXXlqssT1l+doXsCvaKE7GY2KjYw7Hf2EHsGvZ4HCuuOm6M48HZyXnJdeOW\ncUd5zrxS3nC8c3xp/EiCc8L2hNFE18TyxFd8D34l/22Sb9LepE/JQckHkydT\nolKaUvGpsamnBAqCZMGlNPW0rLQeobGwQChZ6bhyx8oxkb+oLh1KX5belkFD\njMtNsYH4J/FApktmVebnVZGrTmTJZwmybq42Wr159XC2d/avOegcTk5nrmbu\nhtyBNcw1+9dCa+PWdq7TXpe/bmi9z/pDG4gbkjf8nmeeV5r3YWPUxvZ8tfz1\n+YM/+fzUUCBTICro2+S0ae/P6J/5P3dvttq8a/OPQm7h9SLzovKib8Wc4uu/\nWPxS8cvklvgt3SW2JXu2YrcKtt7f5rrtUKl8aXbp4PbA7S1ljLLCsg87Vuy4\nVm5dvncncad4p6QioKJtl86urbu+VSZW3qtyr2qqVq3eXP1pN3d37x63PY17\n1fYW7f26j7/vwX6f/S01ejXlB7AHMg88r42s7frV/tf6OpW6orrvBwUHJYdC\nD12qt6uvP6x6uKQBbhA3jB5ZeuT2Uc+jbY2mjfub6E1Fx8Ax8bEXv8X+dv+4\n//HOE/YnGk/qnqxupjYXtkAtq1vGWhNbJW3RbT2n/E51tju1N582O33wjOaZ\nqrOKZ0vOEc/ln5s8n31+vEPY8epCwoXBzhWdjy8uvnj3Usil7sv+l69e8b5y\nsYvZdf6q89Uz1xyvnbpuf731hu2Nlps2N5t/t/m9udu2u+WW3a222w6323sW\n9pzrde29cMfzzpW7rLs37i2613M/4v6DvqV9kgfcByMPUx6+fZT5aOLx+n5M\nf+ETuSflT1Wf1vxh+EeTxFZydsBz4OazsGePBzmDL/9M//PbUP5zyvPyYY3h\n+hHLkTOj3qO3Xyx5MfRS+HLiVcFf8n9VvzZ4ffKN25ubY4vHht6K3k6+K36v\n/P7gB+sPnePB408/pn6c+FT4WfnzoS/2X7q+Rn0dnlj1Dfet4rvh9/Yf/j/6\nJ1MnJ4VsEXvaCqCQhOPjAXh3EABKNABUxD8QZWb87nRAMx59msDf8Ywnng5b\nAA4gnjYKST8k9yA+XBdJKvJVMPIMdwOwlZU0/x3p8VaWM1qkVsSalE9Ovkc8\nIs4QgO99k5MTrZOT3+uQYR8B0PFxxmdPBRbx4KXaMDiN6fjD8n/87r8A25j0\nrExR2+8AAA5qSURBVHja7d17TBTXHsDxM7PL7gLdFVhWHmVZwKXLo6BSLOID\ni2IINmDbPyxCtNJircAfak1j+rBV01bT2Ka0pk2N9VGLtgGJbYxgk2oVoTwF\nYYVFEFBXENgHu7I8dmbO/eMErum91wuVdjn3/j5/ERQcJt89nDlndmQwxggA\nerCuPgAApgeSBZSBZAFlIFlAGUgWUAaSBZSBZAFlIFlAGUgWUAaSBZSBZAFl\nIFlAGUgWUAaSBZSBZAFlIFlAGUgWUAaSBZSBZAFlIFlAGUgWUAaSBZSBZAFl\nIFlAGUgWUAaSBZSBZAFlINm/D8YYnoD2+Bg4iX+PyfM8+QHLwnjxZ8BZ+8th\njDmOYxjGYrHYbDZ2gquPi1Zw4v4OYrHYZrPFxMSkpKRUVFQsWLDg5MmTCCGe\n5119aPSBZP9CgiAghPR6fWZm5uHDhx0OR39//7vvvtvU1NTQ0IAemiSAqRN9\n8MEHrj6G/1k8z7Mse/LkyU8//dRoNG7ZskWpVCYmJopEoqGhoc7OzhUrVjAM\n4+rDpAxcfv1VBEFgGIZhGKfTmZubq1KpAgMDL1++7OnpKZPJfvzxR57nOzs7\nAwICMMYQ7tSJXX0A/5swxizLchwnFouvXr164sSJFStWzJ8//+zZsx4eHkeP\nHhWLxbGxsQEBAYIgwKXYtMDJ+ktwHNfe3k6urqRSqbu7u0gkSkxM1Ol0GRkZ\nLMsGBQUtW7bM1YdJJZgYzDAysh44cGDXrl1ffvllfn4+x3GCIJSXl/v5+VVV\nVbEs29fXRy6/vv/+ex8fH5gYTAuMsjOMxKdWq2UymdVq7ejoGB4elkgksbGx\nTU1NDMNIJJKCggKn01lWVlZRUYEmFhbAFEGyM0wkEiGEsrKyent7U1NT5XJ5\nc3NzTU1NQEBAcHBwVVUVxnh8fHzHjh2bNm1atGgRgm2waYLLrxmGMeZ5HmPs\n5eWlUCgYhlm2bJnZbDYYDAihc+fO+fr6Zmdnr1y5UiKR9Pb2BgQEuPqQKQOv\n7xnGMIxIJHJzcxsbGzt06FBhYeHIyMjg4KCXl9eVK1fsdvv9+/flcvmDBw+8\nvLwEQRgcHGQYuKKYBkh2xnAchxAym81vv/22wWAwGAyFhYXHjx8vLi5mWbal\npeX8+fM+Pj7+/v4RERG7du3y9PRUq9WdnZ2uPnDKwMRghv3888/79++/efNm\ncXFxUVFRfX39pk2bUlJS1Gp1Q0ODVqs1mUwGgyEyMpJhGD8/v7a2NrvdLpfL\n//B9yE4EmrieA5PgV9IMIKtUH330UXt7e0ZGRnFxcWpqalBQ0KpVqyoqKtLT\n0zHGQ0NDcrl8yZIlCxcubGpqSklJqampOXr06MDAwODgYFxcHGmULOVO3uqF\nMRYEAWMsEomgXQJG2cdFeuV5/sSJEwaDwc3NTa1WOxyOBw8eLF++vKqqKj8/\nPygoqKSkhGXZpKQkk8mUkJDw8ccfDw4OpqenZ2dnd3Z2jo2NSaVSnufFYjHZ\nD3vrrbcuXLhAVnNh4fZhkOzjYhhGEASRSHTs2LEzZ87Ex8cXFBQMDAy88cYb\nfn5+PM/b7fY5c+bk5eXdv3+/qakpJiZGoVBERETwPO/r63vjxg1/f3+9Xh8X\nFzc6Orpz586IiIioqKiioiKj0VhbWzs8PFxWVnbw4EHYdCAg2cdFbifgef7C\nhQtKpbKyslKpVG7evDk5Obm1tXXLli08z5vN5tbWVovFEhIS0tHR0dDQ0NPT\ns23bNh8fH41Gc/r06a1bt7700kshISFff/21RCJJSEiwWq0KheL06dPl5eWD\ng4Pr1q1LS0sjrw1X/8QuBsk+LpLR5cuX33//fZlMNjo6qlKpVCqVw+FYunSp\nw+Ho7e21Wq0Wi+XKlStpaWnR0dEXL140mUy//PKL1Wr19vaurq52Op2XLl16\n+umntVotQqinp4fn+eHh4Zs3b+p0uvXr16elpZEZrat/XNeD+2UfF7nDUKVS\nSaXSvLy8RYsWNTY2/vDDDxKJRCqVXrt2raurq6Ojo7S0tKurq6mp6fr16xzH\nqVQqk8nU1tZ29+7d1NTU8fFxpVJ5+fLlkZERd3f3sLAwkUhks9nu3LkTFBS0\nYsUKtVqtUChgYoAg2cdH5rJSqVSj0Wzbti0lJUWr1TY3N2/YsGHBggVz5sxx\nOBxGo5Fl2aioKLLjpVQq7969a7fbTSZTTEyMTqcbGRlJSkqSyWRisVilUrW0\ntIyMjISFhdntdpZli4qKLly4sHXrVrLp8H9eLUwMZgBZKGxsbKypqSkuLj5z\n5kxaWtrw8LDNZjMYDENDQ88991xwcHBBQcHOnTubmpq8vLzIr/jQ0FCFQrF9\n+3Y/Pz+JRGKz2RQKBcdxVqsVIfTEE0+wLHvr1i03Nzfy/gXoFcG67EwhK1NZ\nWVnV1dUHDhzIy8uz2Wx79uwJCgpKTEz89ddf+/r6cnNzb9++vWbNGoVCQaa8\n3d3dY2NjMpnM19e3t7fX4XDExcWpVKqBgQGWZXt7e41Go1Qq/eqrr3Jycnie\nh7ksglF2WshqP1ki+MMfkVe+u7v7rVu3xsfHk5OTf/vtt4ULFyYlJW3fvt1i\nsbz++uv+/v63b982mUwWi0UQBDc3N47jOI4LDw8PCwsjl2WbN29euHDha6+9\n1tbW9uKLL3Ict3///oCAAOj1nzD4swRB4B8iCEJFRUVpaWl4eHhwcHB7ezvG\n+PDhw1KpVCKRdHV1YYzPnTsXEBAgl8ujo6OVSuWaNWsWL168bNkyLy8vnU6n\nVquXLFlSUlKyevVqhFBdXR3GmOM4cmsYIOC2mCkhd2FXVlaGhIR8++23CCGe\n5xmGITur5IOenh6FQvHUU09ZLJZ58+YZjca5c+fKZLLMzMzc3FyNRjM+Pi6X\nyzUaDdlcIMPtypUrMcZDQ0NOp5N8JjY29uDBg3V1dW5ubuRfhxtqHwbnYkpI\nsm1tbT09Pb///ntra2ttbW19ff21a9f0ev2dO3eysrKSk5O7urpCQ0MvXboU\nExOzb9++gYGBqqqqmJiYQ4cOMQwzOjqq1+t1Oh1579eiRYs0Gg3LslevXn35\n5Zdv3rz5zTfffPjhh1qtViwWazQahJDRaBSJRBiuNx4CyU4JmUdmZmauXbs2\nPT1dq9WqVCqxWGw2mxsaGt55551Tp06ZzWZ3d/fu7u7KysrCwkKz2VxbW+vp\n6bl48WKEkMlk2rFjh16vLyws/Oyzzzo7O8PDwxMSErq7uxFCa9euZVk2PDxc\npVLdv38/MjLSaDT6+PgYjUYynLv6BMwikOyUkFG2oaHh7Nmzu3fvbm9vt9vt\no6OjDMOMjY1pNJq9e/e2tLSsXr06MjLylVde2bNnz+HDh2tqaj755JPr168j\nhH766acjR448ePBAoVD09PTU19dbrdaVK1feuXMHTTzpiOd5Hx+fvr4+hND8\n+fOPHz+enJxcUlKCEBobG3P1OZgtYMVgSshsMiwsbNWqVQUFBcHBwUajURCE\n4eHhJ598cu7cuRqNRq1WcxxH3pKwe/duhNCZM2e8vb0DAwMRQi+88EJFRUVO\nTg7GeM2aNWlpaQqForu7Ozs7u6qqas6cOQghsotGxl2EUGtrq8PhaG5ufv75\n5z09PTEsyiKEYF12isga08aNG7/77rv33nuvvr4+NTU1Pj5eIpF4eHj09vbG\nxMTMnTsXT9yIKBKJ6uvrVSpVcHDwZGq1tbXPPPOM0+msqalZvnx5UlKSXq9v\nb29XKBQsy4pEopqamujo6LKyMkEQdDqdQqEYHh7W6XQlJSUcx2VmZsI6F4JR\ndloSEhJaWlpCQ0P37dvX1dV1/vx5hJDFYvHw8FCpVAghsmpLHrk1MjJCeiXJ\n9vX1jY+PkzQ9PDz6+/vv3bsnkUicTidZoEUIyWSy/v7+3bt337hxo7GxMSQk\nhDwV4dixY2VlZYGBgcnJybBAC8lOCakkLy8vPz+/tLR07dq1b775plqtbmxs\nlMvl5C0Dkw/hslgsDQ0NcXFx5GvJEGs2m0NDQxFCTqeztLT02WefbWxsdDqd\n3t7eeGJvQiwWSySSV199tbm5OTIyEk3sUGRnZ/v6+s6fPx/BgheCrYQpI+v5\nLS0tCKH4+Pi9e/eS6/r6+nqLxYIn3vFCBldvb2+r1Yox5jgOY3zo0KGoqCiy\nuVBUVIQQ2rBhA8bY6XSSryIyMjKio6NtNtvkdwP/6v/+JTtlZLDUarX5+fk5\nOTllZWWtra1Hjhzp6uoib+8mf83NzU2r1c6bN29yIwAhVF5efuPGjY6ODoRQ\nYmLiunXr1q9fjyZuXMQYI4QEQWhvbzcYDOSeGPzQNQbP8yR9V5+DWQEuv6YN\nY8wwzMDAQFlZ2caNGyMiIvR6PcuyeOIyy+l0IoRIsuST9+7da2trS05O/k+X\n/OSumurqao7jli5dCo9DfASYy04b+ZWtUqnWrVt38eJFsps12SvGWCwWo4lY\nyScDAwPJUheaeJzMv/3vEjw8PJRKJYI3gj8SjLJ/EpkJ/NuxkJzSh7PDGD/6\nbVtkWK2rqwsODp5cLHP1jzhLwSj7J5FYya7VH1r819rIU48e8d3Il/A8L5PJ\nEIyyjwTJPpaZXSLlOE4qlbr6Z5rtYI4/K5B1A7Jx4Opjme0g2dmCzArgVsP/\nCpJ1PXIlV15e/vnnn9vtdnh256NBsrPFF198cerUKXgU/X8FL2jXm9xHqKio\nKCgokEqlsMj1CJAsoAxMDGYLQRDILYjg0WCUBZSBURZQBpIFlIFkAWUgWUAZ\nSBZQBpIFlIFkAWUgWUAZSBZQBpIFlIFkAWUgWUAZSBZQBpIFlIFkAWUgWUAZ\nSBZQBpIFlIFkAWUgWUAZSBZQBpIFlIFkAWUgWUAZSBZQBpIFlIFkAWUgWUAZ\nSBZQBpIFlIFkAWUgWUAZSBZQBpIFlIFkAWUgWUAZSBZQBpIFlIFkAWUgWUAZ\nSBZQBpIFlPkH2P46MKjA+WMAAAAASUVORK5CYII=\n","encoding":"base64"}},"public":true,"created_at":"2012-01-08T17:56:46Z","updated_at":"2016-02-09T01:02:40Z","description":"One Path for All Links","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/1579132/comments","owner":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"fork_of":{"url":"https://api.github.com/gists/950642","forks_url":"https://api.github.com/gists/950642/forks","commits_url":"https://api.github.com/gists/950642/commits","id":"950642","node_id":"MDQ6R2lzdDk1MDY0Mg==","git_pull_url":"https://gist.github.com/950642.git","git_push_url":"https://gist.github.com/950642.git","html_url":"https://gist.github.com/mbostock/950642","files":{},"public":true,"created_at":"2011-05-01T16:57:18Z","updated_at":"2026-05-28T19:58:38Z","description":"Labeled Force Layout","comments":3,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/950642/comments","owner":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false}},"forks":[{"url":"https://api.github.com/gists/737365dc646819e7caca","user":{"login":"Lnk2128","id":4307160,"node_id":"MDQ6VXNlcjQzMDcxNjA=","avatar_url":"https://avatars.githubusercontent.com/u/4307160?v=4","gravatar_id":"","url":"https://api.github.com/users/Lnk2128","html_url":"https://github.com/Lnk2128","followers_url":"https://api.github.com/users/Lnk2128/followers","following_url":"https://api.github.com/users/Lnk2128/following{/other_user}","gists_url":"https://api.github.com/users/Lnk2128/gists{/gist_id}","starred_url":"https://api.github.com/users/Lnk2128/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Lnk2128/subscriptions","organizations_url":"https://api.github.com/users/Lnk2128/orgs","repos_url":"https://api.github.com/users/Lnk2128/repos","events_url":"https://api.github.com/users/Lnk2128/events{/privacy}","received_events_url":"https://api.github.com/users/Lnk2128/received_events","type":"User","user_view_type":"public","site_admin":false,"name":null,"company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":3,"public_gists":1,"followers":0,"following":0,"created_at":"2013-04-30T22:43:55Z","updated_at":"2021-06-14T23:52:11Z"},"id":"737365dc646819e7caca","created_at":"2015-02-10T19:18:52Z","updated_at":"2015-08-29T14:15:10Z"}],"history":[{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"09ac6dfe997bd2b7f48d247ae891b18db38fbc31","committed_at":"2016-02-09T01:02:38Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/1579132/09ac6dfe997bd2b7f48d247ae891b18db38fbc31"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"1db0edef8c20db91deba83450957a7b7f550330e","committed_at":"2015-10-30T21:36:43Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/1579132/1db0edef8c20db91deba83450957a7b7f550330e"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"60128e11529cdaffd48f508e22b1332fe80454bd","committed_at":"2015-06-11T19:40:56Z","change_status":{"total":4,"additions":3,"deletions":1},"url":"https://api.github.com/gists/1579132/60128e11529cdaffd48f508e22b1332fe80454bd"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"1543f1950cf39dcdb229131f3e213cf81a99c5ec","committed_at":"2012-12-20T21:13:18Z","change_status":{"total":47,"additions":23,"deletions":24},"url":"https://api.github.com/gists/1579132/1543f1950cf39dcdb229131f3e213cf81a99c5ec"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"9809fea87530a4fea659e478ec1768e6de56f077","committed_at":"2012-12-20T21:11:53Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/1579132/9809fea87530a4fea659e478ec1768e6de56f077"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"319b066156be472778f11cfd06d3458ab0371f90","committed_at":"2012-10-12T03:49:55Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/1579132/319b066156be472778f11cfd06d3458ab0371f90"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"b32287c22ea9eaf2bd64b6bda64f5f0279947b54","committed_at":"2012-01-08T18:05:29Z","change_status":{"total":3,"additions":0,"deletions":3},"url":"https://api.github.com/gists/1579132/b32287c22ea9eaf2bd64b6bda64f5f0279947b54"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"d2e77a04dd0792e3cee11475e27c06166272965d","committed_at":"2012-01-08T18:05:09Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/1579132/d2e77a04dd0792e3cee11475e27c06166272965d"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"7be013b184235eb86d166acb46856f8c60a5a226","committed_at":"2012-01-08T18:04:42Z","change_status":{"total":8,"additions":4,"deletions":4},"url":"https://api.github.com/gists/1579132/7be013b184235eb86d166acb46856f8c60a5a226"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"f0f703f9393414334fb1f04e459c0b3678676ace","committed_at":"2012-01-08T18:04:25Z","change_status":{"total":64,"additions":18,"deletions":46},"url":"https://api.github.com/gists/1579132/f0f703f9393414334fb1f04e459c0b3678676ace"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"06ef241f1abb46b5dd9cc4e0001ca4cb5da972af","committed_at":"2011-05-25T06:38:55Z","change_status":{},"url":"https://api.github.com/gists/1579132/06ef241f1abb46b5dd9cc4e0001ca4cb5da972af"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"dbf598078b285f6188c8dab7b304a1014e3c6feb","committed_at":"2011-05-25T06:37:39Z","change_status":{},"url":"https://api.github.com/gists/1579132/dbf598078b285f6188c8dab7b304a1014e3c6feb"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"c4ce6ba6905c60e02eb6be0147ebaf7239c905bf","committed_at":"2011-05-25T06:34:31Z","change_status":{},"url":"https://api.github.com/gists/1579132/c4ce6ba6905c60e02eb6be0147ebaf7239c905bf"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"29da6b7d99b75a44ecfb0aa3339c41692bd65d1f","committed_at":"2011-05-25T06:34:07Z","change_status":{},"url":"https://api.github.com/gists/1579132/29da6b7d99b75a44ecfb0aa3339c41692bd65d1f"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"9bda78d51f77953b1709d9154dd513117062bf47","committed_at":"2011-05-25T06:33:34Z","change_status":{},"url":"https://api.github.com/gists/1579132/9bda78d51f77953b1709d9154dd513117062bf47"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"e4a090dff07ddd075ed0814286443fbc443f7997","committed_at":"2011-05-25T06:33:05Z","change_status":{},"url":"https://api.github.com/gists/1579132/e4a090dff07ddd075ed0814286443fbc443f7997"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"c64f1217c19bad72f347ccc41fc1286d6be1c065","committed_at":"2011-05-25T06:32:00Z","change_status":{},"url":"https://api.github.com/gists/1579132/c64f1217c19bad72f347ccc41fc1286d6be1c065"},{"user":{"login":"mbostock","id":230541,"node_id":"MDQ6VXNlcjIzMDU0MQ==","avatar_url":"https://avatars.githubusercontent.com/u/230541?v=4","gravatar_id":"","url":"https://api.github.com/users/mbostock","html_url":"https://github.com/mbostock","followers_url":"https://api.github.com/users/mbostock/followers","following_url":"https://api.github.com/users/mbostock/following{/other_user}","gists_url":"https://api.github.com/users/mbostock/gists{/gist_id}","starred_url":"https://api.github.com/users/mbostock/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mbostock/subscriptions","organizations_url":"https://api.github.com/users/mbostock/orgs","repos_url":"https://api.github.com/users/mbostock/repos","events_url":"https://api.github.com/users/mbostock/events{/privacy}","received_events_url":"https://api.github.com/users/mbostock/received_events","type":"User","user_view_type":"public","site_admin":false},"version":"d8f9af874947cfdeaa3a22eb2e99108fa2941c10","committed_at":"2011-05-01T16:57:18Z","change_status":{},"url":"https://api.github.com/gists/1579132/d8f9af874947cfdeaa3a22eb2e99108fa2941c10"}],"truncated":false}