Skip to content

Instantly share code, notes, and snippets.

View choct155's full-sized avatar

Marvin Ward Jr. choct155

  • Washington, D.C.
View GitHub Profile
@choct155
choct155 / index.Rmd
Created November 13, 2014 07:01
2014 NTA Presentation
---
title : Institutional Implications for Revenue Choice
subtitle : An Analysis of Fiscal Behavior in Colorado
author : Marvin Ward Jr., Congressional Budget Office
job : Analyst
framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
highlighter : highlight.js # {highlight.js, prettify, highlight}
hitheme : tomorrow #
widgets : [mathjax] # {mathjax, quiz, bootstrap}
@choct155
choct155 / README
Last active August 29, 2015 14:09
Presentation for 2014 National Tax Association Conference
# Institutional Implications for Revenue Choice: An Analysis of Fiscal Behavior in Colorado
**Presentation for [2014 National Tax Association Conference](http://www.ntanet.org/images/stories/pdf/nta_cot107th2014_web.pdf)**
This talk will be given during the panel scheduled for 1:45 PM on Thursday, November 13th, 2014. It covers preliminary research into the revelation of voter prefereces with respect to [tax and expenditure limitations in Colorado](http://www.colorado.gov/cs/Satellite?blobcol=urldata&blobheader=application%2Fpdf&blobkey=id&blobtable=MungoBlobs&blobwhere=1239165968612&ssbinary=true). Specifically, the research asks whether or not exemption votes (i.e. ["de-Brucing"](http://en.wikipedia.org/wiki/Douglas_Bruce)) can be predicted from 1) [socioeconomic factors](http://censtats.census.gov/usa/usa.shtml) and 2) [ballot initiative components](http://ccionline.org/info-center-library/research-miscellaneous-publications/) (conditional on #1).
## Session Information
**TOWARD A BETTER UNDERSTANDIN
@choct155
choct155 / index.html
Last active August 29, 2015 13:56
Basic d3 Map of US States
<!doctype html>
<html>
<head>
<title>D3 Tutorial</title>
<script src='http://d3js.org/d3.v3.min.js'></script>
</head>
<body>
@choct155
choct155 / dark-theme.css
Created February 18, 2014 05:52
Spatial view of age distribution in DC
/* Change the styles below in order to customize your template */
body{font-family: Helvetica, Arial; font-weight: regular; font-size: 15px; color: #CBCBCB; background-color: #333}
h1{font-weight: bold; font-size: 31px; letter-spacing: -1px; color: #FFF; line-height: 33px; *margin-top:20px;}
h3{font-weight: bold; font-size: 12px; color: #777; text-transform: uppercase; margin: 10px 0 0 0;}
p{margin: 8px 0 20px 0; line-height: 18px;}
a, a:visited{color: #72B6E5; text-decoration: none;}
a:hover{text-decoration: underline;}
.context{font-family: Helvetica, Arial; font-size: 13px; color: #999; padding: 10px 0 0 0;}
@choct155
choct155 / SKLtutorial.ipynb
Created January 6, 2014 16:37
Current version of an ML reference that relies on the scikit-learn tutorial...
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@choct155
choct155 / ACAbrief_short.ipynb
Created December 30, 2013 18:04
Just a run-through of a sample of ACA related materials and data. This was pretty much a sprint through the info without revision, so if something should be changed I am happy to hear about it. This was a side piece for me, but I am also happy to receive comments about what else should be considered.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@choct155
choct155 / rCharts_choroV2.ipynb
Created December 28, 2013 13:42
Just a test of interactivity for a rCharts choropleth
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@choct155
choct155 / rCharts_choro.ipynb
Last active January 1, 2016 14:39
Just a test of interactivity for a rCharts choropleth
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@choct155
choct155 / TrafficCam.ipynb
Created December 7, 2013 18:43
Location of DC Traffic Cameras - Notebook
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@choct155
choct155 / index.html
Last active December 30, 2015 10:49
Location of Traffic Cameras in DC
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.5/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.5/leaflet.js"></script>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="http://d3js.org/queue.v1.min.js"></script>
<script src="leaflet-dvf.markers.min.js"></script>