# HG changeset patch
# User Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
# Date 1307693565 -7200
# Node ID b103fbabd5dc166744e8f9939e54892d6dccf083
# Parent a8c7a9e1d3688d594a0583d41950bd17f27cdecd
Polemical timeline for CPV
diff -r a8c7a9e1d368 -r b103fbabd5dc web/CPV/common.php
--- a/web/CPV/common.php Thu May 26 07:39:54 2011 +0200
+++ b/web/CPV/common.php Fri Jun 10 10:12:45 2011 +0200
@@ -12,6 +12,7 @@
include_once dirname(__FILE__).'/../traduction.php';
+include_once dirname(__FILE__).'/traduction.php';
/**
diff -r a8c7a9e1d368 -r b103fbabd5dc web/CPV/polemicaltimeline.php
--- a/web/CPV/polemicaltimeline.php Thu May 26 07:39:54 2011 +0200
+++ b/web/CPV/polemicaltimeline.php Fri Jun 10 10:12:45 2011 +0200
@@ -5,9 +5,9 @@
* People still do this? ;)
*/
// configuration
-include 'common.php';
+include './common.php';
// objet actuel
-include_once 'config.php';
+include_once './config.php';
?>
diff -r a8c7a9e1d368 -r b103fbabd5dc web/CPV/traduction.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/CPV/traduction.php Fri Jun 10 10:12:45 2011 +0200
@@ -0,0 +1,83 @@
+
+ Cette syntaxe polémique vous a premis de prendre position relativement à l’intervenant ou aux autres participants au débat :
+
+ | | correspond à un tweet d’assentiment |
+ | à un tweet de désaccord, |
+ | à un tweet de référence |
+ | à une question |
+
+ Suite a cette phase d’annotation, vous trouverez à droite de ce texte la version alpha de l'interface de navigation et de représentation de la polémique durant la conférence.
+
+ Ce dispositif, outre qu’il approfondit la dimension critique de la discussion avec la salle et les auditeurs présents ou distants, permet ainsi également de pérenniser et de valoriser les commentaires produits en les rendant accessibles en temps différé lors de tout visionnage ultérieur de la vidéo
+
Merci au Centre Pompidou pour cette expérimentation !";
+
+$english['ExplicationPT'] = "
+ Institute for Research and Innovation (IRI) proposed to you an
+ experiment and a demonstration of a controversial annotation device
+ based on twitter. Classifying your tweets allowed us to create a
+ timeline representing the polemical positions of the audience during
+ the conference.
+
+ This controversy tracking syntax enabled you to take position on the
+ speaker or other participants points of view in the debate:
+
+
+ | | corresponds to a tweet of assent |
+
| | to a tweet of disagreement, |
+
| | to a tweet of reference |
+
| | to a question |
+
+
+ Following this annotation phase, you will find right to the present
+ text the alpha version of the browser and controversy representation
+ interface.
+
+ This device, in addition to deepening the critical dimension of the
+ discussion with the present or distant audience, allows also to
+ perpetuate and promote the published comments by making them
+ accessible at any time deferred later viewing of the video
+
+ Thank you to Centre Pompidou for this experiment !";
+
+$japan["ExplicationPT"] = "
+ Institute for Research and Innovation (IRI) proposed to you an
+ experiment and a demonstration of a controversial annotation device
+ based on twitter. Classifying your tweets allowed us to create a
+ timeline representing the polemical positions of the audience during
+ the conference.
+
+ This controversy tracking syntax enabled you to take position on the
+ speaker or other participants points of view in the debate:
+
+
+ | | corresponds to a tweet of assent |
+
| | to a tweet of disagreement, |
+
| | to a tweet of reference |
+
| | to a question |
+
+
+ Following this annotation phase, you will find right to the present
+ text the alpha version of the browser and controversy representation
+ interface.
+
+ This device, in addition to deepening the critical dimension of the
+ discussion with the present or distant audience, allows also to
+ perpetuate and promote the published comments by making them
+ accessible at any time deferred later viewing of the video
+
+ Thank you to Centre Pompidou for this experiment !";
+?>
\ No newline at end of file