web/edito-intelligence/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 19 Jan 2012 12:20:46 +0100
changeset 479 eb44a86b7a94
child 481 be5e71ef1f3c
permissions -rw-r--r--
commit museo 19/01/2012

<?php
$config = array(
   	'hashtag'    => '#edito11',
   	'date'   => '19.01.2012',
   	'heure'   => '17h30-19h30',
   	'place'   => 'Salle Triangle - Centre Pompidou',

   	'title' => "Intelligence collective, savoir participatif (human computation)",
	'abstract'   => "<b>Intelligence collective, savoir participatif (human computation),</b><br/>le 19/01/2012 de 17h30 à 19h30<br/>@ Salle Triangle (Centre Pompidou) - entrée libre et gratuite",
//   	'abstract'   => "<b>Nouvelle forme d'éditorialisation</b>,<br/><b>Entre pédagogie, information et entertainment : le Web-doc et au-delà,</b><br/>le 01/12/2011 de 17h30 à 19h30<br/>@ Salle Triangle (Centre Pompidou) - entrée libre et gratuite",
   	'description'=> "Intervenants&nbsp;:</br>
   	- Harry Halpin, post-doctorant à l'IRI - projet européen &quot;PHILOWEB&quot;</br>
   	- Antoine Taly, chercheur au CNRS, Paris 7 - IBPC</br></br>
   		La séance est consacrée à l'intelligence collective et aux savoirs participatifs. Antoine Taly nous présentera Foldit, ou la science participative dans un jeu. Harry Halpin reviendra sur les fondements du web, prémices d'une intelligence collective, en revenant notamment sur les évènements politiques populaires récents dans la lignée d'Occupy Wall Street.",
   	'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,
    'js_config' => "
        tracking_keywords = [ '#edito11' ],
        suggested_keywords = []
        ",
	//'knowtex_url' => "http://labs.knowtex.com/enmi2011/?mapOnly#carto",
   	'keywords'   => 'editorialisation, iri',
   	'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' => "Intelligence collective, savoir participatif (human computation)",
 	'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 19 janvier 2012 17:30 - 19:30',

    // After the event
	'metadata'    => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/0911926e-093a-11e1-996f-00145ea49a02",
	'duration'   => 8357400,
	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
	'div_height'    => 700,
	'player_width'  => 650,
	'player_height' => 488,
);