web/rsln-mercedes-bunz/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Sun, 04 Mar 2012 14:05:19 +0100
changeset 532 bab9705ac861
parent 229 74c9ddc3640b
child 683 cd315f8c70e8
permissions -rwxr-xr-x
change platform url

<?php

/**
 * Please edit the conférence details 
 * 
 */
$config = array(
    
    'hashtag'    => '#rsln',
    'date'   	 => '07.04.2011',
    'heure'   	 => '19h30-21h00',
    'place'   	 => 'Microsoft France',
    
    'title' 	 => "Mercedes Bunz : Les algorithmes ne remplaceront jamais les journalistes",
	'abstract'   => '',    
    'description'=> "",
					
    'link'       => 'http://www.rslnmag.fr/blog/2011/4/9/mercedes-bunz_les-algorithmes-ne-remplaceront-jamais-les-journalistes_/',
    'keywords'   => 'algorithme, data journalisme, presse, mercedes bunz, rsln, iri',
    'rep' 		 => 'rsln-mercedes-bunz',
	'islive'	 => true,
    'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
		 
	// After the event 
	'metadata'	 => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/843fff80-6b50-11e0-8aef-00145ea49a02",
    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
	'duration'   => '4026000',
	'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_mercedes_bunz.jpg",
	'archive_title' => "Mercedes Bunz",
	'archive_description' => "par <a href=\"http://www.rslnmag.fr/\" target=\"_blank\">RSLN</a> à Microsoft France <br/>le jeudi 7 avril 2011 | 19:30 - 21:00",
	
	'div_height' => 640,
    'player_width' => 650,    
	'player_height' => 445,
);

?>