Skip to content

Instantly share code, notes, and snippets.

View threestory's full-sized avatar

Erik Jacobsen threestory

View GitHub Profile
@threestory
threestory / ca_migration.csv
Created November 19, 2015 01:49
California Net Migration by County: 2013-2014
County netMigration Year
Alameda 873 2014
Alpine 22 2013
Amador 282 2014
Butte 124 2014
Calaveras 153 2014
Colusa -105 2014
Contra Costa 6877 2014
Del Norte -49 2014
El Dorado 1552 2014
@threestory
threestory / cb_2014_us_county_5m.json
Created November 13, 2015 20:22
California Counties
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@threestory
threestory / cb_2014_us_county_5m.json
Created November 12, 2015 07:35
Western U.S. Counties - Simple Map
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@threestory
threestory / curbi_data2.csv
Last active December 3, 2015 20:31
Social Media Usage Stacked Area
application indicator 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
snapchat duration 335 476 420 1040 571 214 399 238 0 574 164 685 804 585 803 526 619 539 679 1060 530 653 516 710 523 658 520 583
instagram duration 324 399 644 562 233 104 343 82 0 273 106 457 349 304 639 276 328 445 518 575 315 325 345 403 279 318 298 394
facebook duration 0 41 47 30 16 0 37 13 0 16 26 12 30 56 41 68 73 83 62 87 18 66 156 93 98 39 73 121
tfbnw duration 0 0 0 0 0 0 0 0 0 0 0 0 0 45 57 27 26 65 206 225 104 78 34 11 121 45 101 166
@threestory
threestory / index.html
Last active November 1, 2015 00:02
Twitterfluence Scatter: Log Scale
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Twitterfluence</title>
<script type="text/javascript" src="//d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="http://use.typekit.com/brf5jpj.js"></script>
<script src="//use.typekit.net/drk2sev.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
@threestory
threestory / index.html
Created October 31, 2015 00:59
Twitterfluence Scatterplot
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Twitterfluence</title>
<script type="text/javascript" src="//d3js.org/d3.v3.min.js"></script>
<script type="text/javascript" src="http://use.typekit.com/brf5jpj.js"></script>
<script src="//use.typekit.net/drk2sev.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
@threestory
threestory / index.html
Last active August 29, 2015 14:20
U.S. Youth Suicides - lines and bars
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>U.S. Suicide Rates for 15-24-year-olds by U.S. State, 1999-2013</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<script type="text/javascript" src="http://use.typekit.com/brf5jpj.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
@threestory
threestory / index.html
Last active August 29, 2015 14:19
U.S. Suicides by State for 15-24 year-olds, Time Series with highlights
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>U.S. Suicide Rates for 15-24-year-olds by U.S. State, 1999-2013</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<script type="text/javascript" src="http://use.typekit.com/brf5jpj.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
@threestory
threestory / index.html
Created April 22, 2015 18:09
Suicides by State, 2013 - Scatterplot Racial Comparison
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>U.S. Youth Suicide Deaths by Race, 2013 </title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: #808080;
@threestory
threestory / index.html
Last active August 29, 2015 14:19
2013 Suicide deaths - two age groups with transition
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>U.S. Suicide Deaths</title>
<script type="text/javascript" src="http://d3js.org/d3.v3.js"></script>
<style type="text/css">
body {
background-color: #808080;