web/jenkins/config.php
author Raphael Velt <raph.velt@gmail.com>
Mon, 21 May 2012 12:15:21 +0200
changeset 618 f65c1c3f77ea
parent 616 151ebf102b92
child 620 953c68b4da79
permissions -rw-r--r--
corrected metadataplayer for mediafragment bug
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
616
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
$config = array(
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
   	'hashtag'    => '#transmedia',
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
   	'date'   => '25.05.2012',
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
   	'heure'   => '19:00',
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
   	'place'   => 'Centre Pompidou, Grande Salle',
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
   	'title' => "Henry Jenkins, Transmedia 2.0",
618
f65c1c3f77ea corrected metadataplayer for mediafragment bug
Raphael Velt <raph.velt@gmail.com>
parents: 616
diff changeset
     9
	'abstract'   => "Parole à la critique<br />Vendredi 25 mai 2012, 19H<br/>Grande Salle, Centre Pompidou, Paris",
616
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
   	'description'=> "
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
<p>
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
Pionnier des études sur les fans, théoricien célébré de la culture de la convergence, Henry Jenkins a repensé l’écosystème médiatique
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
à l’aune du tournant participatif, marqué par l’essor des productions transmédiatiques. Passée la phase utopiste, ces dernières s’inscrivent
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
dans un paysage de plus en plus diversifié, traversé par une même culture en réseau. Henry Jenkins en dévoilera les multiples logiques,
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
du <i>mainstream</i> aux productions indépendantes, en passant par les <i>serious games</i>.
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
</p><p>
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
<p>
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
Conférence d’Henry Jenkins organisée en coproduction avec la Sorbonne Nouvelle.
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
Avec le partenariat de Orange Transmedia Lab.
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
</p>",
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
   	'link' => 'http://www.univ-paris3.fr/jsp/fiche_actualite.jsp?CODE=1331637711181',
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
   	'keywords'   => 'Transmedia, Henry Jenkins, Jenkins, fans',
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
   	'rep' => basename(__DIR__),
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
   	'partenaires'=> "<a href='http://www.univ-paris3.fr/' class='footerLink' target='_blank'>Université Sorbonne Nouvelle Paris 3</a>
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
    | <a href='http://www.centrepompidou.fr/' class='footerLink' target='_blank'>Centre National d'Art et de Culture Georges Pompidou</a>
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
    | <a href='http://www.transmedialab.org/' class='footerLink' target='_blank'>Orange Transmedia Lab</a>
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
   	| <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>Institut de Recherche et d'Innovation</a>",
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
    'client_visual' => 'images/live_screen.jpg',// 480 × 320 pixels
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
    
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
 	'head_logo' => 'images/head_logo.png', // 171 × 63 pixels
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
 	
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
  	'slide_background' => 'images/slider.png', // 606 × 282 pixels
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
    
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
  	'archive_img' => 'images/archive.jpg', // 270 × 150 pixels
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
 	'archive_title' => "WWW 2012",
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
 	'archive_description' => 'par <a href="http://www.univ-paris3.fr/" target="_blank">Univ. Sorbonne Nouvelle</a> au Centre Pompidou<br/>le 25 mai 2012',
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
 	'islive_embed' => 'jenkins_multilingual_embedcode', /* See ../traduction.php */
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
    // After the event
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
	'metadata'    => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/5510ecc4-5565-11e1-ac23-00145ea49a02",
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
	'duration'   => 6640378,
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
	'div_height'    => 700,
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
	'player_width'  => 650,
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
	'player_height' => 488,
151ebf102b92 Added Jenkins
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
);