web/fens_FabLab_Design_Metadata/config.php
changeset 229 74c9ddc3640b
parent 220 42aeb2bfc58e
child 251 d81cc587cc4d
--- a/web/fens_FabLab_Design_Metadata/config.php	Mon Jul 18 13:40:06 2011 +0200
+++ b/web/fens_FabLab_Design_Metadata/config.php	Mon Jul 25 18:50:20 2011 +0200
@@ -5,10 +5,7 @@
  * Please edit the conférence details 
  * 
  */
-define('URL_ROOT', 'http://polemictweet.com/fens_FabLab_Design_Metadata/polemicaltimeline.php');
-$config = array(
-	'root'       => 'http://polemictweet.com/',
-    
+$config = array(    
     'hashtag'    => '#fens',
     'date'   	 => '21.06.2011',
     'heure'   	 => '17h30-19h30',
@@ -16,11 +13,13 @@
     'duration'   => '5628200',
     
     'title' 	 => "Futur en Sine : Design Metadata",
+	'abstract'   => '',
     'description'=> "Cette conférence coordonnée par l’Institut de Recherche et d’innovation du Centre Pompidou a présenté les travaux réalisés lors de deux ateliers, un avec les étudiants de l’ENSCI sur les interfaces de production de méta données et un avec Strate Collège et l’ESILV sur l’utilisation d’interface sans contact dans l’espace urbain. Ces ateliers ont eu pour but d’accompagner concrètement le maquettage et le prototypage des projets des élèves en mettant en place une méthodologie d’open innovation dans un contexte interdisciplinaire.",
 					
     'link'       => 'http://www.iri.centrepompidou.fr/futur-en-seine-2011/design-metadata-2/',
     'keywords'   => 'design, metadata, iri, futur en seine, ensci, strate, esilv',
     'rep' 		 => 'fens_FabLab_Design_Metadata',
+    'islive'	 => true,
     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
 		 |  <a href='http://www.ensci.com/' class='footerLink' target='_blank'> ENSCI  </a>
 		 |  <a href='http://www.esilv.fr/' class='footerLink' target='_blank' > ESILV  </a>
@@ -28,11 +27,21 @@
 		 
 	// After the event 
 	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/69e7b3e4-a8ae-11e0-85c5-00145ea49a02",
-    'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
+    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
+
+	'client_visual' => 'images/big_visuel_rsln_mb.jpg', // optional - relative path
+   	'head_logo' => 'images/head_logo.gif', // optional - relative path
+	'slide_background' => 'images/slide4.jpg',
+	'archive_img' => 'images/tail_fens_fablab_designmd.jpg',
+	'archive_title' => "DESIGN METADATA",
+	'archive_description' => 'par <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> au Centre Pompidou<br/>le mardi 21 juin 2011 | 17:00 - 20:00',
+	
+	
+	'div_height' => 750,
+	'player_width' => 650,
+	'player_height' => 480,
 );
 
-$player_width  = 600;
-$player_height = 480;
 ?>