# HG changeset patch # User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com> # Date 1329149075 -3600 # Node ID 7f7fdf4eb06c72de7203f41997767e0975c6353a # Parent 323b5f770fa04d76f62c84c3b80bb77b47a4c164# Parent b90c2bd832dd434562ccf032c63c1efe09e8266f Merge with 3af437be7931bf6a5831f253db834827875c0182 diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/archives-iframe.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/archives-iframe.php Mon Feb 13 17:04:35 2012 +0100 @@ -0,0 +1,100 @@ +\n"); + $archive_ref = $archives_list[$i]; + + $archive_name = $archive_ref; + $metadata = null; + if(is_array($archive_ref)) { + $archive_name = $archive_ref[0]; + $metadata = $archive_ref[1]; + } + print(get_archive_box($archive_name,$metadata, $url_root, $basepath, $translate)); + print(" \n"); + } +} + +?> + + + + + Polemic tweet - Live Video and Annotation + + + + + + + + + ' rel='stylesheet' type='text/css'> + + + + +
+ +
+
+ + +
+

Polemic Tweet

+
+ + +
+ +
+
+ + \ No newline at end of file diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/bpi-des-livres-aux-machines/config.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/bpi-des-livres-aux-machines/config.php Mon Feb 13 17:04:35 2012 +0100 @@ -0,0 +1,55 @@ + '#eBookBpi', + 'date' => '13.02.2012', + 'heure' => '19h00', + 'place' => 'Petite Salle, niv. -1, Centre Pompidou', + + 'title' => "Des livres aux machines", + 'abstract' => "Éclairages sur le XXIè siècle :
Des livres aux machines

le 13/02/2012 à 19h00
@ Petite Salle (Centre Pompidou)", + 'description'=> "

Aujourd'hui, le livre n'est plus seulement un objet, c'est aussi une machine électronique.

+

Bien sûr, lire c'est encore progresser mot à mot, mais c'est aussi rechercher, surfer, scroller.... Les mots sont aussi des contenus enrichis, des liens, des hypertextes. Nous sortons des mots pour passer aux images et aux sons, nous allons du texte au réel qu'il documente, nous rejoignons l'univers des discussions associées.

+

Le numérique a t-il changé la nature même de la lecture ? \"Lirons\"-nous encore demain ou faudra-t-il trouver un autre terme ?

+

Programme :

+

Ce débat sera animé par Hubert Guillaud, journaliste, rédacteur en chef du site InternetActu.net et animateur du blog La Feuille

+

Avec :

+

Alain Giffard : directeur du Groupement d'intérêt scientifique « Culture – Médias & Numérique ». Ses travaux portent sur la lecture numérique. Il a été le concepteur de la bibliothèque numérique de la BNF et président de la mission interministérielle pour l'accès public à l'internet.

+

Frédéric Kaplan : ingénieur et spécialiste de l'intelligence artificielle et des nouvelles interfaces. Après dix ans de recherche au laboratoire Sony, il supervise aujourd'hui une équipe dans le domaine du mobilier interactif et des objets robotiques à l'École Polytechnique Fédérale de Lausanne (EPFL).

+

Étienne Mineur : designer, professeur à l'ENSAD (École Supérieure Nationale des Arts Graphiques), chercheur, cofondateur et directeur de création des éditions volumiques.

", + 'link' => 'http://www.bpi.fr/fr/la_saison_culturelle/conferences_et_debats/des_livres_aux_machines.html', + 'keywords' => 'livres, ebook, machines, bpi', + 'rep' => 'bpi-des-livres-aux-machines', + 'islive' => true, + 'partenaires'=> " Bibliothèque Publique d'Information + | IRI + | Chroniques de la rentrée littéraire.com + | Place de la Toile (France Culture) + | InternetActu.net ", + 'flv_provider' => 'http', + 'flv_file' => 'http://flash.live.tv-radio.com/centre_pompidou/all/pompidou-h264-1.flv', + // 'flv_file' => 'http://flash.live.tv-radio.com/publicsenat/all/publicsenat-h264.flv', + 'flv_streamer' => '', + + // After the event + 'metadata' => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/ae035b2e-dad0-11e0-84af-00145ea49a02", + 'player' => "res/metadataplayer/src/js/LdtPlayer.js", + 'duration' => '7778370', + 'client_visual' => 'images/bgd_player.jpg', // optional - relative path + 'head_logo' => 'images/logo_head.png', // optional - relative path + 'slide_background' => 'images/fond_slide.jpg', + 'archive_img' => "images/archive.jpg", + 'archive_title' => "Éclairages sur le XXIè siècle : Des livres aux machines", + 'archive_description' => "à la BPI, petite salle, Centre Pompidou
le lundi 13 février 2012 | 19:00", + + 'div_height' => 680, + 'player_width' => 650, + 'player_height' => 480, +); + +?> + + + + + diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/bpi-des-livres-aux-machines/images/archive.jpg Binary file web/bpi-des-livres-aux-machines/images/archive.jpg has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/bpi-des-livres-aux-machines/images/bgd_player.jpg Binary file web/bpi-des-livres-aux-machines/images/bgd_player.jpg has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/bpi-des-livres-aux-machines/images/fond_slide.jpg Binary file web/bpi-des-livres-aux-machines/images/fond_slide.jpg has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/bpi-des-livres-aux-machines/images/logo_head.png Binary file web/bpi-des-livres-aux-machines/images/logo_head.png has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/bpi-des-livres-aux-machines/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/bpi-des-livres-aux-machines/index.php Mon Feb 13 17:04:35 2012 +0100 @@ -0,0 +1,6 @@ + \ No newline at end of file diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/client.php --- a/web/client.php Mon Feb 13 17:03:07 2012 +0100 +++ b/web/client.php Mon Feb 13 17:04:35 2012 +0100 @@ -39,6 +39,8 @@ $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); } -include dirname(__FILE__). ( ( isset($config['use_tweetcast']) && $config['use_tweetcast'] ) ? '/client_new.php' : '/client_old.php' ) +// include dirname(__FILE__). ( ( isset($config['use_tweetcast']) && $config['use_tweetcast'] ) ? '/client_new.php' : '/client_old.php' ) + +include dirname(__FILE__).'/client_new.php' ?> \ No newline at end of file diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/common.php --- a/web/common.php Mon Feb 13 17:03:07 2012 +0100 +++ b/web/common.php Mon Feb 13 17:04:35 2012 +0100 @@ -13,7 +13,7 @@ /** * Base configuration */ -$C_default_rep = 'edito-intelligence'; +$C_default_rep = 'bpi-des-livres-aux-machines'; $C_feedback_form_url = 'https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dDZILVdXVHRzd0xhWGVZXzkweHN2RGc6MQ#gid=0'; $archives_list = array( @@ -238,6 +238,7 @@ 'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css', 'tweetcast' => URL_ROOT.'res/css/tweetcast.css', 'semanticboard' => URL_ROOT.'res/css/semanticboard.css', + 'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css', ), 'cdn' => array( 'blueprint-screen' => URL_ROOT.'res/blueprint/screen.css', @@ -250,6 +251,7 @@ 'tabs-slideshow' => URL_ROOT.'res/css/tabs-slideshow.css', 'tweetcast' => URL_ROOT.'res/css/tweetcast.css', 'semanticboard' => URL_ROOT.'res/css/semanticboard.css', + 'archives-iframe' => URL_ROOT.'res/css/archives-iframe.css', ) ); diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/polemicaltimeline.php --- a/web/polemicaltimeline.php Mon Feb 13 17:03:07 2012 +0100 +++ b/web/polemicaltimeline.php Mon Feb 13 17:04:35 2012 +0100 @@ -31,7 +31,7 @@ Polemic tweet - <?php echo($translate->_('config__title')); ?> - + diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/css/archives-iframe.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/res/css/archives-iframe.css Mon Feb 13 17:04:35 2012 +0100 @@ -0,0 +1,84 @@ +body { + background: #ffffff; + padding: 0; + margin: 0; + font-family: Georgia; +} +div, p, img { + margin: 0; + padding: 0; + border: none; +} +a img { + border: none; + display: block; + max-width: 266px; + text-align: center; +} +.archivesTitleContainer { + width: 270px; + padding: 0; + margin: 0; +} +.archivesTitle { + color: #4b4b4b; + font-size: 18px; + margin: 0; + font-weight: normal; +} +.archivesBoxContainer { + width: 270px; + padding: 0; + margin: 0; + height: 230px; +} +.archivesActionsContainer { + float: right; + font-size: 16px; + font-weight: bold; + padding-top: 2px; +} +.archivesActionsContainer a { + color: #2C80AF; + text-decoration: none; + cursor: pointer; +} +.archivesActionsContainer a:hover { + text-decoration: underline; + color: #000; +} +.archivesVideoBox { + position: relative; + display: inline-block; + float: left; + background: #f2f2f2; + cursor: pointer; + width: 266px; + padding: 2px; + overflow: hidden; +} +.AVBtitle { + font-weight: bold; + font-size: 14px; + white-space: nowrap; + overflow: hidden; +} +.AVBtext { + font-size: 11px; + white-space: nowrap; + overflow: hidden; +} +.scrollable { + position: relative; + overflow: hidden; + /* width: 660px;*/ +} +.scrollable .items { + /* this cannot be too large */ + position: absolute; + top: 22px; + width: 20000em; +} +.item { + float: left; +} diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/css/tweetcast.css --- a/web/res/css/tweetcast.css Mon Feb 13 17:03:07 2012 +0100 +++ b/web/res/css/tweetcast.css Mon Feb 13 17:04:35 2012 +0100 @@ -42,7 +42,7 @@ font-size: 12px; } -b { +b, strong { font-weight: bold; } @@ -298,7 +298,7 @@ #tweetlist { float: left; width: 280px; height: 480px; list-style: none; border-right: 1px solid #999; color: #585858; cursor: pointer; cursor: hand; background: #ffffff; - font-family: Arial, Helvetica, sans-serif; /* Quick Fix */ + /* font-family: Arial, Helvetica, sans-serif; /* Quick Fix */ } #tweetlist a { @@ -544,6 +544,10 @@ list-style: disc; font-size: 12px; padding-left: 1em; } +.acctexte ol { + list-style: decimal; font-size: 12px; padding-left: 1.5em; +} + .acctexte li { margin: 4px 0; } @@ -586,4 +590,61 @@ color: #0099FF; } +/* TWEET WALL */ +.tweetwall #tweetviz { + width: 800px; height: 770px; +} + +.tweetwall #tweetlist { + width: 490px; height: 770px; +} + +.tweetwall #timeline { + width: 280px; height: 770px; background: #efefef; +} + +.tweetwall li.full { + width: 475px; height: 140px; border-right: 15px solid #ff0; +} + +.tweetwall li.half { + width: 490px; height: 80px; +} + +.tweetwall li.icons { + width: 35px; height: 35px; border: none; +} + +.tweetwall .full p.tweet_text { + font-weight: bold; font-size: 18px; margin: 10px 0 10px 100px; + height: 120px; width: 365px; color: #000000; line-height: 22px; +} + +.tweetwall .half p.tweet_text { + font-weight: bold; font-size: 16px; margin: 10px 0 10px 70px; height: 60px; line-height: 20px; width: 410px; +} + +.tweetwall .full .profile_image { + margin: 10px 10px 0 10px; width: 80px; height: 80px; +} + +.tweetwall .half .profile_image { + margin: 10px; width: 60px; height: 60px; +} + +.tweetwall .icons .profile_image { + margin: 5px; width: 25px; height: 25px; +} + +.tweetwall .icons .annotations { + position: absolute; width: 30px; height: 8px; left: 0; top: 22px; z-index: 3; +} + +.tweetwall p.created_at { + font-size: 18px; text-align: center; font-style: italic; color: #999999; width: 90px; overflow: hidden; +} + +.tweetwall .tweet_actions { + display: none; +} diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Narrow-Web-Bold.ttf Binary file web/res/fonts/PT_Sans-Narrow-Web-Bold.ttf has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Narrow-Web-Regular.css --- a/web/res/fonts/PT_Sans-Narrow-Web-Regular.css Mon Feb 13 17:03:07 2012 +0100 +++ b/web/res/fonts/PT_Sans-Narrow-Web-Regular.css Mon Feb 13 17:04:35 2012 +0100 @@ -1,6 +1,13 @@ @font-face { - font-family: 'PT Sans Narrow'; - font-style: normal; - font-weight: normal; - src: local('PT Sans Narrow'), local('PTSans-Narrow'), url('PT_Sans-Narrow-Web-Regular.woff') format('woff'); + font-family: "PT Sans Narrow"; + font-weight: normal; + font-style: normal; + src: url("PT_Sans-Narrow-Web-Regular.ttf"); } + +@font-face { + font-family: "PT Sans Narrow"; + font-weight: bold; + font-style: normal; + src: url("PT_Sans-Narrow-Web-Bold.ttf"); +} \ No newline at end of file diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Narrow-Web-Regular.ttf Binary file web/res/fonts/PT_Sans-Narrow-Web-Regular.ttf has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Narrow-Web-Regular.woff Binary file web/res/fonts/PT_Sans-Narrow-Web-Regular.woff has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Web-Bold.ttf Binary file web/res/fonts/PT_Sans-Web-Bold.ttf has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Web-BoldItalic.ttf Binary file web/res/fonts/PT_Sans-Web-BoldItalic.ttf has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Web-Italic.ttf Binary file web/res/fonts/PT_Sans-Web-Italic.ttf has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Web-Regular.css --- a/web/res/fonts/PT_Sans-Web-Regular.css Mon Feb 13 17:03:07 2012 +0100 +++ b/web/res/fonts/PT_Sans-Web-Regular.css Mon Feb 13 17:04:35 2012 +0100 @@ -1,6 +1,27 @@ @font-face { - font-family: 'PT Sans'; - font-style: normal; - font-weight: normal; - src: local('PT Sans'), local('PTSans-Regular'), url('PT_Sans-Web-Regular.woff') format('woff'); + font-family: "PT Sans"; + font-weight: normal; + font-style: normal; + src: url("PT_Sans-Web-Regular.ttf"); +} + +@font-face { + font-family: "PT Sans"; + font-weight: bold; + font-style: normal; + src: url("PT_Sans-Web-Bold.ttf"); } + +@font-face { + font-family: "PT Sans"; + font-weight: normal; + font-style: italic; + src: url("PT_Sans-Web-Italic.ttf"); +} + +@font-face { + font-family: "PT Sans"; + font-weight: bold; + font-style: italic; + src: url("PT_Sans-Web-BoldItalic.ttf"); +} \ No newline at end of file diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Web-Regular.ttf Binary file web/res/fonts/PT_Sans-Web-Regular.ttf has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/fonts/PT_Sans-Web-Regular.woff Binary file web/res/fonts/PT_Sans-Web-Regular.woff has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/res/js-tweetcast/live-polemic.js --- a/web/res/js-tweetcast/live-polemic.js Mon Feb 13 17:03:07 2012 +0100 +++ b/web/res/js-tweetcast/live-polemic.js Mon Feb 13 17:04:35 2012 +0100 @@ -49,6 +49,10 @@ max_pages = 5; } +tracking_keywords = _(tracking_keywords).map(function(_w) { + return _w.toLowerCase(); +}); + var twCx = { tlPaper : null, followLast : true, @@ -1041,6 +1045,8 @@ } $(document).ready(function() { + twCx.tlWidth = $("#timeline").width(); + twCx.tlHeight = $("#timeline").height(); twCx.tlPaper = Raphael("timeline", twCx.tlWidth, twCx.tlHeight); connectTweets(); diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/rwd-meetup-visualisation/config.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/rwd-meetup-visualisation/config.php Mon Feb 13 17:04:35 2012 +0100 @@ -0,0 +1,59 @@ + '#LRWD', + 'date' => '20.01.2012', + 'heure' => '17h00', + 'place' => 'Salle Triangle - Centre Pompidou', + + 'title' => "Visualisation d'information", + 'abstract' => "Meetup Web de données :
Visualisation d'information,

le 20/01/2012 de 17h00 à 20h00
@ Salle Triangle (Centre Pompidou)", + 'description'=> "Nous vous proposons une rencontre autour de la visualisation d'information co-organisée par Metacarto (http://www.metacarto.fr/).
+Cet événement réunira Christophe Tricot (MetaCarto), Yves Rinato (Intactile Design/ENSCI), Samuel Huron (IRI) et Raphaël Velt (IRI) ainsi que plusieurs concurrents du récent concours Google DataViz.
+Pour comprendre l’intérêt et les usages de la visualisation d’informations, nous vous proposons une rencontre en trois temps :
+

+
    +
  1. Les enjeux de la visualisation d’informations à l’heure du Web (design des données vs. design des interfaces, accès aux données et partage de leur signification)
  2. +
  3. Les outils disponibles pour mettre en oeuvre des visualisations (le Web, le Web Sémantique, les frameworks de visualisation, les API pour analyser les données)
  4. +
  5. Retours d’expérience et débat avec des finalistes du concours concours Google DataViz
  6. +
+

La rencontre sera suivie d'un petit cocktail. 
+Christophe Tricot : Depuis 2003, Christophe Tricot travaille sur la modélisation et la cartographie des connaissances et a obtenu un doctorant sur la cartographie sémantique en 2006.
+Fin 2009, il a co-fondé Onomia, société spécialisée en cartographie des savoirs. En 2011, il a également co-fondé MetaCarto, association qui a pour objet de développer la connaissance et la pratique de la cartographie et la mise en scène de l'information.
+Yves Rinato : Président d'Intactile Design et enseignant à l'ENSCI.
+Samuel Huron : Samuel Huron est designer et chercheur dans le domaine des nouveaux médias.
+Il est actuellement, responsable du design et des interfaces à l'Institut de Recherche et d'Innovation du Centre Pompidou (IRI), et en thèse d'informatique dans l'équipe AVIZ / INRIA à l'université Paris sud Orsay et co-fondateur de Fabelier.
+En 2009, il est diplomé du Master 2 Recherche Arts et Médias Numériques de l'Université de Paris I Panthéon-Sorbonne. Il a été promu major de promotion pour ses recherches concernant le design d'information appliqué à la presse en ligne. En tant que plasticien et programmeur il a participé durant 2 ans à des travaux d'expérimentations et de recherche sur les métaverses et les installations interactives à l'ENSAD Lab.
+Depuis plus de 10 ans il participe en agence ou en freelance à la conception et réalisation de multiples projets web (Air France, Ebay, Bouygues Telecom). Ces expériences et compétences professionnelle a été validée au titre d'une Validation d'Acquis de l'Expérience (VAE) par une Maitrise en Science de l'Information et de la Communication à l' Université Paris VIII.
+Plus d'information sur http://www.cybunk.com
+Raphaël Velt : Après avoir travaillé comme technicien de maintenance dans la télévision, Raphaël Velt a suivi un Master Création et Edition Numériques, au cours duquel il s'est particulièrement intéressé aux questions de représentation visuelle interactive des données. Il travaille aujourd'hui à l'IRI comme chargé de conception et développeur.
+", + + 'link' => 'http://www.meetup.com/paris-web-of-data/events/43967882/', + 'keywords' => 'meetup, données, linked data, web sémantique, visualisation, information, infoviz, dataviz', + 'rep' => 'rwd-meetup-visualisation', + 'islive' => true, + 'partenaires'=> "", + + // After the event + 'metadata' => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/ae035b2e-dad0-11e0-84af-00145ea49a02", + 'player' => "res/metadataplayer/src/js/LdtPlayer.js", + 'duration' => '7778370', + 'client_visual' => 'images/bgd_player.png', // optional - relative path + 'head_logo' => 'images/sw-horz-w3c_head.png', // optional - relative path + 'slide_background' => 'images/slide_background.png', + 'archive_img' => "images/tail_patrimoine.png", + 'archive_title' => "Meetup Web de Données: Visualisation d'Information", + 'archive_description' => "à l'IRI, salle Triangle, Centre Pompidou
le vendredi 20 janvier 2012 | 17:00 - 20:00", + + 'div_height' => 680, + 'player_width' => 650, + 'player_height' => 480, +); + +?> + + + + + diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/rwd-meetup-visualisation/images/bgd_player.png Binary file web/rwd-meetup-visualisation/images/bgd_player.png has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/rwd-meetup-visualisation/images/slide_background.png Binary file web/rwd-meetup-visualisation/images/slide_background.png has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/rwd-meetup-visualisation/images/sw-horz-w3c_head.png Binary file web/rwd-meetup-visualisation/images/sw-horz-w3c_head.png has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/rwd-meetup-visualisation/images/tail_patrimoine.png Binary file web/rwd-meetup-visualisation/images/tail_patrimoine.png has changed diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/rwd-meetup-visualisation/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/rwd-meetup-visualisation/index.php Mon Feb 13 17:04:35 2012 +0100 @@ -0,0 +1,6 @@ + \ No newline at end of file diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/traduction.php --- a/web/traduction.php Mon Feb 13 17:03:07 2012 +0100 +++ b/web/traduction.php Mon Feb 13 17:04:35 2012 +0100 @@ -54,7 +54,7 @@ '1. TextSlide' => '3. TitreSlide', '1.1 TextSlide' => 'S'Identifier', '1.2 TextSlide' => 'sur l'application de tweet polemic,', - '1.3 TextSlide' => 'ou accèder lecture seul.', + '1.3 TextSlide' => 'ou accéder en lecture seule.', '2. TextSlide' => 'Utilise la syntaxe polémique en ajoutant
les caractères suivants ("??", "++", "--", "==")
afin de te positionner par rapport aux propos de la conférence.', @@ -62,10 +62,11 @@ '4. TextSlide' => 'RSLN vous invite Jeudi 7 avril à 19h30, à une rencontre avec Mercedes Bunz sur le thème : "Comment les algorithmes ont fini par devenir des producteurs d'infos et pourquoi ils ne remplaceront pour autant jamais les journalistes."', '4. Button' => 'Cliquez ici pour aller sur la page de live', - "Archive Title :" => 'Les derniers événements qui ont utilisé le tweet polemic :', - "footer text home" => " Tweet polemic + "Archive Title :" => 'Les derniers événements qui ont utilisé Polemic Tweet :', + "shortArchive" => 'Derniers événements Polemic Tweet', + "footer text home" => " Polemic Tweet est une expérimentation de l' - Institut de recherche et d’innovation ", + Institut de Recherche et d’Innovation ", "Déconnexion"=> "Déconnexion", // ABOUT ############# @@ -194,6 +195,7 @@ '4. Button' => 'Click here to access the live page', '4. TextSlide' => 'RSLN invites you on April 7 at 7.30 PM for a meeting with Mercedes Bunz on the topic “How algorythms became info producers and why they wont replace journalist', "Archive Title :" => 'Last events using Polemic Tweet :', + "shortArchive" => 'Last Polemic Tweet events', "footer text home" => " Tweet polemic is an expériment of the Institut for Research and Innovation ", @@ -342,6 +344,7 @@ '4. TextSlide' => 'RSLN invites you on April 7 at 7.30 PM for a meeting with Mercedes Bunz on the topic “How algorythms became info producers and why they wont replace journalist', '4. Button' => 'ライブ中継ページへは、このボタンをクリック', "Archive Title :" => 'これまでのイベント', + "shortArchive" => 'これまでのイベント', "footer text home" => " Tweet polemic is an expériment of the Institut for Research and Innovation ", diff -r 323b5f770fa0 -r 7f7fdf4eb06c web/tweetwall.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/tweetwall.php Mon Feb 13 17:04:35 2012 +0100 @@ -0,0 +1,102 @@ +_('config__head_logo') != 'config__head_logo' && $translate->_('config__head_logo') != null ) { + $head_logo = URL_ROOT."$rep/".$translate->_('config__head_logo'); +} +?> + + + + + + Tweet Wall + + + + ' rel='stylesheet' type='text/css'> + ' rel='stylesheet' type='text/css'> + + + + + + + + + + + + + + + + + + +

+ +
+ +
+ +
+ + + +
+
+
+ + +
+
+ _('SearchByPolemic'); ?> :
+
+
+
+ +
+ +
+
+
+
+
+
+ + + + \ No newline at end of file