Added Museo 15/01/2013
authorRaphael Velt <raph.velt@gmail.com>
Mon, 07 Jan 2013 15:37:46 +0100
changeset 757 41a2274b9494
parent 756 a42360459998
child 758 ed58db378f8e
Added Museo 15/01/2013
web/common.php
web/museo-1213-03-techniques-humanites/config.php
web/museo-1213-03-techniques-humanites/images/archive_img.jpg
web/museo-1213-03-techniques-humanites/images/client_visual.jpg
web/museo-1213-03-techniques-humanites/images/head_logo.gif
web/museo-1213-03-techniques-humanites/images/slide_background.jpg
web/museo-1213-03-techniques-humanites/index.php
--- a/web/common.php	Wed Dec 19 16:55:19 2012 +0100
+++ b/web/common.php	Mon Jan 07 15:37:46 2013 +0100
@@ -17,7 +17,7 @@
 $ldt_platform = 'http://ldt.iri.centrepompidou.fr/';
 $project_url_base = 'ldtplatform/ldt/cljson/id/';
 
-$C_default_rep = 'enmi12';
+$C_default_rep = 'museo-1213-03-techniques-humanites';
 $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0';
 
 $archives_list = array(
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1213-03-techniques-humanites/config.php	Mon Jan 07 15:37:46 2013 +0100
@@ -0,0 +1,47 @@
+<?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 technique à la rencontre des humanités&nbsp;:<br />plus qu’un objet, un défi pour les Digital Humanities&nbsp;?</b>&nbsp;» <br/> 15/01/2013 à 17h00 au Centre Pompidou (Paris)",
+
+   	'description'=> "<p><b>La technique à la rencontre des humanités&nbsp;:<br />plus qu’un objet, un défi pour les Digital Humanities&nbsp;?</b> (le&nbsp;15/01/2013)</p>
+<ul>
+    <li><b>Whitney Trettien</b>, Duke University.</li>
+    <li><b>Pierre Mounier</b>, EHESS, Centre pour l'édition électronique ouverte (Cléo).</li>
+    <li><b>Robert Rose</b>, Indiana University, Stanford Encyclopedia of Philosophy.</li>
+    <li><b>Aurélien Bénel</b>, Université de Technologie de Troyes.</li>
+    <li><b>Aurélien Berra</b>, Université Paris Ouest Nanterre La Défense.</li>
+    <li><b>Alexandre Gefen</b>, CNRS.</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, contribution, numérique, défis',
+   	
+   	'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 technique à la rencontre des humanités&nbsp;: plus qu’un objet, un défi pour les Digital Humanities&nbsp;?",
+ 	
+ 	'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> au Centre Pompidou<br/> le mardi 15 janvier 2013 | 17:00",
+
+    // After the event
+	'metadata'		=> "1d1e91c8-71d4-11e1-99d6-00145ea4a2be"
+);
\ No newline at end of file
Binary file web/museo-1213-03-techniques-humanites/images/archive_img.jpg has changed
Binary file web/museo-1213-03-techniques-humanites/images/client_visual.jpg has changed
Binary file web/museo-1213-03-techniques-humanites/images/head_logo.gif has changed
Binary file web/museo-1213-03-techniques-humanites/images/slide_background.jpg has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1213-03-techniques-humanites/index.php	Mon Jan 07 15:37:46 2013 +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