Skip to content

Instantly share code, notes, and snippets.

View jimallman's full-sized avatar

Jim Allman jimallman

View GitHub Profile
/*
d3.phylogram.js
Wrapper around a d3-based phylogram (tree where branch lengths are scaled)
Also includes a radial dendrogram visualization (branch lengths not scaled)
along with some helper methods for building angled-branch trees.
d3.phylogram.build(selector, nodes, options)
Creates a phylogram.
Arguments:
selector: selector of an element that will contain the SVG
@jimallman
jimallman / index.html
Created April 5, 2012 22:56 — forked from lesjames/config.rb
Sass Workshop
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sass Workshop</title>
<link rel="stylesheet" href="style.css">
<style>
.topics { width: 200px; margin: 2em auto; text-align: center; }