Difference between revisions of "Main Page"
From Making Migration Work for Development
(→Input, Materials and Templates) |
(→Input, Materials and Templates) |
||
(51 intermediate revisions by one user not shown) | |||
Line 13: | Line 13: | ||
=== Input, Materials and Templates === | === Input, Materials and Templates === | ||
− | + | <img src="//chart.googleapis.com/chart?cht=map:auto&chco=B3BCC0|3366CC|DC3912|109618|990099|0099C6|DD4477|66AA00&chdl=Austria|Bulgaria|Greece|Italy|Montenegro|Romania|Serbia|Slovenia&chs=600x400&chld=AT|BG|GR|IT|ME|RO|RS|SI&chtt=Countries+of+project+partners" width="600" height="400" alt="Countries of project partners"/> | |
− | + | ||
<html> | <html> | ||
Line 24: | Line 23: | ||
function drawRegionsMap() { | function drawRegionsMap() { | ||
− | var | + | var datatable = google.visualization.arrayToDataTable([ |
− | ['Country', 'Population'], | + | ['Country', 'Population (millions) - 2011'], |
− | [' | + | ['Austria', 8.424], |
− | [' | + | ['Bulgaria', 7.348], |
− | [' | + | ['Greece', 11.3], |
− | [' | + | ['Italy', 60.72], |
− | [' | + | ['Montenegro', 0.632], |
− | [' | + | ['Romania', 21.38], |
− | [' | + | ['Serbia', 7.259], |
− | [' | + | ['Slovenia', 2.053] |
]); | ]); | ||
− | var options = {}; | + | var options = { |
+ | title: 'Countries', | ||
+ | keepAspectRatio: 'true', | ||
+ | displayMode: 'region', | ||
+ | magnifyingGlass: {enable: true, zoomFactor: 10.0}, | ||
+ | region: '150', | ||
+ | legend: {textStyle: {color: 'blue', fontSize: 16}} | ||
+ | }; | ||
var chart = new google.visualization.GeoChart(document.getElementById('chart_div')); | var chart = new google.visualization.GeoChart(document.getElementById('chart_div')); | ||
− | chart.draw( | + | chart.draw(datatable, options); |
+ | |||
+ | var dataView = new google.visualization.DataView(datatable); | ||
+ | |||
}; | }; | ||
</script> | </script> | ||
</head> | </head> | ||
<body> | <body> | ||
− | <div id="chart_div" style="width: | + | <div id="chart_div" style="width: 900px; height: 500px;"></div> |
</body> | </body> | ||
</html> | </html> |
Latest revision as of 16:43, 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
1.3 Results
- List of Institutions
1.4 Latest changes
2 Getting started
Start working with MMWD Knowledge Platform
Consult the User's Guide for information on using the wiki software.
- How to edit
- How to edit Wiki Tables
- How to start a new page (please remember to create the page in a meaningful namespace only inside the GLOSSARY country template)
- Editor GUI help
- How to add mathematical notation