Skip to content

Instantly share code, notes, and snippets.

@davekelly
davekelly / README.md
Last active October 26, 2016 09:00 — forked from silviaegt/README.md
Bibliographic metadata sunburst

metadata_sunburst

An attempt to visualize bibliographic (Dewey) metadata with D3 based on Kerry Rodden's Sunburst

@davekelly
davekelly / 0_reuse_code.js
Last active August 29, 2015 14:11
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
<!DOCTYPE html>
<html>
<head>
<title>Map</title>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js"></script>
<style type="text/css">
svg {
background: #eee;
}