web/eduinov-2013/config.php
author Raphael Velt <raph.velt@gmail.com>
Tue, 05 Mar 2013 16:02:11 +0100
changeset 796 745715a38cb4
child 817 a28c8c70741c
permissions -rw-r--r--
Added #eduinov 2013
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
796
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
$config = array(
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
    'event_list' => array(
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
        'eduinov-2013/conference',
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
        'eduinov-2013/table-ronde'
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
    ),
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
   	'hashtag'    => '#enmi12',
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
   	'title' => "Journées de l'Innovation 2013",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
	'abstract'   => "Journées de l'Innovation 2013<br /><b>&laquo;&nbsp;Innover pour refonder&nbsp;&raquo;</b><br/>les 27 et 28 Mars 2013<br/>Unesco",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
   	'description'=> "",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
   	'link' => 'http://www.capdigital.com/evenements/enmi/',
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
   	'islive'     => true,
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
   	'keywords'   => 'iri, nouveau monde industriel, philosophie, digital studies',
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
   	'rep' => basename(__DIR__),
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
   	'partenaires'=> "<a href='http://www.education.gouv.fr/' class='footerLink' target='_blank'>Ministère de l'Éducation Nationale</a>",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
   	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
    'client_visual' => 'images/client_visual.jpg',// 480 × 320 pixels
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
    
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    27
 	'head_logo' => 'images/head-logo.png', // 171 × 63 pixels
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
 	
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
  	'slide_background' => 'images/slide_background.jpg', // 606 × 282 pixels
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
    
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
  	'archive_img' => 'images/archive_img.jpg', // 270 × 150 pixels
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
 	'archive_title' => "Journées de l'Innovation",
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
 	'archive_description' => 'par le <a href="http://www.education.gouv.fr/" target="_blank">Ministère de l\'Éducation Nationale</a><br/>à l\'Unesco les 27 et 28 mars 2013',
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
    // After the event
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
	'metadata'    => "99d311d0-8d5e-11e1-aa20-00145ea4a2be"
745715a38cb4 Added #eduinov 2013
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
);