--- a/web/common.php Fri Apr 27 19:18:49 2012 +0200
+++ b/web/common.php Wed May 02 19:19:51 2012 +0200
@@ -22,7 +22,8 @@
array("fens_FabLab_Design_Metadata","designmd"), array("mashup","conference"), array("mashup","tableronde"),
"sig-chi-paris-2011", "rwd-meetup-patrimoine", "2011-2012-museo-ouverture"/*, "JaneMcGonigal-gameDesign"*/,
"iii-catastrophe", "edito-inaugurale", "2011-2012-museo-structured-data",
- "edito-webdoc","edito-intelligence", "2011-2012-museo-contribution", "2011-2012-museo-ingenierie", "edito-serious-games", "edito-reseaux-sociaux"
+ "edito-webdoc","edito-intelligence", "2011-2012-museo-contribution",
+ "2011-2012-museo-ingenierie", "edito-serious-games", "enmi2012-seminaire-1", "edito-reseaux-sociaux"
);
--- a/web/edito-reseaux-sociaux/config.php Fri Apr 27 19:18:49 2012 +0200
+++ b/web/edito-reseaux-sociaux/config.php Wed May 02 19:19:51 2012 +0200
@@ -36,7 +36,6 @@
// After the event
'metadata' => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/42615b08-8d60-11e1-aa20-00145ea4a2be",
- 'duration' => 6640378,
'player' => "res/metadataplayer/src/js/LdtPlayer.js",
'div_height' => 700,
'player_width' => 650,
--- a/web/enmi2012-seminaire-1/config.php Fri Apr 27 19:18:49 2012 +0200
+++ b/web/enmi2012-seminaire-1/config.php Wed May 02 19:19:51 2012 +0200
@@ -90,8 +90,40 @@
'archive_description' => 'par <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> à l\'<a href="http://www.ensci.fr" target="_blank">ENSCI</a>, préparation ENMI 2011.<br/>les 28 et 29 mars 2012 | 10:00 - 18:30',
// After the event
- 'metadata' => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/5510ecc4-5565-11e1-ac23-00145ea49a02",
- 'duration' => 6640378,
+ 'metadata' => array(
+ 'enmi2012_01'=> array(
+ 'url'=>'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/78a0ce18-7fca-11e1-9bba-00145ea4a2be',
+ 'display'=>' Introduction et Antécédents Théoriques: Stiegler/Bulle/Barthélémy'
+ ),
+ 'enmi2012_02'=> array(
+ 'url'=>'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/7a048aa4-7f22-11e1-9bba-00145ea4a2be',
+ 'display'=>'Antécédents Théoriques: Hui/Halpin'
+ ),
+ 'enmi2012_03'=> array(
+ 'url'=>'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/eda7e170-7f2e-11e1-9ee2-00145ea4a2be',
+ 'display'=>'Médias et Ecriture Numérique: Chamayou/Giffard/Harlé'
+ ),
+ 'enmi2012_04'=> array(
+ 'url'=>'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/0783d304-7f2c-11e1-9bba-00145ea4a2be',
+ 'display'=>'Computer sciences, software studies, digital humanities: Cormerais/Spencer/Cardon/Triclot/Château/Monnin'
+ ),
+ 'enmi2012_05'=> array(
+ 'url'=>'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/b77d7a26-7f31-11e1-9ee2-00145ea4a2be',
+ 'display'=>'Design et organologie des savoirs: Huron/Velt/Ebenreuter/Decotter/Ensci'
+ ),
+ 'enmi2012_06'=> array(
+ 'url'=>'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/8a1a344a-7f34-11e1-9ee2-00145ea4a2be',
+ 'display'=>'Economie industrielle des savoirs à l'époque du numérique: Kaplan/Fauré/Garnier'
+ ),
+ 'enmi2012_07'=> array(
+ 'url'=>'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/1b608cb8-7f37-11e1-9bba-00145ea4a2be',
+ 'display'=>'Arts, médias, territoires: Mille/Bachimont/Chauveau/Scherer'
+ ),
+ 'enmi2012_08'=> array(
+ 'url'=>'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/35efd934-7f38-11e1-9ee2-00145ea4a2be',
+ 'display'=>'Enseignement et recherche: Petit/Lindeperg'
+ )
+ ),
'player' => "res/metadataplayer/src/js/LdtPlayer.js",
'div_height' => 700,
'player_width' => 650,
--- a/web/polemicaltimeline.php Fri Apr 27 19:18:49 2012 +0200
+++ b/web/polemicaltimeline.php Wed May 02 19:19:51 2012 +0200
@@ -75,7 +75,7 @@
metadata_key = "<?php echo($first_key);?>";
}
<?php else: ?>
- var metadatas = { metadata: {url: "<?php echo($translate->_('config__metadata'));?>", duration: <?php echo($translate->_('config__duration'))?>} };
+ var metadatas = { metadata: {url: "<?php echo($translate->_('config__metadata'));?>"} };
var metadata_key = "metadata";
<?php endif;?>
IriSP.libFiles.defaultDir = "<?php echo(registry_url('libdir','js'));?>";