Skip to content

Instantly share code, notes, and snippets.

View ruthanium's full-sized avatar
💭
🧐

Ruth Dannenfelser ruthanium

💭
🧐
View GitHub Profile
@ruthanium
ruthanium / base.css
Last active February 9, 2018 20:27
Sample network clustering vis
body
{
/*font-family: sans-serif;*/
font-family: 'Helvetica', 'Arial', sans-serif;
font-size: 12px;
height:100%;
}
body a:link
{
@ruthanium
ruthanium / index.html
Last active October 13, 2015 07:34
Table with nested SVG
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='utf-8'>
<title>
Table with nested SVG
</title>
<script src='http://d3js.org/d3.v3.min.js' charset='utf-8'></script>
<style type='text/css'>
body