Difference between revisions of "Group01 Report"

From Visual Analytics and Applications
Jump to navigation Jump to search
Line 41: Line 41:
  
 
==Visual Structure==
 
==Visual Structure==
Structuring the Data to Circlize
+
 
 +
==== Circlize ====
 +
 
 +
For development of the visual application, R will be used as the base code with the focus on using Circlize package to create the graphical visualization for WDI data.
 +
 
 +
<br>[[File:grp01_circlize01.png|800px]]
 +
 
 +
The reason for selecting the Circlize package is that Circular layout is an efficient way for the visualization of massive amounts of information. This package provides an implementation of circular layout generation in R and provide the flexibility the use low-level and high-level graphics functions as defined by users for specific purposes. Together with the seamless connection between the powerful computational and visual environment in R, it gives users more convenience and freedom to design figures for better understanding complex patterns behind multiple dimensional data.
 +
 
 +
 
 +
<br>[[File:grp01_circlize04.png|800px]]
 +
 
 +
Circular visualization is popular in Genomics and related omics fields. It is efficient in revealing associations in high dimensional genomic data. Other used case includes visualizing for the movement of Global migration where movement can be plotted using Chord diagram within a circular plot.
 +
 
 +
This project will be the very first known project to use circular plot represent the multi-dimensional WDI data to create a whole new graphical visualization to the user.
 +
 
 +
 
 +
====Data Mapping====
 +
 
 +
A circular layout is composed of sectors, tracks and cells.<br>
 +
As illustrated in the figure below, the red circle is one track, the blue represents one sector and the intersection of a sector and a track is called a cell.
 +
 
 +
[[File:grp01_circlize02.png|300px]][[File:grp01_circlize03.png|300px]]
 +
 
 +
 
 +
WDI data will be mapped into the circular plot in 3 visual representation:
 +
 
 +
*'''Circular Plot #1''' (Filtered by Topic and Indicator)
 +
**Sector: Country
 +
**Track: Years
 +
*'''Circular Plot #2''' (Filtered by Country)
 +
**Sector: Indicators
 +
**Track: Years
 +
*'''Circular Plot #3''' (Filtered by Year)
 +
**Sector: Countries
 +
**Track: Indicators
  
 
==Visual Representation==
 
==Visual Representation==

Revision as of 17:34, 27 November 2017

GENDER STUDIES
A web-based analytics application for visualizing World Development Indicators

OVERVIEW

PROPOSAL

POSTER

APPLICATION

REPORT


Visual Design Framework

Grp01 design framework.png

Raw Data

Grp01 datastructure.png

Data Tables

Date selected for Visual Mapping

Visual Structure

Circlize

For development of the visual application, R will be used as the base code with the focus on using Circlize package to create the graphical visualization for WDI data.


Grp01 circlize01.png

The reason for selecting the Circlize package is that Circular layout is an efficient way for the visualization of massive amounts of information. This package provides an implementation of circular layout generation in R and provide the flexibility the use low-level and high-level graphics functions as defined by users for specific purposes. Together with the seamless connection between the powerful computational and visual environment in R, it gives users more convenience and freedom to design figures for better understanding complex patterns behind multiple dimensional data.



Grp01 circlize04.png

Circular visualization is popular in Genomics and related omics fields. It is efficient in revealing associations in high dimensional genomic data. Other used case includes visualizing for the movement of Global migration where movement can be plotted using Chord diagram within a circular plot.

This project will be the very first known project to use circular plot represent the multi-dimensional WDI data to create a whole new graphical visualization to the user.


Data Mapping

A circular layout is composed of sectors, tracks and cells.
As illustrated in the figure below, the red circle is one track, the blue represents one sector and the intersection of a sector and a track is called a cell.

Grp01 circlize02.pngGrp01 circlize03.png


WDI data will be mapped into the circular plot in 3 visual representation:

  • Circular Plot #1 (Filtered by Topic and Indicator)
    • Sector: Country
    • Track: Years
  • Circular Plot #2 (Filtered by Country)
    • Sector: Indicators
    • Track: Years
  • Circular Plot #3 (Filtered by Year)
    • Sector: Countries
    • Track: Indicators

Visual Representation

Circular Plot

Observation and Insights

Use case using Gender Stats

Future Works

Future imoprovement

References

Link for reference