Skip to content

Instantly share code, notes, and snippets.

View chris-creditdesign's full-sized avatar

Chris Ryan chris-creditdesign

View GitHub Profile
@chris-creditdesign
chris-creditdesign / README.md
Last active August 29, 2015 14:08
D3 brush on ordinal scale
@chris-creditdesign
chris-creditdesign / D3.js-timeline.markdown
Last active August 29, 2015 14:09
A Pen by chris-creditdesign.
@chris-creditdesign
chris-creditdesign / README.md
Last active August 29, 2015 14:17
Global Terrorism Database

#Exploring the Global Terrorism Database

I would like to work with the Global Terrorism Database (GTD), an open-source database including information on terrorist events around the world from 1970 through 2013 provided by the National Consortium for the Study of Terrorism and Responses to Terrorism at the University of Maryland.

@chris-creditdesign
chris-creditdesign / README.md
Last active August 29, 2015 14:19
Global Terrorism Database - visualised
@chris-creditdesign
chris-creditdesign / README.md
Last active August 29, 2015 14:19
Impact of terror groups 1970 to 2013
@chris-creditdesign
chris-creditdesign / README.md
Last active August 29, 2015 14:19
Terror attacks per country per year
@chris-creditdesign
chris-creditdesign / index.html
Created May 16, 2015 17:25
D3 bouncing ball
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>D3 bouncing ball</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style></style>
</head>
<body>
.DS_Store
build/
node_modules