Difference between revisions of "Main Page"

From Making Migration Work for Development
Jump to: navigation, search
(Test)
(Test: Dynamic Diagrams)
Line 53: Line 53:
 
         data.addColumn('string', 'Location');
 
         data.addColumn('string', 'Location');
 
         data.addRows([
 
         data.addRows([
           ['Apples',  new Date (1988,0,1), 1000, 300, 'East'],
+
           ['Apples',  new Date (2012,0,1), 1000, 300, 'East'],
           ['Oranges', new Date (1988,0,1), 1150, 200, 'West'],
+
           ['Oranges', new Date (2013,0,1), 1150, 200, 'West'],
           ['Bananas', new Date (1988,0,1), 300,  250, 'West'],
+
           ['Bananas', new Date (2014,0,1), 300,  250, 'West'],
           ['Apples',  new Date (1989,6,1), 1200, 400, 'East'],
+
           ['Apples',  new Date (2015,6,1), 1200, 400, 'East'],
           ['Oranges', new Date (1989,6,1), 750,  150, 'West'],
+
           ['Oranges', new Date (2016,6,1), 750,  150, 'West'],
           ['Bananas', new Date (1989,6,1), 788,  617, 'West']
+
           ['Bananas', new Date (2017,6,1), 788,  617, 'West']
 
         ]);
 
         ]);
 
         var chart = new google.visualization.MotionChart(document.getElementById('chart_div'));
 
         var chart = new google.visualization.MotionChart(document.getElementById('chart_div'));
         chart.draw(data, {width: 600, height:300});
+
         chart.draw(data, {width: 800, height:400});
 
       }
 
       }
 
     </script>
 
     </script>

Revision as of 10:43, 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