web/enmi2011-technologie-confiance/config.php
author Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Thu, 21 May 2015 11:18:13 +0200
changeset 1246 c3a5b1c24bc3
parent 988 954019f62866
permissions -rwxr-xr-x
Added tag V04.015 for changeset 2003c9f92b09
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
144
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     1
<?php
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     2
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     3
/**
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 683
diff changeset
     4
 * Please edit the conférence details
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 683
diff changeset
     5
 *
144
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     6
 */
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     7
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     8
$config = array(
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
     9
    
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    10
    'hashtag'    => '#enmi',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    11
    'date'   	 => '25.05.2011',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    12
    'heure'   	 => '10h00-12h30',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    13
    'place'   	 => 'ENSCI',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    14
    'duration'   => '1699997',
144
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    15
    
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    16
    'title' 	 => "ENMI 2011 : Les technologies de la confiance",
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    17
	'abstract'   => '',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    18
    'description'=> "ENMI 2011 : Les technologies de la confiance",
144
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    19
					
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    20
    'link'       => 'http://amateur.iri.centrepompidou.fr/nouveaumonde/enmi/conf/program/2011_1',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    21
    'keywords'   => 'enmi, technologie, confiance',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    22
    'rep' 		 => 'enmi2011-technologie-confiance',
144
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    23
    'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    24
		 |  <a href='http://www.ensci.fr/' class='footerLink' target='_blank' > ENSCI  </a>
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    25
		 |  <a href='http://www.capdigital.com/' class='footerLink' target='_blank' > Cap Digital  </a>
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    26
		 |  <a href='http://fing.org/' class='footerLink' target='_blank' > La Fing  </a>
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    27
		 |  <a href='http://www.alcatel-lucent.com/fr/' class='footerLink' target='_blank' > Alcatel-Lucent </a>
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    28
		 |  <a href='http://www.institut-telecom.fr/' class='footerLink' target='_blank' > Institut Telecom  </a>",
144
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    29
		 
988
954019f62866 update lib,
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 683
diff changeset
    30
	// 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: 532
diff changeset
    31
	'metadata'	 => "c609832e-b6e0-11e0-9f0f-00145ea49a02",
229
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    32
    '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: 176
diff changeset
    33
	'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: 176
diff changeset
    34
   	'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: 176
diff changeset
    35
	'slide_background' => 'images/slide4.jpg',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    36
	'archive_img' => 'images/tail_enmi2011.jpg',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    37
	'archive_title' => "les technologies de la confiance",
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    38
	'archive_description' => 'par <a href="http://www.iri.centrepompidou.fr" target="_blank">IRI</a> à l\'<a href="http://www.ensci.fr" target="_blank">ENSCI</a>, préparation ENMI 2011.<br/>le mercredi 25 mai 2011 | 10:00 - 12:30',
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    39
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    40
	
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
diff changeset
    41
	'div_height' => 740,
74c9ddc3640b a lot of changes in the web file organization.
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents: 176
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: 176
diff changeset
    43
	'player_height' => 500,
144
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    44
);
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    45
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    46
77e3efe4bdd9 ajout des fichier #enmi 2011
Samuel Huron <samuel.huron@centrepompidou.fr>
parents:
diff changeset
    47