Difference between revisions of "Main Page"

From Making Migration Work for Development
Jump to: navigation, search
(Input, Materials and Templates)
(Input, Materials and Templates)
Line 24: Line 24:
  
 
function drawRegionsMap() {
 
function drawRegionsMap() {
var data = google.visualization.arrayToDataTable([
+
var datatable = google.visualization.arrayToDataTable([
 
['Country', 'Population (millions) - 2011'],
 
['Country', 'Population (millions) - 2011'],
 
['Austria', 8.424],
 
['Austria', 8.424],
Line 47: Line 47:
  
 
var chart = new google.visualization.GeoChart(document.getElementById('chart_div'));
 
var chart = new google.visualization.GeoChart(document.getElementById('chart_div'));
chart.draw(data, options);
+
chart.draw(datatable, options);
  
var dataView = new google.visualization.DataView(data);
+
var dataView = new google.visualization.DataView(datatable);
  
 
};
 
};

Revision as of 15:24, 3 September 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

1.4 Latest changes

Blog

2 Getting started

About MMWD

Start working with MMWD Knowledge Platform

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