web/rsln-opendata/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 18 Jul 2011 10:42:35 +0200
changeset 220 42aeb2bfc58e
parent 176 ffbd8565b65f
child 229 74c9ddc3640b
permissions -rwxr-xr-x
publish chi07 and fens Fablab

<?php

/**
 * Please edit the conférence details 
 * 
 */
define('URL_ROOT', 'http://polemictweet.com/rsln-opendata/polemicaltimeline.php');
$config = array(
	'root'       => 'http://polemictweet.com/',
    
    'hashtag'    => '#opendata,#rsln',
    'date'   	 => '17.03.2011',
    'heure'   	 => '14h30-18h00',
    'place'   	 => 'Microsoft France',
    'duration'   => '11514500',
    
    'title' 	 => "L’Open Data, et nous, et nous, et nous ? Venez imaginer le monde de l’abondance des données !",
    'description'=> "De quoi le mouvement Open Data est-il le nom ? Et quelles conditions réunir pour enclencher un cercle vertueux autour de cette évolution structurelle du web, qui dessine un monde où la donnée retrouve une valeur, et peut fonder de nouvelles activités, de nouveaux secteurs économiques ?
					<br/><br/>
					Microsoft France, avec RSLN et le World e.gov Forum, organisent un atelier de réflexion autour du phénomène Open Data, pendant une demi-journée, le jeudi 17 mars, à partir de 14h30, pour comprendre, et imaginer, ensemble, le monde de l’abondance des données.",
					
    'link'       => 'http://www.rslnmag.fr/blog/2011/2/10/l-open-data_et-nous_et-nous_et-nous_venez-imaginer-le-monde-de-l-abondance-des-donnees_/',
    'keywords'    => 'opendata, données publiques, web semantique, rsln, iri,Arnaud Cavailhez,Caroline Goulard,Nicolas Hernandez,David Larlet,Jean-Marc Manach,Christophe Tallec, Bruno Walther,Nigel Shadbolt',
    'rep' 		 => 'rsln-opendata',
    'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
		 |  <a href='http://wegf.org/' class='footerLink'  target='_blank'> World e.gov Forum </a>
		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
		 
	// After the event 
	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/f410655c-5a4d-11e0-a392-00145ea49a02",
    'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
);

$player_width  = 600;
$player_height = 480;
?>