/StopClinicTerror

A visualization of terrorist attacks on womens health clinics in the US from 1995-2015

Primary LanguageCSS

StopClinicTerror.org

A visualization of terrorist attacks on womens health clinics in the US from 1995-2015.

Data

Events are stored in a google spreadsheet for collaborative editing.

To download and convert to geojson: cd data && make

Timeline

Uses D3 to render a map and animate display over time.

Development

npm install
grunt

Open a browser to localhost:4000 and it will reflect changes made to html, style or script files automatically.

Deployment

grunt build
grunt buildcontrol:ghpages

Built with grunt to compile styles, minify and combine scripts, and increment static file versions. Deploy to github pages with buildcontrol.