web/edito-reseaux-sociaux/config.php
author Samuel Huron <samuel.huron@centrepompidou.fr>
Mon, 23 Jul 2012 09:51:02 +0200
changeset 660 0bf11a8b8c1f
parent 597 07ab28bca482
child 683 cd315f8c70e8
permissions -rwxr-xr-x
ADD : archives metadata ENDPOINT
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
577
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
$config = array(
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
   	'hashtag'    => '#edito11',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
   	'date'   => '12.04.2012',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
   	'heure'   => '17h30-19h30',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
   	'place'   => 'Salle Triangle - Centre Pompidou',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
   	'title' => "Nouvelles formes d'éditorialisation",
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
	'abstract'   => "Séminaire &laquo;&nbsp;nouvelles formes d'éditorialisation&nbsp;&raquo;&nbsp;:<br /><b>Réseaux sociaux, contribution et participation</b><br/>le 12/04/2012 de 17h30 à 19h30<br/>@ Salle Triangle (Centre Pompidou) - entrée libre et gratuite",
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
   	'description'=> "<h3>Réseaux sociaux, contribution et participation</h3>
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
   	<p>le 12/04/2012 de 17h30 à 19h30<br/>@ Salle Triangle (Centre Pompidou) - entrée libre et gratuite</p>
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
    
579
4ac547e35fd2 edito-reseaux-sociaux
Raphael Velt <raph.velt@gmail.com>
parents: 577
diff changeset
    13
    <p>Invité : <strong>Geert Lovink</strong>, fondateur de <a href='http://networkcultures.org/wpmu/portal/' target='_blank'>l’Institute of Network of Cultures</a> et chercheur et professeur de Media Theory à la <a href='http://www.hva.nl/index.htm' target='_blank'>Hogeschool van Amsterdam</a> et à <a href='http://www.english.uva.nl/' target='_blank'>l’Université d’Amsterdam</a>.</p>
4ac547e35fd2 edito-reseaux-sociaux
Raphael Velt <raph.velt@gmail.com>
parents: 577
diff changeset
    14
    <p>Geert Lovink posera la question suivante : la montée des médias sociaux va-t-elle induire une renaissance de la sociologie ? Une chose est certaine, il y a un besoin urgent de théorie générale sur le design “social”. La sociologie doit pour cela se libérer de ce que Lovink appelle “ses impulsions professionnelles”, autrement dit se libérer de l’implication sociale de la technologie. Selon lui, nous devons tendre vers une abrogation des dichotomies qui contraignent et limites nos façons de penser, telle que la distinction entre réel/virtuel et public/privé.</p>",
577
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
   	'link' => 'http://seminaire.sens-public.org',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
   	'islive'     => true,
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
   	//'flv_provider' => 'rtmp',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
	//'flv_file' => 'livestream',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
	//'flv_streamer' => 'rtmp://media.iri.centrepompidou.fr/ddc-player',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
    'use_tweetcast' => true,
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
	//'knowtex_url' => "http://labs.knowtex.com/enmi2011/?mapOnly#carto",
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
   	'keywords'   => 'editorialisation, iri, réseaux sociaux, contribution, participation',
660
0bf11a8b8c1f ADD : archives metadata ENDPOINT
Samuel Huron <samuel.huron@centrepompidou.fr>
parents: 597
diff changeset
    23
   	'rep' => basename('__DIR__'),
577
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
   	'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>",
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
    'client_visual' => 'images/big_visuel_edito.jpg',// 501 × 376 pixels
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
    
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
 	'head_logo' => 'images/head_logo.gif', // 171 × 63 pixels
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
 	
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
  	'slide_background' => 'images/slide4-editorialisation.jpg', // 606 × 282 pixels
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
    
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
  	'archive_img' => 'images/archive-editorialisation.jpg', // 270 × 150 pixels
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
 	'archive_title' => "Réseaux sociaux, contribution et participation",
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
 	'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 12 avril 2012 17:30 - 19:30',
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
    // After the event
595
71363e9b210c Added Metadata for museo 14/02, 13/03, edito 22/03, 12/04
Raphael Velt <raph.velt@gmail.com>
parents: 579
diff changeset
    38
	'metadata'    => "http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/42615b08-8d60-11e1-aa20-00145ea4a2be",
577
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
	'div_height'    => 700,
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
	'player_width'  => 650,
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
	'player_height' => 488,
9a93538892ef Added April Edito & Museo
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
);