web/fens_FabLab_Design_Metadata/config.php
changeset 248 ffb0a6d08000
parent 229 74c9ddc3640b
child 251 d81cc587cc4d
equal deleted inserted replaced
247:e6b328970ee8 248:ffb0a6d08000
     3 /**
     3 /**
     4  * FAKE ONE 
     4  * FAKE ONE 
     5  * Please edit the conférence details 
     5  * Please edit the conférence details 
     6  * 
     6  * 
     7  */
     7  */
     8 
     8 $config = array(    
     9 $config = array(
     9     'hashtag'    => '#fens',
    10 	'root'       => 'http://polemictweet.com/',
    10     'date'   	 => '21.06.2011',
       
    11     'heure'   	 => '17h30-19h30',
       
    12     'place'   	 => 'IRI - Salle Piazza - Centre Pompidou',
       
    13     'duration'   => '5628200',
    11     
    14     
    12     'hashtag'    => '#rsln',
    15     'title' 	 => "Futur en Sine : Design Metadata",
    13     'date'   	 => '07.04.2011',
    16 	'abstract'   => '',
    14     'heure'   	 => '19h30-21h00',
    17     '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.",
    15     'place'   	 => 'Microsoft France',
       
    16     'duration'   => '4026000',
       
    17     
       
    18     'title' 	 => "Mercedes Bunz : Les algorithmes ne remplaceront jamais les journalistes",
       
    19     'description'=> "",
       
    20 					
    18 					
    21     'link'       => 'http://www.rslnmag.fr/blog/2011/4/9/mercedes-bunz_les-algorithmes-ne-remplaceront-jamais-les-journalistes_/',
    19     'link'       => 'http://www.iri.centrepompidou.fr/futur-en-seine-2011/design-metadata-2/',
    22     'keywords'   => 'algorithme, data journalisme, presse, mercedes bunz, rsln, iri',
    20     'keywords'   => 'design, metadata, iri, futur en seine, ensci, strate, esilv',
    23     'rep' 		 => 'rsln-mercedes-bunz',
    21     'rep' 		 => 'fens_FabLab_Design_Metadata',
       
    22     'islive'	 => true,
    24     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
    23     'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
    25 		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
    24 		 |  <a href='http://www.ensci.com/' class='footerLink' target='_blank'> ENSCI  </a>
    26 		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
    25 		 |  <a href='http://www.esilv.fr/' class='footerLink' target='_blank' > ESILV  </a>
       
    26 		 |  <a href='http://www.stratecollege.fr/' class='footerLink' target='_blank'> Strate Collège </a>",
    27 		 
    27 		 
    28 	// After the event 
    28 	// After the event 
    29 	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/843fff80-6b50-11e0-8aef-00145ea49a02",
    29 	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/69e7b3e4-a8ae-11e0-85c5-00145ea49a02",
    30     'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
    30     'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
       
    31 
       
    32 	'client_visual' => 'images/big_visuel_rsln_mb.jpg', // optional - relative path
       
    33    	'head_logo' => 'images/head_logo.gif', // optional - relative path
       
    34 	'slide_background' => 'images/slide4.jpg',
       
    35 	'archive_img' => 'images/tail_fens_fablab_designmd.jpg',
       
    36 	'archive_title' => "DESIGN METADATA",
       
    37 	'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',
       
    38 	
       
    39 	
       
    40 	'div_height' => 750,
       
    41 	'player_width' => 650,
       
    42 	'player_height' => 480,
    31 );
    43 );
    32 
    44 
    33 $player_width  = 600;
       
    34 $player_height = 480;
       
    35 ?>
    45 ?>
    36     
    46     
    37     
    47     
    38     
    48     
    39 
    49