web/CPV/config.php
changeset 229 74c9ddc3640b
child 532 bab9705ac861
equal deleted inserted replaced
228:1bcc79e78fa1 229:74c9ddc3640b
       
     1 <?php
       
     2 
       
     3 /**
       
     4  * Please edit all for your application registration / other details
       
     5  * 
       
     6  */
       
     7 
       
     8 $config = array(
       
     9 
       
    10 	'hashtag'    => '#SNCP',
       
    11     'date'   	 => '26.05.2011',
       
    12     'heure'   	 => '10h00 - 13h00',
       
    13     'place'   	 => 'Petite salle - Centre Pompidou',
       
    14     'title' 	 => "Les Stratégies Virtuelles des Musées&nbsp;: l'Heure de Vérité",
       
    15     'abstract'   => '',
       
    16     'description'=> "<h3>JEUDI 26 MAI 2011</h3><br />
       
    17 <h4>DE 10H A 13H<br />
       
    18 PETITE SALLE, NIVEAU -1</h4><br />
       
    19 Intervenants&nbsp;:<br />
       
    20 <b>Carlo d'Asaro Biondo</b>, vice-président de Google<br/>
       
    21 <b>Franck Riester</b>, député de Seine-et-Marne<br/>
       
    22 <b>Marc Sands</b>, directeur des publics et de l'information, Tate Gallery, Londres<br/>
       
    23 <b>Alain Seban</b>, président du Centre Pompidou<br/>
       
    24 <b>Bernard Stiegler</b>, philosophe et directeur de l'Institut de Recherche et d'Innovation (IRI)<br /><br />
       
    25 Animée par <b>Brice Couturier</b>, écrivain et producteur à France Culture<br /><br />
       
    26 La table ronde sera suivie d'un déjeuner-buffet<br /><br /><br />
       
    27 RSVP: <b>rp@centrepompidou.fr</b> ou <b>01 44 78 15 05</b>",
       
    28 	
       
    29     'link'       => 'http://www.centrepompidou.fr/',
       
    30     'keywords'   => 'Centre Pompidou, musée, muséologie',
       
    31     'rep' 		 => 'CPV',
       
    32     'islive'	 => true,
       
    33     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
       
    34 		 |  <a href='http://www.centrepompidou.fr/' class='footerLink' target='_blank' > Centre Pompidou  </a>",
       
    35 	
       
    36 // After the event
       
    37 	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/6604ad3a-90ea-11e0-9de5-00145ea49a02",
       
    38     'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
       
    39 	'duration'	 => "7697560",
       
    40 	'client_visual' => 'images/big_visuel_mb.jpg', // optional - relative path
       
    41    	'head_logo' => 'images/head_logo.gif', // optional - relative path
       
    42 	'slide_background' => 'images/slide4.jpg',
       
    43 	'archive_img' => 'images/tail_cpv.png',
       
    44 	'archive_title' => "Les Stratégies Virtuelles des Musées...",
       
    45 	'archive_description' => 'par <a href="http://www.iri.centrepompidou.fr" target="_blank">CPV</a> au Centre Pompidou <br/>le jeudi 26 mai 2011 | 10:00 - 13:00',
       
    46 
       
    47 
       
    48 	'div_height' => 670,
       
    49 	'player_width' => 650,
       
    50 	'player_height' => 500,
       
    51 );
       
    52 
       
    53 ?>