Added Museo 23/04/13
authorRaphael Velt <raph.velt@gmail.com>
Tue, 16 Apr 2013 10:55:23 +0200
changeset 856 84dd55fc7370
parent 855 ed575da0ee15
child 857 19f7d7c357da
Added Museo 23/04/13
web/museo-1213-06-science-collaborative/config.php
web/museo-1213-06-science-collaborative/images/archive_img.jpg
web/museo-1213-06-science-collaborative/images/client_visual.jpg
web/museo-1213-06-science-collaborative/images/head_logo.gif
web/museo-1213-06-science-collaborative/images/slide_background.jpg
web/museo-1213-06-science-collaborative/index.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1213-06-science-collaborative/config.php	Tue Apr 16 10:55:23 2013 +0200
@@ -0,0 +1,57 @@
+<?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>La science collaborative</b>&nbsp;» <br/>23/04/2013 à 17h00 dans la classe numérique <br />à la Cité des Sciences et de l'Industrie (Paris)",
+
+   	'description'=> "<p><b>La science collaborative.</b> (le&nbsp;23/04/2013)</p>
+   	<p>La classe numérique se trouve dans le Carrefour Numérique, Cité des sciences et de l'industrie, Niveau -1, 30 avenue Corentin Cariou, 75019 Paris (M° Porte de la Villette).</p>
+<ul>
+    <li>
+        <p><b>Madeleine Akrich</b>, Mines-ParisTech, Cité des Sciences et de l'Industrie.</p>
+    </li>
+    <li>
+        <p><b>Olivier Las Vergnas</b>, Universcience.</p>
+    </li>
+    <li>
+        <p><b>Florian Charvolin</b>, Centre Max Weber.</p>
+    </li>
+    <li>
+        <p><b>Romain Julliard</b>, Muséum National d'Histoire Naturelle, Vigie-Nature.</p>
+    </li>
+    <li>
+        <p><b>Manuel Zacklad</b>, Conservatoire National des Arts et Métiers, Dicen-IDF (Dispositifs d'Information et Communication à l'Ère Numérique).</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, collaboration, sciences, science collaborative',
+   	
+   	'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 - La science collaborative.",
+ 	
+ 	'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> à la Cité des Sciences et de l'Industrie<br/> le mardi 23 avril 2013 | 17:00",
+
+    // After the event
+	'metadata'		=> "1d1e91c8-71d4-11e1-99d6-00145ea4a2be"
+);
\ No newline at end of file
Binary file web/museo-1213-06-science-collaborative/images/archive_img.jpg has changed
Binary file web/museo-1213-06-science-collaborative/images/client_visual.jpg has changed
Binary file web/museo-1213-06-science-collaborative/images/head_logo.gif has changed
Binary file web/museo-1213-06-science-collaborative/images/slide_background.jpg has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1213-06-science-collaborative/index.php	Tue Apr 16 10:55:23 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