{"url":"https://api.github.com/gists/3795048","forks_url":"https://api.github.com/gists/3795048/forks","commits_url":"https://api.github.com/gists/3795048/commits","id":"3795048","node_id":"MDQ6R2lzdDM3OTUwNDg=","git_pull_url":"https://gist.github.com/3795048.git","git_push_url":"https://gist.github.com/3795048.git","html_url":"https://gist.github.com/mbostock/3795048","files":{".block":{"filename":".block","type":"text/plain","language":null,"raw_url":"https://gist.githubusercontent.com/mbostock/3795048/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/3795048/raw/635db8872ef0d5f684899de7e38b438ad05bd722/index.html","size":952,"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.gnomonic()\n    .clipAngle(80);\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/3795048/raw/9b5c3291907ebb012688199c651ee39c544ad746/thumbnail.png","size":6705,"truncated":false,"content":"iVBORw0KGgoAAAANSUhEUgAAAOYAAAB4CAYAAADmBo6IAAAAGXRFWHRTb2Z0\nd2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAGdNJREFUeNrsnQeUE9X3xx9N\n6aIoXZqggHRRhIMIyipiQSkWkA7SFGywgB66oliQXhSRXsUOUqQpRUFRUUFA\npEhnKUoRC/N/n+dv8s9mkyXZzSSzyf2eM2d3symTmXffbd97b6Z33313Z+PG\njQtkyZLlbxUH+P3335X+vmrVqlUqZ86casOGDapChQpKf3/z/1OnTqmFCxeq\ndu3aqd69e6tXXnnF7/sMGzZM9enTJ+jPXbt2rapTp44aPny46tWrV1CvOXv2\nrJo4caLq1KmTyp07d5q+7+LFi1WjRo2SPZYtWzb1999xcbszIrJdffXVR1Tb\ntm2T9EK1tIBaf/31l/XPP/9YsYxjx45ZWvis1q1bW/oiWE8++aT1zDPPWHqh\nep6jhdfz96BBg8zzfI9cuXJZP/30U0iffd9991mLFi0K+vm//PKLpYXIWrp0\naZq/7zvvvJPsvPPmzWu999571jXXXOP3e8kR/UMLZlKWzZs3J1atWjWHvllq\nz549Zif9888/Vf78+WNyO0IDdenSRXXu3FmdOHFCrVy5UhUtWlRdfvnlqlSp\nUuY5l156qcqcObP5/dZbb1W33XabKl68uNq9e7fRqIDrxDWqX79+0J+dkJCg\nSpYsqbJnzx7U8/Ply2fOTwuo0eh89smTJ1WBAgWC/sxly5aZw0bLli1VYmKi\n0huxud8C9+Gyyy47p/SmmmTvrmfOnLHOnz9vtKc2gawLFy7EnMZcsWKF2ZUy\nZcpk1a1b19ICaVWvXt0aMGCA9euvv6b62sOHD1v33HOPZ2dr2rSp4+e7ceNG\n65JLLrHy5MljaXPWat++fUiv79q1a7LdeN68edbx48ctffNFO7lYY2b+448/\nPJKKz6UXgWrSpInSAqpefPFFdfTo0ZjajdBw06dPV1mzZlVr1qwxWvObb75R\nX3/9tZo8ebI6ePBgwNeiqT766CM1YcIEVaJECaVNf8fPd8aMGeZzuE+nT58O\n2dfU5rbnd6yAG2+80fidtuYXuBNZZs+enXju3LkcekdWhQoV8vyjXLlyZvFq\nv8j8LFu2bNAmmNtRuXJlVbt2bfO79qnN5rNr1y6zKe3YsUPVrFkz4HfFzNea\nVeldTTVo0EBdf/31jp4rgjht2jQsG495++ijjwb1Wq0Z1ZAhQ4xA2yZ6t27d\n1IgRI9S2bdtk9bvZlC1SpEiSrUJffvnlZGYQwSC9+Mz/9GKIyWAQwa5PPvnE\n0prEfE/M2t9++y3F8wgY8Xjz5s09JgevwfR3Elu2bDEBIPszr7rqKmOKBgNt\nESQzkYoVK2YewyQWk9HdpizaIqlt27aeB0ePHp3s5mptanxObeLFdLQWf1pr\nJuPL1ahRw9q5c6elTVzzE7z//vuW1qKe63TLLbd4/uf0eTVr1szzuXfccUfQ\nr33jjTeS3XAi0do0lsWfEQTTDv707dvX8485c+ZY8Yq9e/da2pT1XIsXXnjB\nPD5u3LhkF69ixYpGcCOBpKQkS5vMVtWqVa0ffvgh6Ne1aNEi2TnPnTs3RTBI\nDpcLprdwal/TLNB4xb///muNGjXK0j6ZdcMNNxiTnsfs3Kd9JCQkROycjhw5\nYmlfMejnY3qXKFEimQm8b98+j8kuRwYSTBbfrFmzrEqVKlmffvqpFe8gPfL6\n668bv8w2K7t16+a5gGxge/bsceW5f/TRRynMWEgThQsXlsWfEQRz+fLlSb43\n9c8//7TOnj1rCf7fz/PevMaPH+/JA9auXdv67rvvXHfO3vlWjqlTp5rHsQDs\nPC4bS+bMmUUY3CiYGkkkyrdu3SoSGALWr19vzEMuZIUKFayjR4+65twI1vne\n7JUrV5r/EbTib6LL33//fbKAlhwuE0z+yJEjh9W7d++gQ/ECywRT7Iu5YcMG\n15wXWtz7RmfNmtWz8VapUsU8tmPHDmvs2LEiCG7lyupfEvWRg0Q7FRAwTYoV\nK+Z44jwWAJPmxx9/NCwpkviQMaINiAP9+/dX2uT2PKZNcdWiRQtDiuA+161b\n1zCcnnrqqWTPE7iIYJCQkJDk62fgfzz88MMRydPFAiZPnmxIAIcOHYr6uXz1\n1Vd+d+HOnTt7nkOATzSTy7myS5cuVRs3blQ9evQwVRYA+tecOXNU1apV1YAB\nA0xFgyAwoDNSbaJ9tqifS65cuUy9pS+2bNni+X3MmDFy09wO73QJdYgkzfv0\n6WNdccUVHgm+8sorTWKaXJrAP5YsWWLt378/6ueB7+gvoJOYmBiQEZTeI1++\nfIbMgKUlGs+BPKY3tJY0OTz4lfYLKK4l4idwLyARUMRNwIeSNu4b3FjvqDvU\nw3AtIuiLX3/9tYlSi1CF0ZT11aAEAyiDopBWO6Hq6aefNsECvRuagt2mTZuq\nO+64w5RJCdwHTFlcEYq7qSQBFHmXKVPG/P7ss8+qSZMmheWzqDjSloKqXr26\nWrFihVz8cEILW0CN+dlnn1n9+vUzBcUU63pLNX/ffvvt1pQpU0yBtSB6wZ61\na9cmI0PUqVPHpHI+/vhjTxUMgDTiTdNL72GTFggsiaYLsynboEGDJJLOAwcO\ntDZt2uS35w9cUcwV+uPoF6V4o2uvvdaQvPFRBZEFVDvykd6AU8tm+cEHHyTj\n9JKj9o4dpOdgLQCEU4TJAcE8f/58EuHzWrVqGSe+VKlSpqICn8QfLY8bTnOo\nDh06GE4tZVLe9X7UdIoGjRzQjtqkTLEpch9mzpxplStXzurfv7/HCgoHV7ZI\nkSKmyIGSQKwmESaHgz+Qtl999VVPBzUoZ0888YT15Zdf+tWkmE0UD9NJTvsw\nnjfmZtEzCF6pwFnceeedZlP1J7BUC3H/7PswcuTIdC8aAkp2IAnN3L17d9OH\niCAQa4fNWoTLoagsVfn4J7RbJLrHk4sXL252Ydo/+gPEd4TxwQcf9ITr2a1f\ne+01vx0BBOEBLgjX2du6QRA7duxoLB+aeaHdGjZsaDRdehcNqTRfUGFDITnn\nIGVlDqdLvMPvMFu6dOliCnXRppQ+bd68OeBrYMDwGvsmwSxiV929e7dIUhhB\nZ78RI0aY/KFNUreBpqR0j9jArbfeGrZFg9b1B2IM5LtFsCIkmL6ApkeC+pFH\nHrF69Ohhffvtt6k+n6bFLJ6bb77ZBI6ef/5568SJEyJV6cSyZcvMTVy1apUJ\nxDRp0iTZ/9GYFHpTnBBq4h8BC9TesmjRosZX9cXQoUNFqKIpmL5C98UXX5io\nbTCAGcPOSj1jLPasjTTTiJtIIA5eM6VnNnuLv9NaZ0kAr02bNlaWLFkCPgez\neNu2bcliCMQg2CBEsFwgmILogYgrRc8ffvihZZft0bCaTS+tC4IIOxoYwbzY\nc4k5+LozMMUyyuInN+/WiLJf5o/TSEpK8tvT9MCBA2bAD31bBReH1lqmTA9W\njxZKde7cOaUtEqUFNeT3sgcqwRbivXhfetCmBkrIKHLwvq/eoxjcCs77zTff\nVKtXrzbNu+mf7HoSeyRAhJZ2mfhEJKftwmz8zgkTJpjAEi00taCKWgwCDAjC\nfyf63bJlyzTlJNetW2c98MADJrhHJwai8j/++KMZSGR3afA90Ng2MKfJpbpZ\nQ5K/HT58eIp8r96MxJT1DV7Ql6ZevXqmcwLUMhv2AmvVqlVI7RrjEQgS/jpB\nuAIFCoS8CB5//HHzPlD4fE1TNsdA7wnBhNQJrDEnq0rweXv16mUNHjzYeuyx\nx0weFaYZDcjJ02I+L1iwwAQV/fnVpUuXNmmjQAFH7569bhLMTAim/uOKaGls\nZnLs3LlT6YWl9u7da8jW+sKrsWPHKq1RzXiGu+66y8yWrFKlipm+FSujGsKB\nY8eOqZEjRyqt3ZS2RkJ6rW22VqtWLcX/tm/frjp27Kg+//zzqHyvggULmqlk\n2royk9hsYK4zZc17Deg1rLTFYNYQYy4oxNCa3rNuUjPLuWYUZWzdutVN5vZx\nVwV/IClQPjR9+nTDIilfvnyK3QTKIPMshbTwH/TGlmZzjACId1QVkgDBIzSU\nN9UykgemM5o4kq7Mzz//HBbyRdxEZSEqzJ492xC1fYt/ybNh8sLzDaURciyC\nvKK/TQzWltaGAVMf+PR2btrunheNA2I9Zur8+fOj1m0QM9679lgEM0gwcwOC\nArM72NEZGWB/EZgtlD6hceMV3sOO7IPNjJ63gYRu2LBh1vLly824h2gswJw5\nc5pgn1vm4mAxcK0ojfMe5CSCeRFQzWAntXHmJ02aZEjU9evXN19I+xSu7Ywe\nbhA5JeDDXBNAaZc30RxLA/PsueeeMxoV68IO0qBBoVYSQIl0X1nqeJkNM2TI\nEENQcSPg/EKgIEdMgUa4SuXikmAAp5c0C0l3fNBYLz2jwgOhgj6HucqCRwMx\nMZq+PxDXiXbznEWLFpnXVK5c2dx4hMJfpzxM39QYP6EcN910k5m4bWtG/Fmo\nmfhzGY31RQYhkqMLY5L5gyblQsZ642qCI3nz5k12Q0k92YueSh9Mezis7Ph0\no4Cqh5Bwjbz7/iCM+fPnN4XV5DIvtnDQvFQRsQH6S1HwONqQwBQbhRualKUX\nTMCLq3RJJEAPoy+//NKwPAoXLmx61dhsl4wKrXlM+ohm04DR85s2bVJag5q/\nBw4caFqSaqFUL7/8surQoYM6fPiw0haFWrBggZmo3bp1a5N6oK8TKSvSBlrT\nXXTadPv27dXkyZPN76RpeD7Nr+2m17Ty5PEpU6aYVMXu3bsNo4trz/lkVMAW\neu+998x1Js3C9XSCqWbSJdrMSaJAOpaB5oBHCvGbUilK0jI6KF731Za+3xlg\nPsLMscF3x9T1jmTjt1OIoBdeUDs6FSb4X/j8vqD+0/bJGFpUsGBBT00v/aNi\nBfihWAVcM1yGcPqhntklBAuI6i1cuNDMVQxXqgPWDgeLiC/h9Fj0YME4uoxe\n3YIP3alTJ2OCsvgZV4+gEIXFf0QIoNrh0/luvAQ2/OWBiXaHsoDoNQzjhs+F\n6kbkPFBNJsGmWDBpU1vvFK2HQ0C11ZFEW8ok7wfZ5bjhFN6mNYBCgS7Cjv9h\n75YEIWg/AkeW8iByk5SAQcW72GbAebhFqN0WmYWqRjE0vGOS8970ODoYXgwI\nLT45z0XAQ1lA3FPocaQ8UqMDIpRuHFXoBNgIGzRokCaBhD7Ipqqtl6RM6r9p\nX34Nf/wW6FpQ5MqXL68qVqxoqE56dzRUOi1QpqqAA5+NYUT0NcUHCZYeRr9a\n2++Dfqe/W7L/aZPBVJ4wDOf22283vlOpUqWEi6fBeAt8Oq4Tfp3vgKBp06ap\nVq1aef7Wm6AZeUEfWChtvG7+/PlmtAO+IAf3NpyoUaOGofXFG40SP378+PFG\nNrimJ06cMGtZC12y5+kNTd1yyy2qUaNGpmczvZz1Wj+u7r///qRg1S8akKhe\nuELqoewk9C5lZ/alajG2IR678mFpXCwJTgcDKIxoU/xIcr6BoqzkgMkL0ykx\nXPeNFAPUyngG1x1/FMsEbYpbR6yDe0LE2s5D+7ha/6VLoEHB0KdPjN5NXTWD\nwg7lU/1AAIdQ/EsvvWQ4nZjC0KgIfBB0iCfmT6izLTFzU8vFwaQivUH5WDju\nG/2eZBhymmMgKfOYBEWgaaXVTg73QTCBXQawgTRu3DigNodKRVKbnF0sA5+w\nZMmSYb/WlOEBajzpiJDW9xk1apRIV7gF0xt0tnODcFKEi1NMhDfY9hVQ0DB7\nicDGErAMcCecutZYTsB3KvXFDoJ91HZyfrF2zV0lmIS/0Tzh9DkifTD1ip6r\nRIIpJcL8ddNI9rTA6cJe+uAA3IZA1onvAVfZn68kcEAwSZwGamGYkQ/850aN\nGpn0ABp4zZo15neaUO3atcvVfiq5SqevD+QBm1wOrRGOa2p+K/nSWCeouM6U\nXbFiRUTJu5E+yLF6cz0RWogWJIspicJ8dhMmTpwYketCBzy7FAsyvO8aIBpM\n/aRoySgIJiFemhfZw0/j5UBQSZZjLUC0cBMo80prv9hQD2aRQIBnJIbd5pEm\n0oT57WJm2EMUWQsirDGhbuGXUUoVT8LprVEZDUHZVLBNrZ0Eea9IXwNyyLR6\noawOQL+DJ8umhSnL74IICCYlQfgyJPNpi8jFt2l18XwwUWv79u1RvWGQpaPx\n3R966CFTJsaQKW/qXZUqVSQC65BgZurZs2eS9iGugA5HOQvlUXReE6QE1MTB\ngwerZs2aRaVsjHHqULfsUq9oo3///mrQoEGyMMIMKHmpcmUF/kHNIrzdvHnz\nqmzZsqmaNWua2sg8efI4/tnUA8KptLw4xdEAfNuVK1eaayAIv2Cq/wmmDHNJ\n50FlhrY+IpI68O7vE40D1lG0zfqYN2VFY4YXNCdGq9GY2ilQNT9hwgQ1ZswY\nU/1DxUKhQoVMg+Z9+/Yp7YuaioajR4+G/bMfeeQRNWrUKE+nBIFozAxz0IjK\nd0aGE/BXowrXmYoGxiOG8ztRU8ksExmfGBmNmVn2p/CDUQ979uxJUR8ZbjAO\nwBfUWNJ/h9q/cEGb6GrLli2qTZs25v0FziOrXILwg6LYWrVqqfr16xvTtmjR\noqpu3bpmzJ0/YXICR44cSf/iyJpVjR49WnXp0kVuaoQhPmYEce+995r5jCVL\nljSaJyEhwURznUKnTp3UW2+9labX0qli8eLFpqueQHzMuDrgnMKgof7VCcBl\nTWvdJp3cBeJjxiXo08N0Y/q7hrvXDqCH69133x3y6/BR6fckiB5EMF0Ampw5\nlaiHrRQqLly44Kp5kSKYgogDf5O8oFNgmGta8Oqrr5oglkAEM+5AhHbixInq\nuuuuc+T9SdvQRjEtQGP+9NNPcpNEMOMPffr0MfNCnMKhQ4dM/9+0IrViBvql\nYvIKRDBjDtDonATNluvVq5em19J4mJSJP9Bouk6dOuanwBkIwSCKqFSpkrO7\nbubMJuK7atWqoF/TvHlz1blzZ1WhQgXTIR/AxcUkhrSwfPlytWTJEtMZ/+OP\nP1YNGzaUGymCGTtgJCDlY06D0RbBAkLCpEmT/PqqjPHzHTkHu0kgpmxMoVu3\nbhGh56H1mCcTDJi56Q+YtMzR9AZpmMaNG8uNFMGMLW3Zrl27iHxW8eLFzecF\nK5gMivLFL7/8ok6ePJnssbZt26rcuXPLzRTBjA1QPzlr1qyILWo4ud27d7/o\n8yCqz5071wR9fDFnzhx15swZz9+lS5dWXbt2lZvpMIQrG4GjZs2aptsetZKR\nBh3+qBFVqXQD3LJlS9CNpt98800htDrdJU8E0/lpZYyii3Y3OUa+BzpHJkmn\nBjon2rNMKlSoEJdjDyMtmBKVdRiTJ082BcbRRiAuLibs8OHDU31tvnz5TAnY\njh07TEuRnDlzyo112gVRUo/pGFq0aKFmzpzpinMheDNu3DhVpEgRtXv3bvXd\nd9+Z+lCmfwvcBeoxRWM6CKeZPaEArdevXz+5KRKVFTjZnUAQ44JZpkwZQ90S\nhBd9+/Y1dDiBIC3Isn///sRmzZrluPHGG43pRYdvqumprhekDTBtoLbRQUAg\nCBUXLlw4l4nWMMor+INg0jSYGSZfffWVOajLk3kmwYPkO4EWgSAtMLNLfAXT\nH44fP25C5du2bTNCun37drVr1y518OBBde7cOXX69Omwn1z27NlN60e6yhUr\nVkyVLVvWUMaIJtIOEvYJ9YZuKz2C2L1s2bKg+akCQZoFMxAOHDhgcnSUAgUL\nKGKXXnqpGcCD4EGOJjdG86dSpUp5BBGzmsehrtlNhik1ookyrwc0Va5atWoK\nHme0AC/1iy++MN9BIEiPYKYrXYJgUbt3/fXXG/MXIDRUTTAFi59oDviXBQoU\nUAULFjQHvxO+53+hVFjQgJjDBsJMB4B58+a54oKSjhChFIQD6RLMHDlymFmR\nHNECm4IbwEAfNimBIBzI8HkSNHO0Qac7BtoKBCKY/wPDU6MtlIsWLfK04RAI\n4l4w4XyuX78+Kp+NGQ8BfN26dSG17xAIHPcxo43Vq1c7kqoJBLQiQ3Zg9NB9\nLlAXOYEgrjUmFfeRBOVORJ05RCgFTiJdecxoAsJD5cqVU3RuiwRI8WzatMnx\n9pOC+AR5zAyrMeltGg2hBORORSgFYsr6wQcffBCVz0VbDhgwQFaOQATTF3B3\n4cxGA0OGDDGjBwQCEUwfMNDGiUGvF8OwYcNU7969ZdUIHEeGTJdQVXL+/PmI\nmq+UcTEmQCAQwQyASDa4gig/Y8YMM91KIBBTNgDoCs6w10iA6OuGDRtEKAUi\nmKmB3GXPnj0d/xxqQOm1+sknn7iq051ATFlXon///mZGo9NYuHChSkhIkNUh\nEI0ZDOhwEAn4G6wjEIhgBgBdD5wGvYaku51ABDNI0Lrk9ddfd/xz6NsjBHWB\nCGaQWLBggTp8+LDjGnn8+PFiygpEMIPFbbfd5uhodDQl3f74HIFABDNIMAeE\nvGK4Qde9li1bmgbXFEELBCKYIQDiOg2nw62Fv//+e/XWW28Z/q1AIIIZIuCq\n7ty5M6zv+dprr5l+PYmJiSE1rRYIRDA1Tp06ZSYzhxsbN25Ubdu2Nd3gI8Eo\nEghiSjAhrdMRL9x47LHHzMgFGEUCgZvg+p4/TBmjMJk5JeFGuXLlTPtJRj0I\nBG5Bhuj5A5ncCaEEFD6LUApEY4YIBBJt6cRsToYbbd26VQRTIBozVAwdOtSx\ngbmMNhChFLgVrhXMzz//XL399tuOvX+1atVCfg1F01ADBYK4FUy05YULFxx7\n/4ceeiik5589e9YwhEjdCARxKZj0jHVyhDvEAmaPhALamdD5XRpyCSKBrNrR\nPKF/MmTy76jvEpn/2yemTp1qaiKZOB0uWJZlNPDAgQNVp06dTP6Sxy56gbJm\nNTNSmFptT65m5LxA4AQyZcqUDZn8PwEGAOh+zDimti1YAAAAAElFTkSuQmCC\n","encoding":"base64"}},"public":true,"created_at":"2012-09-27T16:46:19Z","updated_at":"2026-03-22T06:15:21Z","description":"Interactive Gnomonic","comments":0,"user":null,"comments_enabled":true,"comments_url":"https://api.github.com/gists/3795048/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/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":{},"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}},"forks":[{"url":"https://api.github.com/gists/93ad1b8d8e750ecc96f0","user":{"login":"mpmckenna8","id":1895795,"node_id":"MDQ6VXNlcjE4OTU3OTU=","avatar_url":"https://avatars.githubusercontent.com/u/1895795?v=4","gravatar_id":"","url":"https://api.github.com/users/mpmckenna8","html_url":"https://github.com/mpmckenna8","followers_url":"https://api.github.com/users/mpmckenna8/followers","following_url":"https://api.github.com/users/mpmckenna8/following{/other_user}","gists_url":"https://api.github.com/users/mpmckenna8/gists{/gist_id}","starred_url":"https://api.github.com/users/mpmckenna8/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/mpmckenna8/subscriptions","organizations_url":"https://api.github.com/users/mpmckenna8/orgs","repos_url":"https://api.github.com/users/mpmckenna8/repos","events_url":"https://api.github.com/users/mpmckenna8/events{/privacy}","received_events_url":"https://api.github.com/users/mpmckenna8/received_events","type":"User","user_view_type":"public","site_admin":false,"name":"Matthew McKenna","company":null,"blog":"mpmckenna8.github.io","location":"San Francisco","email":"mpmckenna8@me.com","hireable":true,"bio":null,"twitter_username":null,"public_repos":139,"public_gists":148,"followers":78,"following":183,"created_at":"2012-06-26T20:38:16Z","updated_at":"2022-01-12T22:05:47Z"},"id":"93ad1b8d8e750ecc96f0","created_at":"2014-06-04T22:51:40Z","updated_at":"2015-08-29T14:02:13Z"}],"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":"e324bac4178264ebdbaa72f82c93a752d99531e6","committed_at":"2016-02-09T01:38:01Z","change_status":{"total":1,"additions":1,"deletions":0},"url":"https://api.github.com/gists/3795048/e324bac4178264ebdbaa72f82c93a752d99531e6"},{"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":"9ca99ef7a597cac944f48d0cf47b52d96ef61e36","committed_at":"2015-10-31T01:06:42Z","change_status":{"total":4,"additions":2,"deletions":2},"url":"https://api.github.com/gists/3795048/9ca99ef7a597cac944f48d0cf47b52d96ef61e36"},{"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":"c76f82219ad8c07b130927be5008fae0a25c9085","committed_at":"2015-06-11T19:33:59Z","change_status":{"total":8,"additions":5,"deletions":3},"url":"https://api.github.com/gists/3795048/c76f82219ad8c07b130927be5008fae0a25c9085"},{"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":"ab2e0f2739a15aefab0dcdf6ecca7679913f25fd","committed_at":"2013-05-13T02:56:37Z","change_status":{"total":4,"additions":2,"deletions":2},"url":"https://api.github.com/gists/3795048/ab2e0f2739a15aefab0dcdf6ecca7679913f25fd"},{"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":"2347f5969e2471a57f057c5240075e8e47c65cd2","committed_at":"2012-12-07T03:17:45Z","change_status":{"total":12,"additions":5,"deletions":7},"url":"https://api.github.com/gists/3795048/2347f5969e2471a57f057c5240075e8e47c65cd2"},{"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":"dbb7e152e86ba6f5f9620255ba00bd0f4873e643","committed_at":"2012-10-26T16:35:16Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3795048/dbb7e152e86ba6f5f9620255ba00bd0f4873e643"},{"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":"2dd06a88b8732b44564702e58eb5edc147130a29","committed_at":"2012-10-26T16:08:37Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3795048/2dd06a88b8732b44564702e58eb5edc147130a29"},{"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":"a5ef6141550822424c841ee05de5ba37a2e7b414","committed_at":"2012-10-12T02:28:21Z","change_status":{"total":0,"additions":0,"deletions":0},"url":"https://api.github.com/gists/3795048/a5ef6141550822424c841ee05de5ba37a2e7b414"},{"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":"1d58b59d0a9b0fcfe1603d31de3ec6bdb12b29b6","committed_at":"2012-10-05T06:27:49Z","change_status":{"total":3,"additions":2,"deletions":1},"url":"https://api.github.com/gists/3795048/1d58b59d0a9b0fcfe1603d31de3ec6bdb12b29b6"},{"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":"5834220b1f8bd00c19c0810717b45db5b2bdcd38","committed_at":"2012-10-02T17:38:22Z","change_status":{"total":2,"additions":1,"deletions":1},"url":"https://api.github.com/gists/3795048/5834220b1f8bd00c19c0810717b45db5b2bdcd38"},{"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":"0097e97651a9609aa58c738ed7f5ad1146b221ee","committed_at":"2012-10-02T17:38:04Z","change_status":{},"url":"https://api.github.com/gists/3795048/0097e97651a9609aa58c738ed7f5ad1146b221ee"},{"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":"a06510a438058ece32e1177fce68d48d657f894f","committed_at":"2012-10-02T17:37:32Z","change_status":{},"url":"https://api.github.com/gists/3795048/a06510a438058ece32e1177fce68d48d657f894f"},{"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":"c08a8585ef36e74e012b9c3c54369d996c5599e7","committed_at":"2012-10-02T17:36:52Z","change_status":{},"url":"https://api.github.com/gists/3795048/c08a8585ef36e74e012b9c3c54369d996c5599e7"},{"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":"2bcc40894cddd75ffaa9a572572332576fda9710","committed_at":"2012-10-02T17:36:33Z","change_status":{},"url":"https://api.github.com/gists/3795048/2bcc40894cddd75ffaa9a572572332576fda9710"},{"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":"31f82ccfb14a1ef5ee1c9fa817b9a921c893a5af","committed_at":"2012-09-27T16:46:55Z","change_status":{},"url":"https://api.github.com/gists/3795048/31f82ccfb14a1ef5ee1c9fa817b9a921c893a5af"},{"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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/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/3795048/f60591ac18301d1a3528fbc38b7ca56788f5d0cd"}],"truncated":false}