Added Museo May 28
authorRaphael Velt <raph.velt@gmail.com>
Mon, 27 May 2013 13:09:47 +0200
changeset 907 caa56fb658ff
parent 906 ae9b8f92aaf1
child 908 8d3096996732
Added Museo May 28
web/museo-1213-07-quels-outils-pour-apprendre/config.php
web/museo-1213-07-quels-outils-pour-apprendre/images/archive_img.jpg
web/museo-1213-07-quels-outils-pour-apprendre/images/client_visual.jpg
web/museo-1213-07-quels-outils-pour-apprendre/images/head_logo.gif
web/museo-1213-07-quels-outils-pour-apprendre/images/slide_background.jpg
web/museo-1213-07-quels-outils-pour-apprendre/index.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1213-07-quels-outils-pour-apprendre/config.php	Mon May 27 13:09:47 2013 +0200
@@ -0,0 +1,50 @@
+<?php
+$config = array(
+   	'hashtag'    => '#museoweb',
+
+   	'title' 	 => "Muséologie, muséographie et nouvelles formes d’adresse au public<br />Les enjeux de la contribution",
+						
+   	'abstract'   => "«&nbsp;<b>Nouveaux manuels, nouveaux environnements hors universités, nouveaux savoirs, nouvelles disciplines&nbsp;: quels outils pour apprendre&nbsp;?</b>&nbsp;» <br/>28/05/2013 à 17h00 au Centre Pompidou",
+
+   	'description'=> "<p><b>Nouveaux manuels, nouveaux environnements hors universités, nouveaux savoirs, nouvelles disciplines&nbsp;: quels outils pour apprendre&nbsp;?</b> (le&nbsp;28/05/2013)</p>
+<ul>
+    <li>
+        <p><b>Carol Ann O’Hare</b>, Wikimédia France, chargée de mission « recherche et enseignement ».</p>
+    </li>
+    <li>
+        <p><b>Caroline Archat</b>, Institut de Recherche et d’Innovation.</p>
+    </li>
+    <li>
+        <p><b>Bertrand Sajus</b>, Ministère de la Culture et de la Communication, Département des Programmes Numériques.</p>
+    </li>
+</ul>
+",
+
+   	'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, enseignement, apprendre, apprentissage, outils',
+   	
+   	'rep' 		 => basename(__DIR__),
+   	
+   	'partenaires'=> "<a href='http://www.culture.gouv.fr/'
+class='footerLink' target='_blank'> Ministère de la Culture et de la 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 2012-2013 - Quels outils pour apprendre&nbsp;?",
+ 	
+ 	'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> au Centre Pompidou<br/> le mardi 28 mai 2013 | 17:00",
+
+    // After the event
+	'metadata'		=> "1d1e91c8-71d4-11e1-99d6-00145ea4a2be"
+);
\ No newline at end of file
Binary file web/museo-1213-07-quels-outils-pour-apprendre/images/archive_img.jpg has changed
Binary file web/museo-1213-07-quels-outils-pour-apprendre/images/client_visual.jpg has changed
Binary file web/museo-1213-07-quels-outils-pour-apprendre/images/head_logo.gif has changed
Binary file web/museo-1213-07-quels-outils-pour-apprendre/images/slide_background.jpg has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1213-07-quels-outils-pour-apprendre/index.php	Mon May 27 13:09:47 2013 +0200
@@ -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