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.
.DS_Store | |
build/ | |
node_modules |
<!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> |
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.
Source: Global Terrorism Database (GTD)
Data and data wrangling process via this gist: https://gist.github.com/chris-creditdesign/e07ff4ab3d879396f2a1
Build with d3.js
Source: Global Terrorism Database (GTD)
Data and data wrangling process via this gist: https://gist.github.com/chris-creditdesign/e07ff4ab3d879396f2a1
Build with d3.js
Source: Global Terrorism Database (GTD)
Data and data wrangling process via this gist: https://gist.github.com/chris-creditdesign/e07ff4ab3d879396f2a1
Build with d3.js
#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.
A Pen by chris-creditdesign on CodePen.
browser-sync start --server --files "*.js"
An experimental draggable and zoomable map. Circles are centred on their locations via latitude / longitude coordinates. Used to build a static map for nature.com. Check it out here: http://www.nature.com/news/ultimate-upgrade-for-us-synchrotron-1.13721
A Pen by chris-creditdesign on CodePen.
A Pen by chris-creditdesign on CodePen.