web/bpi-floptechno/config.php
author ymh <ymh.work@gmail.com>
Sat, 22 Sep 2018 14:52:10 +0200
changeset 1467 b951e6cf64be
parent 940 843f96e4eebd
permissions -rw-r--r--
Added tag V06.005 for changeset 5a6afbc03cd6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
909
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     1
<?php
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     2
$config = array(
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     3
   	'hashtag'    => '#floptechno',
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     4
   	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     5
   	'title' => "Les flops technologiques&nbsp;: échouer pour réussir&nbsp;?",
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     6
   	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     7
	'abstract'   => "Cycle Cultures numériques&nbsp;:<br /><b>Les flops technologiques&nbsp;: échouer pour réussir&nbsp;?</b><br/>Vendredi 31 mai 2013, 19h00, entrée libre<br/>Centre Pompidou, Petite Salle",
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     8
   	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
     9
   	'description'=> "
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    10
   	<p>Les technologies de l’information (TIC) ont connu de nombreux revers et des flops parfois spectaculaires. Comment la réussite peut-elle succéder à des échecs multiples ? Seuls 20% des projets de recherche et développement deviennent des succès commerciaux. Les autres tombent alors dans le &laquo;&nbsp;fossé de la désillusion&nbsp;&raquo;, le gouffre où le cycle de vie d’un produit ne rencontre pas les usagers. Dans quelle temporalité faut-il se placer pour réussir à transformer l’essai ? Comment la compréhension de l’innovation par l’usager est-elle devenue un élément central à la réussite?</p>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    11
   	<p>En questionnant les discours marketing et les fantasmes technophiles ou technophobes, Nicolas Nova met en évidence des principes fondamentaux pour la création de nouveaux produits ou services.</p>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    12
<ul>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    13
    <li>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    14
        <p>Avec <b>Nicolas Nova</b>, chercheur à la HEAD (Genève) et à l’ENSCI (Paris).</p>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    15
    </li>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    16
    <li>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    17
        <p>Animé par <b>Hubert Guillaud</b>, rédacteur en chef d'<a href='http://www.internetactu.net/' target='_blank'>InternetActu.net</a></p>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    18
    </li>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    19
</ul>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    20
    <p>Programme complet sur <a href='http://www.bpi.fr/fr/agenda/conferences_et_debats/cultures_numeriques/les_flops_technologiques_echouer_pour_reussir.html' target='_blank'>bpi.fr</a></p>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    21
    ",
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    22
   	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    23
   	'link' => 'http://www.bpi.fr/fr/agenda/conferences_et_debats/cultures_numeriques/les_flops_technologiques_echouer_pour_reussir.html',
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    24
   	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    25
   	'islive'     => true,
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    26
    
940
843f96e4eebd JwPlayer upgrade
Raphael Velt <raph.velt@gmail.com>
parents: 909
diff changeset
    27
    'video_file' => 'http://flash.live.tv-radio.com/centre_pompidou/all/pompidou-h264-1.flv',
909
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    28
   	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    29
   	'keywords'   => 'bpi, bibliothèque centre pompidou, TIC, flops, recherche, Nicolas Nova',
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    30
   	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    31
   	'rep' => basename(__DIR__),
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    32
   	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    33
   	'partenaires'=> "<a href='http://www.bpi.fr/' class='footerLink' target='_blank'>Bibliothèque Publique d'Information/a>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    34
   	    | <a href='http://www.chroniquesdelarentreelitteraire.com' class='footerLink' target='_blank'>Les chroniques de la rentrée littéraire</a>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    35
   	    | <a href='http://www.internetactu.net/' class='footerLink' target='_blank'>InternetActu.net</a>
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    36
   	    | <a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'>Institut de Recherche et d'Innovation</a>",
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    37
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    38
    'client_visual' => 'images/client_visual.jpg',// 480 × 320 pixels
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    39
    
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    40
 	'head_logo' => 'images/logo_head.png', // 171 × 63 pixels
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    41
 	
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    42
  	'slide_background' => 'images/slide_background.jpg', // 606 × 282 pixels
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    43
    
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    44
  	'archive_img' => 'images/archive_img.jpg', // 270 × 150 pixels
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    45
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    46
 	'archive_title' => "Les flops technologiques&nbsp;: échouer pour réussir&nbsp;?",
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    47
 	'archive_description' => 'par la <a href="http://www.bpi.fr/" target="_blank">Bibliothèque Publique d\'Information</a><br/>au Centre Pompidou le 31/05/2013 19h00',
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    48
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    49
    // After the event
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    50
	'metadata'    => "43b1188a-6a06-11e2-baaf-00145ea4a2be"
7e8fc6f151b3 Added bpi #floptechno
Raphael Velt <raph.velt@gmail.com>
parents:
diff changeset
    51
);