web/rsln/config.php
author ymh <ymh.work@gmail.com>
Thu, 10 Jan 2019 18:36:36 +0100
changeset 1497 14a9bed2e3cd
parent 988 954019f62866
permissions -rwxr-xr-x
Adapt recorder_stream to python 3 Improve twitter authentication management Use Oauth2 where possible Delete old script

<?php

/**
 * Please edit the conférence details
 *
 */
$config = array(

    'hashtag'    => '#rsln',
    'date'   	 => '2010',
    'heure'   	 => '',
    'place'   	 => '',
    'title' 	 => "Clay Shirky : « Personne n'est titulaire du code source de la démocratie »",
	'abstract'   => '',
    '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',
	'islive'	 => true,
    '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'	 => "13b0aa52-336b-11e0-b233-00145ea49a02",
    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
	'duration'   => '4299820',
	'client_visual' => 'images/bgd_player.jpg', // optional - relative path
   	'head_logo' => 'images/header_logo.gif', // optional - relative path
	'slide_background' => 'images/slide4.jpg',
	'archive_img' => "images/tail_clay.jpg",
	'archive_title' => "Clay Shirky, le surplus cognitif",
	'archive_description' => "par <a href=\"http://www.rslnmag.fr/\" target=\"_blank\">RSLN</a> à Microsoft France <br/>le lundi 31 janvier 2011 | 08:30 - 10:30",
	
	'div_height' => 680,
	'player_width' => 650,
	'player_height' => 480,
);