Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
[
{
"id": "recVl473xIIRUHrDt",
"createdTime": "2020-03-29T03:07:12.000Z",
"cellValuesByColumnId": {
"fldBWaqJq0Z1LZjNH": "* Built by Candor.co",
"fldb33RYp9aHrTgZU": {
"revision": 111,
"otDocumentId": "otdBOv4cW84Nka6zA",
"documentValue": [
@timeinfeldt
timeinfeldt / 2010 - List of Metro Data.csv
Last active July 15, 2018 18:14
Applied Visualizations - Assignment 4 - Data
We can make this file beautiful and searchable if this error is corrected: It looks like row 3 should actually have 1 column, instead of 11 in line 2.
2010 - List of Metro Data
For explanatory notes see the Methods page on our website: www.usreligioncensus.org
Metro Area,Population,PopRank,Adherents,AdhRank,Congregations,ConRank,Adherents %,Adh% Rank,Congregations Per 10K People,Con Per 10K Rank
"Aberdeen, SD, Micropolitan Statistical Area",40602,232,31063,499,94,587,76.5,26,23,159
"Aberdeen, WA, Micropolitan Statistical Area",72797,450,21650,649,105,534,29.7,847,14,559
"Abilene, TX, Metropolitan Statistical Area",165252,673,104476,202,296,192,63.2,154,18,368
"Ada, OK, Micropolitan Statistical Area",37492,192,21657,648,103,542,57.8,251,27,62
"Adrian, MI, Micropolitan Statistical Area",99892,539,37108,432,129,450,37.1,733,13,629
@timeinfeldt
timeinfeldt / .block
Last active April 21, 2016 16:23 — forked from mbostock/.block
Stacked Area Chart
license: gpl-3.0
@timeinfeldt
timeinfeldt / gist:d1949abdf566a94513ba
Last active August 29, 2015 14:14
Bookmarklet: URL parameter highlighting
console.log('hi');
@timeinfeldt
timeinfeldt / SassMeister-input.scss
Created October 6, 2014 15:57
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.1)
// ----
$map:();
$font-size:(s: 12px, m: 14px);
$values: (text-s 12px), (text-m 14px), (text-l 16px);
// generate classes from $values
@timeinfeldt
timeinfeldt / SassMeister-input.scss
Created September 1, 2014 16:20
Generated by SassMeister.com.
// ----
// Sass (v3.4.1)
// Compass (v1.0.1)
// ----
.padded {
+ & {
color: red;
}
}
@timeinfeldt
timeinfeldt / SassMeister-input.scss
Created August 11, 2014 13:07
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
$map: (
'template/resize-arrows.png': 'HASHED_PATH',
'symbols/google-logo.png': 'ANOTHER_HASHED_PATH',
);
@timeinfeldt
timeinfeldt / SassMeister-input.scss
Created August 5, 2014 13:17
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0.rc.1)
// ----
$map: (
'template/resize-arrows.png': 'HASHED_PATH',
'symbols/google-logo.png': 'ANOTHER_HASHED_PATH',
);
@timeinfeldt
timeinfeldt / index.html
Last active August 29, 2015 14:03
d3.js: Delta line chart to compare correlating metrics with different units
<!DOCTYPE html>
<meta charset="utf-8">
<style>
text {
fill: #666;
font-family: sans-serif;
font-size: 11px;
}
.axis path, .axis line {
@timeinfeldt
timeinfeldt / SassMeister-input.scss
Created April 25, 2014 15:27
Generated by SassMeister.com.
// ----
// Sass (v3.3.5)
// Compass (v1.0.0.alpha.18)
// ----
$map:();
$values: (text-s 12px), (text-m 14px), (text-l 16px);
// generate classes from $values
@each $item in $values {