--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/MashUp/config.php Thu Jul 07 16:23:44 2011 +0200
@@ -0,0 +1,61 @@
+<?php
+
+/**
+ * FAKE ONE
+ * Please edit the conférence details
+ *
+ */
+
+$config = array(
+ 'root' => 'http://polemictweet.com/',
+
+ 'hashtag' => '#mashup',
+ 'date' => '25.06.2011',
+ 'heure' => '15h00',
+ 'place' => 'Forum des images',
+
+ 'title' => "Mashup, remix, détournements : nouveaux usages des images sur les réseaux sociaux",
+ 'description'=> "
+ Par le biais d'internet, les individus expriment,
+ à leurs proches ou à des publics lointains,
+ leurs opinions ou leurs goûts en faisant leurs des contenus qu'ils apprécient ou qui les révoltent.
+ Quelques uns vont s'exprimer en partageant ou commentant ces contenus tandis que d'autres
+ iront plus loin dans l'appropriation en transformant à des degrés divers
+ des images sons ou textes à travers lesquels ils vont dire quelque chose
+ d'eux-mêmes et de leurs relations au monde. Ce sont de telles pratiques de remixes
+ qui seront présentées pour comprendre ce qui se dit ainsi sur Internet.
+ Détourner pour protester ou au contraire exprimer une passion ;
+ re-créer pour raconter autrement des événements ou les mashuper pour en montrer le non sens...
+ Différents procédés et différents discours que cette conférence nourrie de nombreux exemples historiques et contemporains,
+ issus d'artistes ou d'internautes ordinaires, se proposent de mettre en lumière.
+ <br/><br/>
+ Laurence Allard, sociologue et sémiologue est maître de conférences à l'université de Lille III, UFR Arts et Culture.
+ Elle s'intéresse particulièrement aux relations entre culture, politique et technique (p2p, blogs, creative commons, artivisme...) en mobilisant les apports des gender, cultural et post colonial studies.
+ ",
+
+ 'link' => 'http://www.forumdesimages.fr/fdi/Festivals-et-evenements/MashUp-Film-Festival/Mashup-remix-detournements-nouveaux-usages-des-images-sur-les-reseaux-sociaux',
+ 'keywords' => 'mashup, film, festival, forum des images ',
+ 'rep' => 'mashup',
+ 'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
+ | <a href='http://www.forumdesimages.fr/' class='footerLink' target='_blank' > Forum des images </a>
+ | <a href='http://www.inflammableproductions.com/' class='footerLink' target='_blank'> Inflammable </a>",
+
+ // After the event
+ 'metadata' => array(
+ 'conference'=>
+ array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/b2754186-a0c9-11e0-b8bd-00145ea49a02", 'display'=>'Conférence', 'duration'=>4605808),
+ 'tableronde'=>
+ array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/3f877114-a0cc-11e0-bc41-00145ea49a02", 'display'=>'Table Ronde', 'duration'=>5271088)
+ ),
+ 'player' => "res/metadataplayer/src/js/LdtPlayer.js",
+ 'duration' => "4606"
+);
+
+$player_width = 600;
+$player_height = 480;
+?>
+
+
+
+
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/MashUp/embed_form.php Thu Jul 07 16:23:44 2011 +0200
@@ -0,0 +1,66 @@
+<?php
+
+/**
+ * include some common code (like we did in the 90s)
+ * People still do this? ;)
+ */
+include_once '../common.php';
+include_once 'config.php';
+
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="<?php echo($actual); ?>">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>embed Configuration</title>
+
+ <!-- JAVASCRIPT -->
+ <link rel="stylesheet" href="../res/css/custom.css" type="text/css" media="screen, projection">
+
+ <!-- FONT -->
+ <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'>
+ <style type="text/css">
+ body{
+ padding:0px;
+ margin:0px;
+ background-image:none;
+ width:300px;
+ padding:5px; }
+ textarea {
+ margin-left:3px;
+ height: 150px;
+ width: 330px;
+ padding:5px;
+ background-image:none;
+ border:solid 1px #ccc;
+ /*background-image:url(images/tweetWriterBgdTxtArea.gif);
+ background-repeat:no-repeat;
+ border: none;*/
+ }
+
+ </style>
+ <script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-23581291-1']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+ </script>
+ </head>
+
+ <h1 class="tweetWriterTitle" style="width:300px;" > <?php print $translate->_("EmbedTitle"); ?></h1>
+
+ <p style="font-size:12px;width:300px;"><?php print $translate->_("EmbedText"); ?> </p>
+
+ <textarea cols="10" rows="10"><iframe src="<?php echo($config['root'].$config['rep']); ?>/player_embed.php<?php echo(array_key_exists("metadata",$_GET)?"?metadata=".$_GET["metadata"]:""); ?>" width="650" height="670" frameborder="0"></iframe><p><a href="<?php echo($config['root'].$config['rep']); ?>/polemicaltimeline.php<?php echo(array_key_exists("metadata",$_GET)?"#metadata=".$_GET["metadata"]:""); ?>">Source</a> on <a href="<?php echo($config['root']); ?>">PolemicTweet</a>.</p></textarea>
+
+ </body>
+</html>
Binary file web/MashUp/images/big_visuel_rsln_mb.jpg has changed
Binary file web/MashUp/images/head_logo.gif has changed
Binary file web/MashUp/images/slide4.jpg has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/MashUp/index.php Thu Jul 07 16:23:44 2011 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: polemicaltimeline.php");
+exit();
+?>
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/MashUp/player_embed.php Thu Jul 07 16:23:44 2011 +0200
@@ -0,0 +1,158 @@
+<?php
+
+/**
+ * include some common code (like we did in the 90s)
+ * People still do this? ;)
+ */
+include_once 'config.php';
+
+// todo :
+// - gestion du parent.document.location mediafragment
+// - limite taille vertical embed
+// - ajouter la polemic timline en dessous de la video
+
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="en">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>RSLN - Polemic player embed page</title>
+
+ <!-- JAVASCRIPT -->
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+ <script type="text/javascript">
+ $.noConflict();
+ </script>
+ <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.11/jquery-ui.min.js"></script>
+ <script type="text/javascript" src="../res/raphael/raphael-min.js"></script>
+ <script type='text/javascript' src='../res/metadataplayer/src/js/LdtPlayer.js'></script>
+
+ <!-- FONT -->
+ <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'>
+ <style type="text/css">
+ body{
+ padding:0px;
+ margin:0px;
+ }
+ .tooltip{
+ z-index: 10000000000;
+ }
+ #tip{
+ position : absolute;
+ padding : 3px;
+ z-index: 10000000000;
+ max-width: 200px;
+ }
+ #tip {
+ display: none;
+ background: transparent url("../images/white_arrow_long.png");
+ font-size: 12px;
+ height: 125px;
+ width: 180px;
+ padding: 10px;
+ padding-left: 15px;
+ padding-top: 15px;
+ padding-right: 15px;
+ color: black;
+ z-index: 10000000000;
+ font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
+ overflow:hidden;
+ }
+ #chartTimeline{
+ z-index: 9;
+ position : absolute;
+ }
+
+ </style>
+ <script type="text/javascript">
+ // Configuration Polemical Timeline
+ <?php
+ if(is_array($config['metadata'])) {
+ $metadata_key = $_GET["metadata"];
+ if(!$metadata_key) {
+ reset($config['metadata']);
+ $metadata_key = key($config['metadata']);
+ }
+
+ $duration = $config['metadata'][$metadata_key]['duration'];
+ $url = $config['metadata'][$metadata_key]['url'];
+ }
+ else {
+ $duration = $config['duration'];
+ $url = $config['metadata'];
+ }
+ ?>
+
+ var config = {
+ target:"chartTimeline",
+ x:8,
+ y:418,
+ width:<?php echo($player_width); ?>,
+ height:<?php echo($player_height); ?>,
+ heightmax:<?php echo($player_height); ?>,
+ duration:<?php echo($duration); ?>,
+ metadata:"<?php echo($url); ?>"
+ };
+ </script>
+
+ <script type='text/javascript' src='../res/metadataplayer.polemic/src/js/polemic.js'></script>
+ <script type="text/javascript">
+ jQuery.extend(__IriSP.lib,{jQueryToolTip:"../res/metadataplayer/res/js/jquery.tools.min.js"});
+ </script>
+
+ <script type="text/javascript">
+
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-23581291-1']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+
+ </script>
+ </head>
+ <body>
+ <!-- tooltip -->
+ <div id="tip">
+ <div id="tipcolor" style="height:10px;width:10px"></div>
+ <div id="tiptext"></div>
+ </div>
+
+ <div class="root" >
+ <div class="videoLivePlayer">
+ <div id="chartTimeline"> </div>
+ <script type="text/javascript">
+ var paper = Raphael(document.getElementById("chartTimeline"),config.width, config.height);
+ </script>
+ <script type='text/javascript' src='../res/metadataplayer/src/js/LdtPlayer.js'></script>
+ <div id="player_project_embed" class="iri_player_embed"> </div>
+
+ <script type="text/javascript">
+ var configMP = {
+ metadata:{
+ format:'cinelab',
+ src:config.metadata,
+ load:'jsonp'},
+ gui:{
+ width:config.width,
+ height:config.height,
+ mode:'video',
+ container:'player_project_embed',
+ debug:false,
+ css:'../res/css/LdtPlayer.css'},
+
+ player:{
+ type:'jwplayer',
+ src:'../res/metadataplayer/res/swf/player.swf'}
+ };
+ __IriSP.init(configMP);
+ </script>
+ </div>
+ </div>
+ </body>
+</html>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/MashUp/polemicaltimeline.php Thu Jul 07 16:23:44 2011 +0200
@@ -0,0 +1,254 @@
+<?php
+
+/**
+ * include some common code (like we did in the 90s)
+ * People still do this? ;)
+ */
+ // configuration
+include 'common.php';
+ // objet actuel
+include_once 'config.php';
+
+$url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
+
+?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html lang="<?php echo($actual); ?>">
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+ <title>Polemic tweet - <?php echo($config['title']); ?> - <?php echo($url); ?></title>
+ <meta name="keywords" content="<?php echo($config['keywords']); ?>"><!-- add timestampedmetadata -->
+ <!--<meta name="description" content="PoelmicTweet.fr : debate mapping, opinion, conference, video">-->
+ <meta name="description" content="<?php echo($config['description']); ?>">
+ <meta name="robots" content="index, follow">
+
+ <!-- ICI : <?php echo($_SERVER['DOCUMENT_ROOT']); ?> -->
+ <!-- JAVASCRIPT -->
+ <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+ <script type="text/javascript">
+ $.noConflict();
+ </script>
+ <script type="text/javascript" src="../res/raphael/raphael-min.js"></script>
+ <script type="text/javascript" src="../res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.pack.js"></script>
+ <script type="text/javascript" src="../res/niceforms/niceforms.js"></script>
+ <script type="text/javascript" src="../res/jquery.url/jquery.url.js"></script>
+ <script type='text/javascript' src='../res/metadataplayer/src/js/LdtPlayer.js'></script>
+
+ <!-- Framework CSS -->
+ <link rel="stylesheet" href="../res/blueprint/screen.css" type="text/css" media="screen, projection">
+ <link rel="stylesheet" href="../res/blueprint/print.css" type="text/css" media="print">
+ <link rel="stylesheet" href="../res/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection">
+ <link rel="stylesheet" href="../res/css/custom.css" type="text/css" media="screen, projection">
+ <link rel="stylesheet" href="../res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css" media="screen">
+
+ <!-- FONT -->
+ <link href='http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=latin' rel='stylesheet' type='text/css'>
+ <link href='http://fonts.googleapis.com/css?family=Geo&subset=latin' rel='stylesheet' type='text/css'>
+
+ <style type="text/css">
+ .tweetButton{float:left;margin-right:5px;}
+ .videoLivePlayer{border:1px solid #c3c3c3;width:650px;height:638px;}
+ .videoLive{width:650px;height:640px;background:#fff;float:right;margin-top:20px;padding:5px;}
+
+ .tweetExplain{background-image:url(../images/tweetExplainBgd.gif);width:250px;height:640px;padding:10px;position:absolute; margin-top:70px;}
+ .footer{margin-top:740px;width:960px;height:20px;position:absolute;text-align:center;}
+ .tooltip{
+ z-index: 10000000000;
+ }
+ #tip{
+ position : absolute;
+ padding : 3px;
+ z-index: 10000000000;
+ max-width: 200px;
+ }
+ #tip {
+ display: none;
+ background: transparent url("../images/white_arrow_long.png");
+ font-size: 12px;
+ height: 125px;
+ width: 180px;
+ padding: 10px;
+ padding-left: 15px;
+ padding-top: 15px;
+ padding-right: 15px;
+ color: black;
+ z-index: 10000000000;
+ font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
+ overflow:hidden;
+ }
+ #chartTimeline{
+ padding-top: 0px;
+ z-index: 9;
+ position : absolute;
+ }
+
+ </style>
+ <script type="text/javascript">
+ // Configuration Polemical Timeline
+ <?php
+ if(is_array($config['metadata'])):
+ reset($config['metadata']);
+ $first_key = key($config['metadata']);
+ ?>
+ var metadatas = jQuery.parseJSON('<?php echo(json_encode($config['metadata'])); ?>');
+ var url = jQuery.url();
+ var metadata_key = url.fparam('metadata');
+ if(typeof metadata_key === "undefined" || metadata_key.length === 0) {
+ metadata_key = "<?php echo($first_key);?>";
+ }
+ <?php else: ?>
+ var metadatas = { metadata: {url: "<?php echo($config['metadata'])?>", duration: <?php echo($config['duration'])?>} };
+ var metadata_key = "metadata";
+ <?php endif;?>
+
+ var config = {
+ target:"chartTimeline",
+ x:8,
+ y:418,
+ width:<?php echo($player_width); ?>,
+ height:<?php echo($player_height); ?>,
+ heightmax:<?php echo($player_height); ?>,
+ duration:metadatas[metadata_key].duration,
+ metadata:metadatas[metadata_key].url
+ };
+ </script>
+ <script type='text/javascript' src='../res/metadataplayer.polemic/src/js/polemic.js'></script>
+ <script type="text/javascript">
+ jQuery.extend(__IriSP.lib,{jQueryToolTip:"../res/metadataplayer/res/js/jquery.tools.min.js"});
+
+ jQuery(document).ready(function() {
+
+ jQuery("#mdselect_"+metadata_key).attr("selected","selected");
+ jQuery("#mdselect").change(function() {
+ var metadata_key = this.options[this.selectedIndex].value;
+ window.location.hash = "#metadata="+metadata_key;
+ window.location.href = window.location.href;
+ window.location.reload(true);
+ jQuery("#Embeded").attr('href','embed_form.php?metadata='+metadata_key);
+ });
+ if(metadata_key !== "metadata") {
+ jQuery("#Embeded").attr('href','embed_form.php?metadata='+metadata_key);
+ }
+ jQuery("#Embeded").fancybox({
+ 'width' : 360,
+ 'height' : 360,
+ 'autoDimensions' : false,
+ 'transitionIn' : 'none',
+ 'transitionOut' : 'none',
+ 'type' : 'iframe'
+ });
+
+ });
+ </script>
+ <script type="text/javascript">
+ var _gaq = _gaq || [];
+ _gaq.push(['_setAccount', 'UA-23581291-1']);
+ _gaq.push(['_trackPageview']);
+
+ (function() {
+ var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+ ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+ })();
+ </script>
+ </head>
+ <body>
+
+
+ <!-- tooltip -->
+ <div id="tip">
+ <div id="tipcolor" style="height:10px;width:10px"></div>
+ <div id="tiptext"></div>
+ </div>
+
+ <div class="container">
+ <img src="../images/ENMI_2010_logo.gif" class="logo">
+ <ul class="menu">
+ <li class="menuUnderline"><a href="../" class="menuLink" id="Accueil">
+ <?php print $translate->_("Accueil"); ?></a></li>
+ <li class="menuUnderline"><a href="embed_form.php" class="menuLink" id="Embeded">
+ <?php print $translate->_("Partager"); ?></a></li>
+ <li > </li>
+ </ul>
+ <?php if(is_array($config['metadata'])):?>
+ <ul id="content_select_ul" class="menu mdselect">
+ <?php print $translate->_("changer de contenu"); ?><br/>
+ <select id="mdselect">
+ <?php foreach ($config['metadata'] as $key => $value):?>
+ <option value="<?php echo($key); ?>" id="mdselect_<?php echo($key); ?>" ><?php echo($value['display']); ?></option>
+ <?php endforeach;?>
+ </select>
+ </ul>
+ <ul class="menu shortlang" >
+ <?php else:?>
+ <ul class="menu lang" >
+ <?php endif;?>
+ <li class="menuUnderline"><a href="<?php URL_ROOT ?>?lang=ja_JP" class="menuLink" >
+ <img src='../images/flag_jp.gif'<?php if($actual!="ja_JP"){echo("style='opacity: .5;'"); } ?> />
+ <?php print $translate->_("Japonais"); ?></a></li>
+ <li class="menuUnderline"><a href="<?php URL_ROOT ?>?lang=fr" class="menuLink">
+ <img src='../images/flag_fr.gif' <?php if($actual!="fr"){echo("style='opacity: .5;'"); } ?> />
+ <?php print $translate->_("Français"); ?></a></li>
+ <li ><a href="<?php URL_ROOT ?>?lang=en" class="menuLink">
+ <img src='../images/flag_en.gif' <?php if($actual!="en"){echo("style='opacity: .5;'"); } ?> />
+ <?php print $translate->_("Anglais"); ?></a></li>
+ </ul>
+
+ <!-- EXPLICATION -->
+ <div class="tweetExplain" >
+ <h3 class="tweetWriterTitle"><?php print $translate->_("ClientTitle1 :"); ?> </h3><br/>
+ <?php print $translate->_("ExplicationPT"); ?>
+ </div>
+
+
+ <!-- INFOS SUR LA CONF
+ <div class="tweetExplain" >
+ <h3 class="tweetWriterTitle"><?php echo($config['title']); ?></h3><br/>
+ <?php echo($config['description']); ?>
+ </div>
+ -->
+
+
+
+
+ <div class="videoLive" >
+ <div class="videoLivePlayer">
+ <div id="chartTimeline"> </div>
+ <script type="text/javascript">
+ var paper = Raphael(document.getElementById("chartTimeline"),config.width, config.height);
+ </script>
+ <div id="player_project_embed" class="iri_player_embed"></div>
+ <script type="text/javascript">
+ var configMP = {
+ metadata:{
+ format:'cinelab',
+ src:config.metadata,
+ load:'jsonp'},
+ gui:{
+ width:config.width,
+ height:config.height,
+ mode:'video',
+ container:'player_project_embed',
+ debug:false,
+ css:'../res/css/LdtPlayer.css'},
+
+ player:{
+ type:'jwplayer',
+ src:'../res/metadataplayer/res/swf/player.swf'}
+ };
+ __IriSP.init(configMP);
+ </script>
+ </div>
+ </div>
+
+
+ <div class="footer">
+ <hr>
+ <?php echo($config['partenaires']); ?>
+ </div>
+
+ </div>
+
+ </body>
+</html>
--- a/web/common.php Mon Jul 04 18:56:15 2011 +0200
+++ b/web/common.php Thu Jul 07 16:23:44 2011 +0200
@@ -83,32 +83,31 @@
*/
/* CLIENT VAR LIVE */
-$C_hashtag = "#mashup";
-$C_link = "http://www.forumdesimages.fr/fdi/Festivals-et-evenements/mashup-Film-Festival/Mashup-remix-detournements-nouveaux-usages-des-images-sur-les-reseaux-sociaux";
-$C_title = "Mashup, remix, détournements : nouveaux usages des images sur les réseaux sociaux";
-$C_abstract = "Mashup, remix, détournements Conférence Laurence Allard
-25 Juin à 15h Salle Piazza
-au Forum des Images";
-$C_REP = "mashup/";
-$C_description = "
- Par le biais d'internet, les individus expriment,
- à leurs proches ou à des publics lointains,
- leurs opinions ou leurs goûts en faisant leurs des contenus qu'ils apprécient ou qui les révoltent.
- Quelques uns vont s'exprimer en partageant ou commentant ces contenus tandis que d'autres
- iront plus loin dans l'appropriation en transformant à des degrés divers
- des images sons ou textes à travers lesquels ils vont dire quelque chose
- d'eux-mêmes et de leurs relations au monde. Ce sont de telles pratiques de remixes
- qui seront présentées pour comprendre ce qui se dit ainsi sur Internet.
- Détourner pour protester ou au contraire exprimer une passion ;
- re-créer pour raconter autrement des événements ou les mashuper pour en montrer le non sens...
- Différents procédés et différents discours que cette conférence nourrie de nombreux exemples historiques et contemporains,
- issus d'artistes ou d'internautes ordinaires, se proposent de mettre en lumière.
-<br/><br/>
- Laurence Allard, sociologue et sémiologue est maître de conférences à l'université de Lille III, UFR Arts et Culture.
- Elle s'intéresse particulièrement aux relations entre culture, politique et technique (p2p, blogs, creative commons, artivisme...) en mobilisant les apports des gender, cultural et post colonial studies.";
+$C_hashtag = "#chi";
+$C_link = "http://www.iri.centrepompidou.fr/evenement/interfaces-de-demain/";
+$C_title = "Interfaces de demain";
+$C_abstract = "VIDEO SHOWCASE Interfaces de demain: Du sol à la table interactive en passant par le mur…
+07 Juillet de 19h à 21h Salle Piazza ";
+$C_REP = "sig-chi-paris-2011/";
+$C_description = "VIDEO SHOWCASE Interfaces de demain: Du sol à la table interactive en passant par le mur…<br/>
+
+ 7th July 2011, 7:00 – 9:00 pm : Salle Piazza au Centre Pompidou <br/>
+ ACM SigCHI Paris vous propose un panorama des dernières recherches en interaction homme-machine le 7 juillet 2011, de 19h à 21h au Centre Pompidou (salle Piazza). Des chercheurs vous présenteront les dernières avancées sous forme d’une diffusion vidéo organisée en 5 thèmes :
+ <ul>
+ <li> nouvelles technologies</li>
+ <li> tables interactives</li>
+ <li> interaction tactile</li>
+ <li> interaction gestuelle</li>
+ <li> visualisation d’informations</li>
+ </ul>
+ La diffusion sera suivie d’une discussion informelle autour d’un apéritif.
+ Cet événement est organisé par le LRI (Université Paris-Sud et CNRS), l’INRIA, Telecom ParisTech et l’IRI. ";
$C_partenaires = "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
- | <a href='http://www.forumdesimages.fr/' class='footerLink' target='_blank' > Forum des images </a>
+ | <a href='http://www.lri.fr/' class='footerLink' target='_blank' > LRI </a>
+ | <a href='http://www.inria.fr/' class='footerLink' target='_blank' > INRIA</a>
+ | <a href='http://www.cnrs.fr/telecom' class='footerLink' target='_blank' > CNRS</a>
+ | <a href='http://www.telecom-paristech.fr/' class='footerLink' target='_blank' > telecom paris tech</a>
| <a href='http://www.inflammableproductions.com/' class='footerLink' target='_blank'> Inflammable </a>";
$C_islive = false;
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/web/sig-chi-paris-2011/config.php Thu Jul 07 16:23:44 2011 +0200
@@ -0,0 +1,39 @@
+<?php
+
+/**
+ * Please edit the conférence details
+ *
+ */
+
+$config = array(
+ 'root' => 'http://polemictweet.com/',
+
+ 'hashtag' => '#rsln',
+ 'date' => '07.04.2011',
+ 'heure' => '19h30-21h00',
+ 'place' => 'Microsoft France',
+ 'duration' => '4026000',
+
+ 'title' => "Mercedes Bunz : Les algorithmes ne remplaceront jamais les journalistes",
+ 'description'=> "",
+
+ 'link' => 'http://www.rslnmag.fr/blog/2011/4/9/mercedes-bunz_les-algorithmes-ne-remplaceront-jamais-les-journalistes_/',
+ 'keywords' => 'algorithme, data journalisme, presse, mercedes bunz, rsln, iri',
+ 'rep' => 'rsln-mercedes-bunz',
+ 'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a>
+ | <a href='http://www.rslnmag.fr/' class='footerLink' target='_blank' > RSLN </a>
+ | <a href='http://www.microsoft.fr/' class='footerLink' target='_blank'> MICROSOFT.fr </a>",
+
+ // After the event
+ 'metadata' => "http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/843fff80-6b50-11e0-8aef-00145ea49a02",
+ 'player' => "res/metadataplayer/src/js/LdtPlayer.js"
+);
+
+$player_width = 600;
+$player_height = 480;
+?>
+
+
+
+
+
Binary file web/sig-chi-paris-2011/images/big_visuel_rsln_mb.jpg has changed
Binary file web/sig-chi-paris-2011/images/head_logo.gif has changed
Binary file web/sig-chi-paris-2011/images/slide4.jpg has changed
Binary file web/sig-chi-paris-2011/images/slide4.psd has changed