web/www2012/config.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 13 Apr 2012 19:19:53 +0200
changeset 583 f655dafb741e
child 587 4ad5ef5a0e02
permissions -rw-r--r--
added www2012
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
583
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
$config = array(
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
   	'hashtag'    => '#www2012',
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
   	'date'   => '16-20.04.2012',
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
   	'heure'   => '09:00-17:30',
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
   	'place'   => 'Lyon',
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
   	'title' => "World Wide Web Conference 2012",
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
	'abstract'   => "World Wide Web Conference 2012<br/>du 16 au 20 avril 2012<br/>Lyon",
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
   	'description'=> "
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
<h3>Keynotes</h3>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
<ul>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
    <li>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
        <p>Wednesday 18 April, 11:00</p>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
        <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>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
    </li>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
    <li>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
        <p>Thursday 19 April, 11:00</p>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
        <p><b>Neelie Kroes</b>, Vice President of the European Commission and European Digital Agenda Commissioner</p>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
    </li>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
    <li>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
        <p>Thursday 19 April, 09:00</p>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
        <p><b>Chris Welty</b>, Research Scientist at the IBM T.J. Watson Research Center in New York.</p>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
    </li>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
    <li>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
        <p>Friday 20 April, 09:30</p>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
        <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>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
    </li>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
</ul>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
<h3>Detailed program :</h3>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
<p><a href='http://www2012.wwwconference.org/program/detailed-program/' target='_blank'>http://www2012.wwwconference.org/program/detailed-program/</a>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
   	",
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
   	'link' => 'http://www2012.wwwconference.org/program/provisional-program/',
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
   	'keywords'   => 'WWW, World Wide Web, WWW2012, Lyon, Tim Berners-Lee, Neelie Kroes, Bernard Stiegler, Chris Welty, conference',
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
   	'rep' => basename(__DIR__),
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
   	'partenaires'=> "<a href='http://www.iw3c2.org/' class='footerLink' target='_blank'>IW3C2</a>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
    | <a href='http://www.w3c.org/' class='footerLink' target='_blank'>World Wide Web Consortium</a>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
    | <a href='http://www.universite-lyon.fr/' class='footerLink' target='_blank'>Université de Lyon</a>
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
   	| <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>IRI</a>",
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
    'client_visual' => 'images/www_live_screen.jpg',// 480 × 320 pixels
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
    
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
 	'head_logo' => 'images/head_logo_www.png', // 171 × 63 pixels
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
 	
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
  	'slide_background' => 'images/www_slider.jpg', // 606 × 282 pixels
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
    
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
  	'archive_img' => 'images/www_archive.jpg', // 270 × 150 pixels
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
 	'archive_title' => "WWW 2012",
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
 	'archive_description' => 'par <a href="http://www.iw3c2.org/" target="_blank">IW3C2</a> à Lyon.<br/>du 16 au 20 avril 2012',
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    52
    // After the event
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    53
	'metadata'    => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/5510ecc4-5565-11e1-ac23-00145ea49a02",
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    54
	'duration'   => 6640378,
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    55
	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    56
	'div_height'    => 700,
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    57
	'player_width'  => 650,
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    58
	'player_height' => 488,
f655dafb741e added www2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    59
);