https://github.com/yochem/terrorism
:gun: The website / jupyter notebook for the data visualisation course.
https://github.com/yochem/terrorism
Last synced: 2 months ago
JSON representation
:gun: The website / jupyter notebook for the data visualisation course.
- Host: GitHub
- URL: https://github.com/yochem/terrorism
- Owner: yochem
- License: mit
- Created: 2019-06-13T13:08:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T10:33:41.000Z (almost 6 years ago)
- Last Synced: 2025-02-06T13:23:57.415Z (4 months ago)
- Language: HTML
- Homepage: https://yochem.github.io/terrorism
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualising terrorism in Europe
This repository contains the Jupyter Notebook source code for the [data
stories](https://yochem.github.io/terrorism). The source code consists
of the `.ipynb` files, with all code included, and the `.html` pages generated
from these notebook files. The dataset can be found
on [kaggle](https://www.kaggle.com/START-UMD/gtd).This is a project for the UvA [data visualisation
course](http://studiegids.uva.nl/xmlpages/page/2018-2019/zoek-vak/vak/63017).## Development
After modifying the notebooks, clean the old html files:
```
$ make clean
```
Then rebuild these files:
```
$ make html
```
Push to Github:
```
$ git commit -a
$ git push origin master
```## License
Code licensed under the MIT license, data license can be found on [the
homepage](https://www.kaggle.com/START-UMD/gtd).https://github.com/yochem/terrorism