web/fens_FabLab_Design_Metadata/config.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 22 Nov 2011 13:28:12 +0100
changeset 388 4b9942583f33
parent 251 d81cc587cc4d
child 532 bab9705ac861
permissions -rwxr-xr-x
Merge with 5e478d82136e2d4fadfb5708bc947dedfd121545

<?php

$config = array(    
    'hashtag'    => '#fens',
    'date'   	 => '21.06.2011',
    'heure'   	 => '17h30-19h30',
    'place'   	 => 'IRI - Salle Piazza - Centre Pompidou',
    'duration'   => '5628200',
    
    'title' 	 => "Futur en Seine : 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>
		 |  <a href='http://www.stratecollege.fr/' class='footerLink' target='_blank'> Strate Collège </a>",
		 
	// After the event 
	'metadata'	 => array(
		'fablab'=>array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/de9e77c2-b33a-11e0-8465-00145ea49a02", 'display'=> 'Fab Lab', 'duration'=>'12177600'),
		'designmd'=>array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/69e7b3e4-a8ae-11e0-85c5-00145ea49a02", 'display'=> 'Design Metadata', 'duration'=>'5628258'),
	),
    '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' => array('designmd'=>'images/tail_fens_fablab_designmd.jpg', 'fablab'=>'images/tail_fens_fablab_fablab.jpg'),
	'archive_title' => array('designmd'=> "Futur en Seine : Design Metadata", 'fablab'=>"Futur en Seine : Fablab"),
	'archive_description' => array(
		'designmd'=>'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',
		'fablab'=>'par <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> au Centre Pompidou<br/>le mardi 20 juin 2011 | 17:00 - 20:00',
	),
	
	
	'div_height' => 750,
	'player_width' => 650,
	'player_height' => 480,
);

?>