web/sig-chi-paris-2011/config.php
changeset 216 d8c1b7e00533
child 220 42aeb2bfc58e
equal deleted inserted replaced
215:137950e71b5c 216:d8c1b7e00533
       
     1 <?php
       
     2 
       
     3 /**
       
     4  * Please edit the conférence details 
       
     5  * 
       
     6  */
       
     7 
       
     8 $config = array(
       
     9 	'root'       => 'http://polemictweet.com/',
       
    10     
       
    11     'hashtag'    => '#rsln',
       
    12     'date'   	 => '07.04.2011',
       
    13     'heure'   	 => '19h30-21h00',
       
    14     'place'   	 => 'Microsoft France',
       
    15     'duration'   => '4026000',
       
    16     
       
    17     'title' 	 => "Mercedes Bunz : Les algorithmes ne remplaceront jamais les journalistes",
       
    18     'description'=> "",
       
    19 					
       
    20     'link'       => 'http://www.rslnmag.fr/blog/2011/4/9/mercedes-bunz_les-algorithmes-ne-remplaceront-jamais-les-journalistes_/',
       
    21     'keywords'   => 'algorithme, data journalisme, presse, mercedes bunz, rsln, iri',
       
    22     'rep' 		 => 'rsln-mercedes-bunz',
       
    23     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
       
    24 		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
       
    25 		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
       
    26 		 
       
    27 	// After the event 
       
    28 	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/843fff80-6b50-11e0-8aef-00145ea49a02",
       
    29     'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
       
    30 );
       
    31 
       
    32 $player_width  = 600;
       
    33 $player_height = 480;
       
    34 ?>
       
    35     
       
    36     
       
    37     
       
    38 
       
    39