Difference between revisions of "Group14 Report"

From Visual Analytics and Applications
Jump to navigation Jump to search
Line 148: Line 148:
 
==Discussion==
 
==Discussion==
 
What has the audience learned from your work? What new insights or practices has your system enabled? A full blown user study is not expected, but informal observations of use that help evaluate your system are encouraged.
 
What has the audience learned from your work? What new insights or practices has your system enabled? A full blown user study is not expected, but informal observations of use that help evaluate your system are encouraged.
 +
 +
  
 
==Future Work==
 
==Future Work==
A description of how your system could be extended or refined.
+
The Arms Trade visualization application has some areas of potential to be extended and enhanced further. <br>
 +
 
 +
The application currently focuses on countries with Low and Very Low Peace index. It could to be enhanced to include more countries from the SIPRI arms imports database to provide a better coverage of the global arms imports trade. <br>
  
==Installation Guide==
+
We could also include the military spending available in SIPRI database to explore the relationship between military spending and arms trade. <br>
including hardware configuration and software integrationn.
 
  
==User Guide==
+
Based on a research conducted by University of Warwick, a recent study showed the existence of a “local oil dependence”, which indicates that the amount of arms imported has a direct relationship with the amount of oil exported to the arms supplier [10]. Speculatively, arms export to a specific country is affected by the degree of dependence on its supply of oil. Hence, it will be interesting area to explore will also be on energy dependency and arms trade.
Step-by-step guide on how to use the data visualisation functions designed.
 
  
  

Revision as of 23:37, 13 August 2018

Randy-tarampi-225537-unsplash.jpg Towards Greater Transparency for the Global Arms Trade

Proposal

Report

Poster

Application

 



Overview

The global arms trade has been a major concern as the international transfer of arms between states could lead to wars, crimes against humanity and contribute to serious violations of international human rights. The Stockholm International Peace Research Institute (SIPRI) conducts research on arms transfers between regions and states aimed at increasing the fundamental understanding of the impact of arms transfers and to support policymaking. SIPRI aims to contribute to greater transparency in the global arms trade to ensure responsible international arms transfers, hence helping to prevent violent conflict, alleviate tensions and warn about potentially destabilizing arms accumulations. Based on the latest publication by SIPRI in 2017, a rising trend is observed in the volume of international transfers of major weapons, with the highest volume of arm transfers recorded between 2013 to 2017, since 1990 [1]. Research conducted by SIPRI also shows that the global arms trade industry is continuing to export weapons into for deadly armed conflicts. [2]

Trend in International Arms Transfers,1978 to 2017

TIV Trends.jpg


Motivation and Objectives

Based on the Global Peace Index 2018 published by the Institute for Economics and Peace, we have identified the countries with 'Low' and 'Very Low Peace' global peace index. [3]

Our project aims to identify the trends and patterns in the international arms transfers at the regional and country levels for these countries and we wish to explore the arms trade dependencies of these countries with other countries. We also aim to explore the major importers and exporters of arms weapons and to find out the relationships between the global arm importers and exporters. Our team is motivated to design a dynamic and interactive dashboard to provide students and policymakers a better understanding and holistic view of the global arms trade.

Through our analysis, we hope to address the following:

1) To explore the arms imports at regional and country level
We want to observe the trends in the global arms imports, find out the countries and regions with the highest arm imports and also identify if there are any unusual patterns in the global arm transfers over the years.

2) To explore the arm trade dependencies between countries
We would like to explore the chord diagram and network chart to find out the exchange of arms transfer between countries.

3) Analyse the top exporters of arms
For a particular region or country, we would like to find out which are the top exporters supplying arms and find out the trends in the arms suppliers across the years.

4) Explore the arms imports with the economic and population indicators
Our group wishes to find out if there is a relationship between the economic and population indicators with the arms imports of countries.


Past Works

A number of applications exist for the visualization of arms trade data. SIPRI produced an interactive web platform using data in their published database but focused on military expenditure instead of arms trade flows (http://visuals.sipri.org/).

Group14 1.png

More prominently, Google produced an interactive platform visualizing the imports and exports of small arms and ammunition [7]. These applications, while enhancing the interpretability of published data, often focus only on one aspect of the arms trade using a singular visualization technique (http://armsglobe.chromeexperiments.com/).

Group14 2.png

To value-add to this, we contribute an application featuring multiple visualizations, each providing a different aspect of exploration. The following sections describe our approach to the problem and how the application was designed and built.


Design Framework

Our analysis of the SIPRI arms imports data is done the following way:

1. Visualisation of Arms Dependencies
2. Visualisation of Arms Trade over time
3. Visualisation of Arms Import by FDI, GDP and Population

Visualisation of Arms Dependencies

Chord Diagram To visualise the arm imports dependencies between countries, chord diagram was used.

Package(s) Used
The chorddiag package in R allows to create interactive chord diagrams using the JavaScript visualization library D3 from within R using the htmlwidgets interfacing framework.
It is also possible to utilize the circlize package to visualize the chord diagram with added customizable functions to visualize additional plots within the chord diagram. However, circlize package lacks the interactivity for users on the chord diagram itself. For example, users will not be able to highlight trade flows of interest within the chord diagram itself. The chorddiag package requires the data to be in a square matrix format, hence multiple data wrangling had to be performed to ensure that datasets had to be in square matrix format prior to plotting of the chord diagram.

Application Users are filter by the region to find out the total imports trade flow for countries in the selected region. In addition, users can also filter by the 5-year interval time periods. Users can hover over a particular arc to find out the intra country import details. In the example below, the tooltip shows that South Africa imports 420 arms imports (TIV millions) from Israel.


500px

500px


Tree Map The treemap allow users to filter by country to visualize the selected country’s dependencies on other countries for arms in 5-years period from 1993 to 2017.

Package(s) Used
The treemap package was used and it has powerful set of tools to transform, analyze, and color the treemap. The functionality of the treemap is combined together with the interactivity of the d3.js treemaps in R though the d3treeR htmlwidget. d3treeR is built to work seamlessly with treemaps from the R treemap package.

Users can filter by a particular country to visualize the selected country’s dependencies on other countries for arms in 5-years period from 1993 to 2017.

Application The treemap is structured in a hierarchical format by Year_Range, Region and Country and the measure value, Total arms imports. The total imports value is used to determine the size of each treemap node. Regions with bigger rectangle size are bigger suppliers of the arms to the selected country in the filter option. When Users can click on a particular region, the treemap further drills down into the countries level for the selected region. Users will be able to identify the selected country dependencies of arm imports both at the region and country level.

500px


Demonstration

Sample test cases

Discussion

What has the audience learned from your work? What new insights or practices has your system enabled? A full blown user study is not expected, but informal observations of use that help evaluate your system are encouraged.


Future Work

The Arms Trade visualization application has some areas of potential to be extended and enhanced further.

The application currently focuses on countries with Low and Very Low Peace index. It could to be enhanced to include more countries from the SIPRI arms imports database to provide a better coverage of the global arms imports trade.

We could also include the military spending available in SIPRI database to explore the relationship between military spending and arms trade.

Based on a research conducted by University of Warwick, a recent study showed the existence of a “local oil dependence”, which indicates that the amount of arms imported has a direct relationship with the amount of oil exported to the arms supplier [10]. Speculatively, arms export to a specific country is affected by the degree of dependence on its supply of oil. Hence, it will be interesting area to explore will also be on energy dependency and arms trade.


References

[1] Stockholm International Peace Research Institute. https://www.sipri.org/research/armament-and-disarmament/arms-transfers-and-military-spending/international-arms-transfers
[2] Amnesty International. https://www.amnesty.org/en/latest/campaigns/2017/09/killer-facts-the-scale-of-the-global-arms-trade/
[3] The Institute for Economics and Peace. http://visionofhumanity.org/indexes/global-peace-index/