Difference between revisions of "1718t1is428T12"
Line 154: | Line 154: | ||
{| class="wikitable" style="background-color:#FFFFFF;" width="100%" | {| class="wikitable" style="background-color:#FFFFFF;" width="100%" | ||
|- | |- | ||
− | ! style="font-weight: bold;background: #5E2705;color:#FFFFFF; width: 40%;" | Key Technical Challenges | + | ! style="font-weight: bold;background: #5E2705;color:#FFFFFF; width: 40%;padding:10px;" | Key Technical Challenges |
− | ! style="font-weight: bold;background: #5E2705;color:#FFFFFF; width: 30%;" | | + | ! style="font-weight: bold;background: #5E2705;color:#FFFFFF; width: 30%;padding:10px;" | Description |
− | ! style="font-weight: bold;background: #5E2705;color:#FFFFFF; width: 30%;" | | + | ! style="font-weight: bold;background: #5E2705;color:#FFFFFF; width: 30%;padding:10px;" | Solution |
|- | |- | ||
− | | <center> Unfamiliar with D3.js libraries </center> || | + | | <center> Unfamiliar with D3.js libraries </center> |
+ | | style="padding:10px;" | | ||
D3.js is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. | D3.js is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. | ||
− | || | + | |style="padding:10px;"| |
*Go for the d3 workshop | *Go for the d3 workshop | ||
*Self learning | *Self learning | ||
*Peer Learning | *Peer Learning | ||
|- | |- | ||
− | | <center> Data Cleaning and Transformation </center> || | + | | <center> Data Cleaning and Transformation </center> |
+ | | style="padding:10px;" | | ||
The data set are in text format and many other different format. Integration are challenging as there are a lot of manual work to be done. | The data set are in text format and many other different format. Integration are challenging as there are a lot of manual work to be done. | ||
− | || | + | |style="padding:10px;"| |
* Delegate workload for cleaning datasets | * Delegate workload for cleaning datasets | ||
|- | |- | ||
− | | <center> Determining the Most Optimal Interactive Elements </center> || | + | | <center> Determining the Most Optimal Interactive Elements </center> |
+ | | style="padding:10px;" | | ||
In order to enable users to understand the data sets, interactive elements needs to be suitable for this project | In order to enable users to understand the data sets, interactive elements needs to be suitable for this project | ||
− | || | + | |style="padding:10px;"| |
*Develop storyboard | *Develop storyboard | ||
*Research on network graph visualization | *Research on network graph visualization |
Revision as of 23:48, 23 November 2017
Version 1 | Version 2 |
Contents
Introduction & Motivation

The Panama Papers (2016) are a huge leak — 11.5 million (approximately 2.6 TB) — of financial documents that reveal the financial holdings of the rich and powerful. The global investigation into the secretive industry of offshore companies expose how politicians, celebrities, sportsmen and high-net-worth individuals set up front companies in remote jurisdictions to protect their cash from higher taxes, and facilitate bribery, arms deals, financial fraud and drug trafficking. Laying within the trove of leaked files are also the names of the rich and powerful in the Asia-Pacific (APAC) region, overshadowed by the media’s interest of more prominent names of the West.
Objectives
As news coverage, even in Singapore, was focused mainly on the West, attention is diverted from what may be more important, which are details of individuals and businesses in APAC that are also found in the leaked documents. This results in a lack of information and coverage on the APAC region.
Our goal is the shed light on the individuals and business involved in the APAC region in the following ways:
- To present the complexity and structure of relationships between entities and individuals in each country in the APAC region.
- Identify key parties in the offshore investments.
Background Survey of Related Works
Visualization | Explanation |
---|---|
|
Geospatial map chartThis visualization shows the interconnectedness of countries connected and involved in the offshore industry over a forty-year period. The map view scalable and specific date and time is selectable on the timeline.
|
|
Network graphThis visualization is part of a drill-in in the previous visualization when you click on a particular country. It shows the interconnectedness of companies in that particular country to companies outside the country, across the world. The nodes show more details when they are hovered over.
|
|
Interactive mapMap showing companies in Mossack Fonseca database “connected” to a particular country by address. The data also shows clients, beneficiaries, and shareholders by country. The visualization uses scaled circle location markers to show the number of companies in each country mentioned in the database. Each country's circle location markers are clickable, which reveal the number of clients, beneficiaries, and shareholders mentioned in the papers from the selected country.
|
Data Source
Dataset | Attributes |
---|---|
Offshore Leaks Database by The International Consortium of Investigative JournalistsData source: https://offshoreleaks.icij.org/pages/database |
|
Paradise-Panama-Papers: Data Scientists United Against Corruption datasetData source: https://www.kaggle.com/zusmani/paradisepanamapapers/data |
Tools / Libraries
- Tableau
- Github
- Microsoft Excel
- Adobe Creative Suite
- Sketch
- Neo4j
- D3.js
- Python
Technical Challenges
Key Technical Challenges | Description | Solution |
---|---|---|
D3.js is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. |
| |
The data set are in text format and many other different format. Integration are challenging as there are a lot of manual work to be done. |
| |
In order to enable users to understand the data sets, interactive elements needs to be suitable for this project |
|
Project Timeline & Task Assignments
References
- Databases: https://offshoreleaks.icij.org/pages/database
- Kaggle Dataset: https://www.kaggle.com/zusmani/paradisepanamapapers/data
- D3.js: https://d3js.org/
- Neo4j: https://neo4j.com/
Comments
Please leave comments here.