web/fens_FabLab_Design_Metadata/config.php
author ymh <ymh.work@gmail.com>
Fri, 21 Dec 2018 12:02:55 +0100
changeset 1490 136eb9e1a208
parent 229 74c9ddc3640b
child 251 d81cc587cc4d
permissions -rwxr-xr-x
Close branch

<?php

/**
 * FAKE ONE 
 * Please edit the conférence details 
 * 
 */
$config = array(    
    'hashtag'    => '#fens',
    'date'   	 => '21.06.2011',
    'heure'   	 => '17h30-19h30',
    'place'   	 => 'IRI - Salle Piazza - Centre Pompidou',
    'duration'   => '5628200',
    
    'title' 	 => "Futur en Sine : 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'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/69e7b3e4-a8ae-11e0-85c5-00145ea49a02",
    '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' => 'images/tail_fens_fablab_designmd.jpg',
	'archive_title' => "DESIGN METADATA",
	'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',
	
	
	'div_height' => 750,
	'player_width' => 650,
	'player_height' => 480,
);

?>