add muséo #5 V02.76
authorNicolas Sauret <nicolas.sauret@iri.centrepompidou.fr>
Tue, 18 Mar 2014 11:44:36 +0100
changeset 1083 dbd7d46b63de
parent 1082 34e6b7f99780
child 1084 a0ccc189b4ee
add muséo #5
web/common.php
web/museo-1314-05-nouvelles-editions/config.php
web/museo-1314-05-nouvelles-editions/images/archive_img.jpg
web/museo-1314-05-nouvelles-editions/images/client_visual.jpg
web/museo-1314-05-nouvelles-editions/images/head_logo.gif
web/museo-1314-05-nouvelles-editions/images/slide_background.jpg
web/museo-1314-05-nouvelles-editions/index.php
--- a/web/common.php	Thu Mar 13 15:27:28 2014 +0100
+++ b/web/common.php	Tue Mar 18 11:44:36 2014 +0100
@@ -18,7 +18,7 @@
 $ldt_platform = 'http://ldt.iri.centrepompidou.fr/';
 $project_url_base = 'ldtplatform/ldt/cljson/id/';
 
-$C_default_rep = 'edito-1314-04-environnement-support';
+$C_default_rep = 'museo-1314-05-nouvelles-editions';
 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
 $C_event_props = __DIR__ . "/event_props";
 $C_event_users = array('polemictweet' => 'polemictweet'.date('Y/m/d'));
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1314-05-nouvelles-editions/config.php	Tue Mar 18 11:44:36 2014 +0100
@@ -0,0 +1,44 @@
+<?php
+$config = array(
+   	'hashtag'    => '#museoweb',
+
+   	'title' 	 => "Muséologie 2013-2014 #5 - 18 mars 2014 <br/>Nouvelles formes d’édition articulant texte et image : Livres d’art, catalogues d’exposition, catalogues raisonnés, quel avenir dans le numérique ?",
+						
+   	'abstract'   => "«&nbsp;<b>Nouvelles formes d’édition articulant texte et image</b>&nbsp;» <br/> 18/03/2014 de 17h30 à 20h00 au Centre Pompidou (Paris)",
+
+   	'description'=> "<p>Avec :</p>
+<ul>
+    <li>Gonzague Gauthier, Centre Pompidou</li>
+    <li>Nicolas Ledoux, éditeur multimedia</li>
+    <li>Etienne Mineur, les livres interactifs</li>
+</ul>
+<p>Le livre d’art fait office d’objet-mémoire sans être forcément lu. Des formes de perception plus sensori-motrices, plus tactiles peuvent elles être imaginées sur des supports numériques ? Comment réarticuler texte et image et favoriser d’autres formes de lecture ? Quelles sont les nouvelles formes d’écriture que ces nouvelles formes supposent en articulation avec des ressources numériques en ligne ? Quels nouveaux supports pour ces contenus (eBooks, lunettes Google, …) ?</p>",
+
+   	'link' 		 => 'http://www.iri.centrepompidou.fr/evenement/museologie-museographie-et-nouvelles-formes-dadresse-au-public/?lang=fr_fr',
+   	
+   	'islive'     => true,
+   	
+   	'keywords'   => 'muséographie, muséologie, nouvelles éditions, livre, catalogue',
+   	
+   	'rep' 		 => basename(__DIR__),
+   	
+   	'partenaires'=> "<a href='http://www.culture.gouv.fr/'
+class='footerLink' target='_blank'> Ministère de la Culture et communication </a>
+|  <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>
+IRI  </a>",
+
+    'client_visual' => "images/client_visual.jpg", // 480 x 320 pixels
+    
+ 	'head_logo' => 'images/head_logo.gif', // 171 × 63 pixels
+ 	
+  	'slide_background' => "images/slide_background.jpg", // 606 × 282 pixels
+    
+  	'archive_img' => "images/archive_img.jpg", // 270 × 150 pixels
+
+ 	'archive_title' => "Muséologie 2013-2014 #5 : Nouvelles formes d’édition articulant texte et image",
+ 	
+ 	'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> au Centre Pompidou<br/> le 18 mars 2014 | 17:00 - 20:00",
+
+    // After the event
+	'metadata'		=> ""
+);
\ No newline at end of file
Binary file web/museo-1314-05-nouvelles-editions/images/archive_img.jpg has changed
Binary file web/museo-1314-05-nouvelles-editions/images/client_visual.jpg has changed
Binary file web/museo-1314-05-nouvelles-editions/images/head_logo.gif has changed
Binary file web/museo-1314-05-nouvelles-editions/images/slide_background.jpg has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1314-05-nouvelles-editions/index.php	Tue Mar 18 11:44:36 2014 +0100
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: client.php");
+exit();
+?>
\ No newline at end of file