{"url":"https://api.github.com/gists/2706022","forks_url":"https://api.github.com/gists/2706022/forks","commits_url":"https://api.github.com/gists/2706022/commits","id":"2706022","node_id":"MDQ6R2lzdDI3MDYwMjI=","git_pull_url":"https://gist.github.com/2706022.git","git_push_url":"https://gist.github.com/2706022.git","html_url":"https://gist.github.com/mbostock/2706022","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/2706022/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/2706022/raw/eeca40068ff185d429254c0af3f12feb7eefaf98/index.html","size":3582,"truncated":false,"content":"<!DOCTYPE html>\n<meta charset=\"utf-8\">\n<style>\n\n.link {\n  fill: none;\n  stroke: #666;\n  stroke-width: 1.5px;\n}\n\n.node circle {\n  fill: #ccc;\n  stroke: #fff;\n  stroke-width: 1.5px;\n}\n\ntext {\n  font: 10px sans-serif;\n  pointer-events: none;\n}\n\n</style>\n<body>\n<script src=\"//d3js.org/d3.v3.min.js\"></script>\n<script>\n\n// http://blog.thomsonreuters.com/index.php/mobile-patent-suits-graphic-of-the-day/\nvar links = [\n  {source: \"Microsoft\", target: \"Amazon\", type: \"licensing\"},\n  {source: \"Microsoft\", target: \"HTC\", type: \"licensing\"},\n  {source: \"Samsung\", target: \"Apple\", type: \"suit\"},\n  {source: \"Motorola\", target: \"Apple\", type: \"suit\"},\n  {source: \"Nokia\", target: \"Apple\", type: \"resolved\"},\n  {source: \"HTC\", target: \"Apple\", type: \"suit\"},\n  {source: \"Kodak\", target: \"Apple\", type: \"suit\"},\n  {source: \"Microsoft\", target: \"Barnes & Noble\", type: \"suit\"},\n  {source: \"Microsoft\", target: \"Foxconn\", type: \"suit\"},\n  {source: \"Oracle\", target: \"Google\", type: \"suit\"},\n  {source: \"Apple\", target: \"HTC\", type: \"suit\"},\n  {source: \"Microsoft\", target: \"Inventec\", type: \"suit\"},\n  {source: \"Samsung\", target: \"Kodak\", type: \"resolved\"},\n  {source: \"LG\", target: \"Kodak\", type: \"resolved\"},\n  {source: \"RIM\", target: \"Kodak\", type: \"suit\"},\n  {source: \"Sony\", target: \"LG\", type: \"suit\"},\n  {source: \"Kodak\", target: \"LG\", type: \"resolved\"},\n  {source: \"Apple\", target: \"Nokia\", type: \"resolved\"},\n  {source: \"Qualcomm\", target: \"Nokia\", type: \"resolved\"},\n  {source: \"Apple\", target: \"Motorola\", type: \"suit\"},\n  {source: \"Microsoft\", target: \"Motorola\", type: \"suit\"},\n  {source: \"Motorola\", target: \"Microsoft\", type: \"suit\"},\n  {source: \"Huawei\", target: \"ZTE\", type: \"suit\"},\n  {source: \"Ericsson\", target: \"ZTE\", type: \"suit\"},\n  {source: \"Kodak\", target: \"Samsung\", type: \"resolved\"},\n  {source: \"Apple\", target: \"Samsung\", type: \"suit\"},\n  {source: \"Kodak\", target: \"RIM\", type: \"suit\"},\n  {source: \"Nokia\", target: \"Qualcomm\", type: \"suit\"}\n];\n\nvar nodes = {};\n\n// Compute the distinct nodes from the links.\nlinks.forEach(function(link) {\n  link.source = nodes[link.source] || (nodes[link.source] = {name: link.source});\n  link.target = nodes[link.target] || (nodes[link.target] = {name: link.target});\n});\n\nvar width = 960,\n    height = 500;\n\nvar force = d3.layout.force()\n    .nodes(d3.values(nodes))\n    .links(links)\n    .size([width, height])\n    .linkDistance(60)\n    .charge(-300)\n    .on(\"tick\", tick)\n    .start();\n\nvar svg = d3.select(\"body\").append(\"svg\")\n    .attr(\"width\", width)\n    .attr(\"height\", height);\n\nvar link = svg.selectAll(\".link\")\n    .data(force.links())\n  .enter().append(\"line\")\n    .attr(\"class\", \"link\");\n\nvar node = svg.selectAll(\".node\")\n    .data(force.nodes())\n  .enter().append(\"g\")\n    .attr(\"class\", \"node\")\n    .on(\"mouseover\", mouseover)\n    .on(\"mouseout\", mouseout)\n    .call(force.drag);\n\nnode.append(\"circle\")\n    .attr(\"r\", 8);\n\nnode.append(\"text\")\n    .attr(\"x\", 12)\n    .attr(\"dy\", \".35em\")\n    .text(function(d) { return d.name; });\n\nfunction tick() {\n  link\n      .attr(\"x1\", function(d) { return d.source.x; })\n      .attr(\"y1\", function(d) { return d.source.y; })\n      .attr(\"x2\", function(d) { return d.target.x; })\n      .attr(\"y2\", function(d) { return d.target.y; });\n\n  node\n      .attr(\"transform\", function(d) { return \"translate(\" + d.x + \",\" + d.y + \")\"; });\n}\n\nfunction mouseover() {\n  d3.select(this).select(\"circle\").transition()\n      .duration(750)\n      .attr(\"r\", 16);\n}\n\nfunction mouseout() {\n  d3.select(this).select(\"circle\").transition()\n      .duration(750)\n      .attr(\"r\", 8);\n}\n\n</script>\n","encoding":"utf-8"},"thumbnail.png":{"filename":"thumbnail.png","type":"image/png","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/2706022/raw/2165fe4dafd6cc777e988c651fbc8a658bb2b1db/thumbnail.png","size":6806,"truncated":false,"content":"iVBORw0KGgoAAAANSUhEUgAAAOYAAAB4CAYAAADmBo6IAAAAGXRFWHRTb2Z0\nd2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAGjhJREFUeNrsXQdwXFfZPdt3\ntVXNkizLsiy5yHGNW5zYTrB/2ykkkwwJAQIMgYFAIDAEGJiBIQw1MwFmqMNQ\nhpaBwJ8yKXbyGyfg2HFvcoktS3KRXCSrrrS7Wm17/z3XWSHJTbJkSba+49nZ\n9Xv73r5d3fPO1+79TBUVFdVz5swZt2bNmvgbb7yBi+HgwYOYNWsWvvnNb+L7\n3/8+BALBNYNNPc5ZTSZTpnp4//3vf+Pdd9/FjBkzLnjnc889d/4Im01+NoHg\n2iNujsfjKC4uxsyZM/HHP/7xgneEQiG88sorWLJkCRKJRK99Z8+exYEDBxAM\nBnttNwzjgvNwW8/tjY2N+tjTp09feFXqmiorK/Wj72cSra2t+thz5851b+P7\nLvW5qVSq+/XJkyf1se3t7Re9ts7OTkSjURkaghGFmQPSarXisccew0svvaSJ\n2BOvvvqq3n/33Xd3D9iOjg488sgjWLp0KT7/+c9j3rx5+MUvftF9zIMPPohN\nmzb1Og/P/cQTT+jXX/rSl3Dbbbfhi1/8Im699VZ85CMf6T73li1bcPPNN+PD\nH/4wPvShD+nP5Q0gjR/84AeYP38+vvCFL2DRokX6utPX+fjjj1/wBb/xjW9o\nxef3uuuuu7B69Wp89rOfhTLfsWHDBv2eH/3oR/jTn/6E3/3ud5g4cSL+85//\nyMgQjCx27drVPH78eKO2ttaYPn268be//c3oiZUrVxo//OEPjd/85jfGk08+\nqbfdc889hiKUcebMGf3/N9980/B4PIYa2Pr/5eXlhlLZXufhvg984APG2rVr\njWnTphmnTp3S2/nMz/39739vKMIbeXl5xlNPPdV9nCKnsWzZMv366aefNnJz\nc40dO3bo/9fU1BjK9DY++clPGvX19cbixYuN5ubm7mN5vrKyMkPdJAxFSkOR\n3Ghra9P7Xn75Zb1Pqb2hfGdj8uTJ+nhFcCMSiRgCwQii2UxyJpNJqAGPj33s\nY1AE7Cbtnj17cPjwYXz6059GV1cXXC4X9u7dqx8vvPACCgoK9PtWrFiBX//6\n1/jJT36iTUH6omazudcNQPmxsFgsWm0zMzMRCAT09sLCQn2sIid+/vOfawX9\nzne+030clYznfP7557Wp/ec//xkLFy7U+xSZ8OKLL2LdunXaNKWSUpnTUOTD\npEmTtBrThP3nP/8Jv9+v9913331QRMQf/vAHfV3hcBjqpoH3v//9+nsKBCMJ\na/oFB+/nPvc5/PKXv8Tbb7+N5cuX42c/+5kmXU5OjiYmCUczjwM6Pz+/14k4\noL/73e/i2LFj2vS9GEiwBx54AL/97W+1X0sSkmRKSXXQiWYqfc8vf/nL3aat\nw+GAUkH89a9/hc/n09fTE0p9Nal37tyJNWvW4Mc//jE+9alP6X0kHU3do0eP\noqWlBd/61rd6nZfBLn6n7OxsfQ18FghGhY/ZM+BCJVOmq1ahWCymfbD0IE+D\ngZS+aqhPpLZRFdOBFr7uG0TiOe12uz4vUzMk/9atW7W/Rx/R6XSipKRE+6xz\n587VD5KO/uu9996riX2xz6bicR+vXZnGqK6u1gqpTG3cf//9Wk1pEfQ8Lwn9\nla98RaeAeCw/WyAYdYqZxic+8QltUtKEVP4e7rjjju59NHlnz56tFY9E7pk+\nqaio0KrK4AlJyf09QXWiSlFxlT+KBQsW6MdXv/pVbabSzFS+rlbbj3/8472O\npQnLmwbNYEZqGUFOQ/mMqKqq0mat2+3W0WOasCQaz8/PnDBhgt7X97yvv/66\nJjG/x8UiugJB/2GgLdgOhxpLCaVNXk9Gr71RiorSqmBHCJlZ2bBazAh1BGGY\nLIiEQ/D5M2EyUoo3MUTjSVwgPzQVqXpUE5K018mVGbhq1SpNuqeffrp7Own5\nta99TUc96cNlZWV1RzwJDv5nn31W+5X79+/H9773vYuqLaOwf/nLX3Q6I423\n3noLTz75pFY5RnJJ5J4keuqpp/R5b7/9dv1/ko8k//vf/46PfvSjehtN3OPH\nj/dKB1G9eV6meiQ/Kxg8Enj9jXXY+M42bNy2Hfsr9qKqukZZcHXgaN25ZYva\nth+bt+1ELHHeqqw7VoVXXn1db9++dQs2vrkRp2uPY7s63po2T9ODnQSh7/ev\nf/0LDz300H/vB2p/WgUZgGFKhKkNmodUqHHjxuGZZ57R+7/+9a/jgx/8oCYy\n1XHXrl36XCQD0yw0Temn8ibAVAjzpDwn0y+f+cxntInLdAnNXvqW3/72t1Fa\nWoqf/vSnOn3CIM+dd96pzWD6tK+99lq3ict0CG8qzGvyNUEz9le/+hUeffRR\n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\nAAAASUVORK5CYII=\n","encoding":"base64"}},"public":true,"created_at":"2012-05-15T23:41:31Z","updated_at":"2020-02-11T15:58:41Z","description":"Force-Directed Graph with Mouseover","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/2706022/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/1153292","forks_url":"https://api.github.com/gists/1153292/forks","commits_url":"https://api.github.com/gists/1153292/commits","id":"1153292","node_id":"MDQ6R2lzdDExNTMyOTI=","git_pull_url":"https://gist.github.com/1153292.git","git_push_url":"https://gist.github.com/1153292.git","html_url":"https://gist.github.com/mbostock/1153292","files":{},"public":true,"created_at":"2011-08-18T04:26:38Z","updated_at":"2025-01-31T21:03:24Z","description":"Mobile Patent Suits","comments":3,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/1153292/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/3917218","user":{"login":"norrs","id":272215,"node_id":"MDQ6VXNlcjI3MjIxNQ==","avatar_url":"https://avatars.githubusercontent.com/u/272215?v=4","gravatar_id":"","url":"https://api.github.com/users/norrs","html_url":"https://github.com/norrs","followers_url":"https://api.github.com/users/norrs/followers","following_url":"https://api.github.com/users/norrs/following{/other_user}","gists_url":"https://api.github.com/users/norrs/gists{/gist_id}","starred_url":"https://api.github.com/users/norrs/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/norrs/subscriptions","organizations_url":"https://api.github.com/users/norrs/orgs","repos_url":"https://api.github.com/users/norrs/repos","events_url":"https://api.github.com/users/norrs/events{/privacy}","received_events_url":"https://api.github.com/users/norrs/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Roy Sindre Norangshol","company":"@cisco","blog":"http://www.roysindre.no","location":"Trondheim, Norway","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":88,"public_gists":110,"followers":57,"following":43,"created_at":"2010-05-10T09:39:20Z","updated_at":"2026-03-16T22:02:39Z"},"id":"3917218","created_at":"2012-10-19T09:49:37Z","updated_at":"2015-10-11T20:48:08Z"},{"url":"https://api.github.com/gists/10687404","user":{"login":"newday-devops","id":5668223,"node_id":"MDQ6VXNlcjU2NjgyMjM=","avatar_url":"https://avatars.githubusercontent.com/u/5668223?v=4","gravatar_id":"","url":"https://api.github.com/users/newday-devops","html_url":"https://github.com/newday-devops","followers_url":"https://api.github.com/users/newday-devops/followers","following_url":"https://api.github.com/users/newday-devops/following{/other_user}","gists_url":"https://api.github.com/users/newday-devops/gists{/gist_id}","starred_url":"https://api.github.com/users/newday-devops/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/newday-devops/subscriptions","organizations_url":"https://api.github.com/users/newday-devops/orgs","repos_url":"https://api.github.com/users/newday-devops/repos","events_url":"https://api.github.com/users/newday-devops/events{/privacy}","received_events_url":"https://api.github.com/users/newday-devops/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Newday","company":null,"blog":"","location":null,"email":"devops@newdayinvesting.com","hireable":null,"bio":null,"twitter_username":null,"public_repos":0,"public_gists":1,"followers":1,"following":1,"created_at":"2013-10-12T00:10:10Z","updated_at":"2026-03-04T02:00:11Z"},"id":"10687404","created_at":"2014-04-14T22:31:11Z","updated_at":"2015-08-29T13:59:26Z"},{"url":"https://api.github.com/gists/3d0d069cee52de84bdf9","user":{"login":"rismay","id":1240948,"node_id":"MDQ6VXNlcjEyNDA5NDg=","avatar_url":"https://avatars.githubusercontent.com/u/1240948?v=4","gravatar_id":"","url":"https://api.github.com/users/rismay","html_url":"https://github.com/rismay","followers_url":"https://api.github.com/users/rismay/followers","following_url":"https://api.github.com/users/rismay/following{/other_user}","gists_url":"https://api.github.com/users/rismay/gists{/gist_id}","starred_url":"https://api.github.com/users/rismay/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/rismay/subscriptions","organizations_url":"https://api.github.com/users/rismay/orgs","repos_url":"https://api.github.com/users/rismay/repos","events_url":"https://api.github.com/users/rismay/events{/privacy}","received_events_url":"https://api.github.com/users/rismay/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Cristian A Monterroza","company":"wrkstrm","blog":"https://rismay.github.io/documentation/index/","location":"San Francisco, CA","email":"cmonterroza@wrkstrm.me","hireable":true,"bio":"Swift Engineer \r\nPreviously:\r\nYouTube\r\nGoogle Maps\r\nUnitedHealthCare\r\nJPMorgan","twitter_username":null,"public_repos":55,"public_gists":19,"followers":70,"following":159,"created_at":"2011-12-05T05:11:33Z","updated_at":"2026-04-11T07:37:28Z"},"id":"3d0d069cee52de84bdf9","created_at":"2014-05-26T06:06:18Z","updated_at":"2015-08-29T14:01:49Z"},{"url":"https://api.github.com/gists/91675ca675d4ca3a2b3a","user":{"login":"davo","id":76307,"node_id":"MDQ6VXNlcjc2MzA3","avatar_url":"https://avatars.githubusercontent.com/u/76307?v=4","gravatar_id":"","url":"https://api.github.com/users/davo","html_url":"https://github.com/davo","followers_url":"https://api.github.com/users/davo/followers","following_url":"https://api.github.com/users/davo/following{/other_user}","gists_url":"https://api.github.com/users/davo/gists{/gist_id}","starred_url":"https://api.github.com/users/davo/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/davo/subscriptions","organizations_url":"https://api.github.com/users/davo/orgs","repos_url":"https://api.github.com/users/davo/repos","events_url":"https://api.github.com/users/davo/events{/privacy}","received_events_url":"https://api.github.com/users/davo/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Davo Galavotti","company":"@DataDog ","blog":"https//pixelbeat.co/","location":"New York, NY","email":null,"hireable":true,"bio":"A designer who codes. My work is focused on data visualization, frontend & prototyping with web technologies.","twitter_username":"pixelbeat","public_repos":301,"public_gists":159,"followers":247,"following":438,"created_at":"2009-04-21T22:48:40Z","updated_at":"2026-03-13T20:24:09Z"},"id":"91675ca675d4ca3a2b3a","created_at":"2015-07-29T00:08:46Z","updated_at":"2015-08-29T14:26:10Z"},{"url":"https://api.github.com/gists/56d4d7216cc5a2efd134","user":{"login":"kapeels","id":698630,"node_id":"MDQ6VXNlcjY5ODYzMA==","avatar_url":"https://avatars.githubusercontent.com/u/698630?v=4","gravatar_id":"","url":"https://api.github.com/users/kapeels","html_url":"https://github.com/kapeels","followers_url":"https://api.github.com/users/kapeels/followers","following_url":"https://api.github.com/users/kapeels/following{/other_user}","gists_url":"https://api.github.com/users/kapeels/gists{/gist_id}","starred_url":"https://api.github.com/users/kapeels/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/kapeels/subscriptions","organizations_url":"https://api.github.com/users/kapeels/orgs","repos_url":"https://api.github.com/users/kapeels/repos","events_url":"https://api.github.com/users/kapeels/events{/privacy}","received_events_url":"https://api.github.com/users/kapeels/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Kapeel Sable","company":null,"blog":"http://kapeels.net","location":"San Diego, CA","email":null,"hireable":true,"bio":null,"twitter_username":null,"public_repos":20,"public_gists":5,"followers":9,"following":2,"created_at":"2011-03-30T04:24:36Z","updated_at":"2025-07-13T16:27:33Z"},"id":"56d4d7216cc5a2efd134","created_at":"2015-08-23T04:23:46Z","updated_at":"2015-08-29T14:27:59Z"},{"url":"https://api.github.com/gists/9cef5046746f763ab627","user":{"login":"ktilcu","id":881681,"node_id":"MDQ6VXNlcjg4MTY4MQ==","avatar_url":"https://avatars.githubusercontent.com/u/881681?v=4","gravatar_id":"","url":"https://api.github.com/users/ktilcu","html_url":"https://github.com/ktilcu","followers_url":"https://api.github.com/users/ktilcu/followers","following_url":"https://api.github.com/users/ktilcu/following{/other_user}","gists_url":"https://api.github.com/users/ktilcu/gists{/gist_id}","starred_url":"https://api.github.com/users/ktilcu/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/ktilcu/subscriptions","organizations_url":"https://api.github.com/users/ktilcu/orgs","repos_url":"https://api.github.com/users/ktilcu/repos","events_url":"https://api.github.com/users/ktilcu/events{/privacy}","received_events_url":"https://api.github.com/users/ktilcu/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"kyle tilman","company":"flexpa.com","blog":"kyletilman.com","location":"Meridian, Id","email":"kyletilman@gmail.com","hireable":null,"bio":"Bearded. JS. Dad.","twitter_username":null,"public_repos":54,"public_gists":75,"followers":14,"following":2,"created_at":"2011-06-28T15:12:25Z","updated_at":"2025-10-01T16:36:12Z"},"id":"9cef5046746f763ab627","created_at":"2016-02-23T00:18:20Z","updated_at":"2016-02-23T00:22:06Z"},{"url":"https://api.github.com/gists/4fb8a871fcd43e65aeb3209d69fa5feb","user":{"login":"graste","id":203540,"node_id":"MDQ6VXNlcjIwMzU0MA==","avatar_url":"https://avatars.githubusercontent.com/u/203540?v=4","gravatar_id":"","url":"https://api.github.com/users/graste","html_url":"https://github.com/graste","followers_url":"https://api.github.com/users/graste/followers","following_url":"https://api.github.com/users/graste/following{/other_user}","gists_url":"https://api.github.com/users/graste/gists{/gist_id}","starred_url":"https://api.github.com/users/graste/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/graste/subscriptions","organizations_url":"https://api.github.com/users/graste/orgs","repos_url":"https://api.github.com/users/graste/repos","events_url":"https://api.github.com/users/graste/events{/privacy}","received_events_url":"https://api.github.com/users/graste/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Steffen Gransow","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":143,"public_gists":214,"followers":116,"following":633,"created_at":"2010-02-14T17:36:13Z","updated_at":"2026-01-09T11:24:05Z"},"id":"4fb8a871fcd43e65aeb3209d69fa5feb","created_at":"2019-03-10T08:15:50Z","updated_at":"2019-03-10T08:15:50Z"}],"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":"dfa20f75184565c1dff8a35d021eabc4829a6c67","committed_at":"2016-02-09T01:19:16Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/2706022/dfa20f75184565c1dff8a35d021eabc4829a6c67"},{"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":"845cb1832415f0f80a550944a242c7c192fa4c55","committed_at":"2016-02-09T01:18:59Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/2706022/845cb1832415f0f80a550944a242c7c192fa4c55"},{"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":"4037eb3f85789a4c3f65bb2d3a87fddf702bc36f","committed_at":"2015-10-31T00:45:19Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/2706022/4037eb3f85789a4c3f65bb2d3a87fddf702bc36f"},{"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":"d0c8ac7c13d0b4e23e9861f8123304d7ec7a4881","committed_at":"2015-06-11T16:07:15Z","change_status":{"total":4,"additions":2,"deletions":2},"url":"https://api.github.com/gists/2706022/d0c8ac7c13d0b4e23e9861f8123304d7ec7a4881"},{"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":"23f25d68530e48103aaa79c0c37c6c3b5f8b569d","committed_at":"2012-10-12T03:52:33Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/2706022/23f25d68530e48103aaa79c0c37c6c3b5f8b569d"},{"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":"cfa65bb222413dfd598227c3ae28b9dea5d3e2e7","committed_at":"2012-05-15T23:48:23Z","change_status":{"total":8,"additions":4,"deletions":4},"url":"https://api.github.com/gists/2706022/cfa65bb222413dfd598227c3ae28b9dea5d3e2e7"},{"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":"7850ddb00fb0ad807c6b99bfcea3ca7135d7e1e2","committed_at":"2012-05-15T23:47:49Z","change_status":{"total":3,"additions":3,"deletions":0},"url":"https://api.github.com/gists/2706022/7850ddb00fb0ad807c6b99bfcea3ca7135d7e1e2"},{"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":"cb6400dad06d97a8ba40c389edefadb1a0f4e00c","committed_at":"2012-05-15T23:47:09Z","change_status":{"total":4,"additions":2,"deletions":2},"url":"https://api.github.com/gists/2706022/cb6400dad06d97a8ba40c389edefadb1a0f4e00c"},{"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":"e149c3026903365ff4ad4551d84cf79b5178da33","committed_at":"2012-05-15T23:46:52Z","change_status":{"total":8,"additions":4,"deletions":4},"url":"https://api.github.com/gists/2706022/e149c3026903365ff4ad4551d84cf79b5178da33"},{"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":"a136479c574f20b3604070f88856b16c92dd4b24","committed_at":"2012-05-15T23:46:31Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/2706022/a136479c574f20b3604070f88856b16c92dd4b24"},{"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":"391ed55fb5914296b6e141865b4ba0267ff199f9","committed_at":"2012-05-15T23:46:02Z","change_status":{},"url":"https://api.github.com/gists/2706022/391ed55fb5914296b6e141865b4ba0267ff199f9"},{"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":"e93aee51819c41bd3050a83ef178dd9ccfbff812","committed_at":"2011-08-18T04:39:17Z","change_status":{},"url":"https://api.github.com/gists/2706022/e93aee51819c41bd3050a83ef178dd9ccfbff812"},{"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":"387c1034274dbfe30ba6715b2133440de06f2da6","committed_at":"2011-08-18T04:28:58Z","change_status":{},"url":"https://api.github.com/gists/2706022/387c1034274dbfe30ba6715b2133440de06f2da6"},{"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":"82dcc2277d62622adf769372cfb6c3c6384d0921","committed_at":"2011-08-18T04:28:21Z","change_status":{},"url":"https://api.github.com/gists/2706022/82dcc2277d62622adf769372cfb6c3c6384d0921"},{"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":"5e56761b383157ea8e6eb36b0b0e1c138193d2d2","committed_at":"2011-08-18T04:27:21Z","change_status":{},"url":"https://api.github.com/gists/2706022/5e56761b383157ea8e6eb36b0b0e1c138193d2d2"},{"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":"9d41f065923187f3de7cc90cb864d0b73b73c8e5","committed_at":"2011-08-18T04:26:50Z","change_status":{},"url":"https://api.github.com/gists/2706022/9d41f065923187f3de7cc90cb864d0b73b73c8e5"},{"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":"04b9ebb6c885b1d5a028a3c29cf75bae07b11f9b","committed_at":"2011-08-18T04:26:38Z","change_status":{},"url":"https://api.github.com/gists/2706022/04b9ebb6c885b1d5a028a3c29cf75bae07b11f9b"}],"truncated":false}