{"url":"https://api.github.com/gists/3795040","forks_url":"https://api.github.com/gists/3795040/forks","commits_url":"https://api.github.com/gists/3795040/commits","id":"3795040","node_id":"MDQ6R2lzdDM3OTUwNDA=","git_pull_url":"https://gist.github.com/3795040.git","git_push_url":"https://gist.github.com/3795040.git","html_url":"https://gist.github.com/mbostock/3795040","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3795040/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/3795040/raw/934db74db3e60414466dd4293370eea9cab37a2f/index.html","size":1012,"truncated":false,"content":"<!DOCTYPE html>\n<meta charset=\"utf-8\">\n<body>\n<script src=\"//d3js.org/d3.v3.min.js\"></script>\n<script src=\"//d3js.org/topojson.v1.min.js\"></script>\n<script>\n\nvar width = 960,\n    height = 500;\n\nvar projection = d3.geo.orthographic()\n    .scale(250)\n    .translate([width / 2, height / 2])\n    .clipAngle(90);\n\nvar path = d3.geo.path()\n    .projection(projection);\n\nvar λ = d3.scale.linear()\n    .domain([0, width])\n    .range([-180, 180]);\n\nvar φ = d3.scale.linear()\n    .domain([0, height])\n    .range([90, -90]);\n\nvar svg = d3.select(\"body\").append(\"svg\")\n    .attr(\"width\", width)\n    .attr(\"height\", height);\n\nsvg.on(\"mousemove\", function() {\n  var p = d3.mouse(this);\n  projection.rotate([λ(p[0]), φ(p[1])]);\n  svg.selectAll(\"path\").attr(\"d\", path);\n});\n\nd3.json(\"/mbostock/raw/4090846/world-110m.json\", function(error, world) {\n  if (error) throw error;\n\n  svg.append(\"path\")\n      .datum(topojson.feature(world, world.objects.land))\n      .attr(\"class\", \"land\")\n      .attr(\"d\", path);\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/3795040/raw/5549af1235711234447766ec6ea14b030db7fc8b/thumbnail.png","size":6322,"truncated":false,"content":"iVBORw0KGgoAAAANSUhEUgAAAOYAAAB4CAYAAADmBo6IAAAAGXRFWHRTb2Z0\nd2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAGFRJREFUeNrsXQd0FFUXfgm9\nSSfSu4AESGiRHhCQZuhFOsihyaGJSK+icCiGDnIOAhEJzUIxUkJVihBK6L0E\ngQRSJApI8f3zXZ39N8nuZnezm52dvd85c7LZMjM7O99799373Xu9pJTXhRCF\nlO2lYGgKT548EXfv3hVnz54VN27cEFFRUSJXrlz0XGJiomjXrp1o06aNKF68\nuOEzL168EKdOnRLx8fHC399fvPnmm/Tc69evRbZs2fiiah+ZXr16FZNReZBX\n2XLx9XAt/vnnH/rr7e0tzp07J+bOnSvCw8NFTEyMUH6oJO+tWLGimDFjhggK\nChKZMmVK8lqGDBnE8+fPiby+vr60X7wnY8aMKY65d+9eUblyZVG4cGF6n5eX\nF20Ml+OllzJjxioP8vG1SH/89ddfRKC8efPSzIbH69evF8uXL6fZMTlKlCgh\nBg4cKAYPHizy58+f5uPjGJGRkTQLV6pUSSj3goiLixPFihUTOXPm5B/IRVAG\n4jgmposIuWXLFnHmzBkiWsmSJUVwcLBYvHixePjwYYr3gyidO3cW3bt3FzVr\n1rT5eAcOHBBhYWHi2LFjNAB07dpVvP3223RcmLexsbG0lSpVis7pu+++I+I3\naNBA1KhRI8WszGBi6goJCQli9erV4qeffhLjx48XderUEaGhoWLBggXiwoUL\nhvcVLVqUiPjOO+8QKd966y1RsGBBMmmxtsQMay1wvA8//DDlQkYhW6FChYh8\ngYGBRFTMmOvWrRO7du0iExrvCQgIEEOHDqW1bJYsWfhHZGLqZ3a8fPmy2LZt\nG81WQOPGjUV0dLT46KOPiJA+Pj6iW7duRA6sH/38/MQbb7xB74WpOXLkSFGg\nQAFaBzZs2FAMHz7cqmNjDYlZ9tGjR/Q/zNPZs2eLr776ivYLlC1blkiHAWDJ\nkiXizp07JveFtegHH3wgGjVqRAOGqTUrw3HExCgZKxkOh0JIeeLECXnlyhU5\nZ84cuXnzZvny5Ut6benSpVK5/jJ79uxyxowZ8vfffze7nydPnsjffvtNHj16\nVCoEs+rYu3fvlq1bt5YZMmSg46jbpk2b5O3bt2WOHDmSPK+QTCqzY5LnLG3K\nTC/Dw8P5R3YSlPsklonpBDx+/Fgqs6FUZib1Qhtee/HihezUqZNUZh15+vRp\npxxfmdlMEmrChAk0YCxcuFDmy5dP+vv7y1atWqUgqrVbv379pLI25R+cial9\nfP3111IxD2WvXr3kvXv3zF34JGS1F3/88QeR+/Xr10meV9awMlu2bLJp06Zy\n7NixBiJhhsbsC4BQeE0xY6ViNttFTGyFCxeWy5Ytk3///Tf/+ExM7SEuLo7I\niJs1a9asMiwszOnHHDx4MB3v22+/NWkCHz9+XG7cuFH26dOH3leqVCmaMYEd\nO3bI3r17y8yZM9tNSuOtWrVq8siRI3wjOIiY3rzUThugsFmzZg2pbEJCQug5\neEFbtGjhtGMqsxMpgeCtBfbs2ZPiPYhNwsGD0Mf7778v+vfvTzFSZdCg16EG\nggcWfx0BqJPgGJo1a5ZBLMGwH+xasxO4oRFWmDRpksHDqaJ+/fpOO+6zZ8/I\nM3v//n2xb98+ce3aNRIk4HmERhCXVExcsXv3bhIQIC6JEAvikvAMT5w4UTx4\n8IAURo6GMtLT9Th48KCYP3++qFKlCt8o9oJNWduhkEIOGzYsidPEy8uL1nVf\nfvmlU4997NgxqcxMcv/+/eQZNTYnFVLQewYOHOgQ8zQtG9azixcv5pvFTlOW\n45g24uTJkxT8v337NgX9sUExU758eYoHNm3a1KnHhxgdeliIARB3VNaRokiR\nIqJMmTIUM4V5ev78ec2Yk1A2LV26lOOeHMd0HhAHVGdJZX1Hs9aFCxfk8OHD\nZbly5cx6YZ0BhXjy8uXLUhkoyJHTs2dPmSdPHpfPlKY2ZY1LHmQGe2WdEgbB\nTQZzFeGFVatW0fMQCyBAj5svvRERESGbN2+eQkjgrA3f014vbt26dZmcTEzH\nYsOGDdLb29twk9WoUYPigYrJQTPXmTNnZExMjMvOb8GCBVaRAwRGKMdaMiEe\nO2bMGFmsWDFZq1YtuWfPHlm/fv0U74MVERoaSoNXrly5zO4PYgaElRhMzDRj\n6tSpdFNBsta4cWNS1UBeZ0lGl964dOmSWUkdZjnVxIX5DdNbWZvSzJ8aMadM\nmUL7h6wQsdAbN27IefPmybx58yZ5X+3atel9Dx48kD4+Phb3Wbp0aRrIGExM\nuzFt2jRDYP7nn3+WkZGR8tmzZy47H6hr1q9fL2fPnk2yOjyGgAAeYuObv2rV\nqrJFixbS19eXPKOJiYlywIAB9Fq3bt1IFojPlSxZ0iKJMAAZr2lVJCQk0IBl\nvKbt0aMHvQbSYzCwtF9cT5CcwcS0GbNmzaKbCJpSOFm0AAwMqa0nsf69e/du\nEjItX75cXr9+XQ4aNIjeU7FiRVIF4fVt27bJypUrm9zXZ599Zjg2yP3LL7+Q\nBFDdL6wGmLvJyblv3z5ZpEgRi+dZpUoVmmEZTEyb12xBQUHy/PnzmjkvmKGW\nZqMuXbrQzJ4cMD9PnTpFj5Gl0r9/f9pP3759iVzG8VAQHwJ7zLp+fn5yy5Yt\n8vPPP6d1tfp6gwYN5Pz58+W6detSkBqfu3PnDq25Ta1HkzuEMPsymJip4ty5\ncyQWGDlypObODQQzd5ODEOaE8RCqQ7BuDIR6MHOuXr1aPnz4UA4ZMoT2g3Qx\npIYBeM4egTsID4wbNy7V9yLThsHEtAiYa5gNkB6lRTRs2NDsDd61a1eznwPR\noqOj6TEyUTDz4rmZM2eSSas+D1MXHlbkcwLwRtsTGoGDB6lvgHF2i7kNMy+D\niWkSuDFx4yNQr1VgdqtZsyate3FD58yZk+KKo0aNMmSNIKskKiqK1pSY/bdv\n307xzuDgYAMJ4dQJDAykNaMxEP7BzKtK+wDklKqxyyxZspA1AXM2tRxOeIBD\nQkLIVEWoJbUwzq5du/gmNCImS/L+A8p3KDMEydkgs9MiILOD+Fwxaanm7IgR\nI0jqBuH64cOHxRdffEHnD2ke6gMpvy1loqAkJR6jvs+hQ4cMGSpA8jo+KAaG\n11BXCMdSCCiUdahQ1q5CIRiV1rx37x6VQlFMXXreEvLkyUP7g8jeEiBrVAYK\nqnfEkjyW5BlMNgTeDxw44Bbn27lzZ1m8eHHZpEkTyqmsUKGCVSYm1pRPnz61\n6hgXL16kkAocOcaARxYhESRar1y50qHKorZt2/J0yabsv4DjA+ahMuNo/lyh\nmpk+fbrdEjysn9W1pr0AMdVY7tq1ax0u+0N9JCYmm7Ji7Nixol69ekIZrTWf\n1YKEZ1N1Z20B2im0bt1alCtXTjRr1kwoa8okr6O0Jo6F96CmrCUgQbxfv34O\n/Z6o5If6t6jK58mmrEcTc+fOnbRWQ1lGrQMVEZCY7UhgDTl58mQalFA6E+tN\nkBG9T7C2xGMkZaOFAqoloLQmikfjcyhh+eOPP4rRo0c7/Lu2atWKkrqR3sZr\nTA8DMh3UDBF3COOUKFHCqZkjlSpVovBJ0aJFTb4Obyy8wPiremitLXlZvnx5\nWb16dZvOBwW+eI3pgYBs7dq1a5o/T4QwVCG9ljaEbAoVKiQLFChgIKu5rX37\n9qTPBfmFDbVrjfW5nkZMjy3GdeXKFc2GRdTQCGr6NGnSREyfPl1z54fmQ6gO\n36lTJ0OFeXP4/vvvacOa1NpmRUePHhVr16713JiJJ86Yt27dMlnyUUuAPlWL\n1QiMN2SXQOCPOkQwcy29F4IEVFuIj4+nzJfcuXNTulhqIgWY8WzKeggQrzx7\n9qxmzw/pZqmZh1rZ3n33XTpnxDytiaNClQSVEgqaIS8T609Ln4HaiYnpIYBW\nNHn1cq3g4MGDbkNKdUPyOJBaJQVUgYATCzMsgORrxI9RGQGiBVRBmDt3bpIM\nGqxLPa0kiUcSE4TUaqoRtKz58+d3K1Kq26effkrfATWQUvPWomp7x44daQAK\nCAgw5I+qSJ6VAtIyMXUMrIe0LJZGrxF3JCU21AWCjA+ATNCWz8K7iyRwYyB1\nzDip+vnz5+yV1SvQjBXBcy1i1apV1M/SXQFhO0TyaFcPhZKtv8uiRYuSPAdv\nrwoI5yEG8SR4DDGRcQH3vjLyavL8Tp8+7fbXGO3iV65cSaSytSV97ty5Uyid\nUChaWZMaQi5MTB0C8i78+OjhYaoJj6sxYMAAXVxnSPYAaG4hrbMWvr6+KX4v\ntJhXtbj79+8XCQkJTEw9AW0FFNOdOmAhT3HQoEHixIkT1ARHK8iUKZNTGv2k\nN44cOSI2b95M4o1NmzZZLUZXW9snR58+fUiUgJxQrS5DmJh24unTp5Soix8X\n4mv0+8CI7KgWdI7An3/+qZv2dRj4YJpDCL9s2TL6awlIwH7vvfdMvla6dGlD\nS0MMph4DvXtlobdUbnrNn+f48ePd1iNramvZsqXhu6EDmrAgOlDjmuaA+Cbe\ni8bA7JXVz8BDM6bWzxFrKD0hLCyM0sKADh06mJ010a8zICDA4r4wm6LUSXR0\nNJuyegFc8Tdv3tT0OX7zzTeUHKw3IM8VwnV4VitVqpTkNaz3g4ODRdeuXVPd\nD+oG9e3bV1y/ft1julXrnpiXLl1KUXBKa0geKtALsK6HV1UxZcWwYcMMJMMM\nuHHjRiomBqeXNejduzfFStFSnompA6DtOSqwwVzUkrPHGKmlTbk7UOUAISp4\nWGEZoLKesga1aR9+fn5UQQGt65mYbg6ESeCGxyiNH3T79u1EUK2hWrVqTu9E\n7WogjAIPbYUKFeh/mKTIuUyt/KUxgoKCPGadqWtiwpTCbHT58mUK4E+bNo1q\nl6LOD4iamJioifOEqb17927xySef6Pa3uHXrlggPDxdRUVFixYoVFLaqW7eu\nwUFkDSBY0Lojz1HIqOcvh9ggiiGjkDPICEdQmzZtyLQFGTCDwgmhBaAo89Sp\nU2nA0KIyyRHo0aMHWTHG5LJl/Q9TFhX8eMZ091EnY0YqTwEBNEph4IYAQSMj\nI8mJEB8fr6nzRUghNDSUgup6BCyU5DMe9MvWAiGTzJkzkxOIienGwGiMGwFr\nGRATcjwVcATNmDFDc+ecL18+q0IIekGVKlVsen+dOnXE1atXmZjuDJipzZs3\nN+vw+eGHHyg2pjVgwJg1a5bVhavcFVhm2EpMLEO04hvgNWYaYDxLJgecQ1Om\nTBFdunQRPj4+NBprAYjtTZgwgaql9+/fn1LWUh1hvb2pojzCEOXLlydSI9Nj\nzpw5mp4ty5QpY9Nn8L0QOtE99K6VXbNmjdX6Ti2WsEDBKrUeK0pxoLIcynhM\nnDhRdujQQSrkpcoHaK9uCmgMq34WRZqFhvS0s2fPlgzTWlndt0iA7GvUqFFW\nOxeQwVC2bFnNOU2Q34gWdZjVjVsHoMWdpZQxOLngfW7UqBF5ftu3by8eP37s\n8u8ECwUeaL2LK+y08uJ0b8oi1ctawEuLUIXWiIm1sjmHUGrhBogXsKnYunWr\nCAwMdLnQAv1ImZQe6vzBzYdq5rYAHlw9I3v27C4nJXSz48aNY/Z5KjFhskFp\nYgsQwNZSZQNHIyIiwuWkXLx4MTPPk4mJdK9Hjx7Z9Bm0m7M248EdYetA5Ugg\nDYxJycS0K96F2Gbnzp3J2QIJn56A8BDq8LgCWAtPmjSJGcfEFCS/swfwYqKj\nMuJs0NnqBZAouir3s2PHjtQcl2Hlb6XnL4dOyPYAIQgAMyYECJDzwcQtWbIk\npZG5qzcRJvrChQspSwN5qukFqK9Wr17NbLMFehYYoOx+hgwZHBIMR4Ae+0LD\n1pCQELe+LmiHV7BgwXQREeCaRUREsGqAi3H9H5CyIc3IQQMY7QuzJzLx3XkG\nqFGjBkn+0gNt27YV1atX5xmQ15j/BzI1nFHvB9n3AwcOpAJT7lrdDrVfYZ47\nGx9//DGzjImZco1ZqFAhp+wbsycqI6gtAdwNyOxo1qyZU4+BQVHvGTJMTDsA\nKRs0os7Er7/+6rbXZ8iQIZR47CzAiaa3erlMTAehcePGTt0/JG7uCqSHObta\ngrW9SxgeSExnkqd+/fpue23QPQvOLGcCvS0ZTMwUwIzgrFEbaVjdu3d322uD\n9TdijM6Ep/W1ZGLaAGcpTtB3o1ixYm59bVA10JlA2h2kgAwmZgr4+/s7fJ9o\ngGtrS3MtwtnOK/TJhAc4OaCqunPnDjPQk4kJ3auj15kozuzusyUa/ixZssSp\nxzBXnnLLli0uE9QzMTUCFLVq0qSJQ/fp7t7G2NhYMXnyZKcfB52+kgM5r6hg\nwDFODyemOsMZ18pJK9y9u/HevXvTpXByw4YNk/wPLy3qDiEZnUuLMDHpBnGk\nPtTdq4EfOnTI6cdo166d6NatGz2GjBHlRBBewrVDEyXoaBkeTkwAhZSRBO0I\n2JvrqRVYU6s2LeYr0svWr19veG7Xrl1U41a9bj179jRb2Y/hAQWfk2PevHnk\nibx//36a9uPOih8AXmVnADmr6FyWXCBv3G4P8V9nh2l4xnQzYDQfOnSox//w\nKIrlaHJCFA8T2VTWClRGKpDZ4qyBgYnpxkD78bTeGGoDVncFFFFYAzoKtWvX\nJnPVlBcW1QoPHz5Mj1GuZcyYMcw8JmZKFClSJM1SNFub4WgRSPhGdXZHAL1I\nzfWJgUccjWsBhElMCQ4YTEwCGgnZC6ST6aGHZYMGDRzW8g81hJ4/f57i+ePH\nj5OQQR3M3FlbzMRMB8BtD7mYrYSEZxc5hr6+vrq4Dqjy4Ajgepjqzv3gwQPD\n4+HDh4usWbMy66xARk/94pCKIR/R2oLQmCGRKWHcB0QPUCsCpgWoHIhSK6ag\n9h/FIMieWJ4xHW7OBgUF6Y6UQFr0vhjc5s+fL65duyY6dOhg8j0o/NWrVy/S\nxrLSh4lptfMDcTdrYKkBrjsjLZpftAQcPXq0xbpKSFRft25dCmkeg4lpFnny\n5CFyWoMjR464vEuWM1C1alW7xRJMNiam0wCvpDUFqZA7qIWGr44G4rEIZ9gK\neFitHdQYTEybgeoG0G2mBqyPMMPqEX379jXpUbW03oas0VavNoOJaRPQCj61\noLcezVgVpUqVsroaA8zXkJAQm4jMYGLaBcTgZs6cafE98F7quW9my5YtLb6O\ngWvq1Klix44dFB5hMDHTbdasW7eu2dcdmWStRUChYwxVqofWfRBjHDx4UEyb\nNo1nynRCRr4E/41Q3t5i/PjxKUy64sWL082od8UKBiXkT7Zo0YJ6WSKMhNxJ\n6IrhIHKUppZhHbzQhk/5m48vxb/AjYksCWPA+7ho0SLdm3Dx8fHU2JYTmF2L\nV69exfEvkAxjx45N8dzatWvJ4aF35M2bl0nJa0xtAuupgICAFM/v3LmTLw6D\niekqQGywfft24efnZ3gO661JkybxxWEwMV0JBM5XrFhhiG1C9fPw4UO+MAwm\npqsBczY4ONjwPzL0GYz0AntlUwG8sSNGjBA+Pj7i2LFjpJJhMJwJ9spaAWTd\nQxUUHR0tVq1axReEwTOmVoBaNpCsHT16VFy8eFGUKVOGLwqDZ0xXA6qfjRs3\nilq1aol69eqR15bBcCaYmFYCWfpbt24ljy3Snvbs2cMXxQKQjQMlEYOJmS7k\nPHDggGjUqBEVn+IbzzwSExOpmzSD15jpuQagNguIb4aGhpKUDdkXZcuWdftm\ntgxtrDGZmGkAvLTnz5+nlDG0mYMAnHtyMJiYGsCZM2dEWFgYzZYQJVhbdY/B\nYGKmA6KioqjCAddOZTAxGQydEpO9sgyGBsHEZDCYmJ4NFIy+ffs2XwgGE1NL\nyJEjBzVwjYiI0Ow53r17V6xcuVIsX75cvHjxgp57+fIlhYMY6QeukpeOQOI1\nmsXev39fnDx5UsTGxlJN26JFizr0OK9fv6baPZDFQQyB/40LWkOVAwVT4cKF\n6TVUVY+MjBTnzp0TFy5coNZ86GlSsWJFquSAEpZctjJ9wV5ZFwGzEGKg4eHh\n1HoB7erQecvaBj+QA0JMHxcXR2EazGgJCQlELGTAIJ4aExNDnZ5BNOwbtXHx\n3M2bN6kvKD4HYmJTobaMaNWqFRETpVa4dGX6gsMlGgFmzg0bNtCMVbt2beo1\nCZmfKTx79ow0qOg5icTttALkRANfHDcwMJCay7J6iYnJMAJmtqtXr4qcOXOS\n5hamKMxIzHKQ/kFEv2bNGtLnGrdQt4WEIDxEEP7+/qJZs2akVkK3bL1Xmnc7\nYiomFXpxo/PoS74krgXWheraEOal6nCB2YuuzU+fPqXcUPQPgbkK0xXV0jGL\nglggMUxP/IWjCc+VKFGCTFKQD1XlQUpoeo37sOA47NzRyNrSyyuT8nvH/E+A\nAQAWJMfnoWEQ+gAAAABJRU5ErkJggg==\n","encoding":"base64"}},"public":true,"created_at":"2012-09-27T16:44:31Z","updated_at":"2016-02-09T01:37:59Z","description":"Interactive Orthographic","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3795040/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/3763057","forks_url":"https://api.github.com/gists/3763057/forks","commits_url":"https://api.github.com/gists/3763057/commits","id":"3763057","node_id":"MDQ6R2lzdDM3NjMwNTc=","git_pull_url":"https://gist.github.com/3763057.git","git_push_url":"https://gist.github.com/3763057.git","html_url":"https://gist.github.com/mbostock/3763057","files":{},"public":true,"created_at":"2012-09-21T18:19:52Z","updated_at":"2018-11-26T21:58:38Z","description":"Interactive Stereographic","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3763057/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/3795048","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,"name":"Mike Bostock","company":"@observablehq ","blog":"https://observablehq.com/@mbostock","location":"San Francisco, CA","email":"mike@ocks.org","hireable":null,"bio":"Building a better computational medium. Co-founder @observablehq. Creator @d3. Former @nytgraphics. Pronounced BOSS-tock.","twitter_username":"mbostock","public_repos":88,"public_gists":1043,"followers":23371,"following":0,"created_at":"2010-03-25T22:02:56Z","updated_at":"2026-04-10T07:01:19Z"},"id":"3795048","created_at":"2012-09-27T16:46:19Z","updated_at":"2026-03-22T06:15:21Z"},{"url":"https://api.github.com/gists/4455747","user":{"login":"jacobstr","id":70507,"node_id":"MDQ6VXNlcjcwNTA3","avatar_url":"https://avatars.githubusercontent.com/u/70507?v=4","gravatar_id":"","url":"https://api.github.com/users/jacobstr","html_url":"https://github.com/jacobstr","followers_url":"https://api.github.com/users/jacobstr/followers","following_url":"https://api.github.com/users/jacobstr/following{/other_user}","gists_url":"https://api.github.com/users/jacobstr/gists{/gist_id}","starred_url":"https://api.github.com/users/jacobstr/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jacobstr/subscriptions","organizations_url":"https://api.github.com/users/jacobstr/orgs","repos_url":"https://api.github.com/users/jacobstr/repos","events_url":"https://api.github.com/users/jacobstr/events{/privacy}","received_events_url":"https://api.github.com/users/jacobstr/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Jacob Straszynski","company":null,"blog":"","location":null,"email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":76,"public_gists":6,"followers":42,"following":18,"created_at":"2009-04-04T18:10:48Z","updated_at":"2026-03-18T19:17:32Z"},"id":"4455747","created_at":"2013-01-04T20:29:17Z","updated_at":"2015-12-10T15:38:57Z"},{"url":"https://api.github.com/gists/6025967","user":{"login":"blech","id":23831,"node_id":"MDQ6VXNlcjIzODMx","avatar_url":"https://avatars.githubusercontent.com/u/23831?v=4","gravatar_id":"","url":"https://api.github.com/users/blech","html_url":"https://github.com/blech","followers_url":"https://api.github.com/users/blech/followers","following_url":"https://api.github.com/users/blech/following{/other_user}","gists_url":"https://api.github.com/users/blech/gists{/gist_id}","starred_url":"https://api.github.com/users/blech/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/blech/subscriptions","organizations_url":"https://api.github.com/users/blech/orgs","repos_url":"https://api.github.com/users/blech/repos","events_url":"https://api.github.com/users/blech/events{/privacy}","received_events_url":"https://api.github.com/users/blech/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Paul Mison","company":null,"blog":"http://husk.org/","location":"San Francisco","email":"misonp+github@gmail.com","hireable":null,"bio":"batteries not included","twitter_username":"paulmison","public_repos":80,"public_gists":71,"followers":101,"following":52,"created_at":"2008-09-09T16:20:50Z","updated_at":"2026-02-20T05:13:15Z"},"id":"6025967","created_at":"2013-07-18T01:15:02Z","updated_at":"2015-12-19T22:18:55Z"},{"url":"https://api.github.com/gists/6179171","user":{"login":"jfirebaugh","id":98601,"node_id":"MDQ6VXNlcjk4NjAx","avatar_url":"https://avatars.githubusercontent.com/u/98601?v=4","gravatar_id":"","url":"https://api.github.com/users/jfirebaugh","html_url":"https://github.com/jfirebaugh","followers_url":"https://api.github.com/users/jfirebaugh/followers","following_url":"https://api.github.com/users/jfirebaugh/following{/other_user}","gists_url":"https://api.github.com/users/jfirebaugh/gists{/gist_id}","starred_url":"https://api.github.com/users/jfirebaugh/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/jfirebaugh/subscriptions","organizations_url":"https://api.github.com/users/jfirebaugh/orgs","repos_url":"https://api.github.com/users/jfirebaugh/repos","events_url":"https://api.github.com/users/jfirebaugh/events{/privacy}","received_events_url":"https://api.github.com/users/jfirebaugh/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"John Firebaugh","company":"@figma ","blog":"","location":"San Francisco, CA","email":null,"hireable":null,"bio":null,"twitter_username":null,"public_repos":137,"public_gists":135,"followers":635,"following":125,"created_at":"2009-06-24T20:01:39Z","updated_at":"2026-02-03T23:55:35Z"},"id":"6179171","created_at":"2013-08-07T21:57:37Z","updated_at":"2015-12-20T18:49:09Z"},{"url":"https://api.github.com/gists/6439359","user":{"login":"x2764tech","id":2870080,"node_id":"MDQ6VXNlcjI4NzAwODA=","avatar_url":"https://avatars.githubusercontent.com/u/2870080?v=4","gravatar_id":"","url":"https://api.github.com/users/x2764tech","html_url":"https://github.com/x2764tech","followers_url":"https://api.github.com/users/x2764tech/followers","following_url":"https://api.github.com/users/x2764tech/following{/other_user}","gists_url":"https://api.github.com/users/x2764tech/gists{/gist_id}","starred_url":"https://api.github.com/users/x2764tech/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/x2764tech/subscriptions","organizations_url":"https://api.github.com/users/x2764tech/orgs","repos_url":"https://api.github.com/users/x2764tech/repos","events_url":"https://api.github.com/users/x2764tech/events{/privacy}","received_events_url":"https://api.github.com/users/x2764tech/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"David Kemp","company":"x2764tech limited","blog":"x2764te.ch","location":"West Yorkshire, UK","email":null,"hireable":null,"bio":"Managing Director of x2764tech Limited, and not looking for alternative employment.","twitter_username":null,"public_repos":30,"public_gists":5,"followers":9,"following":3,"created_at":"2012-11-23T09:18:48Z","updated_at":"2026-03-31T15:37:38Z"},"id":"6439359","created_at":"2013-09-04T16:21:04Z","updated_at":"2015-12-22T07:39:01Z"},{"url":"https://api.github.com/gists/8330230","user":{"login":"JT5D","id":391299,"node_id":"MDQ6VXNlcjM5MTI5OQ==","avatar_url":"https://avatars.githubusercontent.com/u/391299?v=4","gravatar_id":"","url":"https://api.github.com/users/JT5D","html_url":"https://github.com/JT5D","followers_url":"https://api.github.com/users/JT5D/followers","following_url":"https://api.github.com/users/JT5D/following{/other_user}","gists_url":"https://api.github.com/users/JT5D/gists{/gist_id}","starred_url":"https://api.github.com/users/JT5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/JT5D/subscriptions","organizations_url":"https://api.github.com/users/JT5D/orgs","repos_url":"https://api.github.com/users/JT5D/repos","events_url":"https://api.github.com/users/JT5D/events{/privacy}","received_events_url":"https://api.github.com/users/JT5D/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"JT5D","company":"The IMC Lab + Gallery","blog":"http://TheIMCLab.com","location":"New York City","email":null,"hireable":true,"bio":"Metaversal monk making magic @imclab & @ZeroSpace-Studios ","twitter_username":"TheIMCLab","public_repos":294,"public_gists":3072,"followers":490,"following":7968,"created_at":"2010-09-07T23:08:04Z","updated_at":"2026-04-02T18:49:20Z"},"id":"8330230","created_at":"2014-01-09T06:28:37Z","updated_at":"2016-01-02T16:29:02Z"},{"url":"https://api.github.com/gists/a351986295d266b218d1","user":{"login":"johndierks","id":212235,"node_id":"MDQ6VXNlcjIxMjIzNQ==","avatar_url":"https://avatars.githubusercontent.com/u/212235?v=4","gravatar_id":"","url":"https://api.github.com/users/johndierks","html_url":"https://github.com/johndierks","followers_url":"https://api.github.com/users/johndierks/followers","following_url":"https://api.github.com/users/johndierks/following{/other_user}","gists_url":"https://api.github.com/users/johndierks/gists{/gist_id}","starred_url":"https://api.github.com/users/johndierks/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/johndierks/subscriptions","organizations_url":"https://api.github.com/users/johndierks/orgs","repos_url":"https://api.github.com/users/johndierks/repos","events_url":"https://api.github.com/users/johndierks/events{/privacy}","received_events_url":"https://api.github.com/users/johndierks/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":24,"public_gists":18,"followers":19,"following":1,"created_at":"2010-02-27T23:24:23Z","updated_at":"2026-02-17T23:57:58Z"},"id":"a351986295d266b218d1","created_at":"2015-11-19T05:10:00Z","updated_at":"2015-11-19T05:10:41Z"}],"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":"7308379d2dcf7918952b3498d8d38257e8c29483","committed_at":"2016-02-09T01:37:57Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3795040/7308379d2dcf7918952b3498d8d38257e8c29483"},{"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":"63cb16227b180a0fb3c8c32216028e1a0e6e8e16","committed_at":"2015-10-31T01:06:32Z","change_status":{"total":4,"additions":2,"deletions":2},"url":"https://api.github.com/gists/3795040/63cb16227b180a0fb3c8c32216028e1a0e6e8e16"},{"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":"face7ddcd887d2c276dd6c15ec37ad32c16b5a3a","committed_at":"2015-06-11T19:34:02Z","change_status":{"total":10,"additions":6,"deletions":4},"url":"https://api.github.com/gists/3795040/face7ddcd887d2c276dd6c15ec37ad32c16b5a3a"},{"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":"820c570856f8939a54515a70299bc1d16b9e342c","committed_at":"2013-05-13T02:56:25Z","change_status":{"total":4,"additions":2,"deletions":2},"url":"https://api.github.com/gists/3795040/820c570856f8939a54515a70299bc1d16b9e342c"},{"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":"868de616c75491fe4262059d6ab0e776a106b27f","committed_at":"2012-12-07T01:15:54Z","change_status":{"total":9,"additions":5,"deletions":4},"url":"https://api.github.com/gists/3795040/868de616c75491fe4262059d6ab0e776a106b27f"},{"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":"663a926f22507129209130f92742a0fade6dabf1","committed_at":"2012-10-26T16:35:13Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3795040/663a926f22507129209130f92742a0fade6dabf1"},{"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":"68ffd17b9479ea6510d85bfed03f8cfa3310f7a2","committed_at":"2012-10-26T16:08:33Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3795040/68ffd17b9479ea6510d85bfed03f8cfa3310f7a2"},{"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":"1e8e66b880e6120bad3c506986e77dd536b2b855","committed_at":"2012-10-12T02:28:21Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/3795040/1e8e66b880e6120bad3c506986e77dd536b2b855"},{"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":"2c49833fe9d343dfe588dc6272d882d397f44f9e","committed_at":"2012-10-02T17:39:10Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3795040/2c49833fe9d343dfe588dc6272d882d397f44f9e"},{"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":"8bb1be631175e649194dc04e4a12e969a0760a28","committed_at":"2012-10-02T17:39:03Z","change_status":{"total":15,"additions":3,"deletions":12},"url":"https://api.github.com/gists/3795040/8bb1be631175e649194dc04e4a12e969a0760a28"},{"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":"742f41b108f385b59f12e5e0f72809e1455192e9","committed_at":"2012-09-27T16:45:16Z","change_status":{},"url":"https://api.github.com/gists/3795040/742f41b108f385b59f12e5e0f72809e1455192e9"},{"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":"132b8892781f45254b2848e2f9baa3fc2ef4dcac","committed_at":"2012-09-27T16:44:51Z","change_status":{},"url":"https://api.github.com/gists/3795040/132b8892781f45254b2848e2f9baa3fc2ef4dcac"},{"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":"426b07be3a5df010b681d97dea652fd6ba13d2cd","committed_at":"2012-09-27T16:41:57Z","change_status":{},"url":"https://api.github.com/gists/3795040/426b07be3a5df010b681d97dea652fd6ba13d2cd"},{"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":"901be89dd8cf22a333756eb74920d2c94ac7f625","committed_at":"2012-09-27T16:15:22Z","change_status":{},"url":"https://api.github.com/gists/3795040/901be89dd8cf22a333756eb74920d2c94ac7f625"},{"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":"119bbfe5eb331dc42f402cc8f1bc7ecf911a4e9b","committed_at":"2012-09-27T16:14:34Z","change_status":{},"url":"https://api.github.com/gists/3795040/119bbfe5eb331dc42f402cc8f1bc7ecf911a4e9b"},{"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":"c7f3d7e71b48fdbc6bbe3089f1f52e300d045dbc","committed_at":"2012-09-27T16:09:53Z","change_status":{},"url":"https://api.github.com/gists/3795040/c7f3d7e71b48fdbc6bbe3089f1f52e300d045dbc"},{"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":"5fdd6c28cf6abe6a4259b015d18bac90011f9061","committed_at":"2012-09-27T16:08:43Z","change_status":{},"url":"https://api.github.com/gists/3795040/5fdd6c28cf6abe6a4259b015d18bac90011f9061"},{"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":"10bb2db6b109e64867cfd96e9f512c416b59fbd6","committed_at":"2012-09-27T16:07:41Z","change_status":{},"url":"https://api.github.com/gists/3795040/10bb2db6b109e64867cfd96e9f512c416b59fbd6"},{"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":"fcc165f830e636c1dadf89febd8549aa2318ade6","committed_at":"2012-09-27T16:07:24Z","change_status":{},"url":"https://api.github.com/gists/3795040/fcc165f830e636c1dadf89febd8549aa2318ade6"},{"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":"a1700521f2385169268e348dd93a301d83abda42","committed_at":"2012-09-27T16:07:11Z","change_status":{},"url":"https://api.github.com/gists/3795040/a1700521f2385169268e348dd93a301d83abda42"},{"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":"1f0ae8f2cab8be421da34e0b1edfd480f5c643e4","committed_at":"2012-09-27T16:06:59Z","change_status":{},"url":"https://api.github.com/gists/3795040/1f0ae8f2cab8be421da34e0b1edfd480f5c643e4"},{"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":"08d9135cb391f829fd2228b2d69f034c381cd8f4","committed_at":"2012-09-27T16:06:42Z","change_status":{},"url":"https://api.github.com/gists/3795040/08d9135cb391f829fd2228b2d69f034c381cd8f4"},{"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":"f06c821d66832f6deea038ce81e2ee67916a1def","committed_at":"2012-09-27T16:06:23Z","change_status":{},"url":"https://api.github.com/gists/3795040/f06c821d66832f6deea038ce81e2ee67916a1def"},{"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":"4f0631291ae317986da977de896fc8fceb4b69eb","committed_at":"2012-09-27T16:06:07Z","change_status":{},"url":"https://api.github.com/gists/3795040/4f0631291ae317986da977de896fc8fceb4b69eb"},{"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":"f60591ac18301d1a3528fbc38b7ca56788f5d0cd","committed_at":"2012-09-27T16:05:55Z","change_status":{},"url":"https://api.github.com/gists/3795040/f60591ac18301d1a3528fbc38b7ca56788f5d0cd"},{"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":"79cbab3454f602b8c4c2c88c4b586fe36328a2e7","committed_at":"2012-09-27T16:05:36Z","change_status":{},"url":"https://api.github.com/gists/3795040/79cbab3454f602b8c4c2c88c4b586fe36328a2e7"},{"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":"235f20721e198892c78530c6697bb87f4a72ec8e","committed_at":"2012-09-27T16:05:07Z","change_status":{},"url":"https://api.github.com/gists/3795040/235f20721e198892c78530c6697bb87f4a72ec8e"},{"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":"c4442d988a72cf6468583c7f9c51902510d9f96f","committed_at":"2012-09-27T16:04:46Z","change_status":{},"url":"https://api.github.com/gists/3795040/c4442d988a72cf6468583c7f9c51902510d9f96f"},{"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":"e5077a132a04c55a0a2b8ad347b13b05f74d4d93","committed_at":"2012-09-27T16:04:01Z","change_status":{},"url":"https://api.github.com/gists/3795040/e5077a132a04c55a0a2b8ad347b13b05f74d4d93"},{"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":"72cf20b151d4f98209a0041ec27ee113fc0c3ed8","committed_at":"2012-09-27T16:03:32Z","change_status":{},"url":"https://api.github.com/gists/3795040/72cf20b151d4f98209a0041ec27ee113fc0c3ed8"}],"truncated":false}