web/fens_FabLab_Design_Metadata/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Mon, 08 Jun 2015 16:10:52 +0200
changeset 1273 f1921b751d4c
parent 988 954019f62866
child 1433 0f5a585e8a95
permissions -rwxr-xr-x
Added tag V04.021 for changeset 383216e68baa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
181
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     1
<?php
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     2
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 683
diff changeset
     3
$config = array(
220
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
     4
    'hashtag'    => '#fens',
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
     5
    'date'   	 => '21.06.2011',
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
     6
    'heure'   	 => '17h30-19h30',
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
     7
    'place'   	 => 'IRI - Salle Piazza - Centre Pompidou',
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
     8
    'duration'   => '5628200',
181
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     9
    
251
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    10
    'title' 	 => "Futur en Seine : Design Metadata",
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    11
	'abstract'   => '',
220
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
    12
    'description'=> "Cette conférence coordonnée par l’Institut de Recherche et d’innovation du Centre Pompidou a présenté les travaux réalisés lors de deux ateliers, un avec les étudiants de l’ENSCI sur les interfaces de production de méta données et un avec Strate Collège et l’ESILV sur l’utilisation d’interface sans contact dans l’espace urbain. Ces ateliers ont eu pour but d’accompagner concrètement le maquettage et le prototypage des projets des élèves en mettant en place une méthodologie d’open innovation dans un contexte interdisciplinaire.",
181
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    13
					
220
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
    14
    'link'       => 'http://www.iri.centrepompidou.fr/futur-en-seine-2011/design-metadata-2/',
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
    15
    'keywords'   => 'design, metadata, iri, futur en seine, ensci, strate, esilv',
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
    16
    'rep' 		 => 'fens_FabLab_Design_Metadata',
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    17
    'islive'	 => true,
181
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    18
    'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
220
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
    19
		 |  <a href='http://www.ensci.com/' class='footerLink' target='_blank'> ENSCI  </a>
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
    20
		 |  <a href='http://www.esilv.fr/' class='footerLink' target='_blank' > ESILV  </a>
42aeb2bfc58e publish chi07 and fens Fablab
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 181
diff changeset
    21
		 |  <a href='http://www.stratecollege.fr/' class='footerLink' target='_blank'> Strate Collège </a>",
181
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    22
		 
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 683
diff changeset
    23
	// After the event
251
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    24
	'metadata'	 => array(
683
cd315f8c70e8 Put Platform URL in common.php. This allows me to access projects on local computer.
Raphael Velt <raph.velt@gmail.com>
parents: 532
diff changeset
    25
		'fablab'=>array('url'=>"de9e77c2-b33a-11e0-8465-00145ea49a02", 'display'=> 'Fab Lab', 'duration'=>'12177600'),
cd315f8c70e8 Put Platform URL in common.php. This allows me to access projects on local computer.
Raphael Velt <raph.velt@gmail.com>
parents: 532
diff changeset
    26
		'designmd'=>array('url'=>"69e7b3e4-a8ae-11e0-85c5-00145ea49a02", 'display'=> 'Design Metadata', 'duration'=>'5628258'),
251
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    27
	),
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    28
    'player'     => "res/metadataplayer/src/js/LdtPlayer.js",
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    29
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    30
	'client_visual' => 'images/big_visuel_rsln_mb.jpg', // optional - relative path
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    31
   	'head_logo' => 'images/head_logo.gif', // optional - relative path
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    32
	'slide_background' => 'images/slide4.jpg',
251
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    33
	'archive_img' => array('designmd'=>'images/tail_fens_fablab_designmd.jpg', 'fablab'=>'images/tail_fens_fablab_fablab.jpg'),
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    34
	'archive_title' => array('designmd'=> "Futur en Seine : Design Metadata", 'fablab'=>"Futur en Seine : Fablab"),
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    35
	'archive_description' => array(
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    36
		'designmd'=>'par <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> au Centre Pompidou<br/>le mardi 21 juin 2011 | 17:00 - 20:00',
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    37
		'fablab'=>'par <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> au Centre Pompidou<br/>le mardi 20 juin 2011 | 17:00 - 20:00',
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    38
	),
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    39
	
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    40
	
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    41
	'div_height' => 750,
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    42
	'player_width' => 650,
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
diff changeset
    43
	'player_height' => 480,
181
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    44
);
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    45
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    46