web/edito-intelligence/config.php
author ymh <ymh.work@gmail.com>
Mon, 18 Jun 2018 23:15:34 +0200
changeset 1427 8b3d57a519eb
parent 940 843f96e4eebd
permissions -rw-r--r--
remove dependency to Zend 1. Use composer to reduce the number of dependencies

<?php
$config = array(
   	'hashtag'    => '#edito11',
   	'date'   => '19.01.2012',
   	'heure'   => '17h00-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 17h00 à 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'=> "le 19/01/2012 de 17h00 à 19h30<br/>@ Salle Triangle (Centre Pompidou) - entrée libre et gratuite<br/><br/>
   	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,
    'use_tweetcast' => true,
    'suggested_keywords' => array(
        "intelligence",
        "collective",
        "artificielle",
        "savoir",
        "participatif",
        "wiki",
        "occupy",
        "cognition",
        "w3c",
        "open",
        "science",
    ),
   	'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'    => "5510ecc4-5565-11e1-ac23-00145ea49a02",
	'duration'   => 6640378,
	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
	'div_height'    => 700,
	'player_width'  => 650,
	'player_height' => 488,
);