Skip to content

Instantly share code, notes, and snippets.

@csessig86
csessig86 / IA_poverty
Created December 14, 2011 02:59
Poverty rates across IA map - Uses Google's mouseover effect to change polygon colors
<html>
<head>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<title>WCFCourier.com - Poverty in Iowa</title>
<style>
body { font-family: Arial, sans-serif; }
@csessig86
csessig86 / embed.html
Last active November 29, 2018 03:12
Gulf infastructure AI embed
<div class="app"><style type="text/css" media="screen,print">#g-graphic-box .g-artboard {
margin:0 auto;
}
#g-graphic-box .g-artboard p {
margin:0;
}
.g-aiAbs {
position:absolute;
}
.g-aiImg {
@csessig86
csessig86 / gulf-infastructure.html
Last active November 29, 2018 01:16
Gulf infastructure embed
<!-- Pym -->
<script defer src="https://pym.nprapps.org/pym.v1.min.js"></script>
<!-- Graphic -->
<div class="dv201808-graphic dv201808-graphic--centered dv201808-graphic--centered-narrow" data-pym-src="https://graphics.texastribune.org/graphics/tx-gulf-infastructure-2018-11/">Loading...</div>
<!-- Styles to help with breakpoints -->
<style class="dv201808">
.dv201808-graphic {
clear: both;
@csessig86
csessig86 / us_heroin
Created January 21, 2012 22:17
Map of heroin usage rates in the U.S. Online at: http://wcfcourier.com/app/special/us_heroin/
# Uses Albert Sun's polygon library - https://github.com/albertsun/gmap-features
<!doctype html>
<head>
<title>WCFCourier.com - Heroin in the U.S.</title>
<style type="text/css">
body { font-family: Arial, sans-serif; }
#map_canvas {
height: 600px;
width: 620px;
@csessig86
csessig86 / all-current.topojson
Last active July 21, 2017 21:00
D3 clipped map zoom
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@csessig86
csessig86 / gist:4447555
Last active June 30, 2017 18:22
Simple DataTables template part 3
<html>
<head>
<link rel="stylesheet" type="text/css" href="http://wcfcourier.com/app/special/data_tables/media/css/demo_page.css">
<link rel="stylesheet" type="text/css" href="http://wcfcourier.com/app/special/data_tables/media/css/demo_table.css">
<style>
table {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
float: left;
@csessig86
csessig86 / index.html
Created January 17, 2017 17:15
Iowa's new Medicaid program in nine charts
<div class="left">
<h3 style="line-height: 28px;"><a href="http://www.thegazette.com/subject/news/health/medicaid-charts" target="_blank">Iowa's new Medicaid program in nine charts</a></h3>
<a href="http://www.thegazette.com/subject/news/health/medicaid-charts" target="_blank"><img style="width: 100%;" src="http://www.thegazette.com/storyimage/GA/20170117/NEWS/170119707/AR/0/AR-170119707.jpg&amp;MaxH=500" alt="" /></a>
<p class="embed-subhead">Each fiscal quarter, the Department of Human Services releases an extensive report detailing how the managed care organizations are performing. Click for a snapshot of the data</p>
</div>
@csessig86
csessig86 / readme.md
Last active January 9, 2017 16:09
Creating data projects in Saxo

This will walk you through creating a new data project in Saxo. The following you only need to do once:

Make sure you have Homebrew installed, if you don't already:

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

Install node via Homebrew:

brew install node
@csessig86
csessig86 / index.html
Created December 21, 2016 22:27
Traffic cameras embed
<div class="center"><iframe frameborder="0" height="450" src="https://gadatabases.herokuapp.com/datasets/2" width="100%"></iframe></div>