web/fens_FabLab_Design_Metadata/config.php
author Raphael Velt <raph.velt@gmail.com>
Fri, 20 Jan 2012 13:01:01 +0100
changeset 489 a543cdb3cc79
parent 251 d81cc587cc4d
child 532 bab9705ac861
permissions -rwxr-xr-x
Meetup Web of Data 20.01.2012
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
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 220
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
		 
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
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(
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    25
		'fablab'=>array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/de9e77c2-b33a-11e0-8465-00145ea49a02", 'display'=> 'Fab Lab', 'duration'=>'12177600'),
d81cc587cc4d add fablab and correction on feedback
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 229
diff changeset
    26
		'designmd'=>array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/69e7b3e4-a8ae-11e0-85c5-00145ea49a02", 'display'=> 'Design Metadata', 'duration'=>'5628258'),
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
?>
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    47
    
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    48
    
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    49
    
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    50
4b9405c06dca FENS bug 2 add folder
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    51