A visualization of terrorist attacks on womens health clinics in the US from 1995-2015.
- Sourced from Wikipedia, National Abortion Federation, NYTimes, DailyDot, @ClinicEscort via Vox, et al.
- Map design © 2015 UltraViolet
Events are stored in a google spreadsheet for collaborative editing.
To download and convert to geojson: cd data && make
Uses D3 to render a map and animate display over time.
npm install
grunt
Open a browser to localhost:4000 and it will reflect changes made to html, style or script files automatically.
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.