web/2011-2012-museo-interfaces/config.php
author Raphael Velt <raph.velt@gmail.com>
Thu, 23 Aug 2012 15:16:26 +0200
changeset 683 cd315f8c70e8
parent 660 0bf11a8b8c1f
child 715 d5a14c8b23d4
permissions -rw-r--r--
Put Platform URL in common.php. This allows me to access projects on local computer.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
604
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
$config = array(
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
   	'hashtag'    => '#museoweb',
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
   	'date'   	 => '15.05.2012',
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
   	'heure'   	 => '17h00-20h00',
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
   	'place'   	 => 'Centre Pompidou (Paris)',
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
   	'duration'   => '',
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
   	'title' 	 => "Muséologie, muséographie et nouvelles formes d’adresse au public",
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
						
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
   	'abstract'   => "«&nbsp;<b>Des interfaces innovantes tirant parti des métadonnées</b>&nbsp;» <br/> 15 / 05 / 2012 de 17h00 à 20h00 @ Centre Pompidou (Paris)",
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
   	'description'=> "<p><b>Des interfaces innovantes tirant parti des métadonnées.</b> (le&nbsp;15/05/2012)</p>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
   	<p>Les métadonnées sont la base de départ pour la conception des interfaces pour l’indexation, la recherche, la navigation et la représentation. Comment peuvent elles aller jusqu’à modifier une stratégie de collecte ?</p>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
<ul>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
    <li><b>Jean Daniel Fekete</b> – INRIA/Aviz</li>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
    <li><b>Yves Armel Martin</b> – Erasme</li>
614
738ca9d3f98d correction museo-interfaces
Raphael Velt <raph.velt@gmail.com>
parents: 608
diff changeset
    18
    <li><b>David Assouline</b> - Google Art Project</li>
604
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
</ul>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
<p>Coup de projecteur :</p>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
<ul>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
    <li><b>Wiki loves monuments</b></li>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
</ul>",
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
   	'link' 		 => 'http://www.iri.centrepompidou.fr/evenement/museologie-museographie-et-nouvelles-formes-dadresse-au-public/?lang=fr_fr',
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
   	'islive'     => true,
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
   	'keywords'   => 'muséographie, muséologie, interfaces, métadonnées, innovation, recherche, navigation, représentation',
660
0bf11a8b8c1f ADD : archives metadata ENDPOINT
Samuel Huron <samuel.huron@centrepompidou.fr>
parents: 614
diff changeset
    28
   	'rep' 		 => basename('__DIR__'),
604
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
   	'partenaires'=> "<a href='http://www.culture.gouv.fr/'
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
class='footerLink' target='_blank'> Ministère de la Culture et communication </a>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
|  <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
IRI  </a>",
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
    'client_visual' => "images/big_visuel_museo_2011_fr.png", // 501 × 376 pixels
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
    
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
 	'head_logo' => 'images/head_logo.gif', // 171 × 63 pixels
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
 	
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
  	'slide_background' => "images/slide4_museo_fr.png", // 606 × 282 pixels
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
    
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
  	'archive_img' => "images/museo-2011.jpg", // 270 × 150 pixels
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
 	'archive_title' => "Muséologie 2011 - Des interfaces innovantes tirant parti des métadonnées",
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
 	'archive_description' => "par <a href=\"http://www.iri.centrepompidou.fr/\" target=\"_blank\">IRI</a> au Centre Pompidou<br/> le mardi 15 mai 2012 | 17:00 - 20:00",
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
    // After the event
683
cd315f8c70e8 Put Platform URL in common.php. This allows me to access projects on local computer.
Raphael Velt <raph.velt@gmail.com>
parents: 660
diff changeset
    46
	'metadata'		=> "321ae0b0-ff2c-11e0-95c2-00145ea49a02",
604
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
	'div_height'    => 740,
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
	'player_width'  => 650,
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
	'player_height' => 500,
608
546e1b3c7611 test integration etherpad
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 606
diff changeset
    50
    'pad_url'       => 'http://pads.iri-research.org/p/museo-interfaces?showControls=true&showChat=true&showLineNumbers=true&useMonospaceFont=false'
604
8b18368f5706 Added Museoweb 15/05/2012
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
);