Skip to content

Instantly share code, notes, and snippets.

View chris-creditdesign's full-sized avatar

Chris Ryan chris-creditdesign

View GitHub Profile
.DS_Store
build/
node_modules
@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>

D3.js Timeline v.2

All the data is grabbed from a html table saved in a separate pen via ajax. Easily updatable - new events can be added by anyone who can copy and paste in html.

A Pen by chris-creditdesign on CodePen.

License.

@chris-creditdesign
chris-creditdesign / README.md
Last active August 29, 2015 14:19
Terror attacks per country per year
@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
Global Terrorism Database - visualised
@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 / D3.js-map-Location,-Drag-+-Zoom.markdown
Created November 22, 2014 12:55
D3.js map Location, Drag + Zoom