Difference between revisions of "Main Page"

From Making Migration Work for Development
Jump to: navigation, search
(Test: Dynamic Diagrams)
(Test: Dynamic Diagrams)
Line 38: Line 38:
  
 
=== Test: Dynamic Diagrams ===
 
=== Test: Dynamic Diagrams ===
 
<html>
 
  <head>
 
    <script type="text/javascript" src="https://www.google.com/jsapi"></script>
 
    <script type="text/javascript">
 
      google.load('visualization', '1', {'packages':['motionchart']});
 
      google.setOnLoadCallback(drawChart);
 
      function drawChart() {
 
        var data = new google.visualization.DataTable();
 
        data.addColumn('string', 'Fruit');
 
        data.addColumn('date', 'Date');
 
        data.addColumn('number', 'Sales');
 
        data.addColumn('number', 'Expenses');
 
        data.addColumn('string', 'Location');
 
        data.addRows([
 
          ['Apples',  new Date (2012,0,1), 1000, 300, 'East'],
 
          ['Oranges', new Date (2013,0,1), 1150, 200, 'West'],
 
          ['Bananas', new Date (2014,0,1), 300,  250, 'West'],
 
          ['Apples',  new Date (2015,6,1), 1200, 400, 'East'],
 
          ['Oranges', new Date (2016,6,1), 750,  150, 'West'],
 
          ['Bananas', new Date (2017,6,1), 788,  617, 'West']
 
        ]);
 
        var chart = new google.visualization.MotionChart(document.getElementById('chart_div'));
 
        chart.draw(data, {width: 800, height:400});
 
      }
 
    </script>
 
  </head>
 
 
  <body>
 
    <div id="chart_div" style="width: 600px; height: 300px;"></div>
 
  </body>
 
</html>
 
 
  
 
<html>
 
<html>

Revision as of 14:16, 26 July 2013

Contents

1 Aim and scope of the Knowledge Platform

The Knowledge Platform will ensure sustainability, dissemination and appropriate capitalization of project outputs and results across the SEE area, as well as in the networks that the project will establish exchanges with.

1.1 The main purpose of the Knowledge Platform is:

  • a user-friendly configuration of SEE data on the population, migration flows and labour markets
  • methodologies developed by the project, and the forecasts and outcome scenarios developed with such methodologies



1.2 Input, Materials and Templates

chart

1.3 Results

2 Getting started

About MMWD

Start working with MMWD Knowledge Platform

Consult the User's Guide for information on using the wiki software.


2.1 Test: Dynamic Diagrams

Visualization Assignment 1 - Will Vanti

Visualization Assignment 1

William Vanti


Choose one:

Google Motion Chart | TreeMap


Google Motion Chart - Urban Population Growth (1961 - 2009), by Region

Source: Urban Development Data from the World Bank

Setting up a Motion Chart was somewhat challenging because the layout of the raw data has exacting requirements in terms of the use of the columns and how the different columns will be used in the resulting visualization; finding the right variables to plot under these parameters can take some time. Once an appropriate data set is found and formatted, however, the resulting visualization can be very interesting.

The initial state of this visualization plots the rate of urban population growth (Y-axis) against the urban percentage of the population (X-axis) for certain regions of the world as defined by the World Bank. Each region has a unique color, and the size of the region's plotted circle is proportional to the region's population density.

The overall trend revealed by playing through the visualization suggests that as the urban fraction of the population increases (the bubbles travel to the right), the rate of urban population growth decreases (the bubbles travel downwards). This perhaps makes sense if one considers a scenario in which urban centers become unable to handle larger influxes of people as they grow larger and larger. However, an alternative scenario could be possible in which the increased urban population experiences rapid growth, thereby increasing the urban growth rate; this is not what is shown here.

In terms of individual regions, North America starts out in 1961 already heavily urbanized, and its growth therefore is relatively modest; in contrast, Latin America experiences a huge increase in urban population over the course of 48 years.

Interestingly, the most densely-populated region (largest bubble, South Asia) also has the lowest urban population.

Click to view

TreeMap - Rutgers University Crime Statistics