Skip to content

Instantly share code, notes, and snippets.

@saraquigley
saraquigley / _.md
Created November 18, 2013 18:39
Tributary inlet
@saraquigley
saraquigley / bootstrapQ.css
Last active February 15, 2017 12:41
Student Census (work in progress)
/*!
* Bootstrap v3.0.0
*
* Copyright 2013 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world by @mdo and @fat.
*/
@saraquigley
saraquigley / Readme.md
Last active August 29, 2015 14:02
major migration #2

This is a fork of timelyportfolio’s gist, which timelyportfolio had forked from d3noob's example to allow a csv as the data source... Awesome work by those guys!

Still a long way to go, but this is a great start!

@saraquigley
saraquigley / Readme.md
Last active August 5, 2020 20:24
major migration #3

Major migration at the department level..

Thanks to [git-ashish's block] (http://bl.ocks.org/git-ashish/8959771), I could moke this fast enough to allow for exploration...

And as always, Mike Bostocks' examples have been a huge resource.

Click on any node to filter from that node's perspective. Click on the white chart background (not a node or a link) to go back up all departments.

@saraquigley
saraquigley / Readme.md
Last active December 17, 2017 22:37
major migration #4

Using the latest data received from AE on July 3rd: file called Migration Tables v4.xslx

FYI - Some of the left nav bar is still under construction.

@saraquigley
saraquigley / index.html
Last active October 16, 2015 21:54
Back where I started
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<script src="http://d3js.org/d3.v3.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
<style>
path {
fill: none;
stroke: #000;
@saraquigley
saraquigley / bootstrap.css
Last active December 27, 2016 03:50
Strategic Management Project Pilots 2013-2014
/*!
* Bootstrap v3.1.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: 'Lato', sans-serif;
-ms-text-size-adjust: 100%;
@saraquigley
saraquigley / d3.tip.min.js
Created November 20, 2014 21:26
Curriculum Exploration
d3.tip=function(){function t(t){v=d(t),w=v.createSVGPoint(),document.body.appendChild(g)}function e(){return"n"}function n(){return[0,0]}function r(){return" "}function o(){var t=y();return{top:t.n.y-g.offsetHeight,left:t.n.x-g.offsetWidth/2}}function s(){var t=y();return{top:t.s.y,left:t.s.x-g.offsetWidth/2}}function u(){var t=y();return{top:t.e.y-g.offsetHeight/2,left:t.e.x}}function f(){var t=y();return{top:t.w.y-g.offsetHeight/2,left:t.w.x-g.offsetWidth}}function l(){var t=y();return{top:t.nw.y-g.offsetHeight,left:t.nw.x-g.offsetWidth}}function i(){var t=y();return{top:t.ne.y-g.offsetHeight,left:t.ne.x}}function a(){var t=y();return{top:t.sw.y,left:t.sw.x-g.offsetWidth}}function c(){var t=y();return{top:t.se.y,left:t.e.x}}function m(){var t=document.createElement("div");return t.style.position="absolute",t.style.display="none",t.style.boxSizing="border-box",t}function d(t){return t=t.node(),"svg"==t.tagName.toLowerCase()?t:t.ownerSVGElement}function y(){var t=d3.event.target,e={},n=t.getScreenCTM(),r=t.ge
@saraquigley
saraquigley / data.csv
Last active August 29, 2015 14:13
stacked area data
key value date scenario
Group A 20106 2014 1
Group A 20479 2015 1
Group A 20479 2016 1
Group A 20479 2017 1
Group A 20479 2018 1
Group A 20479 2019 1
Group A 20479 2020 1
Group A 20479 2021 1
Group A 20479 2022 1
@saraquigley
saraquigley / index.html
Last active November 11, 2016 20:34
d3 donuts and angular directives
<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.10/angular.min.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
</head>
<style>
.label {
font: 300 10pt 'Futura', sans-serif;