web/fens_FabLab_Design_Metadata/config.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 16 Oct 2012 12:00:10 +0200
changeset 708 a7b8011c91dd
parent 683 cd315f8c70e8
child 988 954019f62866
permissions -rwxr-xr-x
Merge with 483b159a5844c1e10f05fc701c8c079894b4ea76

<?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'=>"de9e77c2-b33a-11e0-8465-00145ea49a02", 'display'=> 'Fab Lab', 'duration'=>'12177600'),
		'designmd'=>array('url'=>"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,
);

?>