Skip to content

Commit e47a488

Browse files
committed
Create README.md
1 parent 99d2971 commit e47a488

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

global-terrorism/img/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Gallery
2+
Here you can checkout the visualizations I made when analysing the `Global Terrorism Database`.
3+
For more information on how the plot where made.
4+
For an in depth explanation of how the data is categorized see the [database manual](http://start.umd.edu/gtd/downloads/Codebook.pdf).
5+
6+
#### Assumptions
7+
Certain assumptions were made about the data.
8+
9+
* I only use data from `2007` to `2017`.
10+
* I only consider attacks that are definitely terrorist attacks.
11+
* For attacks with an unknown number of fatalities I assume no one died.
12+
13+
This means that these visuals should be treated as lower bounds on the actual numbers.
14+
15+
## Deaths by type of attack
16+
On the chart below we see timeseries of fatalities split by type of `attack` for the entire ten year period of the data. Note how there is a surge in deaths around and after `2014`.
17+
18+
![image](https://github.com/besiobu/data-science-portfolio/blob/master/global-terrorism/img/deaths_by_attack_over_time.png)
19+
20+
## Number of attacks by weapon
21+
The second plot in the gallery shows the number of attacks by weapon type and region. As can be seen `explosives` a by far the most popular weapon type. Also note that categories `fake weapons`, `biological` and `radiological` have been left out of the plot due to the scarcity of such attacks.
22+
23+
![image](https://github.com/besiobu/data-science-portfolio/blob/master/global-terrorism/img/attacks_by_weapon.png)
24+
25+
26+
## Attack location by group
27+
Lastly, I present you with a map revealing the attack locations of the `five most deadly` terrorist groups. Each dot represents an attack and each attack is colour coded by group.
28+
29+
![image](https://github.com/besiobu/data-science-portfolio/blob/master/global-terrorism/img/group_attack_annotated_blue_sea.png)

0 commit comments

Comments
 (0)