Skip to content

Commit

Permalink
DataViz Global Arms Sales
Browse files Browse the repository at this point in the history
  • Loading branch information
gigamaster committed Oct 6, 2024
1 parent d7c358f commit f3988b1
Show file tree
Hide file tree
Showing 13 changed files with 78,260 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ or a directory as a zip archive to your own (local) computer.
| Web App | Image | SVG | Editor |
| ------------- | ------------- | ------------- | ------------- |
| dpaint | drawio | encrypt | erd-editor |
| [dpaint][dpaint] | [drawio][drawio] | [encrypt][encrypt] | [erd-editor][erd-editor] |
| ![dpaint]([dpaint]) | ![drawio]([drawio]) | ![encrypt]([encrypt]) | [erd-editor][erd-editor] |
| godsvg | grapesjs | livecodes | mermaid-editor |
| [godsvg][godsvg] | [grapesjs][grapesjs] | [livecodes][livecodes] | [mermaid-editor][mermaid-editor] |
| tldraw | voxel-builder | vvvebjs | |
Expand Down Expand Up @@ -68,9 +68,7 @@ Alternativaly, you can open the repository in a new browser tab, press `>`


>
> _If I had to do it again today,
> I would definitely choose jQuery
> ease of use than Tailwind and Alpine.js_
> _If I had to do it again today, I would definitely choose the ease of use of jQuery over Tailwind and Alpine.js_
>

Expand Down
61 changes: 61 additions & 0 deletions app/dataviz/global-arms-sales/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# globalArmsTransfers
An Interactive visualisation of global arms transfers from 1950 to 2017

* Heavily inspired by Will Geary's (@wgeary) Video - https://vimeo.com/286751571


* SVG Map by AMCharts - https://www.amcharts.com/svg-maps/?map=world


* Dataset retrieved from SIPRI - https://www.sipri.org/databases/armstransfers
* Thanks to Jsvine for this neat trick to download the set as CSV - https://gist.github.com/jsvine/9cb3300588ed402160fe
* Cleaned dataset by removing:

- All deals where Supplier or Recipient is unknown.
- All deals which had multiple sellers without specification which.
- Deals with the UN, NATO, Regional Security System (RSSS), OSCE & African Union as seller or buyer

* and consolidating the following groups:
- Amal (Lebanon)* -> Lebanon
- ANC (South Africa)* -> South Africa
- Anti-Castro rebels (Cuba)* -> Cuba
- Armas (Guatemala) -> Guatemala
- Biafra -> Nigeria
- contras (Nicaragua)* -> Nicaragua
- El Salvador (FMLN) -> El Salvador
- ELF (Ethiopia)* -> Ethiopia
- FNLA (Angola)* -> Angola
- GUNT (Chad)* -> Chad
- Haiti Rebels -> Haiti
- Hezbollah (Lebanon)* -> Lebanon
- Huthi rebels (Yemen)* -> Yemen
- Indonesia Rebels -> Indonesia
- Khmer Rouge (Cambodia)* -> Cambodia
- Lebanon Palestinian rebels* -> Lebanon
- LF (Lebanon)* -> Lebanon
- libya GNC -> Libya
- Libya HoR -> Libya
- LTTE (Sri Lanka)* -> Sri Lanka
- Macedonia (FYROM) -> Macedonia
- MTA (Myanmar)* -> Myanmar
- Mujahedin (Afghanistan)* -> Afghanistan
- Northern Alliance (Afghanistan)* -> Afghanistan
- Northern Cyprus -> Cyprus
- SLA (Lebanon)* -> Lebanon
- SNA (Somalia)* -> Somalia
- Southern rebels (Yemen)* -> Yemen
- Soviet Union -> Russia
- Syria Rebels -> Syria
- UIC (Somalia)* -> Somalia
- Ukraine Rebels* -> Ukraine
- UNITA (Angola)* -> Angola
- Viet Cong -> Vietnam
- Viet Minh -> Vietnam
- Viet Nam -> Vietnam
- ZAPU -> Zimbabwe


* Other plugins used:
- Color Picker - https://bgrins.github.io/spectrum/ by bgrins
- jQuery
*/
Loading

0 comments on commit f3988b1

Please sign in to comment.