web/edito-inaugurale/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Wed, 02 Nov 2011 18:00:29 +0100
changeset 344 84cf2be7e8bd
child 348 d9c37b094a8e
permissions -rw-r--r--
add page for edito
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
344
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     1
<?php
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     2
$config = array(
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     3
   	'hashtag'    => '#edito11',
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     4
   	'date'   => '03.11.2011',
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     5
   	'heure'   => '17h30-19h30',
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     6
   	'place'   => 'Salle Triangle - Centre Pompidou',
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     7
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     8
   	'title' => "Séance d'ouverture - les nouvelles écriture",
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
     9
   	'abstract'   => "<b>Nouvelle forme d'éditorialisation</b>,<br/><b>Séance d'ouverture - les nouvelles écritures,</b><br/>le 03/11/2011 de 17h30 à 19h30<br/>@ Salle Triangle (Centre Pompidou) - entrée libre et gratuite",
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    10
   	'description'=> "<i>Les nouvelles écritures et participation</i><br/>Pour beaucoup, le web est devenu la première – et parfois unique – source d’information, de connaissance et d’apprentissage. Mais comment ce savoir se construit-il ? Comment se structure-t-il ?
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    11
A l’heure où des risques de marchandisation extrême du Web et de fragmentation de la neutralité de l’Internet se font jours,  nous interrogerons les enjeux de cette constitution du savoir sur le web.",
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    12
   	'link' => '',
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    13
   	'islive'     => true,
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    14
   	'keywords'   => 'editorialisation, iri',
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    15
   	'rep' => basename(__DIR__),
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    16
   	'partenaires'=> "<a href='http://www.sens-public.org' class='footerLink' target='_blank'>Sens Public</a> | <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>IRI</a>",
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    17
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    18
    'client_visual' => 'images/big_visuel_edito.jpg',// 501 × 376 pixels
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    19
    
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    20
 	'head_logo' => 'images/head_logo.gif', // 171 × 63 pixels
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    21
 	
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    22
  	'slide_background' => 'images/slide4-editorialisation.jpg', // 606 × 282 pixels
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    23
    
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    24
  	'archive_img' => 'images/archive-editorialisation.jpg', // 270 × 150 pixels
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    25
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    26
 	'archive_title' => "Séance d'ouverture - les nouvelles écriture",
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    27
 	'archive_description' => 'par <a href="http://www.sens-public.org" target="_blank">Sens Public</a> et l\'<a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a><br/>au Centre Pompidou le jeudi 3 novembre 2011 17:30 - 19:30',
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    28
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    29
    // After the event
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    30
	'metadata'    => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/67280b1c-ff30-11e0-a82d-00145ea49a02",
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    31
	'duration'   => 23705500,
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    32
	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    33
	'div_height'    => 740,
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    34
	'player_width'  => 650,
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    35
	'player_height' => 600,
84cf2be7e8bd add page for edito
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    36
);