web/rsln/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 18 Jul 2011 10:42:35 +0200
changeset 220 42aeb2bfc58e
parent 176 ffbd8565b65f
child 229 74c9ddc3640b
permissions -rwxr-xr-x
publish chi07 and fens Fablab

<?php

/**
 * Please edit the conférence details 
 * 
 */
define('URL_ROOT', 'http://polemictweet.com/rsln/polemicaltimeline.php');
$config = array(
    'root'       => 'http://polemictweet.com/',
    
    'hashtag'    => '#rsln',
    'date'   	 => '2010',
    'heure'   	 => '',
    'place'   	 => '',
    'duration'   => '4299820',
    
    'title' 	 => "Clay Shirky : « Personne n'est titulaire du code source de la démocratie »",
    'description'=> "Journaliste américain spécialiste des nouvelles technologies de l'information et de la communication - NTIC, Clay Shirky est aussi consultant, écrivain, professeur.<br/><br/>
					Diplômé de l'Université de New York il écrit et enseigne, entre autres, sur les effets de corrélation de la topologie sociale et technologique de réseau, où comment nos réseaux forment la culture et inversement.<br/><br/>
					<br/><b> Dernier ouvrages :</b> <ul>
					<li> <a href='http://isbn.nu/9781594202537?asim' target='_blank'>2010 : Cognitive Surplus: Creativity and Generosity in a Connected Age  </a></li>
					<li> <a href='http://isbn.nu/9781594201530' target='_blank'>2008 : Here Comes Everybody: The Power of Organizing Without Organizations</a></li></ul>
					<b>Source :</b> <a href='http://fr.wikipedia.org/wiki/Clay_Shirky' target='_blank'> Wikipedia.fr</a>
					<br/> <b>Plus d'information : </b> <a href='http://www.shirky.com/' target='_blank'>www.shirky.com</a>
					<br/> <b>Crédit photo : </b> <a href='http://www.flickr.com/photos/poptech2006/2969510044/' target='_blank'> CC BY NA - Pop!Tech 2008</a>",
					
    'link'       => 'http://www.rslnmag.fr/blog/2011/1/17/clay-shirky_-personne-n-est-titulaire-du-code-source-de-la-democratie_/',
    'keywords'    => 'digital, democratie, clayshirky, rsln, iri',
    'rep' 		 => 'rsln',
    'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
		 |  <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN  </a>
		 |  <a href='http://www.slate.fr/' class='footerLink'  target='_blank'> SLATE.fr  </a>
		 |  <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr  </a>",
		 
	// After the event 
	'metadata'	 => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/13b0aa52-336b-11e0-b233-00145ea49a02",
    'player'     => "res/metadataplayer/src/js/LdtPlayer.js"
);

$player_width  = 600;
$player_height = 480;
?>