web/fens_FabLab_Design_Metadata/config.php
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 15:24:41 +0100
changeset 1584 257c14dae52a
parent 1433 0f5a585e8a95
permissions -rwxr-xr-x
Added tag V09.006 for changeset 459a88818bec

<?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 école de design 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='https://www.strate.design' class='footerLink' target='_blank' title='strate école de design' rel='nofollow noopener'> Strate </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,
);