Skip to content

Instantly share code, notes, and snippets.

View jeremycflin's full-sized avatar

Jeremy jeremycflin

View GitHub Profile
@jeremycflin
jeremycflin / awards_refined.csv
Created September 15, 2015 01:21
ONA_awards
Year Status Award Media Media2 Name Url Note
2000 Finalist American Radio Works Massacre at Cuska http://www.americanradioworks.org/features/kosovo/index.htm
2000 Finalist APB News Crimes of the Century http://www.apbnews.com/crimesofthecentury/timeline.html
2000 Finalist APB News Keeping POW/MIA Secrets http://www.apbnews.com/newscenter/indepth/pow/
2000 Finalist APB News College Community Crime Risk http://www.apbnews.com/safetycenter/family/campus/
2000 Finalist Atlantic Unbound http://www.theatlantic.com
2000 Finalist BankRate.com Recovering from a Natural Disaster http://www.bankrate.com/brm/news/special/floyd.asp
2000 Finalist BayArea.com Birth of a Ballpark http://sports.bayarea.com/baseball/pacbellpark/
2000 Finalist BeliefNet Memorial Day http://www.beliefnet.com/story/26/story_2655_1.html
2000 Finalist BusinessWeek Online Indonesia in Transition http://www.businessweek.com/bwdaily/dnflash/oct1999/nf91019c.htm
@jeremycflin
jeremycflin / arc.js
Last active September 16, 2015 03:46
ONA demographic Interactive
'use strict';
var D2R = Math.PI / 180;
var R2D = 180 / Math.PI;
var Coord = function(lon,lat) {
this.lon = lon;
this.lat = lat;
this.x = D2R * lon;
this.y = D2R * lat;
'use strict';
var D2R = Math.PI / 180;
var R2D = 180 / Math.PI;
var Coord = function(lon,lat) {
this.lon = lon;
this.lat = lat;
this.x = D2R * lon;
this.y = D2R * lat;
@jeremycflin
jeremycflin / README.md
Last active October 12, 2015 04:48
Worldwide Stateless Populaiton

Nowhere Land: Worldwide Stateless Population by Country

Living at the margins of society, the worldwide population of stateless people is estimated to be around 10 million according to the United Nations High Commission on Refugees. The data includes estimated statistics on the Dominican Republic, India and Indonesia. In recent years the number of stateless people has decreased in countries such as Iraq and the Russian Federation.

Built with blockbuilder.org

@jeremycflin
jeremycflin / README.md
Created October 12, 2015 05:04
ACA Enrollment in Texas

Take a look at the Texas ZIP codes with ACA plans data, as well as federal data to compare health insurance enrollment and median household income. Data viz produced by Jeremy C.F. Lin. A more detailed piece can be read on the Texas Tribune. Built with blockbuilder.org Built with blockbuilder.org

@jeremycflin
jeremycflin / README.md
Last active October 12, 2015 05:12
Freestanding Emergency Rooms in Texas
@jeremycflin
jeremycflin / README.md
Last active October 12, 2015 22:17
ONA 15 Attendees

A data driven news package I pitched and built for the 2015 Online News Association Student Newsroom.

Built with blockbuilder.org

@jeremycflin
jeremycflin / README.md
Last active October 12, 2015 22:45
Google Map + D3 Example
@jeremycflin
jeremycflin / README.md
Last active October 12, 2015 23:07
Taiwanese Exchange Student Visualization