web/enmi2011-technologie-confiance/config.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 23 Aug 2012 15:16:26 +0200
changeset 683 cd315f8c70e8
parent 532 bab9705ac861
child 988 954019f62866
permissions -rwxr-xr-x
Put Platform URL in common.php. This allows me to access projects on local computer.

<?php

/**
 * Please edit the conférence details 
 * 
 */

$config = array(
    
    'hashtag'    => '#enmi',
    'date'   	 => '25.05.2011',
    'heure'   	 => '10h00-12h30',
    'place'   	 => 'ENSCI',
    'duration'   => '1699997',
    
    'title' 	 => "ENMI 2011 : Les technologies de la confiance",
	'abstract'   => '',
    'description'=> "ENMI 2011 : Les technologies de la confiance",
					
    'link'       => 'http://amateur.iri.centrepompidou.fr/nouveaumonde/enmi/conf/program/2011_1',
    'keywords'   => 'enmi, technologie, confiance',
    'rep' 		 => 'enmi2011-technologie-confiance',
    'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
		 |  <a href='http://www.ensci.fr/' class='footerLink' target='_blank' > ENSCI  </a>
		 |  <a href='http://www.capdigital.com/' class='footerLink' target='_blank' > Cap Digital  </a>
		 |  <a href='http://fing.org/' class='footerLink' target='_blank' > La Fing  </a>
		 |  <a href='http://www.alcatel-lucent.com/fr/' class='footerLink' target='_blank' > Alcatel-Lucent </a>
		 |  <a href='http://www.institut-telecom.fr/' class='footerLink' target='_blank' > Institut Telecom  </a>",
		 
	// After the event 
	'metadata'	 => "c609832e-b6e0-11e0-9f0f-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_enmi2011.jpg',
	'archive_title' => "les technologies de la confiance",
	'archive_description' => 'par <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> à l\'<a href="http://www.ensci.fr" target="_blank">ENSCI</a>, préparation ENMI 2011.<br/>le mercredi 25 mai 2011 | 10:00 - 12:30',

	
	'div_height' => 740,
	'player_width'  => 650,
	'player_height' => 500,
);

?>