--- a/web/common.php Wed Apr 02 17:26:12 2014 +0200
+++ b/web/common.php Tue Apr 08 13:23:37 2014 +0200
@@ -18,7 +18,7 @@
$ldt_platform = 'http://ldt.iri.centrepompidou.fr/';
$project_url_base = 'ldtplatform/ldt/cljson/id/';
-$C_default_rep = 'attention-1314-06-dynamique-ecrans-images-virtuelles';
+$C_default_rep = 'museo-1314-06-annotation-social-books';
$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-06-annotation-social-books/config.php Tue Apr 08 13:23:37 2014 +0200
@@ -0,0 +1,43 @@
+<?php
+$config = array(
+ 'hashtag' => '#museoweb',
+
+ 'title' => "Muséologie 2013-2014 #6 - 8 avril 2014 <br/>Annotation personnelle et Social books - nouvelles plateformes de lecture collaborative",
+
+ 'abstract' => "« <b>Annotation personnelle et Social books</b> » <br/> 08/04/2014 de 17h00 à 20h00 au Centre Pompidou (Paris)",
+
+ 'description'=> "<p>Avec :</p>
+<ul>
+ <li>Bob Stein, The Future of the Book</li>
+ <li>Philippe Aigrain, sopinspace</li>
+</ul>
+<p>Il s’agirait dans cette séance de montrer l’intérêt de l’annotation personnelle et de la dimension collaborative que permet le numérique en termes de production des savoirs et de nouvelles approches dans le champ culturel. Comment relier la notion de contributivité numérique à ses conséquences dans le domaine de la recherche artistique et du partage esthétique avec le bouleversement du droit d’auteur que cela suppose.</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, social book, lecture collaborative, annotation',
+
+ '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 #6 : Annotation personnelle et Social books",
+
+ 'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> au Centre Pompidou<br/> le 08 avril 2014 | 17:00 - 20:00",
+
+ // After the event
+ 'metadata' => ""
+);
\ No newline at end of file
Binary file web/museo-1314-06-annotation-social-books/images/archive_img.jpg has changed
Binary file web/museo-1314-06-annotation-social-books/images/client_visual.jpg has changed
Binary file web/museo-1314-06-annotation-social-books/images/head_logo.gif has changed
Binary file web/museo-1314-06-annotation-social-books/images/slide_background.jpg has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/museo-1314-06-annotation-social-books/index.php Tue Apr 08 13:23:37 2014 +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