--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/enmi12-barcamp/config.php Fri Apr 12 15:58:02 2013 +0200
@@ -0,0 +1,45 @@
+<?php
+$config = array(
+ 'hashtag' => '#enmi12',
+
+ 'title' => "Dispositif(s) de couverture d’événementt : l’expérience des #ENMI12",
+
+ 'abstract' => "<b>Dispositif(s) de couverture d’événement :<br />l’expérience des #ENMI12</b><br/>le 15/04/2013 à 10h00<br/>Centre Pompidou, Salle Triangle",
+
+ 'description'=> "<h3>Atelier enmi12.org</h3>
+ <p>le 15/04/2013
+ <br/>À Paris : De 10h00 à 17h00, au Centre Pompidou, salle Triangle - entrée gratuite sur inscription</p>
+ <p>En décembre dernier, l’<a href='http://www.iri.centrepompidou.fr/' target='_blank'>IRI</a>, <a href='http://knowtex.com/' target='_blank'>Knowtex</a> et le <a href='http://www.btsmultimedia.fr/' target='_blank'>BTS multimédia du Lycée Jacques Prévert</a> se sont associés pour imaginer un dispositif inédit de couverture de la conférence Les Entretiens du Nouveau Monde Industriel : <a href='http://enmi12.org'>enmi12.org</a></p>
+ <p>Après une préparation de 2 mois, une “newsroom” de 30 étudiants a été mise en place pour “augmenter” collectivement l'expérience de la conférence avec une dizaine d'outils (PolemicTweet, Sharypic, UniShared, Pearltrees, FreeMind...)</p>
+ <p>L’IRI organise le lundi 15 avril un atelier pour revenir sur ce dispositif dont l’aspect transmedia a laissé Louise Merzeau supposer qu’il présentait les clés de la translittératie anticipée par plusieurs penseurs des humanités numériques.</p>
+
+ <p>Inscription sur <a href='http://enmi12.eventbrite.fr/' target='_blank'>eventbrite</a></p>
+ ",
+
+ 'link' => 'http://enmi12.eventbrite.fr/',
+
+ 'islive' => true,
+
+ 'keywords' => 'editorialisation, iri, enmi, entretiens du nouveau monde industriel, barcamp',
+
+ 'rep' => basename(__DIR__),
+
+ 'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>IRI</a>
+ | <a href='http://knowtex.com/' class='footerLink' target='_blank'>Knowtex</a>
+ | <a href='http://www.btsmultimedia.fr/' class='footerLink' target='_blank'>BTS multimédia du Lycée Jacques Prévert</a>",
+
+ 'client_visual' => 'images/large.jpg',// 480 × 320 pixels
+
+ 'head_logo' => 'images/logo-enmi.png', // 171 × 63 pixels
+
+ 'slide_background' => 'images/slider.jpg', // 606 × 282 pixels
+
+ 'archive_img' => 'images/small.jpg', // 270 × 150 pixels
+
+ 'archive_title' => "Modèles économiques de l’écriture numérique.",
+
+ 'archive_description' => 'par l\'<a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a><br/>au Centre Pompidou le 15/04/2013 10:00',
+
+ // After the event
+ 'metadata' => "f0a659f2-7ab8-11e2-88b4-00145ea4a2be"
+);
\ No newline at end of file
Binary file web/enmi12-barcamp/images/large.jpg has changed
Binary file web/enmi12-barcamp/images/logo-enmi.png has changed
Binary file web/enmi12-barcamp/images/slider.jpg has changed
Binary file web/enmi12-barcamp/images/small.jpg has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/enmi12-barcamp/index.php Fri Apr 12 15:58:02 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