--- a/web/enmi2011-technologie-confiance/config.php Mon Jul 18 13:40:06 2011 +0200
+++ b/web/enmi2011-technologie-confiance/config.php Mon Jul 25 18:50:20 2011 +0200
@@ -6,31 +6,43 @@
*/
$config = array(
- 'root' => 'http://polemictweet.com/',
- 'hashtag' => '#rsln',
- 'date' => '07.04.2011',
- 'heure' => '19h30-21h00',
- 'place' => 'Microsoft France',
- 'duration' => '4026000',
+ 'hashtag' => '#enmi',
+ 'date' => '25.05.2011',
+ 'heure' => '10h00-12h30',
+ 'place' => 'ENSCI',
+ 'duration' => '1699997',
- 'title' => "Mercedes Bunz : Les algorithmes ne remplaceront jamais les journalistes",
- 'description'=> "",
+ 'title' => "ENMI 2011 : Les technologies de la confiance",
+ 'abstract' => '',
+ 'description'=> "ENMI 2011 : Les technologies de la confiance",
- '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',
+ '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.rslnmag.fr/' class='footerLink' target='_blank' > RSLN </a>
- | <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr </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' => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/843fff80-6b50-11e0-8aef-00145ea49a02",
- 'player' => "res/metadataplayer/src/js/LdtPlayer.js"
+ 'metadata' => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/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,
);
-$player_width = 600;
-$player_height = 480;
?>