--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/2011-2012-museo-audiovisuel/config.php Thu Apr 05 12:38:02 2012 +0200
@@ -0,0 +1,52 @@
+<?php
+$config = array(
+ 'hashtag' => '#museoweb',
+ 'date' => '10.04.2012',
+ 'heure' => '17h00-20h00',
+ 'place' => 'Centre Pompidou (Paris)',
+ 'duration' => '',
+
+ 'title' => "Muséologie, muséographie et nouvelles formes d’adresse au public",
+
+ 'abstract' => "« <b>Le web devient audiovisuel</b> » <br/> 10 / 04 / 2012 de 17h00 à 20h00 @ Centre Pompidou (Paris)",
+
+ 'description'=> "<p><b>Le web devient audiovisuel.</b> (le 10/04/2012)</p>
+<p>Enjeux et initiatives dans l’indexation fine et contributive des contenus audiovisuels. La TV connectée comme passerelle entre la diffusion de programme et la contribution dans un contexte amateur ou éducatif.</p>
+<ul>
+ <li><b>Raphaël Troncy</b> – Eurecom</li>
+ <li><b>Yves Raimond</b> – BBC</li>
+ <li><b>Eric Scherer</b> – France Télévisions</li>
+</ul>
+<p>Coup de projecteur :</p>
+<ul>
+ <li><b>Vincent Puig, Samuel Huron, Alexandre Monnin</b>, IRI : De Polemic tweet à NiceTag</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, audiovisuel, indexation, télévison, télé connectée, tv connectée, diffusions, programmes, musées',
+ '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/big_visuel_museo_2011_fr.png", // 501 × 376 pixels
+
+ 'head_logo' => 'images/head_logo.gif', // 171 × 63 pixels
+
+ 'slide_background' => "images/slide4_museo_fr.png", // 606 × 282 pixels
+
+ 'archive_img' => "images/museo-2011.jpg", // 270 × 150 pixels
+
+ 'archive_title' => "Muséologie 2011 - Le web devient audiovisuel",
+ 'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> au Centre Pompidou<br/> le mardi 10 avril 2012 | 17:00 - 20:00",
+
+ // After the event
+ 'metadata' => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/321ae0b0-ff2c-11e0-95c2-00145ea49a02",
+ 'duration' => 10876600,
+ 'player' => "res/metadataplayer/src/js/LdtPlayer.js",
+ 'div_height' => 740,
+ 'player_width' => 650,
+ 'player_height' => 500,
+);
\ No newline at end of file
Binary file web/2011-2012-museo-audiovisuel/images/big_visuel_museo_2011_fr.png has changed
Binary file web/2011-2012-museo-audiovisuel/images/head_logo.gif has changed
Binary file web/2011-2012-museo-audiovisuel/images/museo-2011.jpg has changed
Binary file web/2011-2012-museo-audiovisuel/images/slide4_museo_fr.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/2011-2012-museo-audiovisuel/index.php Thu Apr 05 12:38:02 2012 +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
--- a/web/2011-2012-museo-ingenierie/config.php Fri Mar 30 11:35:18 2012 +0200
+++ b/web/2011-2012-museo-ingenierie/config.php Thu Apr 05 12:38:02 2012 +0200
@@ -38,8 +38,8 @@
'archive_img' => "images/museo-2011.jpg", // 270 × 150 pixels
- 'archive_title' => "Muséologie 2011 - Comment la dynamique de contribution peut-elle converger avec l’indexation et la numérisation mise en place par les Musées ?",
- 'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> au Centre Pompidou<br/> le mardi 14 février 2012 | 17:00 - 20:00",
+ 'archive_title' => "Muséologie 2011 - Ingénierie sémantique et sociale : comment les musées peuvent articuler leurs collections avec les sites contributifs ?",
+ 'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> au Centre Pompidou<br/> le mardi 13 mars 2012 | 17:00 - 20:00",
// After the event
'metadata' => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/321ae0b0-ff2c-11e0-95c2-00145ea49a02",
--- a/web/common.php Fri Mar 30 11:35:18 2012 +0200
+++ b/web/common.php Thu Apr 05 12:38:02 2012 +0200
@@ -13,7 +13,7 @@
/**
* Base configuration
*/
-$C_default_rep = 'clic-2012';
+$C_default_rep = '2011-2012-museo-audiovisuel';
$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/edito-reseaux-sociaux/config.php Thu Apr 05 12:38:02 2012 +0200
@@ -0,0 +1,43 @@
+<?php
+$config = array(
+ 'hashtag' => '#edito11',
+ 'date' => '12.04.2012',
+ 'heure' => '17h30-19h30',
+ 'place' => 'Salle Triangle - Centre Pompidou',
+
+ 'title' => "Nouvelles formes d'éditorialisation",
+ 'abstract' => "Séminaire « nouvelles formes d'éditorialisation » :<br /><b>Réseaux sociaux, contribution et participation</b><br/>le 12/04/2012 de 17h30 à 19h30<br/>@ Salle Triangle (Centre Pompidou) - entrée libre et gratuite",
+ 'description'=> "<h3>Réseaux sociaux, contribution et participation</h3>
+ <p>le 12/04/2012 de 17h30 à 19h30<br/>@ Salle Triangle (Centre Pompidou) - entrée libre et gratuite</p>
+
+ <p>Invité : <strong>Geert Lovink</strong>, fondateur de <a href='http://networkcultures.org/wpmu/portal/' target='_blank'>l’Institute of Network of Cultures</a> et chercheur et professeur de Media Theory à la <a href='http://www.hva.nl/index.htm' target='_blank'>Hogeschool van Amsterdam</a> et à <a href='http://www.english.uva.nl/' target='_blank'>l’Université d’Amsterdam</a>.</p>",
+ 'link' => 'http://seminaire.sens-public.org',
+ 'islive' => true,
+ //'flv_provider' => 'rtmp',
+ //'flv_file' => 'livestream',
+ //'flv_streamer' => 'rtmp://media.iri.centrepompidou.fr/ddc-player',
+ 'use_tweetcast' => true,
+ //'knowtex_url' => "http://labs.knowtex.com/enmi2011/?mapOnly#carto",
+ 'keywords' => 'editorialisation, iri, réseaux sociaux, contribution, participation',
+ 'rep' => basename(__DIR__),
+ 'partenaires'=> "<a href='http://www.sens-public.org' class='footerLink' target='_blank'>Sens Public</a> | <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>IRI</a>",
+
+ 'client_visual' => 'images/big_visuel_edito.jpg',// 501 × 376 pixels
+
+ 'head_logo' => 'images/head_logo.gif', // 171 × 63 pixels
+
+ 'slide_background' => 'images/slide4-editorialisation.jpg', // 606 × 282 pixels
+
+ 'archive_img' => 'images/archive-editorialisation.jpg', // 270 × 150 pixels
+
+ 'archive_title' => "Réseaux sociaux, contribution et participation",
+ 'archive_description' => 'par <a href="http://www.sens-public.org" target="_blank">Sens Public</a> et l\'<a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a><br/>au Centre Pompidou le jeudi 12 avril 2012 17:30 - 19:30',
+
+ // After the event
+ 'metadata' => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/5510ecc4-5565-11e1-ac23-00145ea49a02",
+ 'duration' => 6640378,
+ 'player' => "res/metadataplayer/src/js/LdtPlayer.js",
+ 'div_height' => 700,
+ 'player_width' => 650,
+ 'player_height' => 488,
+);
\ No newline at end of file
Binary file web/edito-reseaux-sociaux/images/archive-editorialisation.jpg has changed
Binary file web/edito-reseaux-sociaux/images/big_visuel_edito.jpg has changed
Binary file web/edito-reseaux-sociaux/images/head_logo.gif has changed
Binary file web/edito-reseaux-sociaux/images/slide4-editorialisation.jpg has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/edito-reseaux-sociaux/index.php Thu Apr 05 12:38:02 2012 +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