web/rsln-opendata/config.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 08 Feb 2013 17:57:21 +0100
changeset 787 8f7d8f20276a
parent 683 cd315f8c70e8
child 988 954019f62866
permissions -rwxr-xr-x
Added tag V02.14 for changeset 539b7ccf5518

<?php

/**
 * Please edit the conférence details 
 * 
 */
$config = array(
    
    'hashtag'    => '#opendata,#rsln',
    'date'   	 => '17.03.2011',
    'heure'   	 => '14h30-18h00',
    'place'   	 => 'Microsoft France',    
    'title' 	 => "L’Open Data, et nous, et nous, et nous ? Venez imaginer le monde de l’abondance des données !",
	'abstract'   => '',
    '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',
	'islive'	 => false,
    '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'	 => "f410655c-5a4d-11e0-a392-00145ea49a02",
    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
	'duration'   => '11514500',
#	'client_visual' => 'images/big_visuel_rsln_mb.jpg', // optional - relative path
   	'head_logo' => 'images/header_logo.gif', // optional - relative path
	'slide_background' => 'images/slide4.jpg',
	'archive_img' => "images/tail_opendata.jpg",
	'archive_title' => "OPENDATA",
	'archive_description' => "par <a href=\"http://www.rslnmag.fr/\" target=\"_blank\">RSLN</a> à Microsoft France <br/>le jeudi 17 mars 2011 | 14:30 - 17:15",

	'div_height' => 850,
	'player_width' => 650,
	'player_height' => 640,
);

?>