The code that powers the text animations shown here: http://projects.fivethirtyeight.com/.
View .block
height: 1000 |
View .block
height: 725 | |
View _README.md
Track and send reminders about public records requests using Google Sheets
Setup
Use this example spreadsheet for a starting point. Under the "File"
tab, select "Make a copy"
.
https://docs.google.com/spreadsheets/d/1jbkGnok85Q9qT0O4hRAn0uVDA9deWW10kMwreoBpzKg/.
Spreadsheet
View .block
height: 550 |
View .block
height: 450 | |
View Makefile
.PHONY: all | |
.SECONDARY: | |
# Download .zip files | |
zip/tl_2015_us_county.zip: | |
@mkdir -p $(dir $@) | |
@curl -sS -o $@.download 'ftp://ftp2.census.gov/geo/tiger/TIGER2015/COUNTY/tl_2015_us_county.zip' | |
@mv $@.download $@ |
View README.md
Example of how to create dynamic map distance scales.
View README.md
Orleans Parish precincts colored based on which gubernatorial candidate won in the 2015 general election. Includes simple hover styles.
View .block
height: 800 |