web/www2012/config.php
changeset 583 f655dafb741e
child 587 4ad5ef5a0e02
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/www2012/config.php	Fri Apr 13 19:19:53 2012 +0200
@@ -0,0 +1,59 @@
+<?php
+$config = array(
+   	'hashtag'    => '#www2012',
+   	'date'   => '16-20.04.2012',
+   	'heure'   => '09:00-17:30',
+   	'place'   => 'Lyon',
+
+   	'title' => "World Wide Web Conference 2012",
+	'abstract'   => "World Wide Web Conference 2012<br/>du 16 au 20 avril 2012<br/>Lyon",
+   	'description'=> "
+<h3>Keynotes</h3>
+<ul>
+    <li>
+        <p>Wednesday 18 April, 11:00</p>
+        <p><b>Tim Berners-Lee</b>, graduate of Oxford University, inventor of the World Wide Web, an internet-based hypermedia initiative for global information sharing while at CERN, the European Particle Physics Laboratory, in 1989.</p>
+    </li>
+    <li>
+        <p>Thursday 19 April, 11:00</p>
+        <p><b>Neelie Kroes</b>, Vice President of the European Commission and European Digital Agenda Commissioner</p>
+    </li>
+    <li>
+        <p>Thursday 19 April, 09:00</p>
+        <p><b>Chris Welty</b>, Research Scientist at the IBM T.J. Watson Research Center in New York.</p>
+    </li>
+    <li>
+        <p>Friday 20 April, 09:30</p>
+        <p><b>Bernard Stiegler</b>, director of IRI (Innovation and Research Institute) at the Georges Pompidou Center in Paris, Professorial Fellow at the Centre for Cultural Studies at Goldsmith College in London and professor at the University of Technology of Compiègne where he teaches philosophy.</p>
+    </li>
+</ul>
+<h3>Detailed program :</h3>
+<p><a href='http://www2012.wwwconference.org/program/detailed-program/' target='_blank'>http://www2012.wwwconference.org/program/detailed-program/</a>
+   	",
+   	'link' => 'http://www2012.wwwconference.org/program/provisional-program/',
+   	'keywords'   => 'WWW, World Wide Web, WWW2012, Lyon, Tim Berners-Lee, Neelie Kroes, Bernard Stiegler, Chris Welty, conference',
+   	'rep' => basename(__DIR__),
+   	'partenaires'=> "<a href='http://www.iw3c2.org/' class='footerLink' target='_blank'>IW3C2</a>
+    | <a href='http://www.w3c.org/' class='footerLink' target='_blank'>World Wide Web Consortium</a>
+    | <a href='http://www.universite-lyon.fr/' class='footerLink' target='_blank'>Université de Lyon</a>
+   	| <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>IRI</a>",
+
+    'client_visual' => 'images/www_live_screen.jpg',// 480 × 320 pixels
+    
+ 	'head_logo' => 'images/head_logo_www.png', // 171 × 63 pixels
+ 	
+  	'slide_background' => 'images/www_slider.jpg', // 606 × 282 pixels
+    
+  	'archive_img' => 'images/www_archive.jpg', // 270 × 150 pixels
+
+ 	'archive_title' => "WWW 2012",
+ 	'archive_description' => 'par <a href="http://www.iw3c2.org/" target="_blank">IW3C2</a> à Lyon.<br/>du 16 au 20 avril 2012',
+
+    // After the event
+	'metadata'    => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/5510ecc4-5565-11e1-ac23-00145ea49a02",
+	'duration'   => 6640378,
+	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
+	'div_height'    => 700,
+	'player_width'  => 650,
+	'player_height' => 488,
+);
\ No newline at end of file