web/sig-chi-paris-2011/config.php
changeset 229 74c9ddc3640b
parent 220 42aeb2bfc58e
child 532 bab9705ac861
--- a/web/sig-chi-paris-2011/config.php	Mon Jul 18 13:40:06 2011 +0200
+++ b/web/sig-chi-paris-2011/config.php	Mon Jul 25 18:50:20 2011 +0200
@@ -4,10 +4,7 @@
  * Please edit the conférence details 
  * 
  */
-define('URL_ROOT', 'http://polemictweet.com/sig-chi-paris-2011/polemicaltimeline.php');
 $config = array(
-	'root'       => 'http://polemictweet.com/',
-    
     'hashtag'    => '#chi07',
     'date'   	 => '07.07.2011',
     'heure'   	 => '19h00-21h00',
@@ -15,6 +12,8 @@
     'duration'   => '4678200',
     
     'title' 	 => "Interfaces de demain",
+    'abstract'   => 'VIDEO SHOWCASE Interfaces de demain: Du sol à la table interactive en passant par le mur…
+07  Juillet de 19h à 21h Salle Piazza ',
     'description'=> "VIDEO SHOWCASE Interfaces de demain: Du sol à la table interactive en passant par le mur…<br/>
 
 	7th July 2011, 7:00 – 9:00 pm  : Salle Piazza au Centre Pompidou <br/>
@@ -30,6 +29,7 @@
 	Cet événement est organisé par le LRI (Université Paris-Sud et CNRS), l’INRIA, Telecom ParisTech et l’IRI.	",
 					
     'link'       => 'http://www.iri.centrepompidou.fr/evenement/interfaces-de-demain/',
+    'islive'     => true,
     'keywords'   => 'algorithme, interface, futur, iri',
     'rep' 		 => 'sig-chi-paris-2011',
     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
@@ -38,14 +38,23 @@
 	     |  <a href='http://www.cnrs.fr/telecom' class='footerLink' target='_blank' > CNRS</a>
 	     |  <a href='http://www.telecom-paristech.fr/' class='footerLink' target='_blank' > telecom paris tech</a>
 		 |  <a href='http://www.inflammableproductions.com/' class='footerLink' target='_blank'> Inflammable  </a>",
+
+	
+	'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_sig_chi.jpg",
+	'archive_title' => "Interface de Demain",
+	'archive_description' => "par <a href=\"http://paris.sigchi.acm.org/homepage/home.php\" target=\"_blank\">ACM SigCHI Paris</a> au Centre Pompidou.<br/>le jeudi 07 juillet 2011 | 19:00 - 21:00",
 		 
 	// After the event 
-	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/1c764b02-abc9-11e0-b488-00145ea49a02",
-    'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
+	'metadata'	    => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/1c764b02-abc9-11e0-b488-00145ea49a02",
+    'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
+    'div_height'    => 740,
+	'player_width'  => 650,
+	'player_height' => 500,	
 );
 
-$player_width  = 600;
-$player_height = 480;
 ?>