# HG changeset patch # User bastiena # Date 1336727046 -7200 # Node ID 2c7fc855eba827081ff1521dbd2b7e575fa83648 # Parent 45c889eae324b4e07c25173e8c7059c4bbe98c28 FRONT IDILL : Player implemented in the mosaic. diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/LAB.min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/lib/LAB.min.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,5 @@ +/*! LAB.js (LABjs :: Loading And Blocking JavaScript) + v2.0.3 (c) Kyle Simpson + MIT License +*/ +(function(o){var K=o.$LAB,y="UseLocalXHR",z="AlwaysPreserveOrder",u="AllowDuplicates",A="CacheBust",B="BasePath",C=/^[^?#]*\//.exec(location.href)[0],D=/^\w+\:\/\/\/?[^\/]+/.exec(C)[0],i=document.head||document.getElementsByTagName("head"),L=(o.opera&&Object.prototype.toString.call(o.opera)=="[object Opera]")||("MozAppearance"in document.documentElement.style),q=document.createElement("script"),E=typeof q.preload=="boolean",r=E||(q.readyState&&q.readyState=="uninitialized"),F=!r&&q.async===true,M=!r&&!F&&!L;function G(a){return Object.prototype.toString.call(a)=="[object Function]"}function H(a){return Object.prototype.toString.call(a)=="[object Array]"}function N(a,c){var b=/^\w+\:\/\//;if(/^\/\/\/?/.test(a)){a=location.protocol+a}else if(!b.test(a)&&a.charAt(0)!="/"){a=(c||"")+a}return b.test(a)?a:((a.charAt(0)=="/"?D:C)+a)}function s(a,c){for(var b in a){if(a.hasOwnProperty(b)){c[b]=a[b]}}return c}function O(a){var c=false;for(var b=0;b0){for(var a=0;a=0;){d=n.shift();a=a[d.type].apply(null,d.args)}return a},noConflict:function(){o.$LAB=K;return m},sandbox:function(){return J()}};return m}o.$LAB=J();(function(a,c,b){if(document.readyState==null&&document[a]){document.readyState="loading";document[a](c,b=function(){document.removeEventListener(c,b,false);document.readyState="complete"},false)}})("addEventListener","DOMContentLoaded")})(this); \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-bg_flat_0_aaaaaa_40x100.png Binary file front_idill/lib/images/ui-bg_flat_0_aaaaaa_40x100.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-bg_flat_75_ffffff_40x100.png Binary file front_idill/lib/images/ui-bg_flat_75_ffffff_40x100.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-bg_glass_55_fbf9ee_1x400.png Binary file front_idill/lib/images/ui-bg_glass_55_fbf9ee_1x400.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-bg_glass_65_ffffff_1x400.png Binary file front_idill/lib/images/ui-bg_glass_65_ffffff_1x400.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-bg_glass_75_dadada_1x400.png Binary file front_idill/lib/images/ui-bg_glass_75_dadada_1x400.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-bg_glass_75_e6e6e6_1x400.png Binary file front_idill/lib/images/ui-bg_glass_75_e6e6e6_1x400.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-bg_glass_95_fef1ec_1x400.png Binary file front_idill/lib/images/ui-bg_glass_95_fef1ec_1x400.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-bg_highlight-soft_75_cccccc_1x100.png Binary file front_idill/lib/images/ui-bg_highlight-soft_75_cccccc_1x100.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-icons_222222_256x240.png Binary file front_idill/lib/images/ui-icons_222222_256x240.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-icons_2e83ff_256x240.png Binary file front_idill/lib/images/ui-icons_2e83ff_256x240.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-icons_454545_256x240.png Binary file front_idill/lib/images/ui-icons_454545_256x240.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-icons_888888_256x240.png Binary file front_idill/lib/images/ui-icons_888888_256x240.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/images/ui-icons_cd0a0a_256x240.png Binary file front_idill/lib/images/ui-icons_cd0a0a_256x240.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/jquery-ui.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/lib/jquery-ui.css Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,570 @@ +/* + * jQuery UI CSS Framework @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + */ + +/* Layout helpers +----------------------------------*/ +.ui-helper-hidden { display: none; } +.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } +.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } +.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } +.ui-helper-clearfix { display: inline-block; } +/* required comment for clearfix to work in Opera \*/ +* html .ui-helper-clearfix { height:1%; } +.ui-helper-clearfix { display:block; } +/* end clearfix */ +.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } + + +/* Interaction Cues +----------------------------------*/ +.ui-state-disabled { cursor: default !important; } + + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } + + +/* Misc visuals +----------------------------------*/ + +/* Overlays */ +.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } +/* + * jQuery UI Accordion @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Accordion#theming + */ +/* IE/Win - Fix animation bug - #4615 */ +.ui-accordion { width: 100%; } +.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; } +.ui-accordion .ui-accordion-li-fix { display: inline; } +.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; } +.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; } +.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; } +.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; } +.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; } +.ui-accordion .ui-accordion-content-active { display: block; }/* + * jQuery UI Autocomplete @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete#theming + */ +.ui-autocomplete { position: absolute; cursor: default; } + +/* workarounds */ +* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ + +/* + * jQuery UI Menu @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menu#theming + */ +.ui-menu { + list-style:none; + padding: 2px; + margin: 0; + display:block; + float: left; +} +.ui-menu .ui-menu { + margin-top: -3px; +} +.ui-menu .ui-menu-item { + margin:0; + padding: 0; + zoom: 1; + float: left; + clear: left; + width: 100%; +} +.ui-menu .ui-menu-item a { + text-decoration:none; + display:block; + padding:.2em .4em; + line-height:1.5; + zoom:1; +} +.ui-menu .ui-menu-item a.ui-state-hover, +.ui-menu .ui-menu-item a.ui-state-active { + font-weight: normal; + margin: -1px; +} +/* + * jQuery UI Button @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Button#theming + */ +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ +.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ +button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ +.ui-button-icons-only { width: 3.4em; } +button.ui-button-icons-only { width: 3.7em; } + +/*button text element */ +.ui-button .ui-button-text { display: block; line-height: 1.4; } +.ui-button-text-only .ui-button-text { padding: .4em 1em; } +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; } +.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } +.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } +.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } +/* no icon support for input elements, provide padding by default */ +input.ui-button { padding: .4em 1em; } + +/*button icon element(s) */ +.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; } +.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; } +.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; } +.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } +.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; } + +/*button sets*/ +.ui-buttonset { margin-right: 7px; } +.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; } + +/* workarounds */ +button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */ +/* + * jQuery UI Datepicker @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Datepicker#theming + */ +.ui-datepicker { width: 17em; padding: .2em .2em 0; } +.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; } +.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } +.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } +.ui-datepicker .ui-datepicker-prev { left:2px; } +.ui-datepicker .ui-datepicker-next { right:2px; } +.ui-datepicker .ui-datepicker-prev-hover { left:1px; } +.ui-datepicker .ui-datepicker-next-hover { right:1px; } +.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; } +.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; } +.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; } +.ui-datepicker select.ui-datepicker-month-year {width: 100%;} +.ui-datepicker select.ui-datepicker-month, +.ui-datepicker select.ui-datepicker-year { width: 49%;} +.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; } +.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } +.ui-datepicker td { border: 0; padding: 1px; } +.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; } +.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; } +.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; } +.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; } + +/* with multiple calendars */ +.ui-datepicker.ui-datepicker-multi { width:auto; } +.ui-datepicker-multi .ui-datepicker-group { float:left; } +.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; } +.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; } +.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; } +.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; } +.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; } +.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; } +.ui-datepicker-row-break { clear:both; width:100%; } + +/* RTL support */ +.ui-datepicker-rtl { direction: rtl; } +.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; } +.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; } +.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; } +.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; } +.ui-datepicker-rtl .ui-datepicker-group { float:right; } +.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; } +.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; } + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */ +.ui-datepicker-cover { + display: none; /*sorry for IE5*/ + display/**/: block; /*sorry for IE5*/ + position: absolute; /*must have*/ + z-index: -1; /*must have*/ + filter: mask(); /*must have*/ + top: -4px; /*must have*/ + left: -4px; /*must have*/ + width: 200px; /*must have*/ + height: 200px; /*must have*/ +}/* + * jQuery UI Dialog @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog#theming + */ +.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; } +.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative; } +.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; } +.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } +.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; } +.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; } +.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } +.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } +.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; } +.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; } +.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; } +.ui-draggable .ui-dialog-titlebar { cursor: move; } +/* + * jQuery UI Progressbar @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar#theming + */ +.ui-progressbar { height:2em; text-align: left; } +.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* + * jQuery UI Resizable @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Resizable#theming + */ +.ui-resizable { position: relative;} +.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;} +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; } +.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; } +.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; } +.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; } +.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; } +.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; } +.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; } +.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; } +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* + * jQuery UI Selectable @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectable#theming + */ +.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; } +/* + * jQuery UI Slider @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Slider#theming + */ +.ui-slider { position: relative; text-align: left; } +.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; } +.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; } + +.ui-slider-horizontal { height: .8em; } +.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; } +.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; } +.ui-slider-horizontal .ui-slider-range-min { left: 0; } +.ui-slider-horizontal .ui-slider-range-max { right: 0; } + +.ui-slider-vertical { width: .8em; height: 100px; } +.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; } +.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; } +.ui-slider-vertical .ui-slider-range-min { bottom: 0; } +.ui-slider-vertical .ui-slider-range-max { top: 0; }/* + * jQuery UI Tabs @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs#theming + */ +.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ +.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; } +.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; } +.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; } +.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ +.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; } +.ui-tabs .ui-tabs-hide { display: none !important; } +/* + * jQuery UI CSS Framework @VERSION + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/ + */ + + +/* Component containers +----------------------------------*/ +.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; } +.ui-widget .ui-widget { font-size: 1em; } +.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; } +.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; } +.ui-widget-content a { color: #222222/*{fcContent}*/; } +.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; } +.ui-widget-header a { color: #222222/*{fcHeader}*/; } + +/* Interaction states +----------------------------------*/ +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; } +.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; } +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/ui-bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; } +.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; } +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; } +.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; } +.ui-widget :active { outline: none; } + +/* Interaction Cues +----------------------------------*/ +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; } +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; } +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_glass_95_fef1ec_1x400.png)/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; } +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; } +.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; } +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; } +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; } +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; } + +/* Icons +----------------------------------*/ + +/* states and images */ +.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; } +.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; } +.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; } +.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; } +.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; } +.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; } +.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; } +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; } + +/* positioning */ +.ui-icon-carat-1-n { background-position: 0 0; } +.ui-icon-carat-1-ne { background-position: -16px 0; } +.ui-icon-carat-1-e { background-position: -32px 0; } +.ui-icon-carat-1-se { background-position: -48px 0; } +.ui-icon-carat-1-s { background-position: -64px 0; } +.ui-icon-carat-1-sw { background-position: -80px 0; } +.ui-icon-carat-1-w { background-position: -96px 0; } +.ui-icon-carat-1-nw { background-position: -112px 0; } +.ui-icon-carat-2-n-s { background-position: -128px 0; } +.ui-icon-carat-2-e-w { background-position: -144px 0; } +.ui-icon-triangle-1-n { background-position: 0 -16px; } +.ui-icon-triangle-1-ne { background-position: -16px -16px; } +.ui-icon-triangle-1-e { background-position: -32px -16px; } +.ui-icon-triangle-1-se { background-position: -48px -16px; } +.ui-icon-triangle-1-s { background-position: -64px -16px; } +.ui-icon-triangle-1-sw { background-position: -80px -16px; } +.ui-icon-triangle-1-w { background-position: -96px -16px; } +.ui-icon-triangle-1-nw { background-position: -112px -16px; } +.ui-icon-triangle-2-n-s { background-position: -128px -16px; } +.ui-icon-triangle-2-e-w { background-position: -144px -16px; } +.ui-icon-arrow-1-n { background-position: 0 -32px; } +.ui-icon-arrow-1-ne { background-position: -16px -32px; } +.ui-icon-arrow-1-e { background-position: -32px -32px; } +.ui-icon-arrow-1-se { background-position: -48px -32px; } +.ui-icon-arrow-1-s { background-position: -64px -32px; } +.ui-icon-arrow-1-sw { background-position: -80px -32px; } +.ui-icon-arrow-1-w { background-position: -96px -32px; } +.ui-icon-arrow-1-nw { background-position: -112px -32px; } +.ui-icon-arrow-2-n-s { background-position: -128px -32px; } +.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; } +.ui-icon-arrow-2-e-w { background-position: -160px -32px; } +.ui-icon-arrow-2-se-nw { background-position: -176px -32px; } +.ui-icon-arrowstop-1-n { background-position: -192px -32px; } +.ui-icon-arrowstop-1-e { background-position: -208px -32px; } +.ui-icon-arrowstop-1-s { background-position: -224px -32px; } +.ui-icon-arrowstop-1-w { background-position: -240px -32px; } +.ui-icon-arrowthick-1-n { background-position: 0 -48px; } +.ui-icon-arrowthick-1-ne { background-position: -16px -48px; } +.ui-icon-arrowthick-1-e { background-position: -32px -48px; } +.ui-icon-arrowthick-1-se { background-position: -48px -48px; } +.ui-icon-arrowthick-1-s { background-position: -64px -48px; } +.ui-icon-arrowthick-1-sw { background-position: -80px -48px; } +.ui-icon-arrowthick-1-w { background-position: -96px -48px; } +.ui-icon-arrowthick-1-nw { background-position: -112px -48px; } +.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; } +.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; } +.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; } +.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; } +.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; } +.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; } +.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; } +.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; } +.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; } +.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; } +.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; } +.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; } +.ui-icon-arrowreturn-1-w { background-position: -64px -64px; } +.ui-icon-arrowreturn-1-n { background-position: -80px -64px; } +.ui-icon-arrowreturn-1-e { background-position: -96px -64px; } +.ui-icon-arrowreturn-1-s { background-position: -112px -64px; } +.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; } +.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; } +.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; } +.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; } +.ui-icon-arrow-4 { background-position: 0 -80px; } +.ui-icon-arrow-4-diag { background-position: -16px -80px; } +.ui-icon-extlink { background-position: -32px -80px; } +.ui-icon-newwin { background-position: -48px -80px; } +.ui-icon-refresh { background-position: -64px -80px; } +.ui-icon-shuffle { background-position: -80px -80px; } +.ui-icon-transfer-e-w { background-position: -96px -80px; } +.ui-icon-transferthick-e-w { background-position: -112px -80px; } +.ui-icon-folder-collapsed { background-position: 0 -96px; } +.ui-icon-folder-open { background-position: -16px -96px; } +.ui-icon-document { background-position: -32px -96px; } +.ui-icon-document-b { background-position: -48px -96px; } +.ui-icon-note { background-position: -64px -96px; } +.ui-icon-mail-closed { background-position: -80px -96px; } +.ui-icon-mail-open { background-position: -96px -96px; } +.ui-icon-suitcase { background-position: -112px -96px; } +.ui-icon-comment { background-position: -128px -96px; } +.ui-icon-person { background-position: -144px -96px; } +.ui-icon-print { background-position: -160px -96px; } +.ui-icon-trash { background-position: -176px -96px; } +.ui-icon-locked { background-position: -192px -96px; } +.ui-icon-unlocked { background-position: -208px -96px; } +.ui-icon-bookmark { background-position: -224px -96px; } +.ui-icon-tag { background-position: -240px -96px; } +.ui-icon-home { background-position: 0 -112px; } +.ui-icon-flag { background-position: -16px -112px; } +.ui-icon-calendar { background-position: -32px -112px; } +.ui-icon-cart { background-position: -48px -112px; } +.ui-icon-pencil { background-position: -64px -112px; } +.ui-icon-clock { background-position: -80px -112px; } +.ui-icon-disk { background-position: -96px -112px; } +.ui-icon-calculator { background-position: -112px -112px; } +.ui-icon-zoomin { background-position: -128px -112px; } +.ui-icon-zoomout { background-position: -144px -112px; } +.ui-icon-search { background-position: -160px -112px; } +.ui-icon-wrench { background-position: -176px -112px; } +.ui-icon-gear { background-position: -192px -112px; } +.ui-icon-heart { background-position: -208px -112px; } +.ui-icon-star { background-position: -224px -112px; } +.ui-icon-link { background-position: -240px -112px; } +.ui-icon-cancel { background-position: 0 -128px; } +.ui-icon-plus { background-position: -16px -128px; } +.ui-icon-plusthick { background-position: -32px -128px; } +.ui-icon-minus { background-position: -48px -128px; } +.ui-icon-minusthick { background-position: -64px -128px; } +.ui-icon-close { background-position: -80px -128px; } +.ui-icon-closethick { background-position: -96px -128px; } +.ui-icon-key { background-position: -112px -128px; } +.ui-icon-lightbulb { background-position: -128px -128px; } +.ui-icon-scissors { background-position: -144px -128px; } +.ui-icon-clipboard { background-position: -160px -128px; } +.ui-icon-copy { background-position: -176px -128px; } +.ui-icon-contact { background-position: -192px -128px; } +.ui-icon-image { background-position: -208px -128px; } +.ui-icon-video { background-position: -224px -128px; } +.ui-icon-script { background-position: -240px -128px; } +.ui-icon-alert { background-position: 0 -144px; } +.ui-icon-info { background-position: -16px -144px; } +.ui-icon-notice { background-position: -32px -144px; } +.ui-icon-help { background-position: -48px -144px; } +.ui-icon-check { background-position: -64px -144px; } +.ui-icon-bullet { background-position: -80px -144px; } +.ui-icon-radio-off { background-position: -96px -144px; } +.ui-icon-radio-on { background-position: -112px -144px; } +.ui-icon-pin-w { background-position: -128px -144px; } +.ui-icon-pin-s { background-position: -144px -144px; } +.ui-icon-play { background-position: 0 -160px; } +.ui-icon-pause { background-position: -16px -160px; } +.ui-icon-seek-next { background-position: -32px -160px; } +.ui-icon-seek-prev { background-position: -48px -160px; } +.ui-icon-seek-end { background-position: -64px -160px; } +.ui-icon-seek-start { background-position: -80px -160px; } +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */ +.ui-icon-seek-first { background-position: -80px -160px; } +.ui-icon-stop { background-position: -96px -160px; } +.ui-icon-eject { background-position: -112px -160px; } +.ui-icon-volume-off { background-position: -128px -160px; } +.ui-icon-volume-on { background-position: -144px -160px; } +.ui-icon-power { background-position: 0 -176px; } +.ui-icon-signal-diag { background-position: -16px -176px; } +.ui-icon-signal { background-position: -32px -176px; } +.ui-icon-battery-0 { background-position: -48px -176px; } +.ui-icon-battery-1 { background-position: -64px -176px; } +.ui-icon-battery-2 { background-position: -80px -176px; } +.ui-icon-battery-3 { background-position: -96px -176px; } +.ui-icon-circle-plus { background-position: 0 -192px; } +.ui-icon-circle-minus { background-position: -16px -192px; } +.ui-icon-circle-close { background-position: -32px -192px; } +.ui-icon-circle-triangle-e { background-position: -48px -192px; } +.ui-icon-circle-triangle-s { background-position: -64px -192px; } +.ui-icon-circle-triangle-w { background-position: -80px -192px; } +.ui-icon-circle-triangle-n { background-position: -96px -192px; } +.ui-icon-circle-arrow-e { background-position: -112px -192px; } +.ui-icon-circle-arrow-s { background-position: -128px -192px; } +.ui-icon-circle-arrow-w { background-position: -144px -192px; } +.ui-icon-circle-arrow-n { background-position: -160px -192px; } +.ui-icon-circle-zoomin { background-position: -176px -192px; } +.ui-icon-circle-zoomout { background-position: -192px -192px; } +.ui-icon-circle-check { background-position: -208px -192px; } +.ui-icon-circlesmall-plus { background-position: 0 -208px; } +.ui-icon-circlesmall-minus { background-position: -16px -208px; } +.ui-icon-circlesmall-close { background-position: -32px -208px; } +.ui-icon-squaresmall-plus { background-position: -48px -208px; } +.ui-icon-squaresmall-minus { background-position: -64px -208px; } +.ui-icon-squaresmall-close { background-position: -80px -208px; } +.ui-icon-grip-dotted-vertical { background-position: 0 -224px; } +.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; } +.ui-icon-grip-solid-vertical { background-position: -32px -224px; } +.ui-icon-grip-solid-horizontal { background-position: -48px -224px; } +.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; } +.ui-icon-grip-diagonal-se { background-position: -80px -224px; } + + +/* Misc visuals +----------------------------------*/ + +/* Corner radius */ +.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; } +.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; } +.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; } +.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } +.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; } +.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } +.ui-corner-right { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; } +.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; } +.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; } + +/* Overlays */ +.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; } +.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; } \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/jquery-ui.min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/lib/jquery-ui.min.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,784 @@ +/*! + * jQuery UI 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI + */ +(function(c,j){function k(a,b){var d=a.nodeName.toLowerCase();if("area"===d){b=a.parentNode;d=b.name;if(!a.href||!d||b.nodeName.toLowerCase()!=="map")return false;a=c("img[usemap=#"+d+"]")[0];return!!a&&l(a)}return(/input|select|textarea|button|object/.test(d)?!a.disabled:"a"==d?a.href||b:b)&&l(a)}function l(a){return!c(a).parents().andSelf().filter(function(){return c.curCSS(this,"visibility")==="hidden"||c.expr.filters.hidden(this)}).length}c.ui=c.ui||{};if(!c.ui.version){c.extend(c.ui,{version:"1.8.13", +keyCode:{ALT:18,BACKSPACE:8,CAPS_LOCK:20,COMMA:188,COMMAND:91,COMMAND_LEFT:91,COMMAND_RIGHT:93,CONTROL:17,DELETE:46,DOWN:40,END:35,ENTER:13,ESCAPE:27,HOME:36,INSERT:45,LEFT:37,MENU:93,NUMPAD_ADD:107,NUMPAD_DECIMAL:110,NUMPAD_DIVIDE:111,NUMPAD_ENTER:108,NUMPAD_MULTIPLY:106,NUMPAD_SUBTRACT:109,PAGE_DOWN:34,PAGE_UP:33,PERIOD:190,RIGHT:39,SHIFT:16,SPACE:32,TAB:9,UP:38,WINDOWS:91}});c.fn.extend({_focus:c.fn.focus,focus:function(a,b){return typeof a==="number"?this.each(function(){var d=this;setTimeout(function(){c(d).focus(); +b&&b.call(d)},a)}):this._focus.apply(this,arguments)},scrollParent:function(){var a;a=c.browser.msie&&/(static|relative)/.test(this.css("position"))||/absolute/.test(this.css("position"))?this.parents().filter(function(){return/(relative|absolute|fixed)/.test(c.curCSS(this,"position",1))&&/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this,"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0):this.parents().filter(function(){return/(auto|scroll)/.test(c.curCSS(this,"overflow",1)+c.curCSS(this, +"overflow-y",1)+c.curCSS(this,"overflow-x",1))}).eq(0);return/fixed/.test(this.css("position"))||!a.length?c(document):a},zIndex:function(a){if(a!==j)return this.css("zIndex",a);if(this.length){a=c(this[0]);for(var b;a.length&&a[0]!==document;){b=a.css("position");if(b==="absolute"||b==="relative"||b==="fixed"){b=parseInt(a.css("zIndex"),10);if(!isNaN(b)&&b!==0)return b}a=a.parent()}}return 0},disableSelection:function(){return this.bind((c.support.selectstart?"selectstart":"mousedown")+".ui-disableSelection", +function(a){a.preventDefault()})},enableSelection:function(){return this.unbind(".ui-disableSelection")}});c.each(["Width","Height"],function(a,b){function d(f,g,m,n){c.each(e,function(){g-=parseFloat(c.curCSS(f,"padding"+this,true))||0;if(m)g-=parseFloat(c.curCSS(f,"border"+this+"Width",true))||0;if(n)g-=parseFloat(c.curCSS(f,"margin"+this,true))||0});return g}var e=b==="Width"?["Left","Right"]:["Top","Bottom"],h=b.toLowerCase(),i={innerWidth:c.fn.innerWidth,innerHeight:c.fn.innerHeight,outerWidth:c.fn.outerWidth, +outerHeight:c.fn.outerHeight};c.fn["inner"+b]=function(f){if(f===j)return i["inner"+b].call(this);return this.each(function(){c(this).css(h,d(this,f)+"px")})};c.fn["outer"+b]=function(f,g){if(typeof f!=="number")return i["outer"+b].call(this,f);return this.each(function(){c(this).css(h,d(this,f,true,g)+"px")})}});c.extend(c.expr[":"],{data:function(a,b,d){return!!c.data(a,d[3])},focusable:function(a){return k(a,!isNaN(c.attr(a,"tabindex")))},tabbable:function(a){var b=c.attr(a,"tabindex"),d=isNaN(b); +return(d||b>=0)&&k(a,!d)}});c(function(){var a=document.body,b=a.appendChild(b=document.createElement("div"));c.extend(b.style,{minHeight:"100px",height:"auto",padding:0,borderWidth:0});c.support.minHeight=b.offsetHeight===100;c.support.selectstart="onselectstart"in b;a.removeChild(b).style.display="none"});c.extend(c.ui,{plugin:{add:function(a,b,d){a=c.ui[a].prototype;for(var e in d){a.plugins[e]=a.plugins[e]||[];a.plugins[e].push([b,d[e]])}},call:function(a,b,d){if((b=a.plugins[b])&&a.element[0].parentNode)for(var e= +0;e0)return true;a[b]=1;d=a[b]>0;a[b]=0;return d},isOverAxis:function(a,b,d){return a>b&&a=9)&&!a.button)return this._mouseUp(a);if(this._mouseStarted){this._mouseDrag(a);return a.preventDefault()}if(this._mouseDistanceMet(a)&&this._mouseDelayMet(a))(this._mouseStarted=this._mouseStart(this._mouseDownEvent,a)!==false)?this._mouseDrag(a):this._mouseUp(a);return!this._mouseStarted},_mouseUp:function(a){b(document).unbind("mousemove."+this.widgetName,this._mouseMoveDelegate).unbind("mouseup."+this.widgetName,this._mouseUpDelegate);if(this._mouseStarted){this._mouseStarted= +false;a.target==this._mouseDownEvent.target&&b.data(a.target,this.widgetName+".preventClickEvent",true);this._mouseStop(a)}return false},_mouseDistanceMet:function(a){return Math.max(Math.abs(this._mouseDownEvent.pageX-a.pageX),Math.abs(this._mouseDownEvent.pageY-a.pageY))>=this.options.distance},_mouseDelayMet:function(){return this.mouseDelayMet},_mouseStart:function(){},_mouseDrag:function(){},_mouseStop:function(){},_mouseCapture:function(){return true}})})(jQuery); +;/* + * jQuery UI Position 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Position + */ +(function(c){c.ui=c.ui||{};var n=/left|center|right/,o=/top|center|bottom/,t=c.fn.position,u=c.fn.offset;c.fn.position=function(b){if(!b||!b.of)return t.apply(this,arguments);b=c.extend({},b);var a=c(b.of),d=a[0],g=(b.collision||"flip").split(" "),e=b.offset?b.offset.split(" "):[0,0],h,k,j;if(d.nodeType===9){h=a.width();k=a.height();j={top:0,left:0}}else if(d.setTimeout){h=a.width();k=a.height();j={top:a.scrollTop(),left:a.scrollLeft()}}else if(d.preventDefault){b.at="left top";h=k=0;j={top:b.of.pageY, +left:b.of.pageX}}else{h=a.outerWidth();k=a.outerHeight();j=a.offset()}c.each(["my","at"],function(){var f=(b[this]||"").split(" ");if(f.length===1)f=n.test(f[0])?f.concat(["center"]):o.test(f[0])?["center"].concat(f):["center","center"];f[0]=n.test(f[0])?f[0]:"center";f[1]=o.test(f[1])?f[1]:"center";b[this]=f});if(g.length===1)g[1]=g[0];e[0]=parseInt(e[0],10)||0;if(e.length===1)e[1]=e[0];e[1]=parseInt(e[1],10)||0;if(b.at[0]==="right")j.left+=h;else if(b.at[0]==="center")j.left+=h/2;if(b.at[1]==="bottom")j.top+= +k;else if(b.at[1]==="center")j.top+=k/2;j.left+=e[0];j.top+=e[1];return this.each(function(){var f=c(this),l=f.outerWidth(),m=f.outerHeight(),p=parseInt(c.curCSS(this,"marginLeft",true))||0,q=parseInt(c.curCSS(this,"marginTop",true))||0,v=l+p+(parseInt(c.curCSS(this,"marginRight",true))||0),w=m+q+(parseInt(c.curCSS(this,"marginBottom",true))||0),i=c.extend({},j),r;if(b.my[0]==="right")i.left-=l;else if(b.my[0]==="center")i.left-=l/2;if(b.my[1]==="bottom")i.top-=m;else if(b.my[1]==="center")i.top-= +m/2;i.left=Math.round(i.left);i.top=Math.round(i.top);r={left:i.left-p,top:i.top-q};c.each(["left","top"],function(s,x){c.ui.position[g[s]]&&c.ui.position[g[s]][x](i,{targetWidth:h,targetHeight:k,elemWidth:l,elemHeight:m,collisionPosition:r,collisionWidth:v,collisionHeight:w,offset:e,my:b.my,at:b.at})});c.fn.bgiframe&&f.bgiframe();f.offset(c.extend(i,{using:b.using}))})};c.ui.position={fit:{left:function(b,a){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();b.left= +d>0?b.left-d:Math.max(b.left-a.collisionPosition.left,b.left)},top:function(b,a){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();b.top=d>0?b.top-d:Math.max(b.top-a.collisionPosition.top,b.top)}},flip:{left:function(b,a){if(a.at[0]!=="center"){var d=c(window);d=a.collisionPosition.left+a.collisionWidth-d.width()-d.scrollLeft();var g=a.my[0]==="left"?-a.elemWidth:a.my[0]==="right"?a.elemWidth:0,e=a.at[0]==="left"?a.targetWidth:-a.targetWidth,h=-2*a.offset[0];b.left+= +a.collisionPosition.left<0?g+e+h:d>0?g+e+h:0}},top:function(b,a){if(a.at[1]!=="center"){var d=c(window);d=a.collisionPosition.top+a.collisionHeight-d.height()-d.scrollTop();var g=a.my[1]==="top"?-a.elemHeight:a.my[1]==="bottom"?a.elemHeight:0,e=a.at[1]==="top"?a.targetHeight:-a.targetHeight,h=-2*a.offset[1];b.top+=a.collisionPosition.top<0?g+e+h:d>0?g+e+h:0}}}};if(!c.offset.setOffset){c.offset.setOffset=function(b,a){if(/static/.test(c.curCSS(b,"position")))b.style.position="relative";var d=c(b), +g=d.offset(),e=parseInt(c.curCSS(b,"top",true),10)||0,h=parseInt(c.curCSS(b,"left",true),10)||0;g={top:a.top-g.top+e,left:a.left-g.left+h};"using"in a?a.using.call(b,g):d.css(g)};c.fn.offset=function(b){var a=this[0];if(!a||!a.ownerDocument)return null;if(b)return this.each(function(){c.offset.setOffset(this,b)});return u.call(this)}}})(jQuery); +;/* + * jQuery UI Draggable 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Draggables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(d){d.widget("ui.draggable",d.ui.mouse,{widgetEventPrefix:"drag",options:{addClasses:true,appendTo:"parent",axis:false,connectToSortable:false,containment:false,cursor:"auto",cursorAt:false,grid:false,handle:false,helper:"original",iframeFix:false,opacity:false,refreshPositions:false,revert:false,revertDuration:500,scope:"default",scroll:true,scrollSensitivity:20,scrollSpeed:20,snap:false,snapMode:"both",snapTolerance:20,stack:false,zIndex:false},_create:function(){if(this.options.helper== +"original"&&!/^(?:r|a|f)/.test(this.element.css("position")))this.element[0].style.position="relative";this.options.addClasses&&this.element.addClass("ui-draggable");this.options.disabled&&this.element.addClass("ui-draggable-disabled");this._mouseInit()},destroy:function(){if(this.element.data("draggable")){this.element.removeData("draggable").unbind(".draggable").removeClass("ui-draggable ui-draggable-dragging ui-draggable-disabled");this._mouseDestroy();return this}},_mouseCapture:function(a){var b= +this.options;if(this.helper||b.disabled||d(a.target).is(".ui-resizable-handle"))return false;this.handle=this._getHandle(a);if(!this.handle)return false;d(b.iframeFix===true?"iframe":b.iframeFix).each(function(){d('
').css({width:this.offsetWidth+"px",height:this.offsetHeight+"px",position:"absolute",opacity:"0.001",zIndex:1E3}).css(d(this).offset()).appendTo("body")});return true},_mouseStart:function(a){var b=this.options;this.helper= +this._createHelper(a);this._cacheHelperProportions();if(d.ui.ddmanager)d.ui.ddmanager.current=this;this._cacheMargins();this.cssPosition=this.helper.css("position");this.scrollParent=this.helper.scrollParent();this.offset=this.positionAbs=this.element.offset();this.offset={top:this.offset.top-this.margins.top,left:this.offset.left-this.margins.left};d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()}); +this.originalPosition=this.position=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);b.containment&&this._setContainment();if(this._trigger("start",a)===false){this._clear();return false}this._cacheHelperProportions();d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.helper.addClass("ui-draggable-dragging");this._mouseDrag(a,true);return true},_mouseDrag:function(a,b){this.position=this._generatePosition(a); +this.positionAbs=this._convertPositionTo("absolute");if(!b){b=this._uiHash();if(this._trigger("drag",a,b)===false){this._mouseUp({});return false}this.position=b.position}if(!this.options.axis||this.options.axis!="y")this.helper[0].style.left=this.position.left+"px";if(!this.options.axis||this.options.axis!="x")this.helper[0].style.top=this.position.top+"px";d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);return false},_mouseStop:function(a){var b=false;if(d.ui.ddmanager&&!this.options.dropBehaviour)b= +d.ui.ddmanager.drop(this,a);if(this.dropped){b=this.dropped;this.dropped=false}if((!this.element[0]||!this.element[0].parentNode)&&this.options.helper=="original")return false;if(this.options.revert=="invalid"&&!b||this.options.revert=="valid"&&b||this.options.revert===true||d.isFunction(this.options.revert)&&this.options.revert.call(this.element,b)){var c=this;d(this.helper).animate(this.originalPosition,parseInt(this.options.revertDuration,10),function(){c._trigger("stop",a)!==false&&c._clear()})}else this._trigger("stop", +a)!==false&&this._clear();return false},_mouseUp:function(a){this.options.iframeFix===true&&d("div.ui-draggable-iframeFix").each(function(){this.parentNode.removeChild(this)});return d.ui.mouse.prototype._mouseUp.call(this,a)},cancel:function(){this.helper.is(".ui-draggable-dragging")?this._mouseUp({}):this._clear();return this},_getHandle:function(a){var b=!this.options.handle||!d(this.options.handle,this.element).length?true:false;d(this.options.handle,this.element).find("*").andSelf().each(function(){if(this== +a.target)b=true});return b},_createHelper:function(a){var b=this.options;a=d.isFunction(b.helper)?d(b.helper.apply(this.element[0],[a])):b.helper=="clone"?this.element.clone().removeAttr("id"):this.element;a.parents("body").length||a.appendTo(b.appendTo=="parent"?this.element[0].parentNode:b.appendTo);a[0]!=this.element[0]&&!/(fixed|absolute)/.test(a.css("position"))&&a.css("position","absolute");return a},_adjustOffsetFromHelper:function(a){if(typeof a=="string")a=a.split(" ");if(d.isArray(a))a= +{left:+a[0],top:+a[1]||0};if("left"in a)this.offset.click.left=a.left+this.margins.left;if("right"in a)this.offset.click.left=this.helperProportions.width-a.right+this.margins.left;if("top"in a)this.offset.click.top=a.top+this.margins.top;if("bottom"in a)this.offset.click.top=this.helperProportions.height-a.bottom+this.margins.top},_getParentOffset:function(){this.offsetParent=this.helper.offsetParent();var a=this.offsetParent.offset();if(this.cssPosition=="absolute"&&this.scrollParent[0]!=document&& +d.ui.contains(this.scrollParent[0],this.offsetParent[0])){a.left+=this.scrollParent.scrollLeft();a.top+=this.scrollParent.scrollTop()}if(this.offsetParent[0]==document.body||this.offsetParent[0].tagName&&this.offsetParent[0].tagName.toLowerCase()=="html"&&d.browser.msie)a={top:0,left:0};return{top:a.top+(parseInt(this.offsetParent.css("borderTopWidth"),10)||0),left:a.left+(parseInt(this.offsetParent.css("borderLeftWidth"),10)||0)}},_getRelativeOffset:function(){if(this.cssPosition=="relative"){var a= +this.element.position();return{top:a.top-(parseInt(this.helper.css("top"),10)||0)+this.scrollParent.scrollTop(),left:a.left-(parseInt(this.helper.css("left"),10)||0)+this.scrollParent.scrollLeft()}}else return{top:0,left:0}},_cacheMargins:function(){this.margins={left:parseInt(this.element.css("marginLeft"),10)||0,top:parseInt(this.element.css("marginTop"),10)||0,right:parseInt(this.element.css("marginRight"),10)||0,bottom:parseInt(this.element.css("marginBottom"),10)||0}},_cacheHelperProportions:function(){this.helperProportions= +{width:this.helper.outerWidth(),height:this.helper.outerHeight()}},_setContainment:function(){var a=this.options;if(a.containment=="parent")a.containment=this.helper[0].parentNode;if(a.containment=="document"||a.containment=="window")this.containment=[(a.containment=="document"?0:d(window).scrollLeft())-this.offset.relative.left-this.offset.parent.left,(a.containment=="document"?0:d(window).scrollTop())-this.offset.relative.top-this.offset.parent.top,(a.containment=="document"?0:d(window).scrollLeft())+ +d(a.containment=="document"?document:window).width()-this.helperProportions.width-this.margins.left,(a.containment=="document"?0:d(window).scrollTop())+(d(a.containment=="document"?document:window).height()||document.body.parentNode.scrollHeight)-this.helperProportions.height-this.margins.top];if(!/^(document|window|parent)$/.test(a.containment)&&a.containment.constructor!=Array){a=d(a.containment);var b=a[0];if(b){a.offset();var c=d(b).css("overflow")!="hidden";this.containment=[(parseInt(d(b).css("borderLeftWidth"), +10)||0)+(parseInt(d(b).css("paddingLeft"),10)||0),(parseInt(d(b).css("borderTopWidth"),10)||0)+(parseInt(d(b).css("paddingTop"),10)||0),(c?Math.max(b.scrollWidth,b.offsetWidth):b.offsetWidth)-(parseInt(d(b).css("borderLeftWidth"),10)||0)-(parseInt(d(b).css("paddingRight"),10)||0)-this.helperProportions.width-this.margins.left-this.margins.right,(c?Math.max(b.scrollHeight,b.offsetHeight):b.offsetHeight)-(parseInt(d(b).css("borderTopWidth"),10)||0)-(parseInt(d(b).css("paddingBottom"),10)||0)-this.helperProportions.height- +this.margins.top-this.margins.bottom];this.relative_container=a}}else if(a.containment.constructor==Array)this.containment=a.containment},_convertPositionTo:function(a,b){if(!b)b=this.position;a=a=="absolute"?1:-1;var c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0],this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName);return{top:b.top+this.offset.relative.top*a+this.offset.parent.top*a-(d.browser.safari&& +d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop())*a),left:b.left+this.offset.relative.left*a+this.offset.parent.left*a-(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:(this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())*a)}},_generatePosition:function(a){var b=this.options,c=this.cssPosition=="absolute"&&!(this.scrollParent[0]!=document&&d.ui.contains(this.scrollParent[0], +this.offsetParent[0]))?this.offsetParent:this.scrollParent,f=/(html|body)/i.test(c[0].tagName),e=a.pageX,h=a.pageY;if(this.originalPosition){var g;if(this.containment){if(this.relative_container){g=this.relative_container.offset();g=[this.containment[0]+g.left,this.containment[1]+g.top,this.containment[2]+g.left,this.containment[3]+g.top]}else g=this.containment;if(a.pageX-this.offset.click.leftg[2])e=g[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>g[3])h=g[3]+this.offset.click.top}if(b.grid){h=this.originalPageY+Math.round((h-this.originalPageY)/b.grid[1])*b.grid[1];h=g?!(h-this.offset.click.topg[3])?h:!(h-this.offset.click.topg[2])?e:!(e-this.offset.click.left< +g[0])?e-b.grid[0]:e+b.grid[0]:e}}return{top:h-this.offset.click.top-this.offset.relative.top-this.offset.parent.top+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollTop():f?0:c.scrollTop()),left:e-this.offset.click.left-this.offset.relative.left-this.offset.parent.left+(d.browser.safari&&d.browser.version<526&&this.cssPosition=="fixed"?0:this.cssPosition=="fixed"?-this.scrollParent.scrollLeft():f?0:c.scrollLeft())}},_clear:function(){this.helper.removeClass("ui-draggable-dragging"); +this.helper[0]!=this.element[0]&&!this.cancelHelperRemoval&&this.helper.remove();this.helper=null;this.cancelHelperRemoval=false},_trigger:function(a,b,c){c=c||this._uiHash();d.ui.plugin.call(this,a,[b,c]);if(a=="drag")this.positionAbs=this._convertPositionTo("absolute");return d.Widget.prototype._trigger.call(this,a,b,c)},plugins:{},_uiHash:function(){return{helper:this.helper,position:this.position,originalPosition:this.originalPosition,offset:this.positionAbs}}});d.extend(d.ui.draggable,{version:"1.8.13"}); +d.ui.plugin.add("draggable","connectToSortable",{start:function(a,b){var c=d(this).data("draggable"),f=c.options,e=d.extend({},b,{item:c.element});c.sortables=[];d(f.connectToSortable).each(function(){var h=d.data(this,"sortable");if(h&&!h.options.disabled){c.sortables.push({instance:h,shouldRevert:h.options.revert});h.refreshPositions();h._trigger("activate",a,e)}})},stop:function(a,b){var c=d(this).data("draggable"),f=d.extend({},b,{item:c.element});d.each(c.sortables,function(){if(this.instance.isOver){this.instance.isOver= +0;c.cancelHelperRemoval=true;this.instance.cancelHelperRemoval=false;if(this.shouldRevert)this.instance.options.revert=true;this.instance._mouseStop(a);this.instance.options.helper=this.instance.options._helper;c.options.helper=="original"&&this.instance.currentItem.css({top:"auto",left:"auto"})}else{this.instance.cancelHelperRemoval=false;this.instance._trigger("deactivate",a,f)}})},drag:function(a,b){var c=d(this).data("draggable"),f=this;d.each(c.sortables,function(){this.instance.positionAbs= +c.positionAbs;this.instance.helperProportions=c.helperProportions;this.instance.offset.click=c.offset.click;if(this.instance._intersectsWith(this.instance.containerCache)){if(!this.instance.isOver){this.instance.isOver=1;this.instance.currentItem=d(f).clone().removeAttr("id").appendTo(this.instance.element).data("sortable-item",true);this.instance.options._helper=this.instance.options.helper;this.instance.options.helper=function(){return b.helper[0]};a.target=this.instance.currentItem[0];this.instance._mouseCapture(a, +true);this.instance._mouseStart(a,true,true);this.instance.offset.click.top=c.offset.click.top;this.instance.offset.click.left=c.offset.click.left;this.instance.offset.parent.left-=c.offset.parent.left-this.instance.offset.parent.left;this.instance.offset.parent.top-=c.offset.parent.top-this.instance.offset.parent.top;c._trigger("toSortable",a);c.dropped=this.instance.element;c.currentItem=c.element;this.instance.fromOutside=c}this.instance.currentItem&&this.instance._mouseDrag(a)}else if(this.instance.isOver){this.instance.isOver= +0;this.instance.cancelHelperRemoval=true;this.instance.options.revert=false;this.instance._trigger("out",a,this.instance._uiHash(this.instance));this.instance._mouseStop(a,true);this.instance.options.helper=this.instance.options._helper;this.instance.currentItem.remove();this.instance.placeholder&&this.instance.placeholder.remove();c._trigger("fromSortable",a);c.dropped=false}})}});d.ui.plugin.add("draggable","cursor",{start:function(){var a=d("body"),b=d(this).data("draggable").options;if(a.css("cursor"))b._cursor= +a.css("cursor");a.css("cursor",b.cursor)},stop:function(){var a=d(this).data("draggable").options;a._cursor&&d("body").css("cursor",a._cursor)}});d.ui.plugin.add("draggable","opacity",{start:function(a,b){a=d(b.helper);b=d(this).data("draggable").options;if(a.css("opacity"))b._opacity=a.css("opacity");a.css("opacity",b.opacity)},stop:function(a,b){a=d(this).data("draggable").options;a._opacity&&d(b.helper).css("opacity",a._opacity)}});d.ui.plugin.add("draggable","scroll",{start:function(){var a=d(this).data("draggable"); +if(a.scrollParent[0]!=document&&a.scrollParent[0].tagName!="HTML")a.overflowOffset=a.scrollParent.offset()},drag:function(a){var b=d(this).data("draggable"),c=b.options,f=false;if(b.scrollParent[0]!=document&&b.scrollParent[0].tagName!="HTML"){if(!c.axis||c.axis!="x")if(b.overflowOffset.top+b.scrollParent[0].offsetHeight-a.pageY=0;i--){var j=c.snapElements[i].left,l=j+c.snapElements[i].width,k=c.snapElements[i].top,m=k+c.snapElements[i].height;if(j-e=j&&f<=l||h>=j&&h<=l||fl)&&(e>= +i&&e<=k||g>=i&&g<=k||ek);default:return false}};d.ui.ddmanager={current:null,droppables:{"default":[]},prepareOffsets:function(a,b){var c=d.ui.ddmanager.droppables[a.options.scope]||[],e=b?b.type:null,g=(a.currentItem||a.element).find(":data(droppable)").andSelf(),f=0;a:for(;f').css({position:this.element.css("position"),width:this.element.outerWidth(),height:this.element.outerHeight(), +top:this.element.css("top"),left:this.element.css("left")}));this.element=this.element.parent().data("resizable",this.element.data("resizable"));this.elementIsWrapper=true;this.element.css({marginLeft:this.originalElement.css("marginLeft"),marginTop:this.originalElement.css("marginTop"),marginRight:this.originalElement.css("marginRight"),marginBottom:this.originalElement.css("marginBottom")});this.originalElement.css({marginLeft:0,marginTop:0,marginRight:0,marginBottom:0});this.originalResizeStyle= +this.originalElement.css("resize");this.originalElement.css("resize","none");this._proportionallyResizeElements.push(this.originalElement.css({position:"static",zoom:1,display:"block"}));this.originalElement.css({margin:this.originalElement.css("margin")});this._proportionallyResize()}this.handles=a.handles||(!e(".ui-resizable-handle",this.element).length?"e,s,se":{n:".ui-resizable-n",e:".ui-resizable-e",s:".ui-resizable-s",w:".ui-resizable-w",se:".ui-resizable-se",sw:".ui-resizable-sw",ne:".ui-resizable-ne", +nw:".ui-resizable-nw"});if(this.handles.constructor==String){if(this.handles=="all")this.handles="n,e,s,w,se,sw,ne,nw";var c=this.handles.split(",");this.handles={};for(var d=0;d');/sw|se|ne|nw/.test(f)&&g.css({zIndex:++a.zIndex});"se"==f&&g.addClass("ui-icon ui-icon-gripsmall-diagonal-se");this.handles[f]=".ui-resizable-"+f;this.element.append(g)}}this._renderAxis=function(h){h=h||this.element;for(var i in this.handles){if(this.handles[i].constructor== +String)this.handles[i]=e(this.handles[i],this.element).show();if(this.elementIsWrapper&&this.originalElement[0].nodeName.match(/textarea|input|select|button/i)){var j=e(this.handles[i],this.element),k=0;k=/sw|ne|nw|se|n|s/.test(i)?j.outerHeight():j.outerWidth();j=["padding",/ne|nw|n/.test(i)?"Top":/se|sw|s/.test(i)?"Bottom":/^e$/.test(i)?"Right":"Left"].join("");h.css(j,k);this._proportionallyResize()}e(this.handles[i])}};this._renderAxis(this.element);this._handles=e(".ui-resizable-handle",this.element).disableSelection(); +this._handles.mouseover(function(){if(!b.resizing){if(this.className)var h=this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);b.axis=h&&h[1]?h[1]:"se"}});if(a.autoHide){this._handles.hide();e(this.element).addClass("ui-resizable-autohide").hover(function(){if(!a.disabled){e(this).removeClass("ui-resizable-autohide");b._handles.show()}},function(){if(!a.disabled)if(!b.resizing){e(this).addClass("ui-resizable-autohide");b._handles.hide()}})}this._mouseInit()},destroy:function(){this._mouseDestroy(); +var b=function(c){e(c).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing").removeData("resizable").unbind(".resizable").find(".ui-resizable-handle").remove()};if(this.elementIsWrapper){b(this.element);var a=this.element;a.after(this.originalElement.css({position:a.css("position"),width:a.outerWidth(),height:a.outerHeight(),top:a.css("top"),left:a.css("left")})).remove()}this.originalElement.css("resize",this.originalResizeStyle);b(this.originalElement);return this},_mouseCapture:function(b){var a= +false;for(var c in this.handles)if(e(this.handles[c])[0]==b.target)a=true;return!this.options.disabled&&a},_mouseStart:function(b){var a=this.options,c=this.element.position(),d=this.element;this.resizing=true;this.documentScroll={top:e(document).scrollTop(),left:e(document).scrollLeft()};if(d.is(".ui-draggable")||/absolute/.test(d.css("position")))d.css({position:"absolute",top:c.top,left:c.left});e.browser.opera&&/relative/.test(d.css("position"))&&d.css({position:"relative",top:"auto",left:"auto"}); +this._renderProxy();c=m(this.helper.css("left"));var f=m(this.helper.css("top"));if(a.containment){c+=e(a.containment).scrollLeft()||0;f+=e(a.containment).scrollTop()||0}this.offset=this.helper.offset();this.position={left:c,top:f};this.size=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalSize=this._helper?{width:d.outerWidth(),height:d.outerHeight()}:{width:d.width(),height:d.height()};this.originalPosition={left:c,top:f};this.sizeDiff= +{width:d.outerWidth()-d.width(),height:d.outerHeight()-d.height()};this.originalMousePosition={left:b.pageX,top:b.pageY};this.aspectRatio=typeof a.aspectRatio=="number"?a.aspectRatio:this.originalSize.width/this.originalSize.height||1;a=e(".ui-resizable-"+this.axis).css("cursor");e("body").css("cursor",a=="auto"?this.axis+"-resize":a);d.addClass("ui-resizable-resizing");this._propagate("start",b);return true},_mouseDrag:function(b){var a=this.helper,c=this.originalMousePosition,d=this._change[this.axis]; +if(!d)return false;c=d.apply(this,[b,b.pageX-c.left||0,b.pageY-c.top||0]);if(this._aspectRatio||b.shiftKey)c=this._updateRatio(c,b);c=this._respectSize(c,b);this._propagate("resize",b);a.css({top:this.position.top+"px",left:this.position.left+"px",width:this.size.width+"px",height:this.size.height+"px"});!this._helper&&this._proportionallyResizeElements.length&&this._proportionallyResize();this._updateCache(c);this._trigger("resize",b,this.ui());return false},_mouseStop:function(b){this.resizing= +false;var a=this.options,c=this;if(this._helper){var d=this._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName);d=f&&e.ui.hasScroll(d[0],"left")?0:c.sizeDiff.height;f=f?0:c.sizeDiff.width;f={width:c.helper.width()-f,height:c.helper.height()-d};d=parseInt(c.element.css("left"),10)+(c.position.left-c.originalPosition.left)||null;var g=parseInt(c.element.css("top"),10)+(c.position.top-c.originalPosition.top)||null;a.animate||this.element.css(e.extend(f,{top:g,left:d}));c.helper.height(c.size.height); +c.helper.width(c.size.width);this._helper&&!a.animate&&this._proportionallyResize()}e("body").css("cursor","auto");this.element.removeClass("ui-resizable-resizing");this._propagate("stop",b);this._helper&&this.helper.remove();return false},_updateCache:function(b){this.offset=this.helper.offset();if(l(b.left))this.position.left=b.left;if(l(b.top))this.position.top=b.top;if(l(b.height))this.size.height=b.height;if(l(b.width))this.size.width=b.width},_updateRatio:function(b){var a=this.position,c=this.size, +d=this.axis;if(b.height)b.width=c.height*this.aspectRatio;else if(b.width)b.height=c.width/this.aspectRatio;if(d=="sw"){b.left=a.left+(c.width-b.width);b.top=null}if(d=="nw"){b.top=a.top+(c.height-b.height);b.left=a.left+(c.width-b.width)}return b},_respectSize:function(b){var a=this.options,c=this.axis,d=l(b.width)&&a.maxWidth&&a.maxWidthb.width,h=l(b.height)&&a.minHeight&&a.minHeight>b.height;if(g)b.width= +a.minWidth;if(h)b.height=a.minHeight;if(d)b.width=a.maxWidth;if(f)b.height=a.maxHeight;var i=this.originalPosition.left+this.originalSize.width,j=this.position.top+this.size.height,k=/sw|nw|w/.test(c);c=/nw|ne|n/.test(c);if(g&&k)b.left=i-a.minWidth;if(d&&k)b.left=i-a.maxWidth;if(h&&c)b.top=j-a.minHeight;if(f&&c)b.top=j-a.maxHeight;if((a=!b.width&&!b.height)&&!b.left&&b.top)b.top=null;else if(a&&!b.top&&b.left)b.left=null;return b},_proportionallyResize:function(){if(this._proportionallyResizeElements.length)for(var b= +this.helper||this.element,a=0;a');var a=e.browser.msie&&e.browser.version<7,c=a?1:0;a=a?2:-1;this.helper.addClass(this._helper).css({width:this.element.outerWidth()+a,height:this.element.outerHeight()+a,position:"absolute",left:this.elementOffset.left- +c+"px",top:this.elementOffset.top-c+"px",zIndex:++b.zIndex});this.helper.appendTo("body").disableSelection()}else this.helper=this.element},_change:{e:function(b,a){return{width:this.originalSize.width+a}},w:function(b,a){return{left:this.originalPosition.left+a,width:this.originalSize.width-a}},n:function(b,a,c){return{top:this.originalPosition.top+c,height:this.originalSize.height-c}},s:function(b,a,c){return{height:this.originalSize.height+c}},se:function(b,a,c){return e.extend(this._change.s.apply(this, +arguments),this._change.e.apply(this,[b,a,c]))},sw:function(b,a,c){return e.extend(this._change.s.apply(this,arguments),this._change.w.apply(this,[b,a,c]))},ne:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.e.apply(this,[b,a,c]))},nw:function(b,a,c){return e.extend(this._change.n.apply(this,arguments),this._change.w.apply(this,[b,a,c]))}},_propagate:function(b,a){e.ui.plugin.call(this,b,[a,this.ui()]);b!="resize"&&this._trigger(b,a,this.ui())},plugins:{},ui:function(){return{originalElement:this.originalElement, +element:this.element,helper:this.helper,position:this.position,size:this.size,originalSize:this.originalSize,originalPosition:this.originalPosition}}});e.extend(e.ui.resizable,{version:"1.8.13"});e.ui.plugin.add("resizable","alsoResize",{start:function(){var b=e(this).data("resizable").options,a=function(c){e(c).each(function(){var d=e(this);d.data("resizable-alsoresize",{width:parseInt(d.width(),10),height:parseInt(d.height(),10),left:parseInt(d.css("left"),10),top:parseInt(d.css("top"),10),position:d.css("position")})})}; +if(typeof b.alsoResize=="object"&&!b.alsoResize.parentNode)if(b.alsoResize.length){b.alsoResize=b.alsoResize[0];a(b.alsoResize)}else e.each(b.alsoResize,function(c){a(c)});else a(b.alsoResize)},resize:function(b,a){var c=e(this).data("resizable");b=c.options;var d=c.originalSize,f=c.originalPosition,g={height:c.size.height-d.height||0,width:c.size.width-d.width||0,top:c.position.top-f.top||0,left:c.position.left-f.left||0},h=function(i,j){e(i).each(function(){var k=e(this),q=e(this).data("resizable-alsoresize"), +p={},r=j&&j.length?j:k.parents(a.originalElement[0]).length?["width","height"]:["width","height","top","left"];e.each(r,function(n,o){if((n=(q[o]||0)+(g[o]||0))&&n>=0)p[o]=n||null});if(e.browser.opera&&/relative/.test(k.css("position"))){c._revertToRelativePosition=true;k.css({position:"absolute",top:"auto",left:"auto"})}k.css(p)})};typeof b.alsoResize=="object"&&!b.alsoResize.nodeType?e.each(b.alsoResize,function(i,j){h(i,j)}):h(b.alsoResize)},stop:function(){var b=e(this).data("resizable"),a=b.options, +c=function(d){e(d).each(function(){var f=e(this);f.css({position:f.data("resizable-alsoresize").position})})};if(b._revertToRelativePosition){b._revertToRelativePosition=false;typeof a.alsoResize=="object"&&!a.alsoResize.nodeType?e.each(a.alsoResize,function(d){c(d)}):c(a.alsoResize)}e(this).removeData("resizable-alsoresize")}});e.ui.plugin.add("resizable","animate",{stop:function(b){var a=e(this).data("resizable"),c=a.options,d=a._proportionallyResizeElements,f=d.length&&/textarea/i.test(d[0].nodeName), +g=f&&e.ui.hasScroll(d[0],"left")?0:a.sizeDiff.height;f={width:a.size.width-(f?0:a.sizeDiff.width),height:a.size.height-g};g=parseInt(a.element.css("left"),10)+(a.position.left-a.originalPosition.left)||null;var h=parseInt(a.element.css("top"),10)+(a.position.top-a.originalPosition.top)||null;a.element.animate(e.extend(f,h&&g?{top:h,left:g}:{}),{duration:c.animateDuration,easing:c.animateEasing,step:function(){var i={width:parseInt(a.element.css("width"),10),height:parseInt(a.element.css("height"), +10),top:parseInt(a.element.css("top"),10),left:parseInt(a.element.css("left"),10)};d&&d.length&&e(d[0]).css({width:i.width,height:i.height});a._updateCache(i);a._propagate("resize",b)}})}});e.ui.plugin.add("resizable","containment",{start:function(){var b=e(this).data("resizable"),a=b.element,c=b.options.containment;if(a=c instanceof e?c.get(0):/parent/.test(c)?a.parent().get(0):c){b.containerElement=e(a);if(/document/.test(c)||c==document){b.containerOffset={left:0,top:0};b.containerPosition={left:0, +top:0};b.parentData={element:e(document),left:0,top:0,width:e(document).width(),height:e(document).height()||document.body.parentNode.scrollHeight}}else{var d=e(a),f=[];e(["Top","Right","Left","Bottom"]).each(function(i,j){f[i]=m(d.css("padding"+j))});b.containerOffset=d.offset();b.containerPosition=d.position();b.containerSize={height:d.innerHeight()-f[3],width:d.innerWidth()-f[1]};c=b.containerOffset;var g=b.containerSize.height,h=b.containerSize.width;h=e.ui.hasScroll(a,"left")?a.scrollWidth:h; +g=e.ui.hasScroll(a)?a.scrollHeight:g;b.parentData={element:a,left:c.left,top:c.top,width:h,height:g}}}},resize:function(b){var a=e(this).data("resizable"),c=a.options,d=a.containerOffset,f=a.position;b=a._aspectRatio||b.shiftKey;var g={top:0,left:0},h=a.containerElement;if(h[0]!=document&&/static/.test(h.css("position")))g=d;if(f.left<(a._helper?d.left:0)){a.size.width+=a._helper?a.position.left-d.left:a.position.left-g.left;if(b)a.size.height=a.size.width/c.aspectRatio;a.position.left=c.helper?d.left: +0}if(f.top<(a._helper?d.top:0)){a.size.height+=a._helper?a.position.top-d.top:a.position.top;if(b)a.size.width=a.size.height*c.aspectRatio;a.position.top=a._helper?d.top:0}a.offset.left=a.parentData.left+a.position.left;a.offset.top=a.parentData.top+a.position.top;c=Math.abs((a._helper?a.offset.left-g.left:a.offset.left-g.left)+a.sizeDiff.width);d=Math.abs((a._helper?a.offset.top-g.top:a.offset.top-d.top)+a.sizeDiff.height);f=a.containerElement.get(0)==a.element.parent().get(0);g=/relative|absolute/.test(a.containerElement.css("position")); +if(f&&g)c-=a.parentData.left;if(c+a.size.width>=a.parentData.width){a.size.width=a.parentData.width-c;if(b)a.size.height=a.size.width/a.aspectRatio}if(d+a.size.height>=a.parentData.height){a.size.height=a.parentData.height-d;if(b)a.size.width=a.size.height*a.aspectRatio}},stop:function(){var b=e(this).data("resizable"),a=b.options,c=b.containerOffset,d=b.containerPosition,f=b.containerElement,g=e(b.helper),h=g.offset(),i=g.outerWidth()-b.sizeDiff.width;g=g.outerHeight()-b.sizeDiff.height;b._helper&& +!a.animate&&/relative/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g});b._helper&&!a.animate&&/static/.test(f.css("position"))&&e(this).css({left:h.left-d.left-c.left,width:i,height:g})}});e.ui.plugin.add("resizable","ghost",{start:function(){var b=e(this).data("resizable"),a=b.options,c=b.size;b.ghost=b.originalElement.clone();b.ghost.css({opacity:0.25,display:"block",position:"relative",height:c.height,width:c.width,margin:0,left:0,top:0}).addClass("ui-resizable-ghost").addClass(typeof a.ghost== +"string"?a.ghost:"");b.ghost.appendTo(b.helper)},resize:function(){var b=e(this).data("resizable");b.ghost&&b.ghost.css({position:"relative",height:b.size.height,width:b.size.width})},stop:function(){var b=e(this).data("resizable");b.ghost&&b.helper&&b.helper.get(0).removeChild(b.ghost.get(0))}});e.ui.plugin.add("resizable","grid",{resize:function(){var b=e(this).data("resizable"),a=b.options,c=b.size,d=b.originalSize,f=b.originalPosition,g=b.axis;a.grid=typeof a.grid=="number"?[a.grid,a.grid]:a.grid; +var h=Math.round((c.width-d.width)/(a.grid[0]||1))*(a.grid[0]||1);a=Math.round((c.height-d.height)/(a.grid[1]||1))*(a.grid[1]||1);if(/^(se|s|e)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else if(/^(ne)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}else{if(/^(sw)$/.test(g)){b.size.width=d.width+h;b.size.height=d.height+a}else{b.size.width=d.width+h;b.size.height=d.height+a;b.position.top=f.top-a}b.position.left=f.left-h}}});var m=function(b){return parseInt(b, +10)||0},l=function(b){return!isNaN(parseInt(b,10))}})(jQuery); +;/* + * jQuery UI Selectable 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Selectables + * + * Depends: + * jquery.ui.core.js + * jquery.ui.mouse.js + * jquery.ui.widget.js + */ +(function(e){e.widget("ui.selectable",e.ui.mouse,{options:{appendTo:"body",autoRefresh:true,distance:0,filter:"*",tolerance:"touch"},_create:function(){var c=this;this.element.addClass("ui-selectable");this.dragged=false;var f;this.refresh=function(){f=e(c.options.filter,c.element[0]);f.each(function(){var d=e(this),b=d.offset();e.data(this,"selectable-item",{element:this,$element:d,left:b.left,top:b.top,right:b.left+d.outerWidth(),bottom:b.top+d.outerHeight(),startselected:false,selected:d.hasClass("ui-selected"), +selecting:d.hasClass("ui-selecting"),unselecting:d.hasClass("ui-unselecting")})})};this.refresh();this.selectees=f.addClass("ui-selectee");this._mouseInit();this.helper=e("
")},destroy:function(){this.selectees.removeClass("ui-selectee").removeData("selectable-item");this.element.removeClass("ui-selectable ui-selectable-disabled").removeData("selectable").unbind(".selectable");this._mouseDestroy();return this},_mouseStart:function(c){var f=this;this.opos=[c.pageX, +c.pageY];if(!this.options.disabled){var d=this.options;this.selectees=e(d.filter,this.element[0]);this._trigger("start",c);e(d.appendTo).append(this.helper);this.helper.css({left:c.clientX,top:c.clientY,width:0,height:0});d.autoRefresh&&this.refresh();this.selectees.filter(".ui-selected").each(function(){var b=e.data(this,"selectable-item");b.startselected=true;if(!c.metaKey){b.$element.removeClass("ui-selected");b.selected=false;b.$element.addClass("ui-unselecting");b.unselecting=true;f._trigger("unselecting", +c,{unselecting:b.element})}});e(c.target).parents().andSelf().each(function(){var b=e.data(this,"selectable-item");if(b){var g=!c.metaKey||!b.$element.hasClass("ui-selected");b.$element.removeClass(g?"ui-unselecting":"ui-selected").addClass(g?"ui-selecting":"ui-unselecting");b.unselecting=!g;b.selecting=g;(b.selected=g)?f._trigger("selecting",c,{selecting:b.element}):f._trigger("unselecting",c,{unselecting:b.element});return false}})}},_mouseDrag:function(c){var f=this;this.dragged=true;if(!this.options.disabled){var d= +this.options,b=this.opos[0],g=this.opos[1],h=c.pageX,i=c.pageY;if(b>h){var j=h;h=b;b=j}if(g>i){j=i;i=g;g=j}this.helper.css({left:b,top:g,width:h-b,height:i-g});this.selectees.each(function(){var a=e.data(this,"selectable-item");if(!(!a||a.element==f.element[0])){var k=false;if(d.tolerance=="touch")k=!(a.left>h||a.righti||a.bottomb&&a.rightg&&a.bottom *",opacity:false,placeholder:false,revert:false,scroll:true,scrollSensitivity:20,scrollSpeed:20,scope:"default",tolerance:"intersect",zIndex:1E3},_create:function(){var a=this.options;this.containerCache={};this.element.addClass("ui-sortable"); +this.refresh();this.floating=this.items.length?a.axis==="x"||/left|right/.test(this.items[0].item.css("float"))||/inline|table-cell/.test(this.items[0].item.css("display")):false;this.offset=this.element.offset();this._mouseInit()},destroy:function(){this.element.removeClass("ui-sortable ui-sortable-disabled").removeData("sortable").unbind(".sortable");this._mouseDestroy();for(var a=this.items.length-1;a>=0;a--)this.items[a].item.removeData("sortable-item");return this},_setOption:function(a,b){if(a=== +"disabled"){this.options[a]=b;this.widget()[b?"addClass":"removeClass"]("ui-sortable-disabled")}else d.Widget.prototype._setOption.apply(this,arguments)},_mouseCapture:function(a,b){if(this.reverting)return false;if(this.options.disabled||this.options.type=="static")return false;this._refreshItems(a);var c=null,e=this;d(a.target).parents().each(function(){if(d.data(this,"sortable-item")==e){c=d(this);return false}});if(d.data(a.target,"sortable-item")==e)c=d(a.target);if(!c)return false;if(this.options.handle&& +!b){var f=false;d(this.options.handle,c).find("*").andSelf().each(function(){if(this==a.target)f=true});if(!f)return false}this.currentItem=c;this._removeCurrentsFromItems();return true},_mouseStart:function(a,b,c){b=this.options;var e=this;this.currentContainer=this;this.refreshPositions();this.helper=this._createHelper(a);this._cacheHelperProportions();this._cacheMargins();this.scrollParent=this.helper.scrollParent();this.offset=this.currentItem.offset();this.offset={top:this.offset.top-this.margins.top, +left:this.offset.left-this.margins.left};this.helper.css("position","absolute");this.cssPosition=this.helper.css("position");d.extend(this.offset,{click:{left:a.pageX-this.offset.left,top:a.pageY-this.offset.top},parent:this._getParentOffset(),relative:this._getRelativeOffset()});this.originalPosition=this._generatePosition(a);this.originalPageX=a.pageX;this.originalPageY=a.pageY;b.cursorAt&&this._adjustOffsetFromHelper(b.cursorAt);this.domPosition={prev:this.currentItem.prev()[0],parent:this.currentItem.parent()[0]}; +this.helper[0]!=this.currentItem[0]&&this.currentItem.hide();this._createPlaceholder();b.containment&&this._setContainment();if(b.cursor){if(d("body").css("cursor"))this._storedCursor=d("body").css("cursor");d("body").css("cursor",b.cursor)}if(b.opacity){if(this.helper.css("opacity"))this._storedOpacity=this.helper.css("opacity");this.helper.css("opacity",b.opacity)}if(b.zIndex){if(this.helper.css("zIndex"))this._storedZIndex=this.helper.css("zIndex");this.helper.css("zIndex",b.zIndex)}if(this.scrollParent[0]!= +document&&this.scrollParent[0].tagName!="HTML")this.overflowOffset=this.scrollParent.offset();this._trigger("start",a,this._uiHash());this._preserveHelperProportions||this._cacheHelperProportions();if(!c)for(c=this.containers.length-1;c>=0;c--)this.containers[c]._trigger("activate",a,e._uiHash(this));if(d.ui.ddmanager)d.ui.ddmanager.current=this;d.ui.ddmanager&&!b.dropBehaviour&&d.ui.ddmanager.prepareOffsets(this,a);this.dragging=true;this.helper.addClass("ui-sortable-helper");this._mouseDrag(a); +return true},_mouseDrag:function(a){this.position=this._generatePosition(a);this.positionAbs=this._convertPositionTo("absolute");if(!this.lastPositionAbs)this.lastPositionAbs=this.positionAbs;if(this.options.scroll){var b=this.options,c=false;if(this.scrollParent[0]!=document&&this.scrollParent[0].tagName!="HTML"){if(this.overflowOffset.top+this.scrollParent[0].offsetHeight-a.pageY=0;b--){c=this.items[b];var e=c.item[0],f=this._intersectsWithPointer(c);if(f)if(e!=this.currentItem[0]&&this.placeholder[f==1?"next":"prev"]()[0]!=e&&!d.ui.contains(this.placeholder[0],e)&&(this.options.type=="semi-dynamic"?!d.ui.contains(this.element[0], +e):true)){this.direction=f==1?"down":"up";if(this.options.tolerance=="pointer"||this._intersectsWithSides(c))this._rearrange(a,c);else break;this._trigger("change",a,this._uiHash());break}}this._contactContainers(a);d.ui.ddmanager&&d.ui.ddmanager.drag(this,a);this._trigger("sort",a,this._uiHash());this.lastPositionAbs=this.positionAbs;return false},_mouseStop:function(a,b){if(a){d.ui.ddmanager&&!this.options.dropBehaviour&&d.ui.ddmanager.drop(this,a);if(this.options.revert){var c=this;b=c.placeholder.offset(); +c.reverting=true;d(this.helper).animate({left:b.left-this.offset.parent.left-c.margins.left+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollLeft),top:b.top-this.offset.parent.top-c.margins.top+(this.offsetParent[0]==document.body?0:this.offsetParent[0].scrollTop)},parseInt(this.options.revert,10)||500,function(){c._clear(a)})}else this._clear(a,b);return false}},cancel:function(){var a=this;if(this.dragging){this._mouseUp({target:null});this.options.helper=="original"?this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper"): +this.currentItem.show();for(var b=this.containers.length-1;b>=0;b--){this.containers[b]._trigger("deactivate",null,a._uiHash(this));if(this.containers[b].containerCache.over){this.containers[b]._trigger("out",null,a._uiHash(this));this.containers[b].containerCache.over=0}}}if(this.placeholder){this.placeholder[0].parentNode&&this.placeholder[0].parentNode.removeChild(this.placeholder[0]);this.options.helper!="original"&&this.helper&&this.helper[0].parentNode&&this.helper.remove();d.extend(this,{helper:null, +dragging:false,reverting:false,_noFinalSort:null});this.domPosition.prev?d(this.domPosition.prev).after(this.currentItem):d(this.domPosition.parent).prepend(this.currentItem)}return this},serialize:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};d(b).each(function(){var e=(d(a.item||this).attr(a.attribute||"id")||"").match(a.expression||/(.+)[-=_](.+)/);if(e)c.push((a.key||e[1]+"[]")+"="+(a.key&&a.expression?e[1]:e[2]))});!c.length&&a.key&&c.push(a.key+"=");return c.join("&")}, +toArray:function(a){var b=this._getItemsAsjQuery(a&&a.connected),c=[];a=a||{};b.each(function(){c.push(d(a.item||this).attr(a.attribute||"id")||"")});return c},_intersectsWith:function(a){var b=this.positionAbs.left,c=b+this.helperProportions.width,e=this.positionAbs.top,f=e+this.helperProportions.height,g=a.left,h=g+a.width,i=a.top,k=i+a.height,j=this.offset.click.top,l=this.offset.click.left;j=e+j>i&&e+jg&&b+la[this.floating?"width":"height"]?j:g0?"down":"up")},_getDragHorizontalDirection:function(){var a=this.positionAbs.left-this.lastPositionAbs.left;return a!=0&&(a>0?"right":"left")},refresh:function(a){this._refreshItems(a);this.refreshPositions();return this},_connectWith:function(){var a=this.options;return a.connectWith.constructor==String?[a.connectWith]:a.connectWith},_getItemsAsjQuery:function(a){var b=[],c=[],e=this._connectWith(); +if(e&&a)for(a=e.length-1;a>=0;a--)for(var f=d(e[a]),g=f.length-1;g>=0;g--){var h=d.data(f[g],"sortable");if(h&&h!=this&&!h.options.disabled)c.push([d.isFunction(h.options.items)?h.options.items.call(h.element):d(h.options.items,h.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"),h])}c.push([d.isFunction(this.options.items)?this.options.items.call(this.element,null,{options:this.options,item:this.currentItem}):d(this.options.items,this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"), +this]);for(a=c.length-1;a>=0;a--)c[a][0].each(function(){b.push(this)});return d(b)},_removeCurrentsFromItems:function(){for(var a=this.currentItem.find(":data(sortable-item)"),b=0;b=0;f--)for(var g=d(e[f]),h=g.length-1;h>=0;h--){var i=d.data(g[h],"sortable");if(i&&i!=this&&!i.options.disabled){c.push([d.isFunction(i.options.items)?i.options.items.call(i.element[0],a,{item:this.currentItem}):d(i.options.items,i.element),i]);this.containers.push(i)}}for(f=c.length-1;f>=0;f--){a=c[f][1];e=c[f][0];h=0;for(g=e.length;h=0;b--){var c=this.items[b];if(!(c.instance!=this.currentContainer&&this.currentContainer&&c.item[0]!=this.currentItem[0])){var e=this.options.toleranceElement?d(this.options.toleranceElement,c.item):c.item;if(!a){c.width=e.outerWidth();c.height=e.outerHeight()}e=e.offset();c.left=e.left;c.top=e.top}}if(this.options.custom&&this.options.custom.refreshContainers)this.options.custom.refreshContainers.call(this);else for(b= +this.containers.length-1;b>=0;b--){e=this.containers[b].element.offset();this.containers[b].containerCache.left=e.left;this.containers[b].containerCache.top=e.top;this.containers[b].containerCache.width=this.containers[b].element.outerWidth();this.containers[b].containerCache.height=this.containers[b].element.outerHeight()}return this},_createPlaceholder:function(a){var b=a||this,c=b.options;if(!c.placeholder||c.placeholder.constructor==String){var e=c.placeholder;c.placeholder={element:function(){var f= +d(document.createElement(b.currentItem[0].nodeName)).addClass(e||b.currentItem[0].className+" ui-sortable-placeholder").removeClass("ui-sortable-helper")[0];if(!e)f.style.visibility="hidden";return f},update:function(f,g){if(!(e&&!c.forcePlaceholderSize)){g.height()||g.height(b.currentItem.innerHeight()-parseInt(b.currentItem.css("paddingTop")||0,10)-parseInt(b.currentItem.css("paddingBottom")||0,10));g.width()||g.width(b.currentItem.innerWidth()-parseInt(b.currentItem.css("paddingLeft")||0,10)-parseInt(b.currentItem.css("paddingRight")|| +0,10))}}}}b.placeholder=d(c.placeholder.element.call(b.element,b.currentItem));b.currentItem.after(b.placeholder);c.placeholder.update(b,b.placeholder)},_contactContainers:function(a){for(var b=null,c=null,e=this.containers.length-1;e>=0;e--)if(!d.ui.contains(this.currentItem[0],this.containers[e].element[0]))if(this._intersectsWith(this.containers[e].containerCache)){if(!(b&&d.ui.contains(this.containers[e].element[0],b.element[0]))){b=this.containers[e];c=e}}else if(this.containers[e].containerCache.over){this.containers[e]._trigger("out", +a,this._uiHash(this));this.containers[e].containerCache.over=0}if(b)if(this.containers.length===1){this.containers[c]._trigger("over",a,this._uiHash(this));this.containers[c].containerCache.over=1}else if(this.currentContainer!=this.containers[c]){b=1E4;e=null;for(var f=this.positionAbs[this.containers[c].floating?"left":"top"],g=this.items.length-1;g>=0;g--)if(d.ui.contains(this.containers[c].element[0],this.items[g].item[0])){var h=this.items[g][this.containers[c].floating?"left":"top"];if(Math.abs(h- +f)this.containment[2])f=this.containment[2]+this.offset.click.left;if(a.pageY-this.offset.click.top>this.containment[3])g=this.containment[3]+this.offset.click.top}if(b.grid){g=this.originalPageY+Math.round((g- +this.originalPageY)/b.grid[1])*b.grid[1];g=this.containment?!(g-this.offset.click.topthis.containment[3])?g:!(g-this.offset.click.topthis.containment[2])?f:!(f-this.offset.click.left=0;e--)if(d.ui.contains(this.containers[e].element[0],this.currentItem[0])&&!b){c.push(function(f){return function(g){f._trigger("receive",g,this._uiHash(this))}}.call(this,this.containers[e]));c.push(function(f){return function(g){f._trigger("update",g,this._uiHash(this))}}.call(this,this.containers[e]))}}for(e=this.containers.length-1;e>=0;e--){b||c.push(function(f){return function(g){f._trigger("deactivate",g,this._uiHash(this))}}.call(this, +this.containers[e]));if(this.containers[e].containerCache.over){c.push(function(f){return function(g){f._trigger("out",g,this._uiHash(this))}}.call(this,this.containers[e]));this.containers[e].containerCache.over=0}}this._storedCursor&&d("body").css("cursor",this._storedCursor);this._storedOpacity&&this.helper.css("opacity",this._storedOpacity);if(this._storedZIndex)this.helper.css("zIndex",this._storedZIndex=="auto"?"":this._storedZIndex);this.dragging=false;if(this.cancelHelperRemoval){if(!b){this._trigger("beforeStop", +a,this._uiHash());for(e=0;e li > :first-child,> :not(li):even",icons:{header:"ui-icon-triangle-1-e",headerSelected:"ui-icon-triangle-1-s"},navigation:false,navigationFilter:function(){return this.href.toLowerCase()===location.href.toLowerCase()}},_create:function(){var a=this,b=a.options;a.running=0;a.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui-accordion-li-fix"); +a.headers=a.element.find(b.header).addClass("ui-accordion-header ui-helper-reset ui-state-default ui-corner-all").bind("mouseenter.accordion",function(){b.disabled||c(this).addClass("ui-state-hover")}).bind("mouseleave.accordion",function(){b.disabled||c(this).removeClass("ui-state-hover")}).bind("focus.accordion",function(){b.disabled||c(this).addClass("ui-state-focus")}).bind("blur.accordion",function(){b.disabled||c(this).removeClass("ui-state-focus")});a.headers.next().addClass("ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom"); +if(b.navigation){var d=a.element.find("a").filter(b.navigationFilter).eq(0);if(d.length){var h=d.closest(".ui-accordion-header");a.active=h.length?h:d.closest(".ui-accordion-content").prev()}}a.active=a._findActive(a.active||b.active).addClass("ui-state-default ui-state-active").toggleClass("ui-corner-all").toggleClass("ui-corner-top");a.active.next().addClass("ui-accordion-content-active");a._createIcons();a.resize();a.element.attr("role","tablist");a.headers.attr("role","tab").bind("keydown.accordion", +function(f){return a._keydown(f)}).next().attr("role","tabpanel");a.headers.not(a.active||"").attr({"aria-expanded":"false","aria-selected":"false",tabIndex:-1}).next().hide();a.active.length?a.active.attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}):a.headers.eq(0).attr("tabIndex",0);c.browser.safari||a.headers.find("a").attr("tabIndex",-1);b.event&&a.headers.bind(b.event.split(" ").join(".accordion ")+".accordion",function(f){a._clickHandler.call(a,f,this);f.preventDefault()})},_createIcons:function(){var a= +this.options;if(a.icons){c("").addClass("ui-icon "+a.icons.header).prependTo(this.headers);this.active.children(".ui-icon").toggleClass(a.icons.header).toggleClass(a.icons.headerSelected);this.element.addClass("ui-accordion-icons")}},_destroyIcons:function(){this.headers.children(".ui-icon").remove();this.element.removeClass("ui-accordion-icons")},destroy:function(){var a=this.options;this.element.removeClass("ui-accordion ui-widget ui-helper-reset").removeAttr("role");this.headers.unbind(".accordion").removeClass("ui-accordion-header ui-accordion-disabled ui-helper-reset ui-state-default ui-corner-all ui-state-active ui-state-disabled ui-corner-top").removeAttr("role").removeAttr("aria-expanded").removeAttr("aria-selected").removeAttr("tabIndex"); +this.headers.find("a").removeAttr("tabIndex");this._destroyIcons();var b=this.headers.next().css("display","").removeAttr("role").removeClass("ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content ui-accordion-content-active ui-accordion-disabled ui-state-disabled");if(a.autoHeight||a.fillHeight)b.css("height","");return c.Widget.prototype.destroy.call(this)},_setOption:function(a,b){c.Widget.prototype._setOption.apply(this,arguments);a=="active"&&this.activate(b);if(a=="icons"){this._destroyIcons(); +b&&this._createIcons()}if(a=="disabled")this.headers.add(this.headers.next())[b?"addClass":"removeClass"]("ui-accordion-disabled ui-state-disabled")},_keydown:function(a){if(!(this.options.disabled||a.altKey||a.ctrlKey)){var b=c.ui.keyCode,d=this.headers.length,h=this.headers.index(a.target),f=false;switch(a.keyCode){case b.RIGHT:case b.DOWN:f=this.headers[(h+1)%d];break;case b.LEFT:case b.UP:f=this.headers[(h-1+d)%d];break;case b.SPACE:case b.ENTER:this._clickHandler({target:a.target},a.target); +a.preventDefault()}if(f){c(a.target).attr("tabIndex",-1);c(f).attr("tabIndex",0);f.focus();return false}return true}},resize:function(){var a=this.options,b;if(a.fillSpace){if(c.browser.msie){var d=this.element.parent().css("overflow");this.element.parent().css("overflow","hidden")}b=this.element.parent().height();c.browser.msie&&this.element.parent().css("overflow",d);this.headers.each(function(){b-=c(this).outerHeight(true)});this.headers.next().each(function(){c(this).height(Math.max(0,b-c(this).innerHeight()+ +c(this).height()))}).css("overflow","auto")}else if(a.autoHeight){b=0;this.headers.next().each(function(){b=Math.max(b,c(this).height("").height())}).height(b)}return this},activate:function(a){this.options.active=a;a=this._findActive(a)[0];this._clickHandler({target:a},a);return this},_findActive:function(a){return a?typeof a==="number"?this.headers.filter(":eq("+a+")"):this.headers.not(this.headers.not(a)):a===false?c([]):this.headers.filter(":eq(0)")},_clickHandler:function(a,b){var d=this.options; +if(!d.disabled)if(a.target){a=c(a.currentTarget||b);b=a[0]===this.active[0];d.active=d.collapsible&&b?false:this.headers.index(a);if(!(this.running||!d.collapsible&&b)){var h=this.active;j=a.next();g=this.active.next();e={options:d,newHeader:b&&d.collapsible?c([]):a,oldHeader:this.active,newContent:b&&d.collapsible?c([]):j,oldContent:g};var f=this.headers.index(this.active[0])>this.headers.index(a[0]);this.active=b?c([]):a;this._toggle(j,g,e,b,f);h.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header); +if(!b){a.removeClass("ui-state-default ui-corner-all").addClass("ui-state-active ui-corner-top").children(".ui-icon").removeClass(d.icons.header).addClass(d.icons.headerSelected);a.next().addClass("ui-accordion-content-active")}}}else if(d.collapsible){this.active.removeClass("ui-state-active ui-corner-top").addClass("ui-state-default ui-corner-all").children(".ui-icon").removeClass(d.icons.headerSelected).addClass(d.icons.header);this.active.next().addClass("ui-accordion-content-active");var g=this.active.next(), +e={options:d,newHeader:c([]),oldHeader:d.active,newContent:c([]),oldContent:g},j=this.active=c([]);this._toggle(j,g,e)}},_toggle:function(a,b,d,h,f){var g=this,e=g.options;g.toShow=a;g.toHide=b;g.data=d;var j=function(){if(g)return g._completed.apply(g,arguments)};g._trigger("changestart",null,g.data);g.running=b.size()===0?a.size():b.size();if(e.animated){d={};d=e.collapsible&&h?{toShow:c([]),toHide:b,complete:j,down:f,autoHeight:e.autoHeight||e.fillSpace}:{toShow:a,toHide:b,complete:j,down:f,autoHeight:e.autoHeight|| +e.fillSpace};if(!e.proxied)e.proxied=e.animated;if(!e.proxiedDuration)e.proxiedDuration=e.duration;e.animated=c.isFunction(e.proxied)?e.proxied(d):e.proxied;e.duration=c.isFunction(e.proxiedDuration)?e.proxiedDuration(d):e.proxiedDuration;h=c.ui.accordion.animations;var i=e.duration,k=e.animated;if(k&&!h[k]&&!c.easing[k])k="slide";h[k]||(h[k]=function(l){this.slide(l,{easing:k,duration:i||700})});h[k](d)}else{if(e.collapsible&&h)a.toggle();else{b.hide();a.show()}j(true)}b.prev().attr({"aria-expanded":"false", +"aria-selected":"false",tabIndex:-1}).blur();a.prev().attr({"aria-expanded":"true","aria-selected":"true",tabIndex:0}).focus()},_completed:function(a){this.running=a?0:--this.running;if(!this.running){this.options.clearStyle&&this.toShow.add(this.toHide).css({height:"",overflow:""});this.toHide.removeClass("ui-accordion-content-active");if(this.toHide.length)this.toHide.parent()[0].className=this.toHide.parent()[0].className;this._trigger("change",null,this.data)}}});c.extend(c.ui.accordion,{version:"1.8.13", +animations:{slide:function(a,b){a=c.extend({easing:"swing",duration:300},a,b);if(a.toHide.size())if(a.toShow.size()){var d=a.toShow.css("overflow"),h=0,f={},g={},e;b=a.toShow;e=b[0].style.width;b.width(parseInt(b.parent().width(),10)-parseInt(b.css("paddingLeft"),10)-parseInt(b.css("paddingRight"),10)-(parseInt(b.css("borderLeftWidth"),10)||0)-(parseInt(b.css("borderRightWidth"),10)||0));c.each(["height","paddingTop","paddingBottom"],function(j,i){g[i]="hide";j=(""+c.css(a.toShow[0],i)).match(/^([\d+-.]+)(.*)$/); +f[i]={value:j[1],unit:j[2]||"px"}});a.toShow.css({height:0,overflow:"hidden"}).show();a.toHide.filter(":hidden").each(a.complete).end().filter(":visible").animate(g,{step:function(j,i){if(i.prop=="height")h=i.end-i.start===0?0:(i.now-i.start)/(i.end-i.start);a.toShow[0].style[i.prop]=h*f[i.prop].value+f[i.prop].unit},duration:a.duration,easing:a.easing,complete:function(){a.autoHeight||a.toShow.css("height","");a.toShow.css({width:e,overflow:d});a.complete()}})}else a.toHide.animate({height:"hide", +paddingTop:"hide",paddingBottom:"hide"},a);else a.toShow.animate({height:"show",paddingTop:"show",paddingBottom:"show"},a)},bounceslide:function(a){this.slide(a,{easing:a.down?"easeOutBounce":"swing",duration:a.down?1E3:200})}}})})(jQuery); +;/* + * jQuery UI Autocomplete 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.position.js + */ +(function(d){var e=0;d.widget("ui.autocomplete",{options:{appendTo:"body",autoFocus:false,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null},pending:0,_create:function(){var a=this,b=this.element[0].ownerDocument,g;this.element.addClass("ui-autocomplete-input").attr("autocomplete","off").attr({role:"textbox","aria-autocomplete":"list","aria-haspopup":"true"}).bind("keydown.autocomplete",function(c){if(!(a.options.disabled||a.element.attr("readonly"))){g= +false;var f=d.ui.keyCode;switch(c.keyCode){case f.PAGE_UP:a._move("previousPage",c);break;case f.PAGE_DOWN:a._move("nextPage",c);break;case f.UP:a._move("previous",c);c.preventDefault();break;case f.DOWN:a._move("next",c);c.preventDefault();break;case f.ENTER:case f.NUMPAD_ENTER:if(a.menu.active){g=true;c.preventDefault()}case f.TAB:if(!a.menu.active)return;a.menu.select(c);break;case f.ESCAPE:a.element.val(a.term);a.close(c);break;default:clearTimeout(a.searching);a.searching=setTimeout(function(){if(a.term!= +a.element.val()){a.selectedItem=null;a.search(null,c)}},a.options.delay);break}}}).bind("keypress.autocomplete",function(c){if(g){g=false;c.preventDefault()}}).bind("focus.autocomplete",function(){if(!a.options.disabled){a.selectedItem=null;a.previous=a.element.val()}}).bind("blur.autocomplete",function(c){if(!a.options.disabled){clearTimeout(a.searching);a.closing=setTimeout(function(){a.close(c);a._change(c)},150)}});this._initSource();this.response=function(){return a._response.apply(a,arguments)}; +this.menu=d("
    ").addClass("ui-autocomplete").appendTo(d(this.options.appendTo||"body",b)[0]).mousedown(function(c){var f=a.menu.element[0];d(c.target).closest(".ui-menu-item").length||setTimeout(function(){d(document).one("mousedown",function(h){h.target!==a.element[0]&&h.target!==f&&!d.ui.contains(f,h.target)&&a.close()})},1);setTimeout(function(){clearTimeout(a.closing)},13)}).menu({focus:function(c,f){f=f.item.data("item.autocomplete");false!==a._trigger("focus",c,{item:f})&&/^key/.test(c.originalEvent.type)&& +a.element.val(f.value)},selected:function(c,f){var h=f.item.data("item.autocomplete"),i=a.previous;if(a.element[0]!==b.activeElement){a.element.focus();a.previous=i;setTimeout(function(){a.previous=i;a.selectedItem=h},1)}false!==a._trigger("select",c,{item:h})&&a.element.val(h.value);a.term=a.element.val();a.close(c);a.selectedItem=h},blur:function(){a.menu.element.is(":visible")&&a.element.val()!==a.term&&a.element.val(a.term)}}).zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu"); +d.fn.bgiframe&&this.menu.element.bgiframe()},destroy:function(){this.element.removeClass("ui-autocomplete-input").removeAttr("autocomplete").removeAttr("role").removeAttr("aria-autocomplete").removeAttr("aria-haspopup");this.menu.element.remove();d.Widget.prototype.destroy.call(this)},_setOption:function(a,b){d.Widget.prototype._setOption.apply(this,arguments);a==="source"&&this._initSource();if(a==="appendTo")this.menu.element.appendTo(d(b||"body",this.element[0].ownerDocument)[0]);a==="disabled"&& +b&&this.xhr&&this.xhr.abort()},_initSource:function(){var a=this,b,g;if(d.isArray(this.options.source)){b=this.options.source;this.source=function(c,f){f(d.ui.autocomplete.filter(b,c.term))}}else if(typeof this.options.source==="string"){g=this.options.source;this.source=function(c,f){a.xhr&&a.xhr.abort();a.xhr=d.ajax({url:g,data:c,dataType:"json",autocompleteRequest:++e,success:function(h){this.autocompleteRequest===e&&f(h)},error:function(){this.autocompleteRequest===e&&f([])}})}}else this.source= +this.options.source},search:function(a,b){a=a!=null?a:this.element.val();this.term=this.element.val();if(a.length").data("item.autocomplete",b).append(d("").text(b.label)).appendTo(a)},_move:function(a,b){if(this.menu.element.is(":visible"))if(this.menu.first()&&/^previous/.test(a)||this.menu.last()&&/^next/.test(a)){this.element.val(this.term);this.menu.deactivate()}else this.menu[a](b);else this.search(null,b)},widget:function(){return this.menu.element}});d.extend(d.ui.autocomplete,{escapeRegex:function(a){return a.replace(/[-[\]{}()*+?.,\\^$|#\s]/g, +"\\$&")},filter:function(a,b){var g=new RegExp(d.ui.autocomplete.escapeRegex(b),"i");return d.grep(a,function(c){return g.test(c.label||c.value||c)})}})})(jQuery); +(function(d){d.widget("ui.menu",{_create:function(){var e=this;this.element.addClass("ui-menu ui-widget ui-widget-content ui-corner-all").attr({role:"listbox","aria-activedescendant":"ui-active-menuitem"}).click(function(a){if(d(a.target).closest(".ui-menu-item a").length){a.preventDefault();e.select(a)}});this.refresh()},refresh:function(){var e=this;this.element.children("li:not(.ui-menu-item):has(a)").addClass("ui-menu-item").attr("role","menuitem").children("a").addClass("ui-corner-all").attr("tabindex", +-1).mouseenter(function(a){e.activate(a,d(this).parent())}).mouseleave(function(){e.deactivate()})},activate:function(e,a){this.deactivate();if(this.hasScroll()){var b=a.offset().top-this.element.offset().top,g=this.element.scrollTop(),c=this.element.height();if(b<0)this.element.scrollTop(g+b);else b>=c&&this.element.scrollTop(g+b-c+a.height())}this.active=a.eq(0).children("a").addClass("ui-state-hover").attr("id","ui-active-menuitem").end();this._trigger("focus",e,{item:a})},deactivate:function(){if(this.active){this.active.children("a").removeClass("ui-state-hover").removeAttr("id"); +this._trigger("blur");this.active=null}},next:function(e){this.move("next",".ui-menu-item:first",e)},previous:function(e){this.move("prev",".ui-menu-item:last",e)},first:function(){return this.active&&!this.active.prevAll(".ui-menu-item").length},last:function(){return this.active&&!this.active.nextAll(".ui-menu-item").length},move:function(e,a,b){if(this.active){e=this.active[e+"All"](".ui-menu-item").eq(0);e.length?this.activate(b,e):this.activate(b,this.element.children(a))}else this.activate(b, +this.element.children(a))},nextPage:function(e){if(this.hasScroll())if(!this.active||this.last())this.activate(e,this.element.children(".ui-menu-item:first"));else{var a=this.active.offset().top,b=this.element.height(),g=this.element.children(".ui-menu-item").filter(function(){var c=d(this).offset().top-a-b+d(this).height();return c<10&&c>-10});g.length||(g=this.element.children(".ui-menu-item:last"));this.activate(e,g)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active|| +this.last()?":first":":last"))},previousPage:function(e){if(this.hasScroll())if(!this.active||this.first())this.activate(e,this.element.children(".ui-menu-item:last"));else{var a=this.active.offset().top,b=this.element.height();result=this.element.children(".ui-menu-item").filter(function(){var g=d(this).offset().top-a+b-d(this).height();return g<10&&g>-10});result.length||(result=this.element.children(".ui-menu-item:first"));this.activate(e,result)}else this.activate(e,this.element.children(".ui-menu-item").filter(!this.active|| +this.first()?":last":":first"))},hasScroll:function(){return this.element.height()").addClass("ui-button-text").html(this.options.label).appendTo(b.empty()).text(),d=this.options.icons,f=d.primary&&d.secondary,e=[];if(d.primary||d.secondary){if(this.options.text)e.push("ui-button-text-icon"+(f?"s":d.primary?"-primary":"-secondary"));d.primary&&b.prepend("");d.secondary&&b.append("");if(!this.options.text){e.push(f?"ui-button-icons-only": +"ui-button-icon-only");this.hasTitle||b.attr("title",c)}}else e.push("ui-button-text-only");b.addClass(e.join(" "))}}});a.widget("ui.buttonset",{options:{items:":button, :submit, :reset, :checkbox, :radio, a, :data(button)"},_create:function(){this.element.addClass("ui-buttonset")},_init:function(){this.refresh()},_setOption:function(b,c){b==="disabled"&&this.buttons.button("option",b,c);a.Widget.prototype._setOption.apply(this,arguments)},refresh:function(){this.buttons=this.element.find(this.options.items).filter(":ui-button").button("refresh").end().not(":ui-button").button().end().map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-all ui-corner-left ui-corner-right").filter(":first").addClass("ui-corner-left").end().filter(":last").addClass("ui-corner-right").end().end()}, +destroy:function(){this.element.removeClass("ui-buttonset");this.buttons.map(function(){return a(this).button("widget")[0]}).removeClass("ui-corner-left ui-corner-right").end().button("destroy");a.Widget.prototype.destroy.call(this)}})})(jQuery); +;/* + * jQuery UI Dialog 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + * jquery.ui.button.js + * jquery.ui.draggable.js + * jquery.ui.mouse.js + * jquery.ui.position.js + * jquery.ui.resizable.js + */ +(function(c,l){var m={buttons:true,height:true,maxHeight:true,maxWidth:true,minHeight:true,minWidth:true,width:true},n={maxHeight:true,maxWidth:true,minHeight:true,minWidth:true},o=c.attrFn||{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true,click:true};c.widget("ui.dialog",{options:{autoOpen:true,buttons:{},closeOnEscape:true,closeText:"close",dialogClass:"",draggable:true,hide:null,height:"auto",maxHeight:false,maxWidth:false,minHeight:150,minWidth:150,modal:false, +position:{my:"center",at:"center",collision:"fit",using:function(a){var b=c(this).css(a).offset().top;b<0&&c(this).css("top",a.top-b)}},resizable:true,show:null,stack:true,title:"",width:300,zIndex:1E3},_create:function(){this.originalTitle=this.element.attr("title");if(typeof this.originalTitle!=="string")this.originalTitle="";this.options.title=this.options.title||this.originalTitle;var a=this,b=a.options,d=b.title||" ",e=c.ui.dialog.getTitleId(a.element),g=(a.uiDialog=c("
    ")).appendTo(document.body).hide().addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+ +b.dialogClass).css({zIndex:b.zIndex}).attr("tabIndex",-1).css("outline",0).keydown(function(i){if(b.closeOnEscape&&i.keyCode&&i.keyCode===c.ui.keyCode.ESCAPE){a.close(i);i.preventDefault()}}).attr({role:"dialog","aria-labelledby":e}).mousedown(function(i){a.moveToTop(false,i)});a.element.show().removeAttr("title").addClass("ui-dialog-content ui-widget-content").appendTo(g);var f=(a.uiDialogTitlebar=c("
    ")).addClass("ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix").prependTo(g), +h=c('').addClass("ui-dialog-titlebar-close ui-corner-all").attr("role","button").hover(function(){h.addClass("ui-state-hover")},function(){h.removeClass("ui-state-hover")}).focus(function(){h.addClass("ui-state-focus")}).blur(function(){h.removeClass("ui-state-focus")}).click(function(i){a.close(i);return false}).appendTo(f);(a.uiDialogTitlebarCloseText=c("")).addClass("ui-icon ui-icon-closethick").text(b.closeText).appendTo(h);c("").addClass("ui-dialog-title").attr("id", +e).html(d).prependTo(f);if(c.isFunction(b.beforeclose)&&!c.isFunction(b.beforeClose))b.beforeClose=b.beforeclose;f.find("*").add(f).disableSelection();b.draggable&&c.fn.draggable&&a._makeDraggable();b.resizable&&c.fn.resizable&&a._makeResizable();a._createButtons(b.buttons);a._isOpen=false;c.fn.bgiframe&&g.bgiframe()},_init:function(){this.options.autoOpen&&this.open()},destroy:function(){var a=this;a.overlay&&a.overlay.destroy();a.uiDialog.hide();a.element.unbind(".dialog").removeData("dialog").removeClass("ui-dialog-content ui-widget-content").hide().appendTo("body"); +a.uiDialog.remove();a.originalTitle&&a.element.attr("title",a.originalTitle);return a},widget:function(){return this.uiDialog},close:function(a){var b=this,d,e;if(false!==b._trigger("beforeClose",a)){b.overlay&&b.overlay.destroy();b.uiDialog.unbind("keypress.ui-dialog");b._isOpen=false;if(b.options.hide)b.uiDialog.hide(b.options.hide,function(){b._trigger("close",a)});else{b.uiDialog.hide();b._trigger("close",a)}c.ui.dialog.overlay.resize();if(b.options.modal){d=0;c(".ui-dialog").each(function(){if(this!== +b.uiDialog[0]){e=c(this).css("z-index");isNaN(e)||(d=Math.max(d,e))}});c.ui.dialog.maxZ=d}return b}},isOpen:function(){return this._isOpen},moveToTop:function(a,b){var d=this,e=d.options;if(e.modal&&!a||!e.stack&&!e.modal)return d._trigger("focus",b);if(e.zIndex>c.ui.dialog.maxZ)c.ui.dialog.maxZ=e.zIndex;if(d.overlay){c.ui.dialog.maxZ+=1;d.overlay.$el.css("z-index",c.ui.dialog.overlay.maxZ=c.ui.dialog.maxZ)}a={scrollTop:d.element.attr("scrollTop"),scrollLeft:d.element.attr("scrollLeft")};c.ui.dialog.maxZ+= +1;d.uiDialog.css("z-index",c.ui.dialog.maxZ);d.element.attr(a);d._trigger("focus",b);return d},open:function(){if(!this._isOpen){var a=this,b=a.options,d=a.uiDialog;a.overlay=b.modal?new c.ui.dialog.overlay(a):null;a._size();a._position(b.position);d.show(b.show);a.moveToTop(true);b.modal&&d.bind("keypress.ui-dialog",function(e){if(e.keyCode===c.ui.keyCode.TAB){var g=c(":tabbable",this),f=g.filter(":first");g=g.filter(":last");if(e.target===g[0]&&!e.shiftKey){f.focus(1);return false}else if(e.target=== +f[0]&&e.shiftKey){g.focus(1);return false}}});c(a.element.find(":tabbable").get().concat(d.find(".ui-dialog-buttonpane :tabbable").get().concat(d.get()))).eq(0).focus();a._isOpen=true;a._trigger("open");return a}},_createButtons:function(a){var b=this,d=false,e=c("
    ").addClass("ui-dialog-buttonpane ui-widget-content ui-helper-clearfix"),g=c("
    ").addClass("ui-dialog-buttonset").appendTo(e);b.uiDialog.find(".ui-dialog-buttonpane").remove();typeof a==="object"&&a!==null&&c.each(a, +function(){return!(d=true)});if(d){c.each(a,function(f,h){h=c.isFunction(h)?{click:h,text:f}:h;var i=c('').click(function(){h.click.apply(b.element[0],arguments)}).appendTo(g);c.each(h,function(j,k){if(j!=="click")j in o?i[j](k):i.attr(j,k)});c.fn.button&&i.button()});e.appendTo(b.uiDialog)}},_makeDraggable:function(){function a(f){return{position:f.position,offset:f.offset}}var b=this,d=b.options,e=c(document),g;b.uiDialog.draggable({cancel:".ui-dialog-content, .ui-dialog-titlebar-close", +handle:".ui-dialog-titlebar",containment:"document",start:function(f,h){g=d.height==="auto"?"auto":c(this).height();c(this).height(c(this).height()).addClass("ui-dialog-dragging");b._trigger("dragStart",f,a(h))},drag:function(f,h){b._trigger("drag",f,a(h))},stop:function(f,h){d.position=[h.position.left-e.scrollLeft(),h.position.top-e.scrollTop()];c(this).removeClass("ui-dialog-dragging").height(g);b._trigger("dragStop",f,a(h));c.ui.dialog.overlay.resize()}})},_makeResizable:function(a){function b(f){return{originalPosition:f.originalPosition, +originalSize:f.originalSize,position:f.position,size:f.size}}a=a===l?this.options.resizable:a;var d=this,e=d.options,g=d.uiDialog.css("position");a=typeof a==="string"?a:"n,e,s,w,se,sw,ne,nw";d.uiDialog.resizable({cancel:".ui-dialog-content",containment:"document",alsoResize:d.element,maxWidth:e.maxWidth,maxHeight:e.maxHeight,minWidth:e.minWidth,minHeight:d._minHeight(),handles:a,start:function(f,h){c(this).addClass("ui-dialog-resizing");d._trigger("resizeStart",f,b(h))},resize:function(f,h){d._trigger("resize", +f,b(h))},stop:function(f,h){c(this).removeClass("ui-dialog-resizing");e.height=c(this).height();e.width=c(this).width();d._trigger("resizeStop",f,b(h));c.ui.dialog.overlay.resize()}}).css("position",g).find(".ui-resizable-se").addClass("ui-icon ui-icon-grip-diagonal-se")},_minHeight:function(){var a=this.options;return a.height==="auto"?a.minHeight:Math.min(a.minHeight,a.height)},_position:function(a){var b=[],d=[0,0],e;if(a){if(typeof a==="string"||typeof a==="object"&&"0"in a){b=a.split?a.split(" "): +[a[0],a[1]];if(b.length===1)b[1]=b[0];c.each(["left","top"],function(g,f){if(+b[g]===b[g]){d[g]=b[g];b[g]=f}});a={my:b.join(" "),at:b.join(" "),offset:d.join(" ")}}a=c.extend({},c.ui.dialog.prototype.options.position,a)}else a=c.ui.dialog.prototype.options.position;(e=this.uiDialog.is(":visible"))||this.uiDialog.show();this.uiDialog.css({top:0,left:0}).position(c.extend({of:window},a));e||this.uiDialog.hide()},_setOptions:function(a){var b=this,d={},e=false;c.each(a,function(g,f){b._setOption(g,f); +if(g in m)e=true;if(g in n)d[g]=f});e&&this._size();this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option",d)},_setOption:function(a,b){var d=this,e=d.uiDialog;switch(a){case "beforeclose":a="beforeClose";break;case "buttons":d._createButtons(b);break;case "closeText":d.uiDialogTitlebarCloseText.text(""+b);break;case "dialogClass":e.removeClass(d.options.dialogClass).addClass("ui-dialog ui-widget ui-widget-content ui-corner-all "+b);break;case "disabled":b?e.addClass("ui-dialog-disabled"): +e.removeClass("ui-dialog-disabled");break;case "draggable":var g=e.is(":data(draggable)");g&&!b&&e.draggable("destroy");!g&&b&&d._makeDraggable();break;case "position":d._position(b);break;case "resizable":(g=e.is(":data(resizable)"))&&!b&&e.resizable("destroy");g&&typeof b==="string"&&e.resizable("option","handles",b);!g&&b!==false&&d._makeResizable(b);break;case "title":c(".ui-dialog-title",d.uiDialogTitlebar).html(""+(b||" "));break}c.Widget.prototype._setOption.apply(d,arguments)},_size:function(){var a= +this.options,b,d,e=this.uiDialog.is(":visible");this.element.show().css({width:"auto",minHeight:0,height:0});if(a.minWidth>a.width)a.width=a.minWidth;b=this.uiDialog.css({height:"auto",width:a.width}).height();d=Math.max(0,a.minHeight-b);if(a.height==="auto")if(c.support.minHeight)this.element.css({minHeight:d,height:"auto"});else{this.uiDialog.show();a=this.element.css("height","auto").height();e||this.uiDialog.hide();this.element.height(Math.max(a,d))}else this.element.height(Math.max(a.height- +b,0));this.uiDialog.is(":data(resizable)")&&this.uiDialog.resizable("option","minHeight",this._minHeight())}});c.extend(c.ui.dialog,{version:"1.8.13",uuid:0,maxZ:0,getTitleId:function(a){a=a.attr("id");if(!a){this.uuid+=1;a=this.uuid}return"ui-dialog-title-"+a},overlay:function(a){this.$el=c.ui.dialog.overlay.create(a)}});c.extend(c.ui.dialog.overlay,{instances:[],oldInstances:[],maxZ:0,events:c.map("focus,mousedown,mouseup,keydown,keypress,click".split(","),function(a){return a+".dialog-overlay"}).join(" "), +create:function(a){if(this.instances.length===0){setTimeout(function(){c.ui.dialog.overlay.instances.length&&c(document).bind(c.ui.dialog.overlay.events,function(d){if(c(d.target).zIndex()").addClass("ui-widget-overlay")).appendTo(document.body).css({width:this.width(), +height:this.height()});c.fn.bgiframe&&b.bgiframe();this.instances.push(b);return b},destroy:function(a){var b=c.inArray(a,this.instances);b!=-1&&this.oldInstances.push(this.instances.splice(b,1)[0]);this.instances.length===0&&c([document,window]).unbind(".dialog-overlay");a.remove();var d=0;c.each(this.instances,function(){d=Math.max(d,this.css("z-index"))});this.maxZ=d},height:function(){var a,b;if(c.browser.msie&&c.browser.version<7){a=Math.max(document.documentElement.scrollHeight,document.body.scrollHeight); +b=Math.max(document.documentElement.offsetHeight,document.body.offsetHeight);return a").appendTo(this.element).addClass("ui-slider-range ui-widget-header"+(a.range==="min"||a.range==="max"?" ui-slider-range-"+a.range:""))}for(var j=c.length;j"); +this.handles=c.add(d(e.join("")).appendTo(b.element));this.handle=this.handles.eq(0);this.handles.add(this.range).filter("a").click(function(g){g.preventDefault()}).hover(function(){a.disabled||d(this).addClass("ui-state-hover")},function(){d(this).removeClass("ui-state-hover")}).focus(function(){if(a.disabled)d(this).blur();else{d(".ui-slider .ui-state-focus").removeClass("ui-state-focus");d(this).addClass("ui-state-focus")}}).blur(function(){d(this).removeClass("ui-state-focus")});this.handles.each(function(g){d(this).data("index.ui-slider-handle", +g)});this.handles.keydown(function(g){var k=true,l=d(this).data("index.ui-slider-handle"),i,h,m;if(!b.options.disabled){switch(g.keyCode){case d.ui.keyCode.HOME:case d.ui.keyCode.END:case d.ui.keyCode.PAGE_UP:case d.ui.keyCode.PAGE_DOWN:case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:k=false;if(!b._keySliding){b._keySliding=true;d(this).addClass("ui-state-active");i=b._start(g,l);if(i===false)return}break}m=b.options.step;i=b.options.values&&b.options.values.length? +(h=b.values(l)):(h=b.value());switch(g.keyCode){case d.ui.keyCode.HOME:h=b._valueMin();break;case d.ui.keyCode.END:h=b._valueMax();break;case d.ui.keyCode.PAGE_UP:h=b._trimAlignValue(i+(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.PAGE_DOWN:h=b._trimAlignValue(i-(b._valueMax()-b._valueMin())/5);break;case d.ui.keyCode.UP:case d.ui.keyCode.RIGHT:if(i===b._valueMax())return;h=b._trimAlignValue(i+m);break;case d.ui.keyCode.DOWN:case d.ui.keyCode.LEFT:if(i===b._valueMin())return;h=b._trimAlignValue(i- +m);break}b._slide(g,l,h);return k}}).keyup(function(g){var k=d(this).data("index.ui-slider-handle");if(b._keySliding){b._keySliding=false;b._stop(g,k);b._change(g,k);d(this).removeClass("ui-state-active")}});this._refreshValue();this._animateOff=false},destroy:function(){this.handles.remove();this.range.remove();this.element.removeClass("ui-slider ui-slider-horizontal ui-slider-vertical ui-slider-disabled ui-widget ui-widget-content ui-corner-all").removeData("slider").unbind(".slider");this._mouseDestroy(); +return this},_mouseCapture:function(b){var a=this.options,c,f,e,j,g;if(a.disabled)return false;this.elementSize={width:this.element.outerWidth(),height:this.element.outerHeight()};this.elementOffset=this.element.offset();c=this._normValueFromMouse({x:b.pageX,y:b.pageY});f=this._valueMax()-this._valueMin()+1;j=this;this.handles.each(function(k){var l=Math.abs(c-j.values(k));if(f>l){f=l;e=d(this);g=k}});if(a.range===true&&this.values(1)===a.min){g+=1;e=d(this.handles[g])}if(this._start(b,g)===false)return false; +this._mouseSliding=true;j._handleIndex=g;e.addClass("ui-state-active").focus();a=e.offset();this._clickOffset=!d(b.target).parents().andSelf().is(".ui-slider-handle")?{left:0,top:0}:{left:b.pageX-a.left-e.width()/2,top:b.pageY-a.top-e.height()/2-(parseInt(e.css("borderTopWidth"),10)||0)-(parseInt(e.css("borderBottomWidth"),10)||0)+(parseInt(e.css("marginTop"),10)||0)};this.handles.hasClass("ui-state-hover")||this._slide(b,g,c);return this._animateOff=true},_mouseStart:function(){return true},_mouseDrag:function(b){var a= +this._normValueFromMouse({x:b.pageX,y:b.pageY});this._slide(b,this._handleIndex,a);return false},_mouseStop:function(b){this.handles.removeClass("ui-state-active");this._mouseSliding=false;this._stop(b,this._handleIndex);this._change(b,this._handleIndex);this._clickOffset=this._handleIndex=null;return this._animateOff=false},_detectOrientation:function(){this.orientation=this.options.orientation==="vertical"?"vertical":"horizontal"},_normValueFromMouse:function(b){var a;if(this.orientation==="horizontal"){a= +this.elementSize.width;b=b.x-this.elementOffset.left-(this._clickOffset?this._clickOffset.left:0)}else{a=this.elementSize.height;b=b.y-this.elementOffset.top-(this._clickOffset?this._clickOffset.top:0)}a=b/a;if(a>1)a=1;if(a<0)a=0;if(this.orientation==="vertical")a=1-a;b=this._valueMax()-this._valueMin();return this._trimAlignValue(this._valueMin()+a*b)},_start:function(b,a){var c={handle:this.handles[a],value:this.value()};if(this.options.values&&this.options.values.length){c.value=this.values(a); +c.values=this.values()}return this._trigger("start",b,c)},_slide:function(b,a,c){var f;if(this.options.values&&this.options.values.length){f=this.values(a?0:1);if(this.options.values.length===2&&this.options.range===true&&(a===0&&c>f||a===1&&c1){this.options.values[b]=this._trimAlignValue(a);this._refreshValue();this._change(null,b)}else if(arguments.length)if(d.isArray(arguments[0])){c=this.options.values;f=arguments[0];for(e=0;e=this._valueMax())return this._valueMax();var a=this.options.step>0?this.options.step:1,c=(b-this._valueMin())%a;alignValue=b-c;if(Math.abs(c)*2>=a)alignValue+=c>0?a:-a;return parseFloat(alignValue.toFixed(5))},_valueMin:function(){return this.options.min},_valueMax:function(){return this.options.max}, +_refreshValue:function(){var b=this.options.range,a=this.options,c=this,f=!this._animateOff?a.animate:false,e,j={},g,k,l,i;if(this.options.values&&this.options.values.length)this.handles.each(function(h){e=(c.values(h)-c._valueMin())/(c._valueMax()-c._valueMin())*100;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";d(this).stop(1,1)[f?"animate":"css"](j,a.animate);if(c.options.range===true)if(c.orientation==="horizontal"){if(h===0)c.range.stop(1,1)[f?"animate":"css"]({left:e+"%"},a.animate); +if(h===1)c.range[f?"animate":"css"]({width:e-g+"%"},{queue:false,duration:a.animate})}else{if(h===0)c.range.stop(1,1)[f?"animate":"css"]({bottom:e+"%"},a.animate);if(h===1)c.range[f?"animate":"css"]({height:e-g+"%"},{queue:false,duration:a.animate})}g=e});else{k=this.value();l=this._valueMin();i=this._valueMax();e=i!==l?(k-l)/(i-l)*100:0;j[c.orientation==="horizontal"?"left":"bottom"]=e+"%";this.handle.stop(1,1)[f?"animate":"css"](j,a.animate);if(b==="min"&&this.orientation==="horizontal")this.range.stop(1, +1)[f?"animate":"css"]({width:e+"%"},a.animate);if(b==="max"&&this.orientation==="horizontal")this.range[f?"animate":"css"]({width:100-e+"%"},{queue:false,duration:a.animate});if(b==="min"&&this.orientation==="vertical")this.range.stop(1,1)[f?"animate":"css"]({height:e+"%"},a.animate);if(b==="max"&&this.orientation==="vertical")this.range[f?"animate":"css"]({height:100-e+"%"},{queue:false,duration:a.animate})}}});d.extend(d.ui.slider,{version:"1.8.13"})})(jQuery); +;/* + * jQuery UI Tabs 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Tabs + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(d,p){function u(){return++v}function w(){return++x}var v=0,x=0;d.widget("ui.tabs",{options:{add:null,ajaxOptions:null,cache:false,cookie:null,collapsible:false,disable:null,disabled:[],enable:null,event:"click",fx:null,idPrefix:"ui-tabs-",load:null,panelTemplate:"
    ",remove:null,select:null,show:null,spinner:"Loading…",tabTemplate:"
  • #{label}
  • "},_create:function(){this._tabify(true)},_setOption:function(b,e){if(b=="selected")this.options.collapsible&& +e==this.options.selected||this.select(e);else{this.options[b]=e;this._tabify()}},_tabId:function(b){return b.title&&b.title.replace(/\s/g,"_").replace(/[^\w\u00c0-\uFFFF-]/g,"")||this.options.idPrefix+u()},_sanitizeSelector:function(b){return b.replace(/:/g,"\\:")},_cookie:function(){var b=this.cookie||(this.cookie=this.options.cookie.name||"ui-tabs-"+w());return d.cookie.apply(null,[b].concat(d.makeArray(arguments)))},_ui:function(b,e){return{tab:b,panel:e,index:this.anchors.index(b)}},_cleanup:function(){this.lis.filter(".ui-state-processing").removeClass("ui-state-processing").find("span:data(label.tabs)").each(function(){var b= +d(this);b.html(b.data("label.tabs")).removeData("label.tabs")})},_tabify:function(b){function e(g,f){g.css("display","");!d.support.opacity&&f.opacity&&g[0].style.removeAttribute("filter")}var a=this,c=this.options,h=/^#.+/;this.list=this.element.find("ol,ul").eq(0);this.lis=d(" > li:has(a[href])",this.list);this.anchors=this.lis.map(function(){return d("a",this)[0]});this.panels=d([]);this.anchors.each(function(g,f){var i=d(f).attr("href"),l=i.split("#")[0],q;if(l&&(l===location.toString().split("#")[0]|| +(q=d("base")[0])&&l===q.href)){i=f.hash;f.href=i}if(h.test(i))a.panels=a.panels.add(a.element.find(a._sanitizeSelector(i)));else if(i&&i!=="#"){d.data(f,"href.tabs",i);d.data(f,"load.tabs",i.replace(/#.*$/,""));i=a._tabId(f);f.href="#"+i;f=a.element.find("#"+i);if(!f.length){f=d(c.panelTemplate).attr("id",i).addClass("ui-tabs-panel ui-widget-content ui-corner-bottom").insertAfter(a.panels[g-1]||a.list);f.data("destroy.tabs",true)}a.panels=a.panels.add(f)}else c.disabled.push(g)});if(b){this.element.addClass("ui-tabs ui-widget ui-widget-content ui-corner-all"); +this.list.addClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.lis.addClass("ui-state-default ui-corner-top");this.panels.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom");if(c.selected===p){location.hash&&this.anchors.each(function(g,f){if(f.hash==location.hash){c.selected=g;return false}});if(typeof c.selected!=="number"&&c.cookie)c.selected=parseInt(a._cookie(),10);if(typeof c.selected!=="number"&&this.lis.filter(".ui-tabs-selected").length)c.selected= +this.lis.index(this.lis.filter(".ui-tabs-selected"));c.selected=c.selected||(this.lis.length?0:-1)}else if(c.selected===null)c.selected=-1;c.selected=c.selected>=0&&this.anchors[c.selected]||c.selected<0?c.selected:0;c.disabled=d.unique(c.disabled.concat(d.map(this.lis.filter(".ui-state-disabled"),function(g){return a.lis.index(g)}))).sort();d.inArray(c.selected,c.disabled)!=-1&&c.disabled.splice(d.inArray(c.selected,c.disabled),1);this.panels.addClass("ui-tabs-hide");this.lis.removeClass("ui-tabs-selected ui-state-active"); +if(c.selected>=0&&this.anchors.length){a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash)).removeClass("ui-tabs-hide");this.lis.eq(c.selected).addClass("ui-tabs-selected ui-state-active");a.element.queue("tabs",function(){a._trigger("show",null,a._ui(a.anchors[c.selected],a.element.find(a._sanitizeSelector(a.anchors[c.selected].hash))[0]))});this.load(c.selected)}d(window).bind("unload",function(){a.lis.add(a.anchors).unbind(".tabs");a.lis=a.anchors=a.panels=null})}else c.selected=this.lis.index(this.lis.filter(".ui-tabs-selected")); +this.element[c.collapsible?"addClass":"removeClass"]("ui-tabs-collapsible");c.cookie&&this._cookie(c.selected,c.cookie);b=0;for(var j;j=this.lis[b];b++)d(j)[d.inArray(b,c.disabled)!=-1&&!d(j).hasClass("ui-tabs-selected")?"addClass":"removeClass"]("ui-state-disabled");c.cache===false&&this.anchors.removeData("cache.tabs");this.lis.add(this.anchors).unbind(".tabs");if(c.event!=="mouseover"){var k=function(g,f){f.is(":not(.ui-state-disabled)")&&f.addClass("ui-state-"+g)},n=function(g,f){f.removeClass("ui-state-"+ +g)};this.lis.bind("mouseover.tabs",function(){k("hover",d(this))});this.lis.bind("mouseout.tabs",function(){n("hover",d(this))});this.anchors.bind("focus.tabs",function(){k("focus",d(this).closest("li"))});this.anchors.bind("blur.tabs",function(){n("focus",d(this).closest("li"))})}var m,o;if(c.fx)if(d.isArray(c.fx)){m=c.fx[0];o=c.fx[1]}else m=o=c.fx;var r=o?function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.hide().removeClass("ui-tabs-hide").animate(o,o.duration||"normal", +function(){e(f,o);a._trigger("show",null,a._ui(g,f[0]))})}:function(g,f){d(g).closest("li").addClass("ui-tabs-selected ui-state-active");f.removeClass("ui-tabs-hide");a._trigger("show",null,a._ui(g,f[0]))},s=m?function(g,f){f.animate(m,m.duration||"normal",function(){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");e(f,m);a.element.dequeue("tabs")})}:function(g,f){a.lis.removeClass("ui-tabs-selected ui-state-active");f.addClass("ui-tabs-hide");a.element.dequeue("tabs")}; +this.anchors.bind(c.event+".tabs",function(){var g=this,f=d(g).closest("li"),i=a.panels.filter(":not(.ui-tabs-hide)"),l=a.element.find(a._sanitizeSelector(g.hash));if(f.hasClass("ui-tabs-selected")&&!c.collapsible||f.hasClass("ui-state-disabled")||f.hasClass("ui-state-processing")||a.panels.filter(":animated").length||a._trigger("select",null,a._ui(this,l[0]))===false){this.blur();return false}c.selected=a.anchors.index(this);a.abort();if(c.collapsible)if(f.hasClass("ui-tabs-selected")){c.selected= +-1;c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){s(g,i)}).dequeue("tabs");this.blur();return false}else if(!i.length){c.cookie&&a._cookie(c.selected,c.cookie);a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this));this.blur();return false}c.cookie&&a._cookie(c.selected,c.cookie);if(l.length){i.length&&a.element.queue("tabs",function(){s(g,i)});a.element.queue("tabs",function(){r(g,l)});a.load(a.anchors.index(this))}else throw"jQuery UI Tabs: Mismatching fragment identifier."; +d.browser.msie&&this.blur()});this.anchors.bind("click.tabs",function(){return false})},_getIndex:function(b){if(typeof b=="string")b=this.anchors.index(this.anchors.filter("[href$="+b+"]"));return b},destroy:function(){var b=this.options;this.abort();this.element.unbind(".tabs").removeClass("ui-tabs ui-widget ui-widget-content ui-corner-all ui-tabs-collapsible").removeData("tabs");this.list.removeClass("ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all");this.anchors.each(function(){var e= +d.data(this,"href.tabs");if(e)this.href=e;var a=d(this).unbind(".tabs");d.each(["href","load","cache"],function(c,h){a.removeData(h+".tabs")})});this.lis.unbind(".tabs").add(this.panels).each(function(){d.data(this,"destroy.tabs")?d(this).remove():d(this).removeClass("ui-state-default ui-corner-top ui-tabs-selected ui-state-active ui-state-hover ui-state-focus ui-state-disabled ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide")});b.cookie&&this._cookie(null,b.cookie);return this},add:function(b, +e,a){if(a===p)a=this.anchors.length;var c=this,h=this.options;e=d(h.tabTemplate.replace(/#\{href\}/g,b).replace(/#\{label\}/g,e));b=!b.indexOf("#")?b.replace("#",""):this._tabId(d("a",e)[0]);e.addClass("ui-state-default ui-corner-top").data("destroy.tabs",true);var j=c.element.find("#"+b);j.length||(j=d(h.panelTemplate).attr("id",b).data("destroy.tabs",true));j.addClass("ui-tabs-panel ui-widget-content ui-corner-bottom ui-tabs-hide");if(a>=this.lis.length){e.appendTo(this.list);j.appendTo(this.list[0].parentNode)}else{e.insertBefore(this.lis[a]); +j.insertBefore(this.panels[a])}h.disabled=d.map(h.disabled,function(k){return k>=a?++k:k});this._tabify();if(this.anchors.length==1){h.selected=0;e.addClass("ui-tabs-selected ui-state-active");j.removeClass("ui-tabs-hide");this.element.queue("tabs",function(){c._trigger("show",null,c._ui(c.anchors[0],c.panels[0]))});this.load(0)}this._trigger("add",null,this._ui(this.anchors[a],this.panels[a]));return this},remove:function(b){b=this._getIndex(b);var e=this.options,a=this.lis.eq(b).remove(),c=this.panels.eq(b).remove(); +if(a.hasClass("ui-tabs-selected")&&this.anchors.length>1)this.select(b+(b+1=b?--h:h});this._tabify();this._trigger("remove",null,this._ui(a.find("a")[0],c[0]));return this},enable:function(b){b=this._getIndex(b);var e=this.options;if(d.inArray(b,e.disabled)!=-1){this.lis.eq(b).removeClass("ui-state-disabled");e.disabled=d.grep(e.disabled,function(a){return a!=b});this._trigger("enable",null, +this._ui(this.anchors[b],this.panels[b]));return this}},disable:function(b){b=this._getIndex(b);var e=this.options;if(b!=e.selected){this.lis.eq(b).addClass("ui-state-disabled");e.disabled.push(b);e.disabled.sort();this._trigger("disable",null,this._ui(this.anchors[b],this.panels[b]))}return this},select:function(b){b=this._getIndex(b);if(b==-1)if(this.options.collapsible&&this.options.selected!=-1)b=this.options.selected;else return this;this.anchors.eq(b).trigger(this.options.event+".tabs");return this}, +load:function(b){b=this._getIndex(b);var e=this,a=this.options,c=this.anchors.eq(b)[0],h=d.data(c,"load.tabs");this.abort();if(!h||this.element.queue("tabs").length!==0&&d.data(c,"cache.tabs"))this.element.dequeue("tabs");else{this.lis.eq(b).addClass("ui-state-processing");if(a.spinner){var j=d("span",c);j.data("label.tabs",j.html()).html(a.spinner)}this.xhr=d.ajax(d.extend({},a.ajaxOptions,{url:h,success:function(k,n){e.element.find(e._sanitizeSelector(c.hash)).html(k);e._cleanup();a.cache&&d.data(c, +"cache.tabs",true);e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.success(k,n)}catch(m){}},error:function(k,n){e._cleanup();e._trigger("load",null,e._ui(e.anchors[b],e.panels[b]));try{a.ajaxOptions.error(k,n,b,c)}catch(m){}}}));e.element.dequeue("tabs");return this}},abort:function(){this.element.queue([]);this.panels.stop(false,true);this.element.queue("tabs",this.element.queue("tabs").splice(-2,2));if(this.xhr){this.xhr.abort();delete this.xhr}this._cleanup();return this}, +url:function(b,e){this.anchors.eq(b).removeData("cache.tabs").data("load.tabs",e);return this},length:function(){return this.anchors.length}});d.extend(d.ui.tabs,{version:"1.8.13"});d.extend(d.ui.tabs.prototype,{rotation:null,rotate:function(b,e){var a=this,c=this.options,h=a._rotate||(a._rotate=function(j){clearTimeout(a.rotation);a.rotation=setTimeout(function(){var k=c.selected;a.select(++k'))}function N(a){return a.delegate("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a", +"mouseout",function(){d(this).removeClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).removeClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).removeClass("ui-datepicker-next-hover")}).delegate("button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a","mouseover",function(){if(!d.datepicker._isDisabledDatepicker(J.inline?a.parent()[0]:J.input[0])){d(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover"); +d(this).addClass("ui-state-hover");this.className.indexOf("ui-datepicker-prev")!=-1&&d(this).addClass("ui-datepicker-prev-hover");this.className.indexOf("ui-datepicker-next")!=-1&&d(this).addClass("ui-datepicker-next-hover")}})}function H(a,b){d.extend(a,b);for(var c in b)if(b[c]==null||b[c]==B)a[c]=b[c];return a}d.extend(d.ui,{datepicker:{version:"1.8.13"}});var z=(new Date).getTime(),J;d.extend(M.prototype,{markerClassName:"hasDatepicker",log:function(){this.debug&&console.log.apply("",arguments)}, +_widgetDatepicker:function(){return this.dpDiv},setDefaults:function(a){H(this._defaults,a||{});return this},_attachDatepicker:function(a,b){var c=null;for(var e in this._defaults){var f=a.getAttribute("date:"+e);if(f){c=c||{};try{c[e]=eval(f)}catch(h){c[e]=f}}}e=a.nodeName.toLowerCase();f=e=="div"||e=="span";if(!a.id){this.uuid+=1;a.id="dp"+this.uuid}var i=this._newInst(d(a),f);i.settings=d.extend({},b||{},c||{});if(e=="input")this._connectDatepicker(a,i);else f&&this._inlineDatepicker(a,i)},_newInst:function(a, +b){return{id:a[0].id.replace(/([^A-Za-z0-9_-])/g,"\\\\$1"),input:a,selectedDay:0,selectedMonth:0,selectedYear:0,drawMonth:0,drawYear:0,inline:b,dpDiv:!b?this.dpDiv:N(d('
    '))}},_connectDatepicker:function(a,b){var c=d(a);b.append=d([]);b.trigger=d([]);if(!c.hasClass(this.markerClassName)){this._attachments(c,b);c.addClass(this.markerClassName).keydown(this._doKeyDown).keypress(this._doKeyPress).keyup(this._doKeyUp).bind("setData.datepicker", +function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});this._autoSize(b);d.data(a,"datepicker",b)}},_attachments:function(a,b){var c=this._get(b,"appendText"),e=this._get(b,"isRTL");b.append&&b.append.remove();if(c){b.append=d(''+c+"");a[e?"before":"after"](b.append)}a.unbind("focus",this._showDatepicker);b.trigger&&b.trigger.remove();c=this._get(b,"showOn");if(c=="focus"||c=="both")a.focus(this._showDatepicker); +if(c=="button"||c=="both"){c=this._get(b,"buttonText");var f=this._get(b,"buttonImage");b.trigger=d(this._get(b,"buttonImageOnly")?d("").addClass(this._triggerClass).attr({src:f,alt:c,title:c}):d('').addClass(this._triggerClass).html(f==""?c:d("").attr({src:f,alt:c,title:c})));a[e?"before":"after"](b.trigger);b.trigger.click(function(){d.datepicker._datepickerShowing&&d.datepicker._lastInput==a[0]?d.datepicker._hideDatepicker():d.datepicker._showDatepicker(a[0]); +return false})}},_autoSize:function(a){if(this._get(a,"autoSize")&&!a.inline){var b=new Date(2009,11,20),c=this._get(a,"dateFormat");if(c.match(/[DM]/)){var e=function(f){for(var h=0,i=0,g=0;gh){h=f[g].length;i=g}return i};b.setMonth(e(this._get(a,c.match(/MM/)?"monthNames":"monthNamesShort")));b.setDate(e(this._get(a,c.match(/DD/)?"dayNames":"dayNamesShort"))+20-b.getDay())}a.input.attr("size",this._formatDate(a,b).length)}},_inlineDatepicker:function(a,b){var c=d(a); +if(!c.hasClass(this.markerClassName)){c.addClass(this.markerClassName).append(b.dpDiv).bind("setData.datepicker",function(e,f,h){b.settings[f]=h}).bind("getData.datepicker",function(e,f){return this._get(b,f)});d.data(a,"datepicker",b);this._setDate(b,this._getDefaultDate(b),true);this._updateDatepicker(b);this._updateAlternate(b);b.dpDiv.show()}},_dialogDatepicker:function(a,b,c,e,f){a=this._dialogInst;if(!a){this.uuid+=1;this._dialogInput=d(''); +this._dialogInput.keydown(this._doKeyDown);d("body").append(this._dialogInput);a=this._dialogInst=this._newInst(this._dialogInput,false);a.settings={};d.data(this._dialogInput[0],"datepicker",a)}H(a.settings,e||{});b=b&&b.constructor==Date?this._formatDate(a,b):b;this._dialogInput.val(b);this._pos=f?f.length?f:[f.pageX,f.pageY]:null;if(!this._pos)this._pos=[document.documentElement.clientWidth/2-100+(document.documentElement.scrollLeft||document.body.scrollLeft),document.documentElement.clientHeight/ +2-150+(document.documentElement.scrollTop||document.body.scrollTop)];this._dialogInput.css("left",this._pos[0]+20+"px").css("top",this._pos[1]+"px");a.settings.onSelect=c;this._inDialog=true;this.dpDiv.addClass(this._dialogClass);this._showDatepicker(this._dialogInput[0]);d.blockUI&&d.blockUI(this.dpDiv);d.data(this._dialogInput[0],"datepicker",a);return this},_destroyDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();d.removeData(a, +"datepicker");if(e=="input"){c.append.remove();c.trigger.remove();b.removeClass(this.markerClassName).unbind("focus",this._showDatepicker).unbind("keydown",this._doKeyDown).unbind("keypress",this._doKeyPress).unbind("keyup",this._doKeyUp)}else if(e=="div"||e=="span")b.removeClass(this.markerClassName).empty()}},_enableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled=false;c.trigger.filter("button").each(function(){this.disabled= +false}).end().filter("img").css({opacity:"1.0",cursor:""})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().removeClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").removeAttr("disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f})}},_disableDatepicker:function(a){var b=d(a),c=d.data(a,"datepicker");if(b.hasClass(this.markerClassName)){var e=a.nodeName.toLowerCase();if(e=="input"){a.disabled= +true;c.trigger.filter("button").each(function(){this.disabled=true}).end().filter("img").css({opacity:"0.5",cursor:"default"})}else if(e=="div"||e=="span"){b=b.children("."+this._inlineClass);b.children().addClass("ui-state-disabled");b.find("select.ui-datepicker-month, select.ui-datepicker-year").attr("disabled","disabled")}this._disabledInputs=d.map(this._disabledInputs,function(f){return f==a?null:f});this._disabledInputs[this._disabledInputs.length]=a}},_isDisabledDatepicker:function(a){if(!a)return false; +for(var b=0;b-1}},_doKeyUp:function(a){a=d.datepicker._getInst(a.target);if(a.input.val()!=a.lastVal)try{if(d.datepicker.parseDate(d.datepicker._get(a,"dateFormat"),a.input?a.input.val():null,d.datepicker._getFormatConfig(a))){d.datepicker._setDateFromField(a); +d.datepicker._updateAlternate(a);d.datepicker._updateDatepicker(a)}}catch(b){d.datepicker.log(b)}return true},_showDatepicker:function(a){a=a.target||a;if(a.nodeName.toLowerCase()!="input")a=d("input",a.parentNode)[0];if(!(d.datepicker._isDisabledDatepicker(a)||d.datepicker._lastInput==a)){var b=d.datepicker._getInst(a);d.datepicker._curInst&&d.datepicker._curInst!=b&&d.datepicker._curInst.dpDiv.stop(true,true);var c=d.datepicker._get(b,"beforeShow");H(b.settings,c?c.apply(a,[a,b]):{});b.lastVal= +null;d.datepicker._lastInput=a;d.datepicker._setDateFromField(b);if(d.datepicker._inDialog)a.value="";if(!d.datepicker._pos){d.datepicker._pos=d.datepicker._findPos(a);d.datepicker._pos[1]+=a.offsetHeight}var e=false;d(a).parents().each(function(){e|=d(this).css("position")=="fixed";return!e});if(e&&d.browser.opera){d.datepicker._pos[0]-=document.documentElement.scrollLeft;d.datepicker._pos[1]-=document.documentElement.scrollTop}c={left:d.datepicker._pos[0],top:d.datepicker._pos[1]};d.datepicker._pos= +null;b.dpDiv.empty();b.dpDiv.css({position:"absolute",display:"block",top:"-1000px"});d.datepicker._updateDatepicker(b);c=d.datepicker._checkOffset(b,c,e);b.dpDiv.css({position:d.datepicker._inDialog&&d.blockUI?"static":e?"fixed":"absolute",display:"none",left:c.left+"px",top:c.top+"px"});if(!b.inline){c=d.datepicker._get(b,"showAnim");var f=d.datepicker._get(b,"duration"),h=function(){var i=b.dpDiv.find("iframe.ui-datepicker-cover");if(i.length){var g=d.datepicker._getBorders(b.dpDiv);i.css({left:-g[0], +top:-g[1],width:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex(d(a).zIndex()+1);d.datepicker._datepickerShowing=true;d.effects&&d.effects[c]?b.dpDiv.show(c,d.datepicker._get(b,"showOptions"),f,h):b.dpDiv[c||"show"](c?f:null,h);if(!c||!f)h();b.input.is(":visible")&&!b.input.is(":disabled")&&b.input.focus();d.datepicker._curInst=b}}},_updateDatepicker:function(a){var b=d.datepicker._getBorders(a.dpDiv);J=a;a.dpDiv.empty().append(this._generateHTML(a));var c=a.dpDiv.find("iframe.ui-datepicker-cover"); +c.length&&c.css({left:-b[0],top:-b[1],width:a.dpDiv.outerWidth(),height:a.dpDiv.outerHeight()});a.dpDiv.find("."+this._dayOverClass+" a").mouseover();b=this._getNumberOfMonths(a);c=b[1];a.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");c>1&&a.dpDiv.addClass("ui-datepicker-multi-"+c).css("width",17*c+"em");a.dpDiv[(b[0]!=1||b[1]!=1?"add":"remove")+"Class"]("ui-datepicker-multi");a.dpDiv[(this._get(a,"isRTL")?"add":"remove")+"Class"]("ui-datepicker-rtl"); +a==d.datepicker._curInst&&d.datepicker._datepickerShowing&&a.input&&a.input.is(":visible")&&!a.input.is(":disabled")&&a.input[0]!=document.activeElement&&a.input.focus();if(a.yearshtml){var e=a.yearshtml;setTimeout(function(){e===a.yearshtml&&a.yearshtml&&a.dpDiv.find("select.ui-datepicker-year:first").replaceWith(a.yearshtml);e=a.yearshtml=null},0)}},_getBorders:function(a){var b=function(c){return{thin:1,medium:2,thick:3}[c]||c};return[parseFloat(b(a.css("border-left-width"))),parseFloat(b(a.css("border-top-width")))]}, +_checkOffset:function(a,b,c){var e=a.dpDiv.outerWidth(),f=a.dpDiv.outerHeight(),h=a.input?a.input.outerWidth():0,i=a.input?a.input.outerHeight():0,g=document.documentElement.clientWidth+d(document).scrollLeft(),j=document.documentElement.clientHeight+d(document).scrollTop();b.left-=this._get(a,"isRTL")?e-h:0;b.left-=c&&b.left==a.input.offset().left?d(document).scrollLeft():0;b.top-=c&&b.top==a.input.offset().top+i?d(document).scrollTop():0;b.left-=Math.min(b.left,b.left+e>g&&g>e?Math.abs(b.left+e- +g):0);b.top-=Math.min(b.top,b.top+f>j&&j>f?Math.abs(f+i):0);return b},_findPos:function(a){for(var b=this._get(this._getInst(a),"isRTL");a&&(a.type=="hidden"||a.nodeType!=1||d.expr.filters.hidden(a));)a=a[b?"previousSibling":"nextSibling"];a=d(a).offset();return[a.left,a.top]},_hideDatepicker:function(a){var b=this._curInst;if(!(!b||a&&b!=d.data(a,"datepicker")))if(this._datepickerShowing){a=this._get(b,"showAnim");var c=this._get(b,"duration"),e=function(){d.datepicker._tidyDialog(b);this._curInst= +null};d.effects&&d.effects[a]?b.dpDiv.hide(a,d.datepicker._get(b,"showOptions"),c,e):b.dpDiv[a=="slideDown"?"slideUp":a=="fadeIn"?"fadeOut":"hide"](a?c:null,e);a||e();if(a=this._get(b,"onClose"))a.apply(b.input?b.input[0]:null,[b.input?b.input.val():"",b]);this._datepickerShowing=false;this._lastInput=null;if(this._inDialog){this._dialogInput.css({position:"absolute",left:"0",top:"-100px"});if(d.blockUI){d.unblockUI();d("body").append(this.dpDiv)}}this._inDialog=false}},_tidyDialog:function(a){a.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar")}, +_checkExternalClick:function(a){if(d.datepicker._curInst){a=d(a.target);a[0].id!=d.datepicker._mainDivId&&a.parents("#"+d.datepicker._mainDivId).length==0&&!a.hasClass(d.datepicker.markerClassName)&&!a.hasClass(d.datepicker._triggerClass)&&d.datepicker._datepickerShowing&&!(d.datepicker._inDialog&&d.blockUI)&&d.datepicker._hideDatepicker()}},_adjustDate:function(a,b,c){a=d(a);var e=this._getInst(a[0]);if(!this._isDisabledDatepicker(a[0])){this._adjustInstDate(e,b+(c=="M"?this._get(e,"showCurrentAtPos"): +0),c);this._updateDatepicker(e)}},_gotoToday:function(a){a=d(a);var b=this._getInst(a[0]);if(this._get(b,"gotoCurrent")&&b.currentDay){b.selectedDay=b.currentDay;b.drawMonth=b.selectedMonth=b.currentMonth;b.drawYear=b.selectedYear=b.currentYear}else{var c=new Date;b.selectedDay=c.getDate();b.drawMonth=b.selectedMonth=c.getMonth();b.drawYear=b.selectedYear=c.getFullYear()}this._notifyChange(b);this._adjustDate(a)},_selectMonthYear:function(a,b,c){a=d(a);var e=this._getInst(a[0]);e._selectingMonthYear= +false;e["selected"+(c=="M"?"Month":"Year")]=e["draw"+(c=="M"?"Month":"Year")]=parseInt(b.options[b.selectedIndex].value,10);this._notifyChange(e);this._adjustDate(a)},_clickMonthYear:function(a){var b=this._getInst(d(a)[0]);b.input&&b._selectingMonthYear&&setTimeout(function(){b.input.focus()},0);b._selectingMonthYear=!b._selectingMonthYear},_selectDay:function(a,b,c,e){var f=d(a);if(!(d(e).hasClass(this._unselectableClass)||this._isDisabledDatepicker(f[0]))){f=this._getInst(f[0]);f.selectedDay=f.currentDay= +d("a",e).html();f.selectedMonth=f.currentMonth=b;f.selectedYear=f.currentYear=c;this._selectDate(a,this._formatDate(f,f.currentDay,f.currentMonth,f.currentYear))}},_clearDate:function(a){a=d(a);this._getInst(a[0]);this._selectDate(a,"")},_selectDate:function(a,b){a=this._getInst(d(a)[0]);b=b!=null?b:this._formatDate(a);a.input&&a.input.val(b);this._updateAlternate(a);var c=this._get(a,"onSelect");if(c)c.apply(a.input?a.input[0]:null,[b,a]);else a.input&&a.input.trigger("change");if(a.inline)this._updateDatepicker(a); +else{this._hideDatepicker();this._lastInput=a.input[0];typeof a.input[0]!="object"&&a.input.focus();this._lastInput=null}},_updateAlternate:function(a){var b=this._get(a,"altField");if(b){var c=this._get(a,"altFormat")||this._get(a,"dateFormat"),e=this._getDate(a),f=this.formatDate(c,e,this._getFormatConfig(a));d(b).each(function(){d(this).val(f)})}},noWeekends:function(a){a=a.getDay();return[a>0&&a<6,""]},iso8601Week:function(a){a=new Date(a.getTime());a.setDate(a.getDate()+4-(a.getDay()||7));var b= +a.getTime();a.setMonth(0);a.setDate(1);return Math.floor(Math.round((b-a)/864E5)/7)+1},parseDate:function(a,b,c){if(a==null||b==null)throw"Invalid arguments";b=typeof b=="object"?b.toString():b+"";if(b=="")return null;var e=(c?c.shortYearCutoff:null)||this._defaults.shortYearCutoff;e=typeof e!="string"?e:(new Date).getFullYear()%100+parseInt(e,10);for(var f=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,h=(c?c.dayNames:null)||this._defaults.dayNames,i=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort, +g=(c?c.monthNames:null)||this._defaults.monthNames,j=c=-1,l=-1,u=-1,k=false,o=function(p){(p=A+1-1){j=1;l=u;do{e=this._getDaysInMonth(c,j-1);if(l<=e)break;j++;l-=e}while(1)}v=this._daylightSavingAdjust(new Date(c,j-1,l));if(v.getFullYear()!= +c||v.getMonth()+1!=j||v.getDate()!=l)throw"Invalid date";return v},ATOM:"yy-mm-dd",COOKIE:"D, dd M yy",ISO_8601:"yy-mm-dd",RFC_822:"D, d M y",RFC_850:"DD, dd-M-y",RFC_1036:"D, d M y",RFC_1123:"D, d M yy",RFC_2822:"D, d M yy",RSS:"D, d M y",TICKS:"!",TIMESTAMP:"@",W3C:"yy-mm-dd",_ticksTo1970:(718685+Math.floor(492.5)-Math.floor(19.7)+Math.floor(4.925))*24*60*60*1E7,formatDate:function(a,b,c){if(!b)return"";var e=(c?c.dayNamesShort:null)||this._defaults.dayNamesShort,f=(c?c.dayNames:null)||this._defaults.dayNames, +h=(c?c.monthNamesShort:null)||this._defaults.monthNamesShort;c=(c?c.monthNames:null)||this._defaults.monthNames;var i=function(o){(o=k+112?a.getHours()+2:0);return a},_setDate:function(a,b,c){var e=!b,f=a.selectedMonth,h=a.selectedYear;b=this._restrictMinMax(a,this._determineDate(a,b,new Date));a.selectedDay=a.currentDay=b.getDate();a.drawMonth=a.selectedMonth=a.currentMonth=b.getMonth();a.drawYear=a.selectedYear=a.currentYear=b.getFullYear();if((f!=a.selectedMonth||h!=a.selectedYear)&&!c)this._notifyChange(a);this._adjustInstDate(a);if(a.input)a.input.val(e?"":this._formatDate(a))},_getDate:function(a){return!a.currentYear|| +a.input&&a.input.val()==""?null:this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay))},_generateHTML:function(a){var b=new Date;b=this._daylightSavingAdjust(new Date(b.getFullYear(),b.getMonth(),b.getDate()));var c=this._get(a,"isRTL"),e=this._get(a,"showButtonPanel"),f=this._get(a,"hideIfNoPrevNext"),h=this._get(a,"navigationAsDateFormat"),i=this._getNumberOfMonths(a),g=this._get(a,"showCurrentAtPos"),j=this._get(a,"stepMonths"),l=i[0]!=1||i[1]!=1,u=this._daylightSavingAdjust(!a.currentDay? +new Date(9999,9,9):new Date(a.currentYear,a.currentMonth,a.currentDay)),k=this._getMinMaxDate(a,"min"),o=this._getMinMaxDate(a,"max");g=a.drawMonth-g;var m=a.drawYear;if(g<0){g+=12;m--}if(o){var n=this._daylightSavingAdjust(new Date(o.getFullYear(),o.getMonth()-i[0]*i[1]+1,o.getDate()));for(n=k&&nn;){g--;if(g<0){g=11;m--}}}a.drawMonth=g;a.drawYear=m;n=this._get(a,"prevText");n=!h?n:this.formatDate(n,this._daylightSavingAdjust(new Date(m,g-j,1)),this._getFormatConfig(a)); +n=this._canAdjustMonth(a,-1,m,g)?''+n+"":f?"":''+n+"";var r=this._get(a,"nextText");r=!h?r:this.formatDate(r,this._daylightSavingAdjust(new Date(m, +g+j,1)),this._getFormatConfig(a));f=this._canAdjustMonth(a,+1,m,g)?''+r+"":f?"":''+r+"";j=this._get(a,"currentText");r=this._get(a,"gotoCurrent")&& +a.currentDay?u:b;j=!h?j:this.formatDate(j,r,this._getFormatConfig(a));h=!a.inline?'":"";e=e?'
    '+(c?h:"")+(this._isInRange(a,r)?'":"")+(c?"":h)+"
    ":"";h=parseInt(this._get(a,"firstDay"),10);h=isNaN(h)?0:h;j=this._get(a,"showWeek");r=this._get(a,"dayNames");this._get(a,"dayNamesShort");var s=this._get(a,"dayNamesMin"),A=this._get(a,"monthNames"),v=this._get(a,"monthNamesShort"),p=this._get(a,"beforeShowDay"),C=this._get(a,"showOtherMonths"),K=this._get(a,"selectOtherMonths");this._get(a,"calculateWeek");for(var E=this._getDefaultDate(a),w="",x=0;x1)switch(G){case 0:y+=" ui-datepicker-group-first";t=" ui-corner-"+(c?"right":"left");break;case i[1]-1:y+=" ui-datepicker-group-last";t=" ui-corner-"+(c?"left":"right");break;default:y+=" ui-datepicker-group-middle";t="";break}y+='">'}y+='
    '+(/all|left/.test(t)&&x==0?c? +f:n:"")+(/all|right/.test(t)&&x==0?c?n:f:"")+this._generateMonthYearHeader(a,g,m,k,o,x>0||G>0,A,v)+'
    ';var D=j?'":"";for(t=0;t<7;t++){var q=(t+h)%7;D+="=5?' class="ui-datepicker-week-end"':"")+'>'+s[q]+""}y+=D+"";D=this._getDaysInMonth(m,g);if(m==a.selectedYear&&g==a.selectedMonth)a.selectedDay=Math.min(a.selectedDay, +D);t=(this._getFirstDayOfMonth(m,g)-h+7)%7;D=l?6:Math.ceil((t+D)/7);q=this._daylightSavingAdjust(new Date(m,g,1-t));for(var Q=0;Q";var R=!j?"":'";for(t=0;t<7;t++){var I=p?p.apply(a.input?a.input[0]:null,[q]):[true,""],F=q.getMonth()!=g,L=F&&!K||!I[0]||k&&qo;R+='";q.setDate(q.getDate()+1);q=this._daylightSavingAdjust(q)}y+=R+""}g++;if(g>11){g=0;m++}y+="
    '+this._get(a,"weekHeader")+"
    '+this._get(a,"calculateWeek")(q)+""+(F&&!C?" ":L?''+q.getDate()+ +"":''+q.getDate()+"")+"
    "+(l?""+(i[0]>0&&G==i[1]-1?'
    ':""):"");O+=y}w+=O}w+=e+(d.browser.msie&&parseInt(d.browser.version,10)<7&&!a.inline?'': +"");a._keyEvent=false;return w},_generateMonthYearHeader:function(a,b,c,e,f,h,i,g){var j=this._get(a,"changeMonth"),l=this._get(a,"changeYear"),u=this._get(a,"showMonthAfterYear"),k='
    ',o="";if(h||!j)o+=''+i[b]+"";else{i=e&&e.getFullYear()==c;var m=f&&f.getFullYear()==c;o+='"}u||(k+=o+(h||!(j&&l)?" ":""));if(!a.yearshtml){a.yearshtml="";if(h||!l)k+=''+c+"";else{g=this._get(a,"yearRange").split(":");var r=(new Date).getFullYear();i=function(s){s=s.match(/c[+-].*/)?c+parseInt(s.substring(1),10):s.match(/[+-].*/)?r+parseInt(s,10):parseInt(s,10);return isNaN(s)? +r:s};b=i(g[0]);g=Math.max(b,i(g[1]||""));b=e?Math.max(b,e.getFullYear()):b;g=f?Math.min(g,f.getFullYear()):g;for(a.yearshtml+='";k+=a.yearshtml;a.yearshtml=null}}k+=this._get(a,"yearSuffix");if(u)k+= +(h||!(j&&l)?" ":"")+o;k+="
    ";return k},_adjustInstDate:function(a,b,c){var e=a.drawYear+(c=="Y"?b:0),f=a.drawMonth+(c=="M"?b:0);b=Math.min(a.selectedDay,this._getDaysInMonth(e,f))+(c=="D"?b:0);e=this._restrictMinMax(a,this._daylightSavingAdjust(new Date(e,f,b)));a.selectedDay=e.getDate();a.drawMonth=a.selectedMonth=e.getMonth();a.drawYear=a.selectedYear=e.getFullYear();if(c=="M"||c=="Y")this._notifyChange(a)},_restrictMinMax:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a, +"max");b=c&&ba?a:b},_notifyChange:function(a){var b=this._get(a,"onChangeMonthYear");if(b)b.apply(a.input?a.input[0]:null,[a.selectedYear,a.selectedMonth+1,a])},_getNumberOfMonths:function(a){a=this._get(a,"numberOfMonths");return a==null?[1,1]:typeof a=="number"?[1,a]:a},_getMinMaxDate:function(a,b){return this._determineDate(a,this._get(a,b+"Date"),null)},_getDaysInMonth:function(a,b){return 32-this._daylightSavingAdjust(new Date(a,b,32)).getDate()},_getFirstDayOfMonth:function(a, +b){return(new Date(a,b,1)).getDay()},_canAdjustMonth:function(a,b,c,e){var f=this._getNumberOfMonths(a);c=this._daylightSavingAdjust(new Date(c,e+(b<0?b:f[0]*f[1]),1));b<0&&c.setDate(this._getDaysInMonth(c.getFullYear(),c.getMonth()));return this._isInRange(a,c)},_isInRange:function(a,b){var c=this._getMinMaxDate(a,"min");a=this._getMinMaxDate(a,"max");return(!c||b.getTime()>=c.getTime())&&(!a||b.getTime()<=a.getTime())},_getFormatConfig:function(a){var b=this._get(a,"shortYearCutoff");b=typeof b!= +"string"?b:(new Date).getFullYear()%100+parseInt(b,10);return{shortYearCutoff:b,dayNamesShort:this._get(a,"dayNamesShort"),dayNames:this._get(a,"dayNames"),monthNamesShort:this._get(a,"monthNamesShort"),monthNames:this._get(a,"monthNames")}},_formatDate:function(a,b,c,e){if(!b){a.currentDay=a.selectedDay;a.currentMonth=a.selectedMonth;a.currentYear=a.selectedYear}b=b?typeof b=="object"?b:this._daylightSavingAdjust(new Date(e,c,b)):this._daylightSavingAdjust(new Date(a.currentYear,a.currentMonth,a.currentDay)); +return this.formatDate(this._get(a,"dateFormat"),b,this._getFormatConfig(a))}});d.fn.datepicker=function(a){if(!this.length)return this;if(!d.datepicker.initialized){d(document).mousedown(d.datepicker._checkExternalClick).find("body").append(d.datepicker.dpDiv);d.datepicker.initialized=true}var b=Array.prototype.slice.call(arguments,1);if(typeof a=="string"&&(a=="isDisabled"||a=="getDate"||a=="widget"))return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));if(a=="option"&& +arguments.length==2&&typeof arguments[1]=="string")return d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this[0]].concat(b));return this.each(function(){typeof a=="string"?d.datepicker["_"+a+"Datepicker"].apply(d.datepicker,[this].concat(b)):d.datepicker._attachDatepicker(this,a)})};d.datepicker=new M;d.datepicker.initialized=false;d.datepicker.uuid=(new Date).getTime();d.datepicker.version="1.8.13";window["DP_jQuery_"+z]=d})(jQuery); +;/* + * jQuery UI Progressbar 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Progressbar + * + * Depends: + * jquery.ui.core.js + * jquery.ui.widget.js + */ +(function(b,d){b.widget("ui.progressbar",{options:{value:0,max:100},min:0,_create:function(){this.element.addClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").attr({role:"progressbar","aria-valuemin":this.min,"aria-valuemax":this.options.max,"aria-valuenow":this._value()});this.valueDiv=b("
    ").appendTo(this.element);this.oldValue=this._value();this._refreshValue()},destroy:function(){this.element.removeClass("ui-progressbar ui-widget ui-widget-content ui-corner-all").removeAttr("role").removeAttr("aria-valuemin").removeAttr("aria-valuemax").removeAttr("aria-valuenow"); +this.valueDiv.remove();b.Widget.prototype.destroy.apply(this,arguments)},value:function(a){if(a===d)return this._value();this._setOption("value",a);return this},_setOption:function(a,c){if(a==="value"){this.options.value=c;this._refreshValue();this._value()===this.options.max&&this._trigger("complete")}b.Widget.prototype._setOption.apply(this,arguments)},_value:function(){var a=this.options.value;if(typeof a!=="number")a=0;return Math.min(this.options.max,Math.max(this.min,a))},_percentage:function(){return 100* +this._value()/this.options.max},_refreshValue:function(){var a=this.value(),c=this._percentage();if(this.oldValue!==a){this.oldValue=a;this._trigger("change")}this.valueDiv.toggle(a>this.min).toggleClass("ui-corner-right",a===this.options.max).width(c.toFixed(0)+"%");this.element.attr("aria-valuenow",a)}});b.extend(b.ui.progressbar,{version:"1.8.13"})})(jQuery); +;/* + * jQuery UI Effects 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/ + */ +jQuery.effects||function(f,j){function m(c){var a;if(c&&c.constructor==Array&&c.length==3)return c;if(a=/rgb\(\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*,\s*([0-9]{1,3})\s*\)/.exec(c))return[parseInt(a[1],10),parseInt(a[2],10),parseInt(a[3],10)];if(a=/rgb\(\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*,\s*([0-9]+(?:\.[0-9]+)?)\%\s*\)/.exec(c))return[parseFloat(a[1])*2.55,parseFloat(a[2])*2.55,parseFloat(a[3])*2.55];if(a=/#([a-fA-F0-9]{2})([a-fA-F0-9]{2})([a-fA-F0-9]{2})/.exec(c))return[parseInt(a[1], +16),parseInt(a[2],16),parseInt(a[3],16)];if(a=/#([a-fA-F0-9])([a-fA-F0-9])([a-fA-F0-9])/.exec(c))return[parseInt(a[1]+a[1],16),parseInt(a[2]+a[2],16),parseInt(a[3]+a[3],16)];if(/rgba\(0, 0, 0, 0\)/.exec(c))return n.transparent;return n[f.trim(c).toLowerCase()]}function s(c,a){var b;do{b=f.curCSS(c,a);if(b!=""&&b!="transparent"||f.nodeName(c,"body"))break;a="backgroundColor"}while(c=c.parentNode);return m(b)}function o(){var c=document.defaultView?document.defaultView.getComputedStyle(this,null):this.currentStyle, +a={},b,d;if(c&&c.length&&c[0]&&c[c[0]])for(var e=c.length;e--;){b=c[e];if(typeof c[b]=="string"){d=b.replace(/\-(\w)/g,function(g,h){return h.toUpperCase()});a[d]=c[b]}}else for(b in c)if(typeof c[b]==="string")a[b]=c[b];return a}function p(c){var a,b;for(a in c){b=c[a];if(b==null||f.isFunction(b)||a in t||/scrollbar/.test(a)||!/color/i.test(a)&&isNaN(parseFloat(b)))delete c[a]}return c}function u(c,a){var b={_:0},d;for(d in a)if(c[d]!=a[d])b[d]=a[d];return b}function k(c,a,b,d){if(typeof c=="object"){d= +a;b=null;a=c;c=a.effect}if(f.isFunction(a)){d=a;b=null;a={}}if(typeof a=="number"||f.fx.speeds[a]){d=b;b=a;a={}}if(f.isFunction(b)){d=b;b=null}a=a||{};b=b||a.duration;b=f.fx.off?0:typeof b=="number"?b:b in f.fx.speeds?f.fx.speeds[b]:f.fx.speeds._default;d=d||a.complete;return[c,a,b,d]}function l(c){if(!c||typeof c==="number"||f.fx.speeds[c])return true;if(typeof c==="string"&&!f.effects[c])return true;return false}f.effects={};f.each(["backgroundColor","borderBottomColor","borderLeftColor","borderRightColor", +"borderTopColor","borderColor","color","outlineColor"],function(c,a){f.fx.step[a]=function(b){if(!b.colorInit){b.start=s(b.elem,a);b.end=m(b.end);b.colorInit=true}b.elem.style[a]="rgb("+Math.max(Math.min(parseInt(b.pos*(b.end[0]-b.start[0])+b.start[0],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[1]-b.start[1])+b.start[1],10),255),0)+","+Math.max(Math.min(parseInt(b.pos*(b.end[2]-b.start[2])+b.start[2],10),255),0)+")"}});var n={aqua:[0,255,255],azure:[240,255,255],beige:[245,245,220],black:[0, +0,0],blue:[0,0,255],brown:[165,42,42],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgrey:[169,169,169],darkgreen:[0,100,0],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkviolet:[148,0,211],fuchsia:[255,0,255],gold:[255,215,0],green:[0,128,0],indigo:[75,0,130],khaki:[240,230,140],lightblue:[173,216,230],lightcyan:[224,255,255],lightgreen:[144,238,144],lightgrey:[211, +211,211],lightpink:[255,182,193],lightyellow:[255,255,224],lime:[0,255,0],magenta:[255,0,255],maroon:[128,0,0],navy:[0,0,128],olive:[128,128,0],orange:[255,165,0],pink:[255,192,203],purple:[128,0,128],violet:[128,0,128],red:[255,0,0],silver:[192,192,192],white:[255,255,255],yellow:[255,255,0],transparent:[255,255,255]},q=["add","remove","toggle"],t={border:1,borderBottom:1,borderColor:1,borderLeft:1,borderRight:1,borderTop:1,borderWidth:1,margin:1,padding:1};f.effects.animateClass=function(c,a,b, +d){if(f.isFunction(b)){d=b;b=null}return this.queue(function(){var e=f(this),g=e.attr("style")||" ",h=p(o.call(this)),r,v=e.attr("class");f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});r=p(o.call(this));e.attr("class",v);e.animate(u(h,r),{queue:false,duration:a,easding:b,complete:function(){f.each(q,function(w,i){c[i]&&e[i+"Class"](c[i])});if(typeof e.attr("style")=="object"){e.attr("style").cssText="";e.attr("style").cssText=g}else e.attr("style",g);d&&d.apply(this,arguments);f.dequeue(this)}})})}; +f.fn.extend({_addClass:f.fn.addClass,addClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{add:c},a,b,d]):this._addClass(c)},_removeClass:f.fn.removeClass,removeClass:function(c,a,b,d){return a?f.effects.animateClass.apply(this,[{remove:c},a,b,d]):this._removeClass(c)},_toggleClass:f.fn.toggleClass,toggleClass:function(c,a,b,d,e){return typeof a=="boolean"||a===j?b?f.effects.animateClass.apply(this,[a?{add:c}:{remove:c},b,d,e]):this._toggleClass(c,a):f.effects.animateClass.apply(this, +[{toggle:c},a,b,d])},switchClass:function(c,a,b,d,e){return f.effects.animateClass.apply(this,[{add:a,remove:c},b,d,e])}});f.extend(f.effects,{version:"1.8.13",save:function(c,a){for(var b=0;b").addClass("ui-effects-wrapper").css({fontSize:"100%",background:"transparent",border:"none",margin:0,padding:0}); +c.wrap(b);b=c.parent();if(c.css("position")=="static"){b.css({position:"relative"});c.css({position:"relative"})}else{f.extend(a,{position:c.css("position"),zIndex:c.css("z-index")});f.each(["top","left","bottom","right"],function(d,e){a[e]=c.css(e);if(isNaN(parseInt(a[e],10)))a[e]="auto"});c.css({position:"relative",top:0,left:0,right:"auto",bottom:"auto"})}return b.css(a).show()},removeWrapper:function(c){if(c.parent().is(".ui-effects-wrapper"))return c.parent().replaceWith(c);return c},setTransition:function(c, +a,b,d){d=d||{};f.each(a,function(e,g){unit=c.cssUnit(g);if(unit[0]>0)d[g]=unit[0]*b+unit[1]});return d}});f.fn.extend({effect:function(c){var a=k.apply(this,arguments),b={options:a[1],duration:a[2],callback:a[3]};a=b.options.mode;var d=f.effects[c];if(f.fx.off||!d)return a?this[a](b.duration,b.callback):this.each(function(){b.callback&&b.callback.call(this)});return d.call(this,b)},_show:f.fn.show,show:function(c){if(l(c))return this._show.apply(this,arguments);else{var a=k.apply(this,arguments); +a[1].mode="show";return this.effect.apply(this,a)}},_hide:f.fn.hide,hide:function(c){if(l(c))return this._hide.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="hide";return this.effect.apply(this,a)}},__toggle:f.fn.toggle,toggle:function(c){if(l(c)||typeof c==="boolean"||f.isFunction(c))return this.__toggle.apply(this,arguments);else{var a=k.apply(this,arguments);a[1].mode="toggle";return this.effect.apply(this,a)}},cssUnit:function(c){var a=this.css(c),b=[];f.each(["em","px","%", +"pt"],function(d,e){if(a.indexOf(e)>0)b=[parseFloat(a),e]});return b}});f.easing.jswing=f.easing.swing;f.extend(f.easing,{def:"easeOutQuad",swing:function(c,a,b,d,e){return f.easing[f.easing.def](c,a,b,d,e)},easeInQuad:function(c,a,b,d,e){return d*(a/=e)*a+b},easeOutQuad:function(c,a,b,d,e){return-d*(a/=e)*(a-2)+b},easeInOutQuad:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a+b;return-d/2*(--a*(a-2)-1)+b},easeInCubic:function(c,a,b,d,e){return d*(a/=e)*a*a+b},easeOutCubic:function(c,a,b,d,e){return d* +((a=a/e-1)*a*a+1)+b},easeInOutCubic:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a+b;return d/2*((a-=2)*a*a+2)+b},easeInQuart:function(c,a,b,d,e){return d*(a/=e)*a*a*a+b},easeOutQuart:function(c,a,b,d,e){return-d*((a=a/e-1)*a*a*a-1)+b},easeInOutQuart:function(c,a,b,d,e){if((a/=e/2)<1)return d/2*a*a*a*a+b;return-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(c,a,b,d,e){return d*(a/=e)*a*a*a*a+b},easeOutQuint:function(c,a,b,d,e){return d*((a=a/e-1)*a*a*a*a+1)+b},easeInOutQuint:function(c,a,b,d,e){if((a/= +e/2)<1)return d/2*a*a*a*a*a+b;return d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(c,a,b,d,e){return-d*Math.cos(a/e*(Math.PI/2))+d+b},easeOutSine:function(c,a,b,d,e){return d*Math.sin(a/e*(Math.PI/2))+b},easeInOutSine:function(c,a,b,d,e){return-d/2*(Math.cos(Math.PI*a/e)-1)+b},easeInExpo:function(c,a,b,d,e){return a==0?b:d*Math.pow(2,10*(a/e-1))+b},easeOutExpo:function(c,a,b,d,e){return a==e?b+d:d*(-Math.pow(2,-10*a/e)+1)+b},easeInOutExpo:function(c,a,b,d,e){if(a==0)return b;if(a==e)return b+d;if((a/= +e/2)<1)return d/2*Math.pow(2,10*(a-1))+b;return d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(c,a,b,d,e){return-d*(Math.sqrt(1-(a/=e)*a)-1)+b},easeOutCirc:function(c,a,b,d,e){return d*Math.sqrt(1-(a=a/e-1)*a)+b},easeInOutCirc:function(c,a,b,d,e){if((a/=e/2)<1)return-d/2*(Math.sqrt(1-a*a)-1)+b;return d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(c,a,b,d,e){c=1.70158;var g=0,h=d;if(a==0)return b;if((a/=e)==1)return b+d;g||(g=e*0.3);if(h").css({position:"absolute",visibility:"visible",left:-f*(h/d),top:-e*(i/c)}).parent().addClass("ui-effects-explode").css({position:"absolute",overflow:"hidden",width:h/d,height:i/c,left:g.left+f*(h/d)+(a.options.mode=="show"?(f-Math.floor(d/2))*(h/d):0),top:g.top+e*(i/c)+(a.options.mode=="show"?(e-Math.floor(c/2))*(i/c):0),opacity:a.options.mode=="show"?0:1}).animate({left:g.left+f*(h/d)+(a.options.mode=="show"?0:(f-Math.floor(d/2))*(h/d)),top:g.top+ +e*(i/c)+(a.options.mode=="show"?0:(e-Math.floor(c/2))*(i/c)),opacity:a.options.mode=="show"?1:0},a.duration||500);setTimeout(function(){a.options.mode=="show"?b.css({visibility:"visible"}):b.css({visibility:"visible"}).hide();a.callback&&a.callback.apply(b[0]);b.dequeue();j("div.ui-effects-explode").remove()},a.duration||500)})}})(jQuery); +;/* + * jQuery UI Effects Fade 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fade + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.fade=function(a){return this.queue(function(){var c=b(this),d=b.effects.setMode(c,a.options.mode||"hide");c.animate({opacity:d},{queue:false,duration:a.duration,easing:a.options.easing,complete:function(){a.callback&&a.callback.apply(this,arguments);c.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Fold 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Fold + * + * Depends: + * jquery.effects.core.js + */ +(function(c){c.effects.fold=function(a){return this.queue(function(){var b=c(this),j=["position","top","bottom","left","right"],d=c.effects.setMode(b,a.options.mode||"hide"),g=a.options.size||15,h=!!a.options.horizFirst,k=a.duration?a.duration/2:c.fx.speeds._default/2;c.effects.save(b,j);b.show();var e=c.effects.createWrapper(b).css({overflow:"hidden"}),f=d=="show"!=h,l=f?["width","height"]:["height","width"];f=f?[e.width(),e.height()]:[e.height(),e.width()];var i=/([0-9]+)%/.exec(g);if(i)g=parseInt(i[1], +10)/100*f[d=="hide"?0:1];if(d=="show")e.css(h?{height:0,width:g}:{height:g,width:0});h={};i={};h[l[0]]=d=="show"?f[0]:g;i[l[1]]=d=="show"?f[1]:0;e.animate(h,k,a.options.easing).animate(i,k,a.options.easing,function(){d=="hide"&&b.hide();c.effects.restore(b,j);c.effects.removeWrapper(b);a.callback&&a.callback.apply(b[0],arguments);b.dequeue()})})}})(jQuery); +;/* + * jQuery UI Effects Highlight 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Highlight + * + * Depends: + * jquery.effects.core.js + */ +(function(b){b.effects.highlight=function(c){return this.queue(function(){var a=b(this),e=["backgroundImage","backgroundColor","opacity"],d=b.effects.setMode(a,c.options.mode||"show"),f={backgroundColor:a.css("backgroundColor")};if(d=="hide")f.opacity=0;b.effects.save(a,e);a.show().css({backgroundImage:"none",backgroundColor:c.options.color||"#ffff99"}).animate(f,{queue:false,duration:c.duration,easing:c.options.easing,complete:function(){d=="hide"&&a.hide();b.effects.restore(a,e);d=="show"&&!b.support.opacity&& +this.style.removeAttribute("filter");c.callback&&c.callback.apply(this,arguments);a.dequeue()}})})}})(jQuery); +;/* + * jQuery UI Effects Pulsate 1.8.13 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Effects/Pulsate + * + * Depends: + * jquery.effects.core.js + */ +(function(d){d.effects.pulsate=function(a){return this.queue(function(){var b=d(this),c=d.effects.setMode(b,a.options.mode||"show");times=(a.options.times||5)*2-1;duration=a.duration?a.duration/2:d.fx.speeds._default/2;isVisible=b.is(":visible");animateTo=0;if(!isVisible){b.css("opacity",0).show();animateTo=1}if(c=="hide"&&isVisible||c=="show"&&!isVisible)times--;for(c=0;c').appendTo(document.body).addClass(a.options.className).css({top:d.top,left:d.left,height:b.innerHeight(),width:b.innerWidth(),position:"absolute"}).animate(c,a.duration,a.options.easing,function(){f.remove();a.callback&&a.callback.apply(b[0],arguments); +b.dequeue()})})}})(jQuery); +; \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/jquery.min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/lib/jquery.min.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,4 @@ +/*! jQuery v1.7.1 jquery.com | jquery.org/license */ +(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cv(a){if(!ck[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){cl||(cl=c.createElement("iframe"),cl.frameBorder=cl.width=cl.height=0),b.appendChild(cl);if(!cm||!cl.createElement)cm=(cl.contentWindow||cl.contentDocument).document,cm.write((c.compatMode==="CSS1Compat"?"":"")+""),cm.close();d=cm.createElement(a),cm.body.appendChild(d),e=f.css(d,"display"),b.removeChild(cl)}ck[a]=e}return ck[a]}function cu(a,b){var c={};f.each(cq.concat.apply([],cq.slice(0,b)),function(){c[this]=a});return c}function ct(){cr=b}function cs(){setTimeout(ct,0);return cr=f.now()}function cj(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ci(){try{return new a.XMLHttpRequest}catch(b){}}function cc(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g0){if(c!=="border")for(;g=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?parseFloat(d):j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a&&typeof a=="object"&&"setInterval"in a},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c
    a",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="
    "+""+"
    ",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="
    t
    ",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="
    ",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.nodeName.toLowerCase()]||f.valHooks[this.type];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.nodeName.toLowerCase()]||f.valHooks[g.type];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;h=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/\bhover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")}; +f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;le&&i.push({elem:this,matches:d.slice(e)});for(j=0;j0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return bc[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="

    ";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="
    ";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h0)for(h=g;h=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling(a.parentNode.firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/",""],legend:[1,"
    ","
    "],thead:[1,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],col:[2,"","
    "],area:[1,"",""],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div
    ","
    "]),f.fn.extend({text:function(a){if(f.isFunction(a))return this.each(function(b){var c=f(this);c.text(a.call(this,b,c.text()))});if(typeof a!="object"&&a!==b)return this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a));return f.text(this)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function() +{for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){if(a===b)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1>");try{for(var c=0,d=this.length;c1&&l0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||!bc.test("<"+a.nodeName)?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g;b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);var h=[],i;for(var j=0,k;(k=a[j])!=null;j++){typeof k=="number"&&(k+="");if(!k)continue;if(typeof k=="string")if(!_.test(k))k=b.createTextNode(k);else{k=k.replace(Y,"<$1>");var l=(Z.exec(k)||["",""])[1].toLowerCase(),m=bg[l]||bg._default,n=m[0],o=b.createElement("div");b===c?bh.appendChild(o):U(b).appendChild(o),o.innerHTML=m[1]+k+m[2];while(n--)o=o.lastChild;if(!f.support.tbody){var p=$.test(k),q=l==="table"&&!p?o.firstChild&&o.firstChild.childNodes:m[1]===""&&!p?o.childNodes:[];for(i=q.length-1;i>=0;--i)f.nodeName(q[i],"tbody")&&!q[i].childNodes.length&&q[i].parentNode.removeChild(q[i])}!f.support.leadingWhitespace&&X.test(k)&&o.insertBefore(b.createTextNode(X.exec(k)[0]),o.firstChild),k=o.childNodes}var r;if(!f.support.appendChecked)if(k[0]&&typeof (r=k.length)=="number")for(i=0;i=0)return b+"px"}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return br.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bq,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bq.test(g)?g.replace(bq,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){var c;f.swap(a,{display:"inline-block"},function(){b?c=bz(a,"margin-right","marginRight"):c=a.style.marginRight});return c}})}),c.defaultView&&c.defaultView.getComputedStyle&&(bA=function(a,b){var c,d,e;b=b.replace(bs,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b)));return c}),c.documentElement.currentStyle&&(bB=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f===null&&g&&(e=g[b])&&(f=e),!bt.test(f)&&bu.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f||0,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),bz=bA||bB,f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)});var bD=/%20/g,bE=/\[\]$/,bF=/\r?\n/g,bG=/#.*$/,bH=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bI=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bJ=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bK=/^(?:GET|HEAD)$/,bL=/^\/\//,bM=/\?/,bN=/)<[^<]*)*<\/script>/gi,bO=/^(?:select|textarea)/i,bP=/\s+/,bQ=/([?&])_=[^&]*/,bR=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bS=f.fn.load,bT={},bU={},bV,bW,bX=["*/"]+["*"];try{bV=e.href}catch(bY){bV=c.createElement("a"),bV.href="",bV=bV.href}bW=bR.exec(bV.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bS)return bS.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("
    ").append(c.replace(bN,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bO.test(this.nodeName)||bI.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bF,"\r\n")}}):{name:b.name,value:c.replace(bF,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b_(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b_(a,b);return a},ajaxSettings:{url:bV,isLocal:bJ.test(bW[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bX},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bZ(bT),ajaxTransport:bZ(bU),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?cb(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cc(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bH.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bG,"").replace(bL,bW[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bP),d.crossDomain==null&&(r=bR.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bW[1]&&r[2]==bW[2]&&(r[3]||(r[1]==="http:"?80:443))==(bW[3]||(bW[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),b$(bT,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bK.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bM.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bQ,"$1_="+x);d.url=y+(y===d.url?(bM.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bX+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=b$(bU,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)ca(g,a[g],c,e);return d.join("&").replace(bD,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cd=f.now(),ce=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cd++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=b.contentType==="application/x-www-form-urlencoded"&&typeof b.data=="string";if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(ce.test(b.url)||e&&ce.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(ce,l),b.url===j&&(e&&(k=k.replace(ce,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var cf=a.ActiveXObject?function(){for(var a in ch)ch[a](0,1)}:!1,cg=0,ch;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ci()||cj()}:ci,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,cf&&delete ch[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n),m.text=h.responseText;try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cg,cf&&(ch||(ch={},f(a).unload(cf)),ch[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var ck={},cl,cm,cn=/^(?:toggle|show|hide)$/,co=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,cp,cq=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cr;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(cu("show",3),a,b,c);for(var g=0,h=this.length;g=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each(["Left","Top"],function(a,c){var d="scroll"+c;f.fn[d]=function(c){var e,g;if(c===b){e=this[0];if(!e)return null;g=cy(e);return g?"pageXOffset"in g?g[a?"pageYOffset":"pageXOffset"]:f.support.boxModel&&g.document.documentElement[d]||g.document.body[d]:e[d]}return this.each(function(){g=cy(this),g?g.scrollTo(a?f(g).scrollLeft():c,a?c:f(g).scrollTop()):this[d]=c})}}),f.each(["Height","Width"],function(a,c){var d=c.toLowerCase();f.fn["inner"+c]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,d,"padding")):this[d]():null},f.fn["outer"+c]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,d,a?"margin":"border")):this[d]():null},f.fn[d]=function(a){var e=this[0];if(!e)return a==null?null:this;if(f.isFunction(a))return this.each(function(b){var c=f(this);c[d](a.call(this,b,c[d]()))});if(f.isWindow(e)){var g=e.document.documentElement["client"+c],h=e.document.body;return e.document.compatMode==="CSS1Compat"&&g||h&&h["client"+c]||g}if(e.nodeType===9)return Math.max(e.documentElement["client"+c],e.body["scroll"+c],e.documentElement["scroll"+c],e.body["offset"+c],e.documentElement["offset"+c]);if(a===b){var i=f.css(e,d),j=parseFloat(i);return f.isNumeric(j)?j:i}return this.css(d,typeof a=="string"?a:a+"px")}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window); \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/jwplayer.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/lib/jwplayer.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,1 @@ +if(typeof jwplayer=="undefined"){var jwplayer=function(a){if(jwplayer.api){return jwplayer.api.selectPlayer(a)}};var $jw=jwplayer;jwplayer.version="5.9.2156";jwplayer.vid=document.createElement("video");jwplayer.audio=document.createElement("audio");jwplayer.source=document.createElement("source");(function(b){b.utils=function(){};b.utils.typeOf=function(d){var c=typeof d;if(c==="object"){if(d){if(d instanceof Array){c="array"}}else{c="null"}}return c};b.utils.extend=function(){var c=b.utils.extend["arguments"];if(c.length>1){for(var e=1;e-1){return c.substr(c.lastIndexOf(".")+1,c.length).toLowerCase()}return};b.utils.html=function(c,d){c.innerHTML=d};b.utils.wrap=function(c,d){if(c.parentNode){c.parentNode.replaceChild(d,c)}d.appendChild(c)};b.utils.ajax=function(g,f,c){var e;if(window.XMLHttpRequest){e=new XMLHttpRequest()}else{e=new ActiveXObject("Microsoft.XMLHTTP")}e.onreadystatechange=function(){if(e.readyState===4){if(e.status===200){if(f){if(!b.utils.exists(e.responseXML)){try{if(window.DOMParser){var h=(new DOMParser()).parseFromString(e.responseText,"text/xml");if(h){e=b.utils.extend({},e,{responseXML:h})}}else{h=new ActiveXObject("Microsoft.XMLDOM");h.async="false";h.loadXML(e.responseText);e=b.utils.extend({},e,{responseXML:h})}}catch(j){if(c){c(g)}}}f(e)}}else{if(c){c(g)}}}};try{e.open("GET",g,true);e.send(null)}catch(d){if(c){c(g)}}return e};b.utils.load=function(d,e,c){d.onreadystatechange=function(){if(d.readyState===4){if(d.status===200){if(e){e()}}else{if(c){c()}}}}};b.utils.find=function(d,c){return d.getElementsByTagName(c)};b.utils.append=function(c,d){c.appendChild(d)};b.utils.isIE=function(){return((!+"\v1")||(typeof window.ActiveXObject!="undefined"))};b.utils.userAgentMatch=function(d){var c=navigator.userAgent.toLowerCase();return(c.match(d)!==null)};b.utils.isIOS=function(){return b.utils.userAgentMatch(/iP(hone|ad|od)/i)};b.utils.isIPad=function(){return b.utils.userAgentMatch(/iPad/i)};b.utils.isIPod=function(){return b.utils.userAgentMatch(/iP(hone|od)/i)};b.utils.isAndroid=function(){return b.utils.userAgentMatch(/android/i)};b.utils.isLegacyAndroid=function(){return b.utils.userAgentMatch(/android 2.[012]/i)};b.utils.isBlackberry=function(){return b.utils.userAgentMatch(/blackberry/i)};b.utils.isMobile=function(){return b.utils.userAgentMatch(/(iP(hone|ad|od))|android/i)};b.utils.getFirstPlaylistItemFromConfig=function(c){var d={};var e;if(c.playlist&&c.playlist.length){e=c.playlist[0]}else{e=c}d.file=e.file;d.levels=e.levels;d.streamer=e.streamer;d.playlistfile=e.playlistfile;d.provider=e.provider;if(!d.provider){if(d.file&&(d.file.toLowerCase().indexOf("youtube.com")>-1||d.file.toLowerCase().indexOf("youtu.be")>-1)){d.provider="youtube"}if(d.streamer&&d.streamer.toLowerCase().indexOf("rtmp://")==0){d.provider="rtmp"}if(e.type){d.provider=e.type.toLowerCase()}}if(d.provider=="audio"){d.provider="sound"}return d};b.utils.getOuterHTML=function(c){if(c.outerHTML){return c.outerHTML}else{try{return new XMLSerializer().serializeToString(c)}catch(d){return""}}};b.utils.setOuterHTML=function(f,e){if(f.outerHTML){f.outerHTML=e}else{var g=document.createElement("div");g.innerHTML=e;var c=document.createRange();c.selectNodeContents(g);var d=c.extractContents();f.parentNode.insertBefore(d,f);f.parentNode.removeChild(f)}};b.utils.hasFlash=function(){if(typeof navigator.plugins!="undefined"&&typeof navigator.plugins["Shockwave Flash"]!="undefined"){return true}if(typeof window.ActiveXObject!="undefined"){try{new ActiveXObject("ShockwaveFlash.ShockwaveFlash");return true}catch(c){}}return false};b.utils.getPluginName=function(c){if(c.lastIndexOf("/")>=0){c=c.substring(c.lastIndexOf("/")+1,c.length)}if(c.lastIndexOf("-")>=0){c=c.substring(0,c.lastIndexOf("-"))}if(c.lastIndexOf(".swf")>=0){c=c.substring(0,c.lastIndexOf(".swf"))}if(c.lastIndexOf(".js")>=0){c=c.substring(0,c.lastIndexOf(".js"))}return c};b.utils.getPluginVersion=function(c){if(c.lastIndexOf("-")>=0){if(c.lastIndexOf(".js")>=0){return c.substring(c.lastIndexOf("-")+1,c.lastIndexOf(".js"))}else{if(c.lastIndexOf(".swf")>=0){return c.substring(c.lastIndexOf("-")+1,c.lastIndexOf(".swf"))}else{return c.substring(c.lastIndexOf("-")+1)}}}return""};b.utils.getAbsolutePath=function(j,h){if(!b.utils.exists(h)){h=document.location.href}if(!b.utils.exists(j)){return undefined}if(a(j)){return j}var k=h.substring(0,h.indexOf("://")+3);var g=h.substring(k.length,h.indexOf("/",k.length+1));var d;if(j.indexOf("/")===0){d=j.split("/")}else{var e=h.split("?")[0];e=e.substring(k.length+g.length+1,e.lastIndexOf("/"));d=e.split("/").concat(j.split("/"))}var c=[];for(var f=0;f0&&(c<0||(c>e)))}b.utils.pluginPathType={ABSOLUTE:"ABSOLUTE",RELATIVE:"RELATIVE",CDN:"CDN"};b.utils.getPluginPathType=function(d){if(typeof d!="string"){return}d=d.split("?")[0];var e=d.indexOf("://");if(e>0){return b.utils.pluginPathType.ABSOLUTE}var c=d.indexOf("/");var f=b.utils.extension(d);if(e<0&&c<0&&(!f||!isNaN(f))){return b.utils.pluginPathType.CDN}return b.utils.pluginPathType.RELATIVE};b.utils.mapEmpty=function(c){for(var d in c){return false}return true};b.utils.mapLength=function(d){var c=0;for(var e in d){c++}return c};b.utils.log=function(d,c){if(typeof console!="undefined"&&typeof console.log!="undefined"){if(c){console.log(d,c)}else{console.log(d)}}};b.utils.css=function(d,g,c){if(b.utils.exists(d)){for(var e in g){try{if(typeof g[e]==="undefined"){continue}else{if(typeof g[e]=="number"&&!(e=="zIndex"||e=="opacity")){if(isNaN(g[e])){continue}if(e.match(/color/i)){g[e]="#"+b.utils.strings.pad(g[e].toString(16),6)}else{g[e]=Math.ceil(g[e])+"px"}}}d.style[e]=g[e]}catch(f){}}}};b.utils.isYouTube=function(c){return(c.indexOf("youtube.com")>-1||c.indexOf("youtu.be")>-1)};b.utils.transform=function(e,d,c,g,h){if(!b.utils.exists(d)){d=1}if(!b.utils.exists(c)){c=1}if(!b.utils.exists(g)){g=0}if(!b.utils.exists(h)){h=0}if(d==1&&c==1&&g==0&&h==0){e.style.webkitTransform="";e.style.MozTransform="";e.style.OTransform=""}else{var f="scale("+d+","+c+") translate("+g+"px,"+h+"px)";e.style.webkitTransform=f;e.style.MozTransform=f;e.style.OTransform=f}};b.utils.stretch=function(k,q,p,g,n,h){if(typeof p=="undefined"||typeof g=="undefined"||typeof n=="undefined"||typeof h=="undefined"){return}var d=p/n;var f=g/h;var m=0;var l=0;var e=false;var c={};if(q.parentElement){q.parentElement.style.overflow="hidden"}b.utils.transform(q);switch(k.toUpperCase()){case b.utils.stretching.NONE:c.width=n;c.height=h;c.top=(g-c.height)/2;c.left=(p-c.width)/2;break;case b.utils.stretching.UNIFORM:if(d>f){c.width=n*f;c.height=h*f;if(c.width/p>0.95){e=true;d=Math.ceil(100*p/c.width)/100;f=1;c.width=p}}else{c.width=n*d;c.height=h*d;if(c.height/g>0.95){e=true;d=1;f=Math.ceil(100*g/c.height)/100;c.height=g}}c.top=(g-c.height)/2;c.left=(p-c.width)/2;break;case b.utils.stretching.FILL:if(d>f){c.width=n*d;c.height=h*d}else{c.width=n*f;c.height=h*f}c.top=(g-c.height)/2;c.left=(p-c.width)/2;break;case b.utils.stretching.EXACTFIT:c.width=n;c.height=h;var o=Math.round((n/2)*(1-1/d));var j=Math.round((h/2)*(1-1/f));e=true;c.top=c.left=0;break;default:break}if(e){b.utils.transform(q,d,f,o,j)}b.utils.css(q,c)};b.utils.stretching={NONE:"NONE",FILL:"FILL",UNIFORM:"UNIFORM",EXACTFIT:"EXACTFIT"};b.utils.deepReplaceKeyName=function(k,e,c){switch(b.utils.typeOf(k)){case"array":for(var g=0;g0);break;case"object":return(c!==null);case"undefined":return false}return true};b.utils.empty=function(c){if(typeof c.hasChildNodes=="function"){while(c.hasChildNodes()){c.removeChild(c.firstChild)}}};b.utils.parseDimension=function(c){if(typeof c=="string"){if(c===""){return 0}else{if(c.lastIndexOf("%")>-1){return c}else{return parseInt(c.replace("px",""),10)}}}return c};b.utils.getDimensions=function(c){if(c&&c.style){return{x:b.utils.parseDimension(c.style.left),y:b.utils.parseDimension(c.style.top),width:b.utils.parseDimension(c.style.width),height:b.utils.parseDimension(c.style.height)}}else{return{}}};b.utils.getElementWidth=function(c){if(!c){return null}else{if(c==document.body){return b.utils.parentNode(c).clientWidth}else{if(c.clientWidth>0){return c.clientWidth}else{if(c.style){return b.utils.parseDimension(c.style.width)}else{return null}}}}};b.utils.getElementHeight=function(c){if(!c){return null}else{if(c==document.body){return b.utils.parentNode(c).clientHeight}else{if(c.clientHeight>0){return c.clientHeight}else{if(c.style){return b.utils.parseDimension(c.style.height)}else{return null}}}}};b.utils.timeFormat=function(c){str="00:00";if(c>0){str=Math.floor(c/60)<10?"0"+Math.floor(c/60)+":":Math.floor(c/60)+":";str+=Math.floor(c%60)<10?"0"+Math.floor(c%60):Math.floor(c%60)}return str};b.utils.useNativeFullscreen=function(){return(navigator&&navigator.vendor&&navigator.vendor.indexOf("Apple")==0)};b.utils.parentNode=function(c){if(!c){return docuemnt.body}else{if(c.parentNode){return c.parentNode}else{if(c.parentElement){return c.parentElement}else{return c}}}};b.utils.getBoundingClientRect=function(c){if(typeof c.getBoundingClientRect=="function"){return c.getBoundingClientRect()}else{return{left:c.offsetLeft+document.body.scrollLeft,top:c.offsetTop+document.body.scrollTop,width:c.offsetWidth,height:c.offsetHeight}}};b.utils.translateEventResponse=function(e,c){var g=b.utils.extend({},c);if(e==b.api.events.JWPLAYER_FULLSCREEN&&!g.fullscreen){g.fullscreen=g.message=="true"?true:false;delete g.message}else{if(typeof g.data=="object"){g=b.utils.extend(g,g.data);delete g.data}else{if(typeof g.metadata=="object"){b.utils.deepReplaceKeyName(g.metadata,["__dot__","__spc__","__dsh__"],["."," ","-"])}}}var d=["position","duration","offset"];for(var f in d){if(g[d[f]]){g[d[f]]=Math.round(g[d[f]]*1000)/1000}}return g};b.utils.saveCookie=function(c,d){document.cookie="jwplayer."+c+"="+d+"; path=/"};b.utils.getCookies=function(){var f={};var e=document.cookie.split("; ");for(var d=0;d0){_listeners[type][listenerIndex].count=_listeners[type][listenerIndex].count-1}}}}}for(var globalListenerIndex=0;globalListenerIndex<_globallisteners.length;globalListenerIndex++){try{_globallisteners[globalListenerIndex].listener(data)}catch(err){jwplayer.utils.log("There was an error while handling a listener: "+err.toString(),_globallisteners[globalListenerIndex].listener)}if(_globallisteners[globalListenerIndex]){if(_globallisteners[globalListenerIndex].count===1){delete _globallisteners[globalListenerIndex]}else{if(_globallisteners[globalListenerIndex].count>0){_globallisteners[globalListenerIndex].count=_globallisteners[globalListenerIndex].count-1}}}}}}})(jwplayer);(function(a){var b={};a.utils.animations=function(){};a.utils.animations.transform=function(c,d){c.style.webkitTransform=d;c.style.MozTransform=d;c.style.OTransform=d;c.style.msTransform=d};a.utils.animations.transformOrigin=function(c,d){c.style.webkitTransformOrigin=d;c.style.MozTransformOrigin=d;c.style.OTransformOrigin=d;c.style.msTransformOrigin=d};a.utils.animations.rotate=function(c,d){a.utils.animations.transform(c,["rotate(",d,"deg)"].join(""))};a.utils.cancelAnimation=function(c){delete b[c.id]};a.utils.fadeTo=function(m,f,e,j,h,d){if(b[m.id]!=d&&a.utils.exists(d)){return}if(m.style.opacity==f){return}var c=new Date().getTime();if(d>c){setTimeout(function(){a.utils.fadeTo(m,f,e,j,0,d)},d-c)}if(m.style.display=="none"){m.style.display="block"}if(!a.utils.exists(j)){j=m.style.opacity===""?1:m.style.opacity}if(m.style.opacity==f&&m.style.opacity!==""&&a.utils.exists(d)){if(f===0){m.style.display="none"}return}if(!a.utils.exists(d)){d=c;b[m.id]=d}if(!a.utils.exists(h)){h=0}var k=(e>0)?((c-d)/(e*1000)):0;k=k>1?1:k;var l=f-j;var g=j+(k*l);if(g>1){g=1}else{if(g<0){g=0}}m.style.opacity=g;if(h>0){b[m.id]=d+h*1000;a.utils.fadeTo(m,f,e,j,0,b[m.id]);return}setTimeout(function(){a.utils.fadeTo(m,f,e,j,0,d)},10)}})(jwplayer);(function(a){a.utils.arrays=function(){};a.utils.arrays.indexOf=function(c,d){for(var b=0;b-1){c.splice(b,1)}}})(jwplayer);(function(a){a.utils.extensionmap={"3gp":{html5:"video/3gpp",flash:"video"},"3gpp":{html5:"video/3gpp"},"3g2":{html5:"video/3gpp2",flash:"video"},"3gpp2":{html5:"video/3gpp2"},flv:{flash:"video"},f4a:{html5:"audio/mp4"},f4b:{html5:"audio/mp4",flash:"video"},f4v:{html5:"video/mp4",flash:"video"},mov:{html5:"video/quicktime",flash:"video"},m4a:{html5:"audio/mp4",flash:"video"},m4b:{html5:"audio/mp4"},m4p:{html5:"audio/mp4"},m4v:{html5:"video/mp4",flash:"video"},mp4:{html5:"video/mp4",flash:"video"},rbs:{flash:"sound"},aac:{html5:"audio/aac",flash:"video"},mp3:{html5:"audio/mp3",flash:"sound"},ogg:{html5:"audio/ogg"},oga:{html5:"audio/ogg"},ogv:{html5:"video/ogg"},webm:{html5:"video/webm"},m3u8:{html5:"audio/x-mpegurl"},gif:{flash:"image"},jpeg:{flash:"image"},jpg:{flash:"image"},swf:{flash:"image"},png:{flash:"image"},wav:{html5:"audio/x-wav"}}})(jwplayer);(function(e){e.utils.mediaparser=function(){};var g={element:{width:"width",height:"height",id:"id","class":"className",name:"name"},media:{src:"file",preload:"preload",autoplay:"autostart",loop:"repeat",controls:"controls"},source:{src:"file",type:"type",media:"media","data-jw-width":"width","data-jw-bitrate":"bitrate"},video:{poster:"image"}};var f={};e.utils.mediaparser.parseMedia=function(j){return d(j)};function c(k,j){if(!e.utils.exists(j)){j=g[k]}else{e.utils.extend(j,g[k])}return j}function d(n,j){if(f[n.tagName.toLowerCase()]&&!e.utils.exists(j)){return f[n.tagName.toLowerCase()](n)}else{j=c("element",j);var o={};for(var k in j){if(k!="length"){var m=n.getAttribute(k);if(e.utils.exists(m)){o[j[k]]=m}}}var l=n.style["#background-color"];if(l&&!(l=="transparent"||l=="rgba(0, 0, 0, 0)")){o.screencolor=l}return o}}function h(n,k){k=c("media",k);var l=[];var j=e.utils.selectors("source",n);for(var m in j){if(!isNaN(m)){l.push(a(j[m]))}}var o=d(n,k);if(e.utils.exists(o.file)){l[0]={file:o.file}}o.levels=l;return o}function a(l,k){k=c("source",k);var j=d(l,k);j.width=j.width?j.width:0;j.bitrate=j.bitrate?j.bitrate:0;return j}function b(l,k){k=c("video",k);var j=h(l,k);return j}f.media=h;f.audio=h;f.source=a;f.video=b})(jwplayer);(function(a){a.utils.loaderstatus={NEW:"NEW",LOADING:"LOADING",ERROR:"ERROR",COMPLETE:"COMPLETE"};a.utils.scriptloader=function(c){var d=a.utils.loaderstatus.NEW;var b=new a.events.eventdispatcher();a.utils.extend(this,b);this.load=function(){if(d==a.utils.loaderstatus.NEW){d=a.utils.loaderstatus.LOADING;var e=document.createElement("script");e.onload=function(f){d=a.utils.loaderstatus.COMPLETE;b.sendEvent(a.events.COMPLETE)};e.onerror=function(f){d=a.utils.loaderstatus.ERROR;b.sendEvent(a.events.ERROR)};e.onreadystatechange=function(){if(e.readyState=="loaded"||e.readyState=="complete"){d=a.utils.loaderstatus.COMPLETE;b.sendEvent(a.events.COMPLETE)}};document.getElementsByTagName("head")[0].appendChild(e);e.src=c}};this.getStatus=function(){return d}}})(jwplayer);(function(a){a.utils.selectors=function(b,e){if(!a.utils.exists(e)){e=document}b=a.utils.strings.trim(b);var c=b.charAt(0);if(c=="#"){return e.getElementById(b.substr(1))}else{if(c=="."){if(e.getElementsByClassName){return e.getElementsByClassName(b.substr(1))}else{return a.utils.selectors.getElementsByTagAndClass("*",b.substr(1))}}else{if(b.indexOf(".")>0){var d=b.split(".");return a.utils.selectors.getElementsByTagAndClass(d[0],d[1])}else{return e.getElementsByTagName(b)}}}return null};a.utils.selectors.getElementsByTagAndClass=function(e,h,g){var j=[];if(!a.utils.exists(g)){g=document}var f=g.getElementsByTagName(e);for(var d=0;d5||b.length==0){return b}else{return Number(b)}}}}};a.utils.strings.seconds=function(d){d=d.replace(",",".");var b=d.split(":");var c=0;if(d.substr(-1)=="s"){c=Number(d.substr(0,d.length-1))}else{if(d.substr(-1)=="m"){c=Number(d.substr(0,d.length-1))*60}else{if(d.substr(-1)=="h"){c=Number(d.substr(0,d.length-1))*3600}else{if(b.length>1){c=Number(b[b.length-1]);c+=Number(b[b.length-2])*60;if(b.length==3){c+=Number(b[b.length-3])*3600}}else{c=Number(d)}}}}return c};a.utils.strings.xmlAttribute=function(b,c){for(var d=0;d=0){return"boolean"}else{if(d.test(f)){return"color"}else{if(!isNaN(parseInt(f,10))&&parseInt(f,10).toString().length==f.length){return"integer"}else{if(!isNaN(parseFloat(f))&&parseFloat(f).toString().length==f.length){return"float"}}}}return"string"}function e(g,f){if(!c.utils.exists(f)){return g}switch(f){case"color":if(g.length>0){return a(g)}return null;case"integer":return parseInt(g,10);case"float":return parseFloat(g);case"boolean":if(g.toLowerCase()=="true"){return true}else{if(g=="1"){return true}}return false}return g}function a(f){switch(f.toLowerCase()){case"blue":return parseInt("0000FF",16);case"green":return parseInt("00FF00",16);case"red":return parseInt("FF0000",16);case"cyan":return parseInt("00FFFF",16);case"magenta":return parseInt("FF00FF",16);case"yellow":return parseInt("FFFF00",16);case"black":return parseInt("000000",16);case"white":return parseInt("FFFFFF",16);default:f=f.replace(/(#|0x)?([0-9A-F]{3,6})$/gi,"$2");if(f.length==3){f=f.charAt(0)+f.charAt(0)+f.charAt(1)+f.charAt(1)+f.charAt(2)+f.charAt(2)}return parseInt(f,16)}return parseInt("000000",16)}})(jwplayer);(function(a){a.utils.parsers=function(){};a.utils.parsers.localName=function(b){if(!b){return""}else{if(b.localName){return b.localName}else{if(b.baseName){return b.baseName}else{return""}}}};a.utils.parsers.textContent=function(b){if(!b){return""}else{if(b.textContent){return b.textContent}else{if(b.text){return b.text}else{return""}}}}})(jwplayer);(function(a){a.utils.parsers.jwparser=function(){};a.utils.parsers.jwparser.PREFIX="jwplayer";a.utils.parsers.jwparser.parseEntry=function(c,d){for(var b=0;b-1){d.file=d.link}}return d};a.utils.parsers.jwparser.getProvider=function(c){if(c.type){return c.type}else{if(c.file.indexOf("youtube.com/w")>-1||c.file.indexOf("youtube.com/v")>-1||c.file.indexOf("youtu.be/")>-1){return"youtube"}else{if(c.streamer&&c.streamer.indexOf("rtmp")==0){return"rtmp"}else{if(c.streamer&&c.streamer.indexOf("http")==0){return"http"}else{var b=a.utils.strings.extension(c.file);if(extensions.hasOwnProperty(b)){return extensions[b]}}}}}return""}})(jwplayer);(function(a){a.utils.parsers.mediaparser=function(){};a.utils.parsers.mediaparser.PREFIX="media";a.utils.parsers.mediaparser.parseGroup=function(d,f){var e=false;for(var c=0;c0){f=a.utils.parsers.mediaparser.parseGroup(d.childNodes[c],f)}if(a.utils.strings.xmlAttribute(d.childNodes[c],"width")||a.utils.strings.xmlAttribute(d.childNodes[c],"bitrate")||a.utils.strings.xmlAttribute(d.childNodes[c],"url")){if(!f.levels){f.levels=[]}f.levels.push({width:a.utils.strings.xmlAttribute(d.childNodes[c],"width"),bitrate:a.utils.strings.xmlAttribute(d.childNodes[c],"bitrate"),file:a.utils.strings.xmlAttribute(d.childNodes[c],"url")})}break;case"title":f.title=a.utils.parsers.textContent(d.childNodes[c]);break;case"description":f.description=a.utils.parsers.textContent(d.childNodes[c]);break;case"keywords":f.tags=a.utils.parsers.textContent(d.childNodes[c]);break;case"thumbnail":f.image=a.utils.strings.xmlAttribute(d.childNodes[c],"url");break;case"credit":f.author=a.utils.parsers.textContent(d.childNodes[c]);break;case"player":var b=d.childNodes[c].url;if(b.indexOf("youtube.com")>=0||b.indexOf("youtu.be")>=0){e=true;f.file=a.utils.strings.xmlAttribute(d.childNodes[c],"url")}break;case"group":a.utils.parsers.mediaparser.parseGroup(d.childNodes[c],f);break}}}return f}})(jwplayer);(function(b){b.utils.parsers.rssparser=function(){};b.utils.parsers.rssparser.parse=function(f){var c=[];for(var e=0;e0){k=b;j=a.utils.loaderstatus.COMPLETE;c.sendEvent(a.events.COMPLETE);return}j=a.utils.loaderstatus.LOADING;var m=new a.utils.scriptloader(e());m.addEventListener(a.events.COMPLETE,g);m.addEventListener(a.events.ERROR,f);m.load()}};this.registerPlugin=function(o,n,m){if(l){clearTimeout(l);l=undefined}if(n&&m){k=m;h=n}else{if(typeof n=="string"){k=n}else{if(typeof n=="function"){h=n}else{if(!n&&!m){k=o}}}}j=a.utils.loaderstatus.COMPLETE;c.sendEvent(a.events.COMPLETE)};this.getStatus=function(){return j};this.getPluginName=function(){return a.utils.getPluginName(b)};this.getFlashPath=function(){if(k){switch(a.utils.getPluginPathType(k)){case a.utils.pluginPathType.ABSOLUTE:return k;case a.utils.pluginPathType.RELATIVE:if(b.lastIndexOf(".swf")>0){return a.utils.getAbsolutePath(k,window.location.href)}return a.utils.getAbsolutePath(k,e());case a.utils.pluginPathType.CDN:if(k.indexOf("-")>-1){return k+"h"}return k+"-h"}}return null};this.getJS=function(){return h};this.getPluginmode=function(){if(typeof k!="undefined"&&typeof h!="undefined"){return a.plugins.pluginmodes.HYBRID}else{if(typeof k!="undefined"){return a.plugins.pluginmodes.FLASH}else{if(typeof h!="undefined"){return a.plugins.pluginmodes.JAVASCRIPT}}}};this.getNewInstance=function(n,m,o){return new h(n,m,o)};this.getURL=function(){return b}}})(jwplayer);(function(a){a.plugins.pluginloader=function(h,e){var g={};var k=a.utils.loaderstatus.NEW;var d=false;var b=false;var c=new a.events.eventdispatcher();a.utils.extend(this,c);function f(){if(!b){b=true;k=a.utils.loaderstatus.COMPLETE;c.sendEvent(a.events.COMPLETE)}}function j(){if(!b){var m=0;for(plugin in g){var l=g[plugin].getStatus();if(l==a.utils.loaderstatus.LOADING||l==a.utils.loaderstatus.NEW){m++}}if(m==0){f()}}}this.setupPlugins=function(n,l,s){var m={length:0,plugins:{}};var p={length:0,plugins:{}};for(var o in g){var q=g[o].getPluginName();if(g[o].getFlashPath()){m.plugins[g[o].getFlashPath()]=l.plugins[o];m.plugins[g[o].getFlashPath()].pluginmode=g[o].getPluginmode();m.length++}if(g[o].getJS()){var r=document.createElement("div");r.id=n.id+"_"+q;r.style.position="absolute";r.style.zIndex=p.length+10;p.plugins[q]=g[o].getNewInstance(n,l.plugins[o],r);p.length++;if(typeof p.plugins[q].resize!="undefined"){n.onReady(s(p.plugins[q],r,true));n.onResize(s(p.plugins[q],r))}}}n.plugins=p.plugins;return m};this.load=function(){k=a.utils.loaderstatus.LOADING;d=true;for(var l in e){if(a.utils.exists(l)){g[l]=h.addPlugin(l);g[l].addEventListener(a.events.COMPLETE,j);g[l].addEventListener(a.events.ERROR,j)}}for(l in g){g[l].load()}d=false;j()};this.pluginFailed=function(){f()};this.getStatus=function(){return k}}})(jwplayer);(function(b){var a=[];b.api=function(d){this.container=d;this.id=d.id;var m={};var t={};var p={};var c=[];var g=undefined;var k=false;var h=[];var r=undefined;var o=b.utils.getOuterHTML(d);var s={};var j={};this.getBuffer=function(){return this.callInternal("jwGetBuffer")};this.getContainer=function(){return this.container};function e(v,u){return function(A,w,x,y){if(v.renderingMode=="flash"||v.renderingMode=="html5"){var z;if(w){j[A]=w;z="jwplayer('"+v.id+"').callback('"+A+"')"}else{if(!w&&j[A]){delete j[A]}}g.jwDockSetButton(A,z,x,y)}return u}}this.getPlugin=function(u){var w=this;var v={};if(u=="dock"){return b.utils.extend(v,{setButton:e(w,v),show:function(){w.callInternal("jwDockShow");return v},hide:function(){w.callInternal("jwDockHide");return v},onShow:function(x){w.componentListener("dock",b.api.events.JWPLAYER_COMPONENT_SHOW,x);return v},onHide:function(x){w.componentListener("dock",b.api.events.JWPLAYER_COMPONENT_HIDE,x);return v}})}else{if(u=="controlbar"){return b.utils.extend(v,{show:function(){w.callInternal("jwControlbarShow");return v},hide:function(){w.callInternal("jwControlbarHide");return v},onShow:function(x){w.componentListener("controlbar",b.api.events.JWPLAYER_COMPONENT_SHOW,x);return v},onHide:function(x){w.componentListener("controlbar",b.api.events.JWPLAYER_COMPONENT_HIDE,x);return v}})}else{if(u=="display"){return b.utils.extend(v,{show:function(){w.callInternal("jwDisplayShow");return v},hide:function(){w.callInternal("jwDisplayHide");return v},onShow:function(x){w.componentListener("display",b.api.events.JWPLAYER_COMPONENT_SHOW,x);return v},onHide:function(x){w.componentListener("display",b.api.events.JWPLAYER_COMPONENT_HIDE,x);return v}})}else{return this.plugins[u]}}}};this.callback=function(u){if(j[u]){return j[u]()}};this.getDuration=function(){return this.callInternal("jwGetDuration")};this.getFullscreen=function(){return this.callInternal("jwGetFullscreen")};this.getHeight=function(){return this.callInternal("jwGetHeight")};this.getLockState=function(){return this.callInternal("jwGetLockState")};this.getMeta=function(){return this.getItemMeta()};this.getMute=function(){return this.callInternal("jwGetMute")};this.getPlaylist=function(){var v=this.callInternal("jwGetPlaylist");if(this.renderingMode=="flash"){b.utils.deepReplaceKeyName(v,["__dot__","__spc__","__dsh__"],["."," ","-"])}for(var u=0;u0){this.callInternal.apply(this,h.shift())}};this.getItemMeta=function(){return s};this.getCurrentItem=function(){return this.callInternal("jwGetPlaylistIndex")};function n(w,y,x){var u=[];if(!y){y=0}if(!x){x=w.length-1}for(var v=y;v<=x;v++){u.push(w[v])}return u}return this};b.api.selectPlayer=function(d){var c;if(!b.utils.exists(d)){d=0}if(d.nodeType){c=d}else{if(typeof d=="string"){c=document.getElementById(d)}}if(c){var e=b.api.playerById(c.id);if(e){return e}else{return b.api.addPlayer(new b.api(c))}}else{if(typeof d=="number"){return b.getPlayers()[d]}}return null};b.api.events={API_READY:"jwplayerAPIReady",JWPLAYER_READY:"jwplayerReady",JWPLAYER_FULLSCREEN:"jwplayerFullscreen",JWPLAYER_RESIZE:"jwplayerResize",JWPLAYER_ERROR:"jwplayerError",JWPLAYER_MEDIA_BEFOREPLAY:"jwplayerMediaBeforePlay",JWPLAYER_MEDIA_BEFORECOMPLETE:"jwplayerMediaBeforeComplete",JWPLAYER_COMPONENT_SHOW:"jwplayerComponentShow",JWPLAYER_COMPONENT_HIDE:"jwplayerComponentHide",JWPLAYER_MEDIA_BUFFER:"jwplayerMediaBuffer",JWPLAYER_MEDIA_BUFFER_FULL:"jwplayerMediaBufferFull",JWPLAYER_MEDIA_ERROR:"jwplayerMediaError",JWPLAYER_MEDIA_LOADED:"jwplayerMediaLoaded",JWPLAYER_MEDIA_COMPLETE:"jwplayerMediaComplete",JWPLAYER_MEDIA_SEEK:"jwplayerMediaSeek",JWPLAYER_MEDIA_TIME:"jwplayerMediaTime",JWPLAYER_MEDIA_VOLUME:"jwplayerMediaVolume",JWPLAYER_MEDIA_META:"jwplayerMediaMeta",JWPLAYER_MEDIA_MUTE:"jwplayerMediaMute",JWPLAYER_PLAYER_STATE:"jwplayerPlayerState",JWPLAYER_PLAYLIST_LOADED:"jwplayerPlaylistLoaded",JWPLAYER_PLAYLIST_ITEM:"jwplayerPlaylistItem",JWPLAYER_INSTREAM_CLICK:"jwplayerInstreamClicked",JWPLAYER_INSTREAM_DESTROYED:"jwplayerInstreamDestroyed"};b.api.events.state={BUFFERING:"BUFFERING",IDLE:"IDLE",PAUSED:"PAUSED",PLAYING:"PLAYING"};b.api.playerById=function(d){for(var c=0;c=0){var c=document.getElementById(a[f].id);if(document.getElementById(a[f].id+"_wrapper")){c=document.getElementById(a[f].id+"_wrapper")}if(c){if(d){b.utils.setOuterHTML(c,d)}else{var h=document.createElement("div");var e=c.id;if(c.id.indexOf("_wrapper")==c.id.length-8){newID=c.id.substring(0,c.id.length-8)}h.setAttribute("id",e);c.parentNode.replaceChild(h,c)}}a.splice(f,1)}return null};b.getPlayers=function(){return a.slice(0)}})(jwplayer);var _userPlayerReady=(typeof playerReady=="function")?playerReady:undefined;playerReady=function(b){var a=jwplayer.api.playerById(b.id);if(a){a.playerReady(b)}else{jwplayer.api.selectPlayer(b.id).playerReady(b)}if(_userPlayerReady){_userPlayerReady.call(this,b)}};(function(a){a.api.instream=function(c,j,n,q){var h=c;var b=j;var g=n;var k=q;var e={};var p={};function f(){h.callInternal("jwLoadInstream",n,q)}function m(r,s){b.jwInstreamAddEventListener(s,'function(dat) { jwplayer("'+h.id+'").dispatchInstreamEvent("'+s+'", dat); }')}function d(r,s){if(!e[r]){e[r]=[];m(b,r)}e[r].push(s);return this}function o(r,s){if(!p[r]){p[r]=[];d(a.api.events.JWPLAYER_PLAYER_STATE,l(r))}p[r].push(s);return this}function l(r){return function(t){var s=t.newstate,v=t.oldstate;if(s==r){var u=p[s];if(u){for(var w=0;w-1){return parseInt(l)}}return l}var g=["playlist","dock","controlbar","logo","display"];function f(l){var o={};switch(k.typeOf(l.plugins)){case"object":for(var n in l.plugins){o[k.getPluginName(n)]=n}break;case"string":var p=l.plugins.split(",");for(var m=0;m-1){var p=q.split(".");var o=p[0];var q=p[1];if(k.isInArray(g,o)){d(m,"components",o,q)}else{if(n[o]){d(m,"plugins",n[o],q)}}}}return m};e.embed.config=function(l,v){var u=k.extend({},l);var s;if(c(u.playlist)){s=u.playlist;delete u.playlist}u=e.embed.deserialize(u);u.height=j(u.height);u.width=j(u.width);if(typeof u.plugins=="string"){var m=u.plugins.split(",");if(typeof u.plugins!="object"){u.plugins={}}for(var q=0;q-1)){return true}if(!l||(l&&l=="video")){var m=a.utils.extension(j);if(m&&a.utils.extensionmap[m]){return true}}return false}}})(jwplayer);(function(a){a.embed.flash=function(f,g,l,e,j){function m(o,n,p){var q=document.createElement("param");q.setAttribute("name",n);q.setAttribute("value",p);o.appendChild(q)}function k(o,p,n){return function(q){if(n){document.getElementById(j.id+"_wrapper").appendChild(p)}var s=document.getElementById(j.id).getPluginConfig("display");o.resize(s.width,s.height);var r={left:s.x,top:s.y};a.utils.css(p,r)}}function d(p){if(!p){return{}}var r={};for(var o in p){var n=p[o];for(var q in n){r[o+"."+q]=n[q]}}return r}function h(q,p){if(q[p]){var s=q[p];for(var o in s){var n=s[o];if(typeof n=="string"){if(!q[o]){q[o]=n}}else{for(var r in n){if(!q[o+"."+r]){q[o+"."+r]=n[r]}}}}delete q[p]}}function b(q){if(!q){return{}}var t={},s=[];for(var n in q){var p=a.utils.getPluginName(n);var o=q[n];s.push(n);for(var r in o){t[p+"."+r]=o[r]}}t.plugins=s.join(",");return t}function c(p){var n=p.netstreambasepath?"":"netstreambasepath="+encodeURIComponent(window.location.href.split("#")[0])+"&";for(var o in p){if(typeof(p[o])=="object"){n+=o+"="+encodeURIComponent("[[JSON]]"+a.utils.strings.jsonToString(p[o]))+"&"}else{n+=o+"="+encodeURIComponent(p[o])+"&"}}return n.substring(0,n.length-1)}this.embed=function(){l.id=j.id;var A;var r=a.utils.extend({},l);var o=r.width;var y=r.height;if(f.id+"_wrapper"==f.parentNode.id){A=document.getElementById(f.id+"_wrapper")}else{A=document.createElement("div");A.id=f.id+"_wrapper";a.utils.wrap(f,A);a.utils.css(A,{position:"relative",width:o,height:y})}var p=e.setupPlugins(j,r,k);if(p.length>0){a.utils.extend(r,b(p.plugins))}else{delete r.plugins}var s=["height","width","modes","events"];for(var v=0;v';w+='';w+='';w+='';w+='';w+='';w+='';w+="";a.utils.setOuterHTML(f,w);u=document.getElementById(f.id)}else{var t=document.createElement("object");t.setAttribute("type","application/x-shockwave-flash");t.setAttribute("data",g.src);t.setAttribute("width","100%");t.setAttribute("height","100%");t.setAttribute("bgcolor","#000000");t.setAttribute("id",f.id);t.setAttribute("name",f.id);t.setAttribute("tabindex",0);m(t,"allowfullscreen","true");m(t,"allowscriptaccess","always");m(t,"seamlesstabbing","true");m(t,"wmode",q);m(t,"flashvars",c(r));f.parentNode.replaceChild(t,f);u=t}j.container=u;j.setPlayer(u,"flash")};this.supportsConfig=function(){if(a.utils.hasFlash()){if(l){var o=a.utils.getFirstPlaylistItemFromConfig(l);if(typeof o.file=="undefined"&&typeof o.levels=="undefined"){return true}else{if(o.file){return flashCanPlay(o.file,o.provider)}else{if(o.levels&&o.levels.length){for(var n=0;n0){j.skin=j.skin.replace(/\.zip/i,".xml")}var l=new (a.html5(c)).setup(j);f.container=document.getElementById(f.id);f.setPlayer(l,"html5")}else{return null}};this.supportsConfig=function(){if(!!a.vid.canPlayType){if(b){var j=a.utils.getFirstPlaylistItemFromConfig(b);if(typeof j.file=="undefined"&&typeof j.levels=="undefined"){return true}else{if(j.file){return html5CanPlay(a.vid,j.file,j.provider,j.playlistfile)}else{if(j.levels&&j.levels.length){for(var h=0;h0){f=c.getElementWidth(c.parentNode(M))*parseInt(P.replace("%"),"")/100}else{f=P}if(typeof Y=="string"&&Y.indexOf("%")>0){q=c.getElementHeight(c.parentNode(M))*parseInt(Y.replace("%"),"")/100}else{q=Y}var T={top:0,bottom:0,left:0,right:0,width:f,height:q,position:"absolute"};b(m,T);var Z={};var W;try{W=h.plugins.object.display.getDisplayElement()}catch(V){}if(W){Z.width=c.parseDimension(W.style.width);Z.height=c.parseDimension(W.style.height)}var X=c.extend({},T,Z,{zIndex:_instreamArea.style.zIndex,display:_instreamArea.style.display});b(_instreamArea,X);b(M,{height:q,width:f});var U=t(E,S);if(U.length>0){B+=U.length;var R=U.indexOf("playlist"),Q=U.indexOf("controlbar");if(R>=0&&Q>=0){U[R]=U.splice(Q,1,U[R])[0]}t(o,U,true)}x=c.getElementWidth(m);J=c.getElementHeight(m)}else{if(!y()){t(d,S,true)}}j()}function t(W,S,T){var U=[];for(var R=0;R-1)}function y(){if(k.jwGetState()!=a.api.events.state.IDLE&&!A&&(h.getMedia()&&h.getMedia().getDisplayElement()&&h.getMedia().getDisplayElement().webkitSupportsFullscreen)&&c.useNativeFullscreen()){return true}return false}this.setupInstream=function(P,Q){c.css(_instreamArea,{display:"block",position:"absolute"});m.style.display="none";_instreamArea.appendChild(P);r=Q;N=true};var z=this.destroyInstream=function(){_instreamArea.style.display="none";_instreamArea.innerHTML="";m.style.display="block";r=null;N=false;C(h.width,h.height)}};a.html5.view.positions={TOP:"TOP",RIGHT:"RIGHT",BOTTOM:"BOTTOM",LEFT:"LEFT",OVER:"OVER",NONE:"NONE"}})(jwplayer);(function(a){var b={backgroundcolor:"",margin:10,font:"Arial,sans-serif",fontsize:10,fontcolor:parseInt("000000",16),fontstyle:"normal",fontweight:"bold",buttoncolor:parseInt("ffffff",16),position:a.html5.view.positions.BOTTOM,idlehide:false,hideplaylistcontrols:false,forcenextprev:false,layout:{left:{position:"left",elements:[{name:"play",type:"button"},{name:"divider",type:"divider"},{name:"prev",type:"button"},{name:"divider",type:"divider"},{name:"next",type:"button"},{name:"divider",type:"divider"},{name:"elapsed",type:"text"}]},center:{position:"center",elements:[{name:"time",type:"slider"}]},right:{position:"right",elements:[{name:"duration",type:"text"},{name:"blank",type:"button"},{name:"divider",type:"divider"},{name:"mute",type:"button"},{name:"volume",type:"slider"},{name:"divider",type:"divider"},{name:"fullscreen",type:"button"}]}}};_utils=a.utils;_css=_utils.css;_hide=function(c){_css(c,{display:"none"})};_show=function(c){_css(c,{display:"block"})};a.html5.controlbar=function(m,X){window.controlbar=this;var l=m;var D=_utils.extend({},b,l.skin.getComponentSettings("controlbar"),X);if(D.position==a.html5.view.positions.NONE||typeof a.html5.view.positions[D.position]=="undefined"){return}if(_utils.mapLength(l.skin.getComponentLayout("controlbar"))>0){D.layout=l.skin.getComponentLayout("controlbar")}var af;var Q;var ae;var E;var w="none";var h;var k;var ag;var g;var f;var z;var R={};var q=false;var c={};var ab;var j=false;var p;var d;var U=false;var G=false;var H;var Z=new a.html5.eventdispatcher();_utils.extend(this,Z);function K(){if(!ab){ab=l.skin.getSkinElement("controlbar","background");if(!ab){ab={width:0,height:0,src:null}}}return ab}function O(){ae=0;E=0;Q=0;if(!q){var ao={height:K().height,backgroundColor:D.backgroundcolor};af=document.createElement("div");af.id=l.id+"_jwplayer_controlbar";_css(af,ao)}var an=(l.skin.getSkinElement("controlbar","capLeft"));var am=(l.skin.getSkinElement("controlbar","capRight"));if(an){y("capLeft","left",false,af)}ac("background",af,{position:"absolute",height:K().height,left:(an?an.width:0),zIndex:0},"img");if(K().src){R.background.src=K().src}ac("elements",af,{position:"relative",height:K().height,zIndex:1});if(am){y("capRight","right",false,af)}}this.getDisplayElement=function(){return af};this.resize=function(ao,am){S();_utils.cancelAnimation(af);f=ao;z=am;if(G!=l.jwGetFullscreen()){G=l.jwGetFullscreen();if(!G){Y()}d=undefined}var an=x();J({id:l.id,duration:ag,position:k});v({id:l.id,bufferPercent:g});return an};this.show=function(){if(j){j=false;_show(af);V()}};this.hide=function(){if(!j){j=true;_hide(af);ad()}};function r(){var an=["timeSlider","volumeSlider","timeSliderRail","volumeSliderRail"];for(var ao in an){var am=an[ao];if(typeof R[am]!="undefined"){c[am]=_utils.getBoundingClientRect(R[am])}}}var e;function Y(am){if(j){return}clearTimeout(p);if(D.position==a.html5.view.positions.OVER||l.jwGetFullscreen()){switch(l.jwGetState()){case a.api.events.state.PAUSED:case a.api.events.state.IDLE:if(af&&af.style.opacity<1&&(!D.idlehide||_utils.exists(am))){e=false;setTimeout(function(){if(!e){W()}},100)}if(D.idlehide){p=setTimeout(function(){A()},2000)}break;default:e=true;if(am){W()}p=setTimeout(function(){A()},2000);break}}else{W()}}function A(){if(!j){ad();if(af.style.opacity==1){_utils.cancelAnimation(af);_utils.fadeTo(af,0,0.1,1,0)}}}function W(){if(!j){V();if(af.style.opacity==0){_utils.cancelAnimation(af);_utils.fadeTo(af,1,0.1,0,0)}}}function I(am){return function(){if(U&&d!=am){d=am;Z.sendEvent(am,{component:"controlbar",boundingRect:P()})}}}var V=I(a.api.events.JWPLAYER_COMPONENT_SHOW);var ad=I(a.api.events.JWPLAYER_COMPONENT_HIDE);function P(){if(D.position==a.html5.view.positions.OVER||l.jwGetFullscreen()){return _utils.getDimensions(af)}else{return{x:0,y:0,width:0,height:0}}}function ac(aq,ap,ao,am){var an;if(!q){if(!am){am="div"}an=document.createElement(am);R[aq]=an;an.id=af.id+"_"+aq;ap.appendChild(an)}else{an=document.getElementById(af.id+"_"+aq)}if(_utils.exists(ao)){_css(an,ao)}return an}function N(){if(l.jwGetHeight()<=40){D.layout=_utils.clone(D.layout);for(var am=0;am0||ap.indexOf("divider")===0){var ar={height:"100%",position:aq?aq:"relative",display:"block","float":"left",styleFloat:"left",cssFloat:"left"};if((ap.indexOf("next")===0||ap.indexOf("prev")===0)&&(l.jwGetPlaylist().length<2||D.hideplaylistcontrols.toString()=="true")){if(D.forcenextprev.toString()!="true"){an=false;ar.display="none"}}var ax;if(ap.indexOf("Text")>0){ap.innerhtml="00:00";ar.font=D.fontsize+"px/"+(K().height+1)+"px "+D.font;ar.color=D.fontcolor;ar.textAlign="center";ar.fontWeight=D.fontweight;ar.fontStyle=D.fontstyle;ar.cursor="default";if(ao){ar.background="url("+ao.src+") no-repeat center";ar.backgroundSize="100% "+K().height+"px"}ar.padding="0 5px"}else{if(ap.indexOf("divider")===0){if(am){if(!isNaN(parseInt(am))){ax=parseInt(am)}}else{if(ao){var au=l.skin.getSkinElement("controlbar",ao);if(au){ar.background="url("+au.src+") repeat-x center left";ax=au.width}}else{ar.background="url("+l.skin.getSkinElement("controlbar","divider").src+") repeat-x center left";ax=l.skin.getSkinElement("controlbar","divider").width}}}else{ar.background="url("+l.skin.getSkinElement("controlbar",ap).src+") repeat-x center left";ax=l.skin.getSkinElement("controlbar",ap).width}}if(at=="left"){if(an){ae+=ax}}else{if(at=="right"){if(an){E+=ax}}}if(_utils.typeOf(aw)=="undefined"){aw=R.elements}ar.width=ax;if(q){_css(R[ap],ar)}else{var av=ac(ap,aw,ar);if(_utils.exists(l.skin.getSkinElement("controlbar",ap+"Over"))){av.onmouseover=function(ay){av.style.backgroundImage=["url(",l.skin.getSkinElement("controlbar",ap+"Over").src,")"].join("")};av.onmouseout=function(ay){av.style.backgroundImage=["url(",l.skin.getSkinElement("controlbar",ap).src,")"].join("")}}if(ap.indexOf("divider")==0){av.setAttribute("class","divider")}av.innerHTML=" "}}}function F(){l.jwAddEventListener(a.api.events.JWPLAYER_PLAYLIST_LOADED,B);l.jwAddEventListener(a.api.events.JWPLAYER_PLAYLIST_ITEM,t);l.jwAddEventListener(a.api.events.JWPLAYER_MEDIA_BUFFER,v);l.jwAddEventListener(a.api.events.JWPLAYER_PLAYER_STATE,s);l.jwAddEventListener(a.api.events.JWPLAYER_MEDIA_TIME,J);l.jwAddEventListener(a.api.events.JWPLAYER_MEDIA_MUTE,ak);l.jwAddEventListener(a.api.events.JWPLAYER_MEDIA_VOLUME,n);l.jwAddEventListener(a.api.events.JWPLAYER_MEDIA_COMPLETE,M)}function B(){if(!D.hideplaylistcontrols){if(l.jwGetPlaylist().length>1||D.forcenextprev.toString()=="true"){_show(R.nextButton);_show(R.prevButton)}else{_hide(R.nextButton);_hide(R.prevButton)}x();ah()}}function t(am){ag=l.jwGetPlaylist()[am.index].duration;J({id:l.id,duration:ag,position:0});v({id:l.id,bufferProgress:0})}function ah(){J({id:l.id,duration:l.jwGetDuration(),position:0});v({id:l.id,bufferProgress:0});ak({id:l.id,mute:l.jwGetMute()});s({id:l.id,newstate:a.api.events.state.IDLE});n({id:l.id,volume:l.jwGetVolume()})}function T(ao,ap,an){if(q){return}if(_utils.exists(l.skin.getSkinElement("controlbar",ao))){var am=R[ao];if(_utils.exists(am)){_css(am,{cursor:"pointer"});if(ap=="fullscreen"){am.onmouseup=function(aq){aq.stopPropagation();l.jwSetFullscreen(!l.jwGetFullscreen())}}else{am.onmouseup=function(aq){aq.stopPropagation();if(_utils.exists(an)){l[ap](an)}else{l[ap]()}}}}}}function aa(am){if(q){return}var an=R[am+"Slider"];_css(R.elements,{cursor:"pointer"});_css(an,{cursor:"pointer"});an.onmousedown=function(ao){w=am};an.onmouseup=function(ao){ao.stopPropagation();aj(ao.pageX)};an.onmousemove=function(ao){if(w=="time"){h=true;var ap=ao.pageX-c[am+"Slider"].left-window.pageXOffset;_css(R[w+"SliderThumb"],{left:ap})}}}function aj(an){h=false;var am;if(w=="time"){am=an-c.timeSliderRail.left+window.pageXOffset;var ap=am/c.timeSliderRail.width*ag;if(ap<0){ap=0}else{if(ap>ag){ap=ag-3}}if(l.jwGetState()==a.api.events.state.PAUSED||l.jwGetState()==a.api.events.state.IDLE){l.jwPlay()}l.jwSeek(ap)}else{if(w=="volume"){am=an-c.volumeSliderRail.left-window.pageXOffset;var ao=Math.round(am/c.volumeSliderRail.width*100);if(ao<10){ao=0}else{if(ao>100){ao=100}}if(l.jwGetMute()){l.jwSetMute(false)}l.jwSetVolume(ao)}}w="none"}function v(an){if(_utils.exists(an.bufferPercent)){g=an.bufferPercent}if(c.timeSliderRail){var ap=l.skin.getSkinElement("controlbar","timeSliderCapLeft");var ao=c.timeSliderRail.width;var am=isNaN(Math.round(ao*g/100))?0:Math.round(ao*g/100);_css(R.timeSliderBuffer,{width:am,left:ap?ap.width:0})}}function ak(am){if(am.mute){_hide(R.muteButton);_show(R.unmuteButton);_hide(R.volumeSliderProgress)}else{_show(R.muteButton);_hide(R.unmuteButton);_show(R.volumeSliderProgress)}}function s(am){if(am.newstate==a.api.events.state.BUFFERING||am.newstate==a.api.events.state.PLAYING){_show(R.pauseButton);_hide(R.playButton)}else{_hide(R.pauseButton);_show(R.playButton)}Y();if(am.newstate==a.api.events.state.IDLE){_hide(R.timeSliderBuffer);_hide(R.timeSliderProgress);_hide(R.timeSliderThumb);J({id:l.id,duration:l.jwGetDuration(),position:0})}else{_show(R.timeSliderBuffer);if(am.newstate!=a.api.events.state.BUFFERING){_show(R.timeSliderProgress);_show(R.timeSliderThumb)}}}function M(am){v({bufferPercent:0});J(_utils.extend(am,{position:0,duration:ag}))}function J(aq){if(_utils.exists(aq.position)){k=aq.position}var am=false;if(_utils.exists(aq.duration)&&aq.duration!=ag){ag=aq.duration;am=true}var ao=(k===ag===0)?0:k/ag;var at=c.timeSliderRail;if(at){var an=isNaN(Math.round(at.width*ao))?0:Math.round(at.width*ao);var ar=l.skin.getSkinElement("controlbar","timeSliderCapLeft");var ap=an+(ar?ar.width:0);if(R.timeSliderProgress){_css(R.timeSliderProgress,{width:an,left:ar?ar.width:0});if(!h){if(R.timeSliderThumb){R.timeSliderThumb.style.left=ap+"px"}}}}if(R.durationText){R.durationText.innerHTML=_utils.timeFormat(ag)}if(R.elapsedText){R.elapsedText.innerHTML=_utils.timeFormat(k)}if(am){x()}}function o(){var am=R.elements.childNodes;var ar,ap;for(var ao=0;ao0?l.id.replace("_instream",""):l.id);H=document.getElementById(an);H.addEventListener("mousemove",Y)}catch(am){_utils.log("Could not add mouse listeners to controlbar: "+am)}}function u(){O();N();r();q=true;F();D.idlehide=(D.idlehide.toString().toLowerCase()=="true");if(D.position==a.html5.view.positions.OVER&&D.idlehide){af.style.opacity=0;U=true}else{af.style.opacity=1;setTimeout((function(){U=true;V()}),1)}S();ah()}u();return this}})(jwplayer);(function(b){var a=["width","height","state","playlist","item","position","buffer","duration","volume","mute","fullscreen"];var c=b.utils;b.html5.controller=function(o,K,f,h){var n=o,m=f,j=h,y=K,M=true,G=-1,A=false,d=false,P,C=[],q=false;var D=(c.exists(m.config.debug)&&(m.config.debug.toString().toLowerCase()=="console")),N=new b.html5.eventdispatcher(y.id,D);c.extend(this,N);function L(T){if(q){N.sendEvent(T.type,T)}else{C.push(T)}}function s(T){if(!q){q=true;N.sendEvent(b.api.events.JWPLAYER_READY,T);if(b.utils.exists(window.playerReady)){playerReady(T)}if(b.utils.exists(window[f.config.playerReady])){window[f.config.playerReady](T)}while(C.length>0){var V=C.shift();N.sendEvent(V.type,V)}if(f.config.autostart&&!b.utils.isIOS()){O()}while(x.length>0){var U=x.shift();B(U.method,U.arguments)}}}m.addGlobalListener(L);m.addEventListener(b.api.events.JWPLAYER_MEDIA_BUFFER_FULL,function(){m.getMedia().play()});m.addEventListener(b.api.events.JWPLAYER_MEDIA_TIME,function(T){if(T.position>=m.playlist[m.item].start&&G>=0){m.playlist[m.item].start=G;G=-1}});m.addEventListener(b.api.events.JWPLAYER_MEDIA_COMPLETE,function(T){setTimeout(E,25)});m.addEventListener(b.api.events.JWPLAYER_PLAYLIST_LOADED,O);m.addEventListener(b.api.events.JWPLAYER_FULLSCREEN,p);function F(){try{P=F;if(!A){A=true;N.sendEvent(b.api.events.JWPLAYER_MEDIA_BEFOREPLAY);A=false;if(d){d=false;P=null;return}}v(m.item);if(m.playlist[m.item].levels[0].file.length>0){if(M||m.state==b.api.events.state.IDLE){m.getMedia().load(m.playlist[m.item]);M=false}else{if(m.state==b.api.events.state.PAUSED){m.getMedia().play()}}}return true}catch(T){N.sendEvent(b.api.events.JWPLAYER_ERROR,T);P=null}return false}function e(){try{if(m.playlist[m.item].levels[0].file.length>0){switch(m.state){case b.api.events.state.PLAYING:case b.api.events.state.BUFFERING:if(m.getMedia()){m.getMedia().pause()}break;default:if(A){d=true}}}return true}catch(T){N.sendEvent(b.api.events.JWPLAYER_ERROR,T)}return false}function z(T){try{if(m.playlist[m.item].levels[0].file.length>0){if(typeof T!="number"){T=parseFloat(T)}switch(m.state){case b.api.events.state.IDLE:if(G<0){G=m.playlist[m.item].start;m.playlist[m.item].start=T}if(!A){F()}break;case b.api.events.state.PLAYING:case b.api.events.state.PAUSED:case b.api.events.state.BUFFERING:m.seek(T);break}}return true}catch(U){N.sendEvent(b.api.events.JWPLAYER_ERROR,U)}return false}function w(T){P=null;if(!c.exists(T)){T=true}try{if((m.state!=b.api.events.state.IDLE||T)&&m.getMedia()){m.getMedia().stop(T)}if(A){d=true}return true}catch(U){N.sendEvent(b.api.events.JWPLAYER_ERROR,U)}return false}function k(){try{if(m.playlist[m.item].levels[0].file.length>0){if(m.config.shuffle){v(S())}else{if(m.item+1==m.playlist.length){v(0)}else{v(m.item+1)}}}if(m.state!=b.api.events.state.IDLE){var U=m.state;m.state=b.api.events.state.IDLE;N.sendEvent(b.api.events.JWPLAYER_PLAYER_STATE,{oldstate:U,newstate:b.api.events.state.IDLE})}F();return true}catch(T){N.sendEvent(b.api.events.JWPLAYER_ERROR,T)}return false}function I(){try{if(m.playlist[m.item].levels[0].file.length>0){if(m.config.shuffle){v(S())}else{if(m.item===0){v(m.playlist.length-1)}else{v(m.item-1)}}}if(m.state!=b.api.events.state.IDLE){var U=m.state;m.state=b.api.events.state.IDLE;N.sendEvent(b.api.events.JWPLAYER_PLAYER_STATE,{oldstate:U,newstate:b.api.events.state.IDLE})}F();return true}catch(T){N.sendEvent(b.api.events.JWPLAYER_ERROR,T)}return false}function S(){var T=null;if(m.playlist.length>1){while(!c.exists(T)){T=Math.floor(Math.random()*m.playlist.length);if(T==m.item){T=null}}}else{T=0}return T}function H(U){if(!m.playlist||!m.playlist[U]){return false}try{if(m.playlist[U].levels[0].file.length>0){var V=m.state;if(V!==b.api.events.state.IDLE){if(m.playlist[m.item]&&m.playlist[m.item].provider==m.playlist[U].provider){w(false)}else{w()}}v(U);F()}return true}catch(T){N.sendEvent(b.api.events.JWPLAYER_ERROR,T)}return false}function v(T){if(!m.playlist[T]){return}m.setActiveMediaProvider(m.playlist[T]);if(m.item!=T){m.item=T;M=true;N.sendEvent(b.api.events.JWPLAYER_PLAYLIST_ITEM,{index:T})}}function g(U){try{v(m.item);var V=m.getMedia();switch(typeof(U)){case"number":V.volume(U);break;case"string":V.volume(parseInt(U,10));break}m.setVolume(U);return true}catch(T){N.sendEvent(b.api.events.JWPLAYER_ERROR,T)}return false}function r(U){try{v(m.item);var V=m.getMedia();if(typeof U=="undefined"){V.mute(!m.mute);m.setMute(!m.mute)}else{if(U.toString().toLowerCase()=="true"){V.mute(true);m.setMute(true)}else{V.mute(false);m.setMute(false)}}return true}catch(T){N.sendEvent(b.api.events.JWPLAYER_ERROR,T)}return false}function J(U,T){try{m.width=U;m.height=T;j.resize(U,T);N.sendEvent(b.api.events.JWPLAYER_RESIZE,{width:m.width,height:m.height});return true}catch(V){N.sendEvent(b.api.events.JWPLAYER_ERROR,V)}return false}function u(U,V){try{if(typeof U=="undefined"){U=!m.fullscreen}if(typeof V=="undefined"){V=true}if(U!=m.fullscreen){m.fullscreen=(U.toString().toLowerCase()=="true");j.fullscreen(m.fullscreen);if(V){N.sendEvent(b.api.events.JWPLAYER_FULLSCREEN,{fullscreen:m.fullscreen})}N.sendEvent(b.api.events.JWPLAYER_RESIZE,{width:m.width,height:m.height})}return true}catch(T){N.sendEvent(b.api.events.JWPLAYER_ERROR,T)}return false}function R(T){try{w();if(A){d=false}m.loadPlaylist(T);if(m.playlist[m.item].provider){v(m.item);if(m.config.autostart.toString().toLowerCase()=="true"&&!c.isIOS()&&!A){F()}return true}else{return false}}catch(U){N.sendEvent(b.api.events.JWPLAYER_ERROR,U)}return false}function O(T){if(!c.isIOS()){v(m.item);if(m.config.autostart.toString().toLowerCase()=="true"&&!c.isIOS()){F()}}}function p(T){u(T.fullscreen,false)}function t(){try{return m.getMedia().detachMedia()}catch(T){return null}}function l(){try{var T=m.getMedia().attachMedia();if(typeof P=="function"){P()}}catch(U){return null}}b.html5.controller.repeatoptions={LIST:"LIST",ALWAYS:"ALWAYS",SINGLE:"SINGLE",NONE:"NONE"};function E(){if(m.state!=b.api.events.state.IDLE){return}P=E;switch(m.config.repeat.toUpperCase()){case b.html5.controller.repeatoptions.SINGLE:F();break;case b.html5.controller.repeatoptions.ALWAYS:if(m.item==m.playlist.length-1&&!m.config.shuffle){H(0)}else{k()}break;case b.html5.controller.repeatoptions.LIST:if(m.item==m.playlist.length-1&&!m.config.shuffle){w();v(0)}else{k()}break;default:w();break}}var x=[];function Q(T){return function(){if(q){B(T,arguments)}else{x.push({method:T,arguments:arguments})}}}function B(V,U){var T=[];for(i=0;i
    ";else if(g.plugin.debug)throw Error("Did not receive data from server."); +},false)};return{_setup:function(f){var h=f.containerid=g.guid(),p=d[h]=document.createElement("div"),o=a[h]=document.getElementById(f.target);if(!o&&g.plugin.debug)throw Error("Target container could not be found.");p.style.display="none";p.innerHTML="";o.appendChild(p);b[h]={htmlString:f.playlist||"Unknown Source"||f.album||"Unknown Source"};c(f)},start:function(f,h){var p=h.containerid,o=d[p];o.innerHTML=b[p].htmlString;o.style.display="inline"},end:function(f,h){container=d[h.containerid];container.style.display= +"none";container.innerHTML=""},_teardown:function(f){f=f.containerid;var h=a[f];b[f]&&delete b[f];h&&h.removeChild(d[f]);delete a[f];delete d[f]}}}(),{manifest:{about:{name:"Popcorn Rdio Plugin",version:"0.1",author:"Denise Rigato"},options:{start:{elem:"input",type:"text",label:"In"},end:{elem:"input",type:"text",label:"Out"},target:"rdio",artist:{elem:"input",type:"text",label:"Artist"},album:{elem:"input",type:"text",label:"Album"},person:{elem:"input",type:"text",label:"Person"},id:{elem:"input", +type:"text",label:"Id"},playlist:{elem:"input",type:"text",label:"Playlist"}}}})})(Popcorn);(function(g){var b=0,d=function(a,c){var f=a.container=document.createElement("div"),h=f.style,p=a.media,o=function(){var l=a.position();h.fontSize="18px";h.width=p.offsetWidth+"px";h.top=l.top+p.offsetHeight-f.offsetHeight-40+"px";h.left=l.left+"px";setTimeout(o,10)};f.id=c||g.guid();h.position="absolute";h.color="white";h.textShadow="black 2px 2px 6px";h.fontWeight="bold";h.textAlign="center";o();a.media.parentNode.appendChild(f);return f};g.plugin("subtitle",{manifest:{about:{name:"Popcorn Subtitle Plugin", +version:"0.1",author:"Scott Downe",website:"http://scottdowne.wordpress.com/"},options:{start:{elem:"input",type:"text",label:"In"},end:{elem:"input",type:"text",label:"Out"},target:"subtitle-container",text:{elem:"input",type:"text",label:"Text"}}},_setup:function(a){var c=document.createElement("div");c.id="subtitle-"+b++;c.style.display="none";!this.container&&(!a.target||a.target==="subtitle-container")&&d(this);a.container=a.target&&a.target!=="subtitle-container"?document.getElementById(a.target)|| +d(this,a.target):this.container;document.getElementById(a.container.id)&&document.getElementById(a.container.id).appendChild(c);a.innerContainer=c;a.showSubtitle=function(){a.innerContainer.innerHTML=a.text||""}},start:function(a,c){c.innerContainer.style.display="inline";c.showSubtitle(c,c.text)},end:function(a,c){c.innerContainer.style.display="none";c.innerContainer.innerHTML=""},_teardown:function(a){a.container.removeChild(a.innerContainer)}})})(Popcorn);(function(g){var b=[],d=function(){this.name="";this.contains={};this.toString=function(){var a=[],c;for(c in this.contains)this.contains.hasOwnProperty(c)&&a.push(" "+this.contains[c]);return a.toString()}};g.plugin("tagthisperson",function(){return{_setup:function(a){var c=false;if(!document.getElementById(a.target)&&g.plugin.debug)throw Error("target container doesn't exist");for(var f=0;f ":"";c._p.contains[c.person]+=c.href?" "+c.person+"":c.person;document.getElementById(c.target).innerHTML=c._p.toString()},end:function(a,c){delete c._p.contains[c.person];document.getElementById(c.target).innerHTML=c._p.toString()}}}(),{about:{name:"Popcorn tagthisperson Plugin",version:"0.1",author:"@annasob",website:"annasob.wordpress.com"},options:{start:{elem:"input",type:"text", +label:"In"},end:{elem:"input",type:"text",label:"Out"},target:"tagthisperson-container",person:{elem:"input",type:"text",label:"Name"},image:{elem:"input",type:"url",label:"Image Src",optional:true},href:{elem:"input",type:"url",label:"URL",optional:true}}})})(Popcorn);(function(g){var b=false;g.plugin("twitter",{manifest:{about:{name:"Popcorn Twitter Plugin",version:"0.1",author:"Scott Downe",website:"http://scottdowne.wordpress.com/"},options:{start:{elem:"input",type:"number",label:"In"},end:{elem:"input",type:"number",label:"Out"},src:{elem:"input",type:"text",label:"Source"},target:"twitter-container",height:{elem:"input",type:"number",label:"Height",optional:true},width:{elem:"input",type:"number",label:"Width",optional:true}}},_setup:function(d){if(!window.TWTR&& +!b){b=true;g.getScript("//widgets.twimg.com/j/2/widget.js")}var a=document.getElementById(d.target);d.container=document.createElement("div");d.container.setAttribute("id",g.guid());d.container.style.display="none";if(!a&&g.plugin.debug)throw Error("target container doesn't exist");a&&a.appendChild(d.container);var c=d.src||"";a=d.width||250;var f=d.height||200,h=/^@/.test(c),p={version:2,id:d.container.getAttribute("id"),rpp:30,width:a,height:f,interval:6E3,theme:{shell:{background:"#ffffff",color:"#000000"}, +tweets:{background:"#ffffff",color:"#444444",links:"#1985b5"}},features:{loop:true,timestamp:true,avatars:true,hashtags:true,toptweets:true,live:true,scrollbar:false,behavior:"default"}},o=function(l){if(window.TWTR)if(h){p.type="profile";(new TWTR.Widget(p)).render().setUser(c).start()}else{p.type="search";p.search=c;p.subject=c;(new TWTR.Widget(p)).render().start()}else setTimeout(function(){o(l)},1)};o(this)},start:function(d,a){a.container.style.display="inline"},end:function(d,a){a.container.style.display= +"none"},_teardown:function(d){document.getElementById(d.target)&&document.getElementById(d.target).removeChild(d.container)}})})(Popcorn);(function(g){g.plugin("webpage",{manifest:{about:{name:"Popcorn Webpage Plugin",version:"0.1",author:"@annasob",website:"annasob.wordpress.com"},options:{id:{elem:"input",type:"text",label:"Id",optional:true},start:{elem:"input",type:"text",label:"In"},end:{elem:"input",type:"text",label:"Out"},src:{elem:"input",type:"url",label:"Src"},target:"iframe-container"}},_setup:function(b){var d=document.getElementById(b.target);b.src=b.src.replace(/^(https?:)?(\/\/)?/,"//");b._iframe=document.createElement("iframe"); +b._iframe.setAttribute("width","100%");b._iframe.setAttribute("height","100%");b._iframe.id=b.id;b._iframe.src=b.src;b._iframe.style.display="none";if(!d&&g.plugin.debug)throw Error("target container doesn't exist");d&&d.appendChild(b._iframe)},start:function(b,d){d._iframe.src=d.src;d._iframe.style.display="inline"},end:function(b,d){d._iframe.style.display="none"},_teardown:function(b){document.getElementById(b.target)&&document.getElementById(b.target).removeChild(b._iframe)}})})(Popcorn);var wikiCallback; +(function(g){g.plugin("wikipedia",{manifest:{about:{name:"Popcorn Wikipedia Plugin",version:"0.1",author:"@annasob",website:"annasob.wordpress.com"},options:{start:{elem:"input",type:"text",label:"In"},end:{elem:"input",type:"text",label:"Out"},lang:{elem:"input",type:"text",label:"Language",optional:true},src:{elem:"input",type:"url",label:"Src"},title:{elem:"input",type:"text",label:"Title",optional:true},numberofwords:{elem:"input",type:"text",label:"Num Of Words",optional:true},target:"wikipedia-container"}}, +_setup:function(b){var d,a=g.guid();if(!b.lang)b.lang="en";b.numberofwords=b.numberofwords||200;window["wikiCallback"+a]=function(c){b._link=document.createElement("a");b._link.setAttribute("href",b.src);b._link.setAttribute("target","_blank");b._link.innerHTML=b.title||c.parse.displaytitle;b._desc=document.createElement("p");d=c.parse.text["*"].substr(c.parse.text["*"].indexOf("

    "));d=d.replace(/((<(.|\n)+?>)|(\((.*?)\) )|(\[(.*?)\]))/g,"");d=d.split(" ");b._desc.innerHTML=d.slice(0,d.length>= +b.numberofwords?b.numberofwords:d.length).join(" ")+" ...";b._fired=true};if(b.src)g.getScript("//"+b.lang+".wikipedia.org/w/api.php?action=parse&props=text&page="+b.src.slice(b.src.lastIndexOf("/")+1)+"&format=json&callback=wikiCallback"+a);else if(g.plugin.debug)throw Error("Wikipedia plugin needs a 'src'");},start:function(b,d){var a=function(){if(d._fired){if(d._link&&d._desc)if(document.getElementById(d.target)){document.getElementById(d.target).appendChild(d._link);document.getElementById(d.target).appendChild(d._desc); +d._added=true}}else setTimeout(function(){a()},13)};a()},end:function(b,d){if(d._added){document.getElementById(d.target).removeChild(d._link);document.getElementById(d.target).removeChild(d._desc)}},_teardown:function(b){if(b._added){b._link.parentNode&&document.getElementById(b.target).removeChild(b._link);b._desc.parentNode&&document.getElementById(b.target).removeChild(b._desc);delete b.target}}})})(Popcorn);(function(g){var b={text:function(d){var a=d.post,c=document.createElement("a"),f=document.createTextNode(a.title),h=document.createElement("div");c.setAttribute("href",a.post_url);c.appendChild(f);h.appendChild(c);h.innerHTML+=a.body;d._container.appendChild(h)},photo:function(d){for(var a=d.width||250,c=-1,f=[d.post.photos.length],h=[d.post.photos.length],p=document.createElement("div"),o=document.createElement("img"),l=d.post,i=0,r=l.photos.length;i";o.setAttribute("src",h[a]);o.setAttribute("alt","Pic"+a);p.appendChild(o);p.innerHTML+="
    "}p.innerHTML+="
    "+l.caption;d._container.appendChild(p)},audio:function(d){var a= +document.createElement("div"),c=document.createElement("a"),f=d.post;if(f.artist){var h=document.createElement("img");a.innerHTML+="Artist: "+f.artist+"
    ";c.setAttribute("href",f.source_url);h.setAttribute("src",f.album_art);h.setAttribute("alt",f.album);c.appendChild(h);a.appendChild(c);a.innerHTML+="


    "+f.track_number+" - "+f.track_name+"
    "}else{h=document.createTextNode(f.source_title);c.setAttribute("href",f.source_url);c.appendChild(h);a.appendChild(c);a.innerHTML+="
    "}a.innerHTML+= +f.player+" "+f.plays+"plays
    "+f.caption;d._container.appendChild(a)},video:function(d){for(var a=d.width||400,c=-1,f=d.post,h=document.createElement("div"),p,o=0,l=f.player.length;o"+f.caption;d._container.appendChild(h)}, +chat:function(d){var a=d.post,c,f=document.createElement("div");f.innerHTML+=""+a.title+"

    ";for(var h=0,p=a.dialogue.length;h"}d._container.appendChild(f)},quote:function(d){var a=document.createElement("div"),c=document.createElement("a"),f=d.post,h=document.createTextNode(f.text);c.setAttribute("href",f.post_url);c.appendChild(h);a.appendChild(c);a.innerHTML+="

    Source: "+f.source+""; +d._container.appendChild(a)},link:function(d){var a=document.createElement("div"),c=document.createElement("a"),f=d.post,h=document.createTextNode(f.title);c.setAttribute("href",f.post_url);c.appendChild(h);a.appendChild(c);a.innerHTML+="
    "+f.description;d._container.appendChild(a)},answer:function(d){var a=document.createElement("div"),c=document.createElement("a"),f=d.post,h=document.createTextNode(f.asking_name);a.innerHTML="Inquirer: ";c.setAttribute("href",f.asking_url);c.appendChild(h); +a.appendChild(c);a.innerHTML+="

    Question: "+f.question+"
    Answer: "+f.answer;d._container.appendChild(a)}};g.plugin("tumblr",{manifest:{about:{name:"Popcorn Tumblr Plugin",version:"0.1",author:"Matthew Schranz, @mjschranz",website:"mschranz.wordpress.com"},options:{requestType:{elem:"select",options:["INFO","AVATAR","BLOGPOST"],label:"Type_Of_Plugin"},target:"tumblr-container",start:{elem:"input",type:"number",label:"Start_Time"},end:{elem:"input",type:"number",label:"End_Time"},base_hostname:{elem:"input", +type:"text",label:"User_Name"},api_key:{elem:"input",type:"text",label:"Application_Key",optional:true},size:{elem:"select",options:[16,24,30,40,48,64,96,128,512],label:"avatarSize",optional:true},blogId:{elem:"input",type:"number",label:"Blog_ID",optional:true},width:{elem:"input",type:"number",label:"Photo_Width",optional:true}}},_setup:function(d){var a=document.getElementById(d.target),c,f,h=this;d.requestType=d.requestType.toLowerCase();(!d.base_hostname||!d.api_key&&(d.requestType==="info"|| +d.requestType==="blogpost"))&&g.error("Must provide a blog URL to the plugin and an api_key for Blog Info and Blog Post requests.");!(["info","avatar","blogpost"].indexOf(d.requestType)>-1)&&g.error("Invalid tumblr plugin type.");d.requestType==="blogpost"&&d.blogId===undefined&&g.error("Error. BlogId required for blogpost requests");!a&&g.plugin.debug&&g.error("Target Tumblr container doesn't exist.");c=d.base_hostname.slice(d.base_hostname.indexOf("/")+2,d.base_hostname.length);f=d.base_hostname.slice(0, +d.base_hostname.indexOf("/")+2);c=f==="http://"||f==="https://"?c:d.base_hostname;if(c.indexOf("/")>-1)c=c.slice(0,c.indexOf("/"));d.base_hostname=c;d._container=document.createElement("div");d._container.id="tumblrdiv-"+g.guid();if(d.requestType==="avatar")d._container.innerHTML="BlogAvatar";else{c=d.requestType==="blogpost"?"posts":"info";c="http://api.tumblr.com/v2/blog/"+d.base_hostname+"/"+c+"?api_key="+d.api_key+ +"&id="+d.blogId+"&jsonp=tumblrCallBack";this.listen("tumblrError",function(p){g.error(p)});g.getJSONP(c,function(p){if(p.meta.msg==="OK"){var o=document.createElement("div");if(d.requestType==="blogpost"){d.post=p.response.posts[0];var l=d.post.type;p=d.post.tags;o.innerHTML="Date Published: "+d.post.date.slice(0,d.post.date.indexOf(" "))+"
    ";if(p.length!==0){o.innerHTML+="Tags: "+p[0];for(var i=1,r=p.length;iapikey";if(!a&&g.plugin.debug)throw"target container doesn't exist";a&&a.appendChild(b._container)}if(!a&& +g.plugin.debug)throw Error("target container doesn't exist");a&&a.appendChild(b._container);b._container.style.display="none"},start:function(b,d){d._container.style.display="block"},end:function(b,d){d._container.style.display="none"},_teardown:function(b){var d=document.getElementById(b.target);d&&d.removeChild(b._container)}})})(Popcorn);(function(g){g.plugin("mustache",function(b){var d,a,c,f;g.getScript("http://mustache.github.com/extras/mustache.js");var h=!!b.dynamic,p=typeof b.template,o=typeof b.data,l=document.getElementById(b.target);if(!l&&g.plugin.debug)throw Error("target container doesn't exist");b.container=l||document.createElement("div");if(p==="function")if(h)c=b.template;else f=b.template(b);else if(p==="string")f=b.template;else if(g.plugin.debug)throw Error("Mustache Plugin Error: options.template must be a String or a Function."); +else f="";if(o==="function")if(h)d=b.data;else a=b.data(b);else if(o==="string")a=JSON.parse(b.data);else if(o==="object")a=b.data;else if(g.plugin.debug)throw Error("Mustache Plugin Error: options.data must be a String, Object, or Function.");else a="";return{start:function(i,r){var k=function(){if(window.Mustache){if(d)a=d(r);if(c)f=c(r);var j=Mustache.to_html(f,a).replace(/^\s*/mg,"");r.container.innerHTML=j}else setTimeout(function(){k()},10)};k()},end:function(i,r){r.container.innerHTML=""}, +_teardown:function(){d=a=c=f=null}}},{about:{name:"Popcorn Mustache Plugin",version:"0.1",author:"David Humphrey (@humphd)",website:"http://vocamus.net/dave"},options:{start:{elem:"input",type:"text",label:"In"},end:{elem:"input",type:"text",label:"Out"},target:"mustache-container",template:{elem:"input",type:"text",label:"Template"},data:{elem:"input",type:"text",label:"Data"},dynamic:{elem:"input",type:"text",label:"Dynamic",optional:true}}})})(Popcorn);(function(g){function b(a,c){if(a.map)a.map.div.style.display=c;else setTimeout(function(){b(a,c)},10)}var d=1;g.plugin("openmap",function(a){var c,f,h,p,o,l,i,r,k=document.getElementById(a.target);c=document.createElement("div");c.id="openmapdiv"+d;c.style.width="100%";c.style.height="100%";d++;if(!k&&g.plugin.debug)throw Error("target container doesn't exist");k&&k.appendChild(c);r=function(){if(window.OpenLayers){if(a.location){location=new OpenLayers.LonLat(0,0);g.getJSONP("//tinygeocoder.com/create-api.php?q="+ +a.location+"&callback=jsonp",function(v){f=new OpenLayers.LonLat(v[1],v[0]);a.map.setCenter(f)})}else f=new OpenLayers.LonLat(a.lng,a.lat);a.type=a.type||"ROADMAP";if(a.type==="SATELLITE"){a.map=new OpenLayers.Map({div:c,maxResolution:0.28125,tileSize:new OpenLayers.Size(512,512)});var j=new OpenLayers.Layer.WorldWind("LANDSAT","//worldwind25.arc.nasa.gov/tile/tile.aspx",2.25,4,{T:"105"});a.map.addLayer(j);p=new OpenLayers.Projection("EPSG:4326");h=new OpenLayers.Projection("EPSG:4326")}else if(a.type=== +"TERRAIN"){p=new OpenLayers.Projection("EPSG:4326");h=new OpenLayers.Projection("EPSG:4326");a.map=new OpenLayers.Map({div:c,projection:h});j=new OpenLayers.Layer.WMS("USGS Terraserver","//terraserver-usa.org/ogcmap.ashx?",{layers:"DRG"});a.map.addLayer(j)}else{h=new OpenLayers.Projection("EPSG:900913");p=new OpenLayers.Projection("EPSG:4326");f=f.transform(p,h);a.map=new OpenLayers.Map({div:c,projection:h,displayProjection:p});j=new OpenLayers.Layer.OSM;a.map.addLayer(j)}if(a.map)a.map.div.style.display= +"none"}else setTimeout(function(){r()},50)};r();return{_setup:function(j){window.OpenLayers||g.getScript("//openlayers.org/api/OpenLayers.js");var v=function(){if(j.map){j.zoom=j.zoom||2;if(j.zoom&&typeof j.zoom!=="number")j.zoom=+j.zoom;j.map.setCenter(f,j.zoom);if(j.markers){var w=OpenLayers.Util.extend({},OpenLayers.Feature.Vector.style["default"]),n=function(u){clickedFeature=u.feature;if(clickedFeature.attributes.text){i=new OpenLayers.Popup.FramedCloud("featurePopup",clickedFeature.geometry.getBounds().getCenterLonLat(), +new OpenLayers.Size(120,250),clickedFeature.attributes.text,null,true,function(){l.unselect(this.feature)});clickedFeature.popup=i;i.feature=clickedFeature;j.map.addPopup(i)}},y=function(u){feature=u.feature;if(feature.popup){i.feature=null;j.map.removePopup(feature.popup);feature.popup.destroy();feature.popup=null}},C=function(u){g.getJSONP("//tinygeocoder.com/create-api.php?q="+u.location+"&callback=jsonp",function(x){x=(new OpenLayers.Geometry.Point(x[1],x[0])).transform(p,h);var A=OpenLayers.Util.extend({}, +w);if(!u.size||isNaN(u.size))u.size=14;A.pointRadius=u.size;A.graphicOpacity=1;A.externalGraphic=u.icon;x=new OpenLayers.Feature.Vector(x,null,A);if(u.text)x.attributes={text:u.text};o.addFeatures([x])})};o=new OpenLayers.Layer.Vector("Point Layer",{style:w});j.map.addLayer(o);for(var e=0,m=j.markers.length;e
    "+d.text+"
    "+d.innerHTML;return{start:function(p,o){c.style.display="block";if(o.direction==="down")f.scrollTop=f.scrollHeight},end:function(){c.style.display="none"},_teardown:function(){f&&c&&f.removeChild(c)&&!f.firstChild&&a.removeChild(f)}}},{about:{name:"Popcorn Timeline Plugin",version:"0.1",author:"David Seifried @dcseifried",website:"dseifried.wordpress.com"}, +options:{start:{elem:"input",type:"text",label:"In"},end:{elem:"input",type:"text",label:"Out"},target:"feed-container",title:{elem:"input",type:"text",label:"title"},text:{elem:"input",type:"text",label:"text"},innerHTML:{elem:"input",type:"text",label:"innerHTML",optional:true},direction:{elem:"input",type:"text",label:"direction",optional:true}}})})(Popcorn);(function(g,b){var d={};g.plugin("documentcloud",{manifest:{about:{name:"Popcorn Document Cloud Plugin",version:"0.1",author:"@humphd, @ChrisDeCairos",website:"http://vocamus.net/dave"},options:{start:{elem:"input",type:"text",label:"In"},end:{elem:"input",type:"text",label:"Out"},target:"documentcloud-container",width:{elem:"input",type:"text",label:"Width",optional:true},height:{elem:"input",type:"text",label:"Height",optional:true},src:{elem:"input",type:"text",label:"PDF URL"},preload:{elem:"input", +type:"boolean",label:"Preload",optional:true},page:{elem:"input",type:"number",label:"Page Number",optional:true},aid:{elem:"input",type:"number",label:"Annotation Id",optional:true}}},_setup:function(a){function c(){function i(u){a._key=u.api.getId();a._changeView=function(x){a.aid?x.pageSet.showAnnotation(x.api.getAnnotation(a.aid)):x.api.setCurrentPage(a.page)}}function r(){d[a._key]={num:1,id:a._containerId};h.loaded=true}h.loaded=false;var k=a.url.replace(/\.html$/,".js"),j=a.target,v=b.getElementById(j), +w=b.createElement("div"),n=g.position(v),y=a.width||n.width;n=a.height||n.height;var C=a.sidebar||true,e=a.text||true,m=a.pdf||true,q=a.showAnnotations||true,s=a.zoom||700,t=a.search||true;if(!function(u){var x=false;g.forEach(h.viewers,function(A){if(A.api.getSchema().canonicalURL===u){i(A);A=d[a._key];a._containerId=A.id;A.num+=1;x=true;h.loaded=true}});return x}(a.url)){w.id=a._containerId=g.guid(j);j="#"+w.id;v.appendChild(w);p.trigger("documentready");h.load(k,{width:y,height:n,sidebar:C,text:e, +pdf:m,showAnnotations:q,zoom:s,search:t,container:j,afterLoad:a.page||a.aid?function(u){i(u);a._changeView(u);w.style.visibility="hidden";u.elements.pages.hide();r()}:function(u){i(u);r();w.style.visibility="hidden";u.elements.pages.hide()}})}}function f(){window.DV.loaded?c():setTimeout(f,25)}var h=window.DV=window.DV||{},p=this;if(h.loading)f();else{h.loading=true;h.recordHit="//www.documentcloud.org/pixel.gif";var o=b.createElement("link"),l=b.getElementsByTagName("head")[0];o.rel="stylesheet"; +o.type="text/css";o.media="screen";o.href="//s3.documentcloud.org/viewer/viewer-datauri.css";l.appendChild(o);h.loaded=false;g.getScript("http://s3.documentcloud.org/viewer/viewer.js",function(){h.loading=false;c()})}},start:function(a,c){var f=b.getElementById(c._containerId),h=DV.viewers[c._key];(c.page||c.aid)&&h&&c._changeView(h);if(f&&h){f.style.visibility="visible";h.elements.pages.show()}},end:function(a,c){var f=b.getElementById(c._containerId);if(f&&DV.viewers[c._key]){f.style.visibility= +"hidden";DV.viewers[c._key].elements.pages.hide()}},_teardown:function(a){var c=b.getElementById(a._containerId);if((a=a._key)&&DV.viewers[a]&&--d[a].num===0){for(DV.viewers[a].api.unload();c.hasChildNodes();)c.removeChild(c.lastChild);c.parentNode.removeChild(c)}}})})(Popcorn,window.document);(function(g){g.parser("parseJSON","JSON",function(b){var d={title:"",remote:"",data:[]};g.forEach(b.data,function(a){d.data.push(a)});return d})})(Popcorn);(function(g){g.parser("parseSBV",function(b){var d={title:"",remote:"",data:[]},a=[],c=0,f=0,h=function(k){k=k.split(":");var j=k.length-1,v;try{v=parseInt(k[j-1],10)*60+parseFloat(k[j],10);if(j===2)v+=parseInt(k[0],10)*3600}catch(w){throw"Bad cue";}return v},p=function(k,j){var v={};v[k]=j;return v};b=b.text.split(/(?:\r\n|\r|\n)/gm);for(f=b.length;c");a.push(p("subtitle",o))}catch(r){for(;c< +f&&b[c];)c++}for(;c[\t ]*/);l.start=i(p[0]); +h=p[1].indexOf(" ");if(h!==-1)p[1]=p[1].substr(0,h);for(l.end=i(p[1]);c/g,">");l.text=l.text.replace(/<(\/?(font|b|u|i|s))((\s+(\w|\w[\w\-]*\w)(\s*=\s*(?:\".*?\"|'.*?'|[^'\">\s]+))?)+\s*|\s*)(\/?)>/gi,"<$1$3$7>");l.text=l.text.replace(/\\N/gi,"
    ");a.push(r("subtitle",l))}d.data=a;return d})})(Popcorn);(function(g){function b(c,f){var h=c.substr(10).split(","),p;p={start:d(h[f.start]),end:d(h[f.end])};if(p.start===-1||p.end===-1)throw"Invalid time";var o=k.call(i,/\{(\\[\w]+\(?([\w\d]+,?)+\)?)+\}/gi,""),l=o.replace,i;i=h.length;k=[];for(var r=f.text;r");return p}function d(c){var f=c.split(":");if(c.length!==10||f.length<3)return-1;return parseInt(f[0],10)*3600+parseInt(f[1],10)*60+parseFloat(f[2],10)}function a(c, +f){var h={};h[c]=f;return h}g.parser("parseSSA",function(c){var f={title:"",remote:"",data:[]},h=[],p=0,o;c=c.text.split(/(?:\r\n|\r|\n)/gm);for(o=c.length;p=2)return parseInt(r[0],10)*3600+parseInt(r[k-1],10)*60+parseFloat(r[k],10);for(r=l.length-1;r>=0;r--)if(l[r]<="9"&&l[r]>="0")break;r++;k=l.substr(r);i=i||0;if(k==="h")k=3600;else if(k==="m")k=60;else if(k==="s")k=1;else if(k==="ms")k=0.0010;else return-1;return parseFloat(l.substr(0,r))*k+i},p=function(l,i){var r={};r[l]=i;return r},o=function(l, +i){for(var r=l.firstChild,k;r;){if(r.nodeType===1)if(r.nodeName==="p"){k=r;var j=i,v={};v.text=k.textContent.replace(/^[\s]+|[\s]+$/gm,"").replace(/(?:\r\n|\r|\n)/gm,"
    ");v.id=k.getAttribute("xml:id")||k.getAttribute("id");v.start=h(k.getAttribute("begin"),j);v.end=h(k.getAttribute("end"),j);v.target=f;if(v.end<0){v.end=h(k.getAttribute("duration"),0);if(v.end>=0)v.end+=v.start;else v.end=Number.MAX_VALUE}k=v;d.data.push(p("subtitle",k));c++}else if(r.nodeName==="div"){k=h(r.getAttribute("begin")); +if(k<0)k=i;o(r,k)}r=r.nextSibling}};if(!b.xml||!b.xml.documentElement||!(a=b.xml.documentElement.firstChild))return d;for(;a.nodeName!=="body";)a=a.nextSibling;f="";o(a,0);return d})})(Popcorn);(function(g){g.parser("parseTTXT",function(b){var d={title:"",remote:"",data:[]},a=function(o){o=o.split(":");var l=0;try{return parseFloat(o[0],10)*60*60+parseFloat(o[1],10)*60+parseFloat(o[2],10)}catch(i){l=0}return l},c=function(o,l){var i={};i[o]=l;return i};b=b.xml.lastChild.lastChild;for(var f=Number.MAX_VALUE,h=[];b;){if(b.nodeType===1&&b.nodeName==="TextSample"){var p={};p.start=a(b.getAttribute("sampleTime"));p.text=b.getAttribute("text");if(p.text){p.end=f-0.0010;h.push(c("subtitle",p))}f= +p.start}b=b.previousSibling}d.data=h.reverse();return d})})(Popcorn);(function(g){function b(a){var c=a.split(":");a=a.length;var f;if(a!==12&&a!==9)throw"Bad cue";a=c.length-1;try{f=parseInt(c[a-1],10)*60+parseFloat(c[a],10);if(a===2)f+=parseInt(c[0],10)*3600}catch(h){throw"Bad cue";}return f}function d(a,c){var f={};f[a]=c;return f}g.parser("parseVTT",function(a){var c={title:"",remote:"",data:[]},f=[],h=0,p=0,o,l;a=a.text.split(/(?:\r\n|\r|\n)/gm);p=a.length;if(p===0||a[0]!=="WEBVTT")return c;for(h++;h")===-1)throw"Bad cue";i=r.replace(/--\>/," --\> ").split(/[\t ]+/);if(i.length<2)throw"Bad cue";k.id=r;k.start=b(i[0]);k.end=b(i[2]);for(l=k;h");f.push(d("subtitle",l))}catch(j){for(h=h;h'+l.user.name+" at "+function(i){var r=h(i/60);i=p(i%60);return r+"."+(i<10?"0":"")+i}(l.start)+" "+function(i){function r(k,j){return k+" "+j+(k>1?"s":"")+" ago"}i=((new Date).getTime()-i.getTime())/1E3;if(i< +60)return r(p(i),"second");i/=60;if(i<60)return r(p(i),"minute");i/=60;if(i<24)return r(p(i),"hour");i/=24;if(i<30)return r(p(i),"day");if(i<365)return r(p(i/30),"month");return r(p(i/365),"year")}(l.date)+"
    "+l.text+""}function c(l){if(b.swfobject&&b.soundcloud){var i={enable_api:true,object_id:l._playerId,url:l.src,show_comments:!l._options.api.key&&!l._options.api.commentdiv},r={id:l._playerId,name:l._playerId},k=document.createElement("div");k.setAttribute("id",l._playerId);l._container.appendChild(k); +swfobject.embedSWF("http://player.soundcloud.com/player.swf",l._playerId,l.offsetWidth,l.height,"9.0.0","expressInstall.swf",i,{allowscriptaccess:"always",wmode:"transparent"},r)}else setTimeout(function(){c(l)},15)}var f=Math.abs,h=Math.floor,p=Math.round,o={};g.soundcloud=function(l,i,r){g.getScript("http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js");g.getScript("http://popcornjs.org/code/players/soundcloud/lib/soundcloud.player.api.js",function(){var k=1;soundcloud.addEventListener("onPlayerReady", +function(j,v){var w=o[j.api_getFlashId()];w.swfObj=j;w.duration=j.api_getTrackDuration();w.currentTime=j.api_getTrackPosition();w.volume=w.previousVolume=j.api_getVolume()/100;w._mediaId=v.mediaId;w.dispatchEvent("load");w.dispatchEvent("canplay");w.dispatchEvent("durationchange");w.timeupdate()});soundcloud.addEventListener("onMediaStart",function(j){j=o[j.api_getFlashId()];j.played=1;j.dispatchEvent("playing")});soundcloud.addEventListener("onMediaPlay",function(j){if(k)k=0;else o[j.api_getFlashId()].dispatchEvent("play")}); +soundcloud.addEventListener("onMediaPause",function(j){o[j.api_getFlashId()].dispatchEvent("pause")});soundcloud.addEventListener("onMediaBuffering",function(j){j=o[j.api_getFlashId()];j.dispatchEvent("progress");if(j.readyState===0){j.readyState=3;j.dispatchEvent("readystatechange")}});soundcloud.addEventListener("onMediaDoneBuffering",function(j){o[j.api_getFlashId()].dispatchEvent("canplaythrough")});soundcloud.addEventListener("onMediaEnd",function(j){j=o[j.api_getFlashId()];j.paused=1;j.dispatchEvent("ended")}); +soundcloud.addEventListener("onMediaSeek",function(j){var v=o[j.api_getFlashId()];v.setCurrentTime(j.api_getTrackPosition());v.paused&&v.dispatchEvent("timeupdate")});soundcloud.addEventListener("onPlayerError",function(j){o[j.api_getFlashId()].dispatchEvent("error")})});return new g.soundcloud.init(l,i,r)};g.soundcloud.init=function(){function l(i){var r=i._options,k=i._container,j=k.getBoundingClientRect();i.width=r.width||d(k,"width")||"100%";i.height=r.height||d(k,"height")||"81px";i.src=r.src; +i.autoplay=r.autoplay;if(parseFloat(i.height,10)!==81)i.height="81px";i.offsetLeft=j.left;i.offsetTop=j.top;i.offsetHeight=parseFloat(i.height,10);i.offsetWidth=parseFloat(i.width,10);if(/[\d]+%/.test(i.width)){r=d(k,"width");i._container.style.width=i.width;i.offsetWidth=i._container.offsetWidth;i._container.style.width=r}if(/[\d]+%/.test(i.height)){r=d(k,"height");i._container.style.height=i.height;i.offsetHeight=i._container.offsetHeight;i._container.style.height=r}}return function(i,r,k){if(i)if(r){if(/file/.test(location.protocol))throw"Must run from a web server!"; +}else throw"Must supply a source!";else throw"Must supply an id!";if(!(this._container=document.getElementById(i)))throw"Could not find that container in the DOM!";k=k||{};k.api=k.api||{};k.target=i;k.src=r;k.api.commentformat=k.api.commentformat||a;this._mediaId=0;this._listeners={};this._playerId=g.guid(k.target);this._containerId=k.target;this._options=k;this._comments=[];this._popcorn=null;l(this);this.duration=0;this.volume=1;this.ended=this.currentTime=0;this.paused=1;this.readyState=0;this.playbackRate= +1;this.left=this.top=0;this.autoplay=null;this.played=0;this.addEventListener("load",function(){var j=this.getBoundingClientRect();this.top=j.top;this.left=j.left;this.offsetWidth=this.swfObj.offsetWidth;this.offsetHeight=this.swfObj.offsetHeight;this.offsetLeft=this.swfObj.offsetLeft;this.offsetTop=this.swfObj.offsetTop});o[this._playerId]=this;c(this)}}();g.soundcloud.init.prototype=g.soundcloud.prototype;g.extend(g.soundcloud.prototype,{setVolume:function(l){if(!(!l&&l!==0)){if(l<0)l=-l;if(l>1)l%= +1;this.volume=this.previousVolume=l;this.swfObj.api_setVolume(l*100);this.dispatchEvent("volumechange")}},setCurrentTime:function(l){if(!(!l&&l!==0)){this.currentTime=this.previousCurrentTime=l;this.ended=l>=this.duration;this.dispatchEvent("seeked")}},play:function(){if(this.swfObj){if(this.paused){this.paused=0;this.swfObj.api_play()}}else this.addEventListener("load",this.play)},pause:function(){if(this.swfObj){if(!this.paused){this.paused=1;this.swfObj.api_pause()}}else this.addEventListener("load", +this.pause)},mute:function(){if(this.swfObj)if(this.muted())if(this.paused)this.setVolume(this.oldVol);else this.volume=this.oldVol;else{this.oldVol=this.volume;if(this.paused)this.setVolume(0);else this.volume=0}else this.addEventListener("load",this.mute)},muted:function(){return this.volume===0},load:function(){if(this.swfObj){this.play();this.pause()}else this.addEventListener("load",this.load)},addEventListener:function(l,i){this._listeners[l]||(this._listeners[l]=[]);this._listeners[l].push(i); +return i},dispatchEvent:function(l){var i=this;l=l.type||l;l==="play"&&this.paused||l==="pause"&&!this.paused?this[l]():g.forEach(this._listeners[l],function(r){r.call(i)})},timeupdate:function(){var l=this,i=this.swfObj.api_getVolume()/100;if(f(this.currentTime-this.previousCurrentTime)>0.25)this.swfObj.api_seekTo(this.currentTime);else this.previousCurrentTime=this.currentTime=this.swfObj.api_getTrackPosition();if(i!==this.previousVolume)this.setVolume(i);else this.volume!==this.previousVolume&& +this.setVolume(this.volume);this.paused||this.dispatchEvent("timeupdate");l.ended||setTimeout(function(){l.timeupdate.call(l)},33)},getBoundingClientRect:function(){var l;if(this.swfObj){l=this.swfObj.getBoundingClientRect();return{bottom:l.bottom,left:l.left,right:l.right,top:l.top,width:l.width||l.right-l.left,height:l.height||l.bottom-l.top}}else{tmp=this._container.getBoundingClientRect();return{left:tmp.left,top:tmp.top,width:this.offsetWidth,height:this.offsetHeight,bottom:tmp.top+this.width, +right:tmp.top+this.height}}},registerPopcornWithPlayer:function(l){if(this.swfObj){this._popcorn=l;var i=this._options.api;if(i.key&&i.commentdiv){var r=this;g.xhr({url:"http://api.soundcloud.com/tracks/"+r._mediaId+"/comments.js?consumer_key="+i.key,success:function(k){g.forEach(k.json,function(j){r.addComment({start:j.timestamp/1E3,date:new Date(j.created_at),text:j.body,user:{name:j.user.username,profile:j.user.permalink_url,avatar:j.user.avatar_url}})})}})}}else this.addEventListener("load",function(){this.registerPopcornWithPlayer(l)})}}); +g.extend(g.soundcloud.prototype,{addComment:function(l,i){var r=this,k={start:l.start||0,date:l.date||new Date,text:l.text||"",user:{name:l.user.name||"",profile:l.user.profile||"",avatar:l.user.avatar||""},display:function(){return(i||r._options.api.commentformat)(k)}};this._comments.push(k);this._popcorn&&this._popcorn.subtitle({start:k.start,target:this._options.api.commentdiv,display:"inline",language:"en",text:k.display()})}})})(Popcorn,window);(function(){vimeo_player_loaded=function(g){vimeo_player_loaded[g]&&vimeo_player_loaded[g]()};vimeo_player_loaded.seek={};vimeo_player_loaded.loadProgress={};vimeo_player_loaded.play={};vimeo_player_loaded.pause={};Popcorn.player("vimeo",{_canPlayType:function(g,b){return/(?:http:\/\/www\.|http:\/\/|www\.|\.|^)(vimeo)/.test(b)&&g.toLowerCase()!=="video"},_setup:function(g){var b=this,d,a=document.createElement("div"),c=0,f=false,h=0,p,o;a.id=b.id+Popcorn.guid();b.appendChild(a);o=b.style.width?""+ +b.offsetWidth:"560";p=b.style.height?""+b.offsetHeight:"315";var l=function(){var i;i=b.src;var r=0,k=false;vimeo_player_loaded[a.id]=function(){d=document.getElementById(a.id);vimeo_player_loaded.seek[a.id]=function(w){if(w!==c){c=w;b.dispatchEvent("seeked");b.dispatchEvent("timeupdate")}};vimeo_player_loaded.play[a.id]=function(){if(b.paused){b.paused=false;b.dispatchEvent("play");b.dispatchEvent("playing");j()}};vimeo_player_loaded.pause[a.id]=function(){if(!b.paused){b.paused=true;b.dispatchEvent("pause")}}; +vimeo_player_loaded.loadProgress[a.id]=function(w){if(!k){k=true;b.dispatchEvent("loadstart")}w.percent===100&&b.dispatchEvent("canplaythrough")};d.api_addEventListener("seek","vimeo_player_loaded.seek."+a.id);d.api_addEventListener("loadProgress","vimeo_player_loaded.loadProgress."+a.id);d.api_addEventListener("play","vimeo_player_loaded.play."+a.id);d.api_addEventListener("pause","vimeo_player_loaded.pause."+a.id);var j=function(){if(!b.paused){c=d.api_getCurrentTime();b.dispatchEvent("timeupdate"); +setTimeout(j,10)}},v=function(){var w=d.api_getVolume()===0,n=d.api_getVolume();if(f!==w){f=w;b.dispatchEvent("volumechange")}if(h!==n){h=n;b.dispatchEvent("volumechange")}setTimeout(v,250)};b.play=function(){b.paused=false;b.dispatchEvent("play");b.dispatchEvent("playing");j();d.api_play()};b.pause=function(){if(!b.paused){b.paused=true;b.dispatchEvent("pause");d.api_pause()}};Popcorn.player.defineProperty(b,"currentTime",{set:function(w){if(!w)return c;c=+w;b.dispatchEvent("seeked");b.dispatchEvent("timeupdate"); +d.api_seekTo(c);return c},get:function(){return c}});Popcorn.player.defineProperty(b,"muted",{set:function(w){if(d.api_getVolume()===0!==w)if(w){r=d.api_getVolume();d.api_setVolume(0)}else d.api_setVolume(r)},get:function(){return d.api_getVolume()===0}});Popcorn.player.defineProperty(b,"volume",{set:function(w){if(!w||typeof w!=="number"||w<0||w>1)return d.api_getVolume()/100;if(d.api_getVolume()!==w){d.api_setVolume(w*100);h=d.api_getVolume();b.dispatchEvent("volumechange")}return d.api_getVolume()/ +100},get:function(){return d.api_getVolume()/100}});b.dispatchEvent("loadedmetadata");b.dispatchEvent("loadeddata");b.duration=d.api_getDuration();b.dispatchEvent("durationchange");v();b.readyState=4;b.dispatchEvent("canplaythrough")};i=/\d+$/.exec(i);i={clip_id:i?i[0]:0,api:1,js_swf_id:a.id};Popcorn.extend(i,g);swfobject.embedSWF("//vimeo.com/moogaloop.swf",a.id,o,p,"9.0.0","expressInstall.swf",i,{allowscriptaccess:"always",allowfullscreen:"true",wmode:"transparent"},{})};window.swfobject?l():Popcorn.getScript("//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js", +l)}})})();var onYouTubePlayerReady=function(g){onYouTubePlayerReady[g]&&onYouTubePlayerReady[g]()};onYouTubePlayerReady.stateChangeEventHandler={};onYouTubePlayerReady.onErrorEventHandler={}; +Popcorn.player("youtube",{_canPlayType:function(g,b){return/(?:http:\/\/www\.|http:\/\/|www\.|\.|^)(youtu)/.test(b)&&g.toLowerCase()!=="video"},_setup:function(g){var b=this,d=false,a=document.createElement("div"),c=0,f=0,h=true,p=false,o=false,l=100;b.paused=undefined;a.id=b.id+Popcorn.guid();g._container=a;b.appendChild(a);var i=function(){var r,k,j,v,w;onYouTubePlayerReady[a.id]=function(){g.youtubeObject=document.getElementById(a.id);onYouTubePlayerReady.stateChangeEventHandler[a.id]=function(C){if(!g.destroyed)if(C=== +2)if(p&&f===c&&f!==g.youtubeObject.getCurrentTime()){p=false;g.youtubeObject.seekTo(c)}else{c=g.youtubeObject.getCurrentTime();b.dispatchEvent("timeupdate");!b.paused&&b.pause()}else if(C===1&&!h)b.paused&&b.play();else if(C===-1)g.youtubeObject.playVideo();else if(C===1&&h){h=false;if(b.paused===true)b.pause();else if(b.paused===false)b.play();else if(d)b.play();else d||b.pause();b.duration=g.youtubeObject.getDuration();b.dispatchEvent("durationchange");y();b.dispatchEvent("loadedmetadata");b.dispatchEvent("loadeddata"); +b.readyState=4;b.dispatchEvent("canplaythrough")}else C===0&&b.dispatchEvent("ended")};onYouTubePlayerReady.onErrorEventHandler[a.id]=function(C){[2,100,101,150].indexOf(C)!==-1&&b.dispatchEvent("error")};g.youtubeObject.addEventListener("onStateChange","onYouTubePlayerReady.stateChangeEventHandler."+a.id);g.youtubeObject.addEventListener("onError","onYouTubePlayerReady.onErrorEventHandler."+a.id);var n=function(){if(!g.destroyed)if(!b.paused){c=g.youtubeObject.getCurrentTime();b.dispatchEvent("timeupdate"); +setTimeout(n,10)}},y=function(){if(!g.destroyed){if(o!==g.youtubeObject.isMuted()){o=g.youtubeObject.isMuted();b.dispatchEvent("volumechange")}if(l!==g.youtubeObject.getVolume()){l=g.youtubeObject.getVolume();b.dispatchEvent("volumechange")}setTimeout(y,250)}};b.play=function(){if(!g.destroyed){if(b.paused!==false||g.youtubeObject.getPlayerState()!==1){b.paused=false;b.dispatchEvent("play");b.dispatchEvent("playing")}n();g.youtubeObject.playVideo()}};b.pause=function(){if(!g.destroyed)if(b.paused!== +true||g.youtubeObject.getPlayerState()!==2){b.paused=true;b.dispatchEvent("pause");g.youtubeObject.pauseVideo()}};Popcorn.player.defineProperty(b,"currentTime",{set:function(C){c=f=+C;p=true;if(g.destroyed)return c;b.dispatchEvent("seeked");b.dispatchEvent("timeupdate");g.youtubeObject.seekTo(c);return c},get:function(){return c}});Popcorn.player.defineProperty(b,"muted",{set:function(C){if(g.destroyed)return C;if(g.youtubeObject.isMuted()!==C){C?g.youtubeObject.mute():g.youtubeObject.unMute();o= +g.youtubeObject.isMuted();b.dispatchEvent("volumechange")}return g.youtubeObject.isMuted()},get:function(){if(g.destroyed)return 0;return g.youtubeObject.isMuted()}});Popcorn.player.defineProperty(b,"volume",{set:function(C){if(g.destroyed)return C;if(g.youtubeObject.getVolume()/100!==C){g.youtubeObject.setVolume(C*100);l=g.youtubeObject.getVolume();b.dispatchEvent("volumechange")}return g.youtubeObject.getVolume()/100},get:function(){if(g.destroyed)return 0;return g.youtubeObject.getVolume()/100}})}; +g.controls=+g.controls===0||+g.controls===1?g.controls:1;g.annotations=+g.annotations===1||+g.annotations===3?g.annotations:1;r={playerapiid:a.id};k=/^.*(?:\/|v=)(.{11})/.exec(b.src)[1];w=(b.src.split("?")[1]||"").replace(/v=.{11}/,"");d=/autoplay=1/.test(w);j=b.style.width?""+b.offsetWidth:"560";v=b.style.height?""+b.offsetHeight:"315";k={id:a.id,"data-youtube-player":"//www.youtube.com/e/"+k+"?"+w+"&enablejsapi=1&playerapiid="+a.id+"&version=3"};swfobject.embedSWF(k["data-youtube-player"],a.id, +j,v,"8",undefined,r,{wmode:"transparent",allowScriptAccess:"always"},k)};window.swfobject?i():Popcorn.getScript("//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js",i)},_teardown:function(g){g.destroyed=true;g.youtubeObject.stopVideo();g.youtubeObject.clearVideo();this.removeChild(document.getElementById(g._container.id))}}); diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/raphael-min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/lib/raphael-min.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,10 @@ +// ┌────────────────────────────────────────────────────────────────────┐ \\ +// │ Raphaël 2.1.0 - JavaScript Vector Library │ \\ +// ├────────────────────────────────────────────────────────────────────┤ \\ +// │ Copyright © 2008-2012 Dmitry Baranovskiy (http://raphaeljs.com) │ \\ +// │ Copyright © 2008-2012 Sencha Labs (http://sencha.com) │ \\ +// ├────────────────────────────────────────────────────────────────────┤ \\ +// │ Licensed under the MIT (http://raphaeljs.com/license.html) license.│ \\ +// └────────────────────────────────────────────────────────────────────┘ \\ + +(function(a){var b="0.3.4",c="hasOwnProperty",d=/[\.\/]/,e="*",f=function(){},g=function(a,b){return a-b},h,i,j={n:{}},k=function(a,b){var c=j,d=i,e=Array.prototype.slice.call(arguments,2),f=k.listeners(a),l=0,m=!1,n,o=[],p={},q=[],r=h,s=[];h=a,i=0;for(var t=0,u=f.length;tf*b.top){e=b.percents[y],p=b.percents[y-1]||0,t=t/b.top*(e-p),o=b.percents[y+1],j=b.anim[e];break}f&&d.attr(b.anim[b.percents[y]])}if(!!j){if(!k){for(var A in j)if(j[g](A))if(U[g](A)||d.paper.customAttributes[g](A)){u[A]=d.attr(A),u[A]==null&&(u[A]=T[A]),v[A]=j[A];switch(U[A]){case C:w[A]=(v[A]-u[A])/t;break;case"colour":u[A]=a.getRGB(u[A]);var B=a.getRGB(v[A]);w[A]={r:(B.r-u[A].r)/t,g:(B.g-u[A].g)/t,b:(B.b-u[A].b)/t};break;case"path":var D=bR(u[A],v[A]),E=D[1];u[A]=D[0],w[A]=[];for(y=0,z=u[A].length;yd)return d;while(cf?c=e:d=e,e=(d-c)/2+c}return e}function n(a,b){var c=o(a,b);return((l*c+k)*c+j)*c}function m(a){return((i*a+h)*a+g)*a}var g=3*b,h=3*(d-b)-g,i=1-g-h,j=3*c,k=3*(e-c)-j,l=1-j-k;return n(a,1/(200*f))}function cq(){return this.x+q+this.y+q+this.width+" × "+this.height}function cp(){return this.x+q+this.y}function cb(a,b,c,d,e,f){a!=null?(this.a=+a,this.b=+b,this.c=+c,this.d=+d,this.e=+e,this.f=+f):(this.a=1,this.b=0,this.c=0,this.d=1,this.e=0,this.f=0)}function bH(b,c,d){b=a._path2curve(b),c=a._path2curve(c);var e,f,g,h,i,j,k,l,m,n,o=d?0:[];for(var p=0,q=b.length;p=0&&y<=1&&A>=0&&A<=1&&(d?n++:n.push({x:x.x,y:x.y,t1:y,t2:A}))}}return n}function bF(a,b){return bG(a,b,1)}function bE(a,b){return bG(a,b)}function bD(a,b,c,d,e,f,g,h){if(!(x(a,c)x(e,g)||x(b,d)x(f,h))){var i=(a*d-b*c)*(e-g)-(a-c)*(e*h-f*g),j=(a*d-b*c)*(f-h)-(b-d)*(e*h-f*g),k=(a-c)*(f-h)-(b-d)*(e-g);if(!k)return;var l=i/k,m=j/k,n=+l.toFixed(2),o=+m.toFixed(2);if(n<+y(a,c).toFixed(2)||n>+x(a,c).toFixed(2)||n<+y(e,g).toFixed(2)||n>+x(e,g).toFixed(2)||o<+y(b,d).toFixed(2)||o>+x(b,d).toFixed(2)||o<+y(f,h).toFixed(2)||o>+x(f,h).toFixed(2))return;return{x:l,y:m}}}function bC(a,b,c,d,e,f,g,h,i){if(!(i<0||bB(a,b,c,d,e,f,g,h)n)k/=2,l+=(m1?1:i<0?0:i;var j=i/2,k=12,l=[-0.1252,.1252,-0.3678,.3678,-0.5873,.5873,-0.7699,.7699,-0.9041,.9041,-0.9816,.9816],m=[.2491,.2491,.2335,.2335,.2032,.2032,.1601,.1601,.1069,.1069,.0472,.0472],n=0;for(var o=0;od;d+=2){var f=[{x:+a[d-2],y:+a[d-1]},{x:+a[d],y:+a[d+1]},{x:+a[d+2],y:+a[d+3]},{x:+a[d+4],y:+a[d+5]}];b?d?e-4==d?f[3]={x:+a[0],y:+a[1]}:e-2==d&&(f[2]={x:+a[0],y:+a[1]},f[3]={x:+a[2],y:+a[3]}):f[0]={x:+a[e-2],y:+a[e-1]}:e-4==d?f[3]=f[2]:d||(f[0]={x:+a[d],y:+a[d+1]}),c.push(["C",(-f[0].x+6*f[1].x+f[2].x)/6,(-f[0].y+6*f[1].y+f[2].y)/6,(f[1].x+6*f[2].x-f[3].x)/6,(f[1].y+6*f[2].y-f[3].y)/6,f[2].x,f[2].y])}return c}function bx(){return this.hex}function bv(a,b,c){function d(){var e=Array.prototype.slice.call(arguments,0),f=e.join("␀"),h=d.cache=d.cache||{},i=d.count=d.count||[];if(h[g](f)){bu(i,f);return c?c(h[f]):h[f]}i.length>=1e3&&delete h[i.shift()],i.push(f),h[f]=a[m](b,e);return c?c(h[f]):h[f]}return d}function bu(a,b){for(var c=0,d=a.length;c',bl=bk.firstChild,bl.style.behavior="url(#default#VML)";if(!bl||typeof bl.adj!="object")return a.type=p;bk=null}a.svg=!(a.vml=a.type=="VML"),a._Paper=j,a.fn=k=j.prototype=a.prototype,a._id=0,a._oid=0,a.is=function(a,b){b=v.call(b);if(b=="finite")return!M[g](+a);if(b=="array")return a instanceof Array;return b=="null"&&a===null||b==typeof a&&a!==null||b=="object"&&a===Object(a)||b=="array"&&Array.isArray&&Array.isArray(a)||H.call(a).slice(8,-1).toLowerCase()==b},a.angle=function(b,c,d,e,f,g){if(f==null){var h=b-d,i=c-e;if(!h&&!i)return 0;return(180+w.atan2(-i,-h)*180/B+360)%360}return a.angle(b,c,f,g)-a.angle(d,e,f,g)},a.rad=function(a){return a%360*B/180},a.deg=function(a){return a*180/B%360},a.snapTo=function(b,c,d){d=a.is(d,"finite")?d:10;if(a.is(b,E)){var e=b.length;while(e--)if(z(b[e]-c)<=d)return b[e]}else{b=+b;var f=c%b;if(fb-d)return c-f+b}return c};var bn=a.createUUID=function(a,b){return function(){return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(a,b).toUpperCase()}}(/[xy]/g,function(a){var b=w.random()*16|0,c=a=="x"?b:b&3|8;return c.toString(16)});a.setWindow=function(b){eve("raphael.setWindow",a,h.win,b),h.win=b,h.doc=h.win.document,a._engine.initWin&&a._engine.initWin(h.win)};var bo=function(b){if(a.vml){var c=/^\s+|\s+$/g,d;try{var e=new ActiveXObject("htmlfile");e.write(""),e.close(),d=e.body}catch(f){d=createPopup().document.body}var g=d.createTextRange();bo=bv(function(a){try{d.style.color=r(a).replace(c,p);var b=g.queryCommandValue("ForeColor");b=(b&255)<<16|b&65280|(b&16711680)>>>16;return"#"+("000000"+b.toString(16)).slice(-6)}catch(e){return"none"}})}else{var i=h.doc.createElement("i");i.title="Raphaël Colour Picker",i.style.display="none",h.doc.body.appendChild(i),bo=bv(function(a){i.style.color=a;return h.doc.defaultView.getComputedStyle(i,p).getPropertyValue("color")})}return bo(b)},bp=function(){return"hsb("+[this.h,this.s,this.b]+")"},bq=function(){return"hsl("+[this.h,this.s,this.l]+")"},br=function(){return this.hex},bs=function(b,c,d){c==null&&a.is(b,"object")&&"r"in b&&"g"in b&&"b"in b&&(d=b.b,c=b.g,b=b.r);if(c==null&&a.is(b,D)){var e=a.getRGB(b);b=e.r,c=e.g,d=e.b}if(b>1||c>1||d>1)b/=255,c/=255,d/=255;return[b,c,d]},bt=function(b,c,d,e){b*=255,c*=255,d*=255;var f={r:b,g:c,b:d,hex:a.rgb(b,c,d),toString:br};a.is(e,"finite")&&(f.opacity=e);return f};a.color=function(b){var c;a.is(b,"object")&&"h"in b&&"s"in b&&"b"in b?(c=a.hsb2rgb(b),b.r=c.r,b.g=c.g,b.b=c.b,b.hex=c.hex):a.is(b,"object")&&"h"in b&&"s"in b&&"l"in b?(c=a.hsl2rgb(b),b.r=c.r,b.g=c.g,b.b=c.b,b.hex=c.hex):(a.is(b,"string")&&(b=a.getRGB(b)),a.is(b,"object")&&"r"in b&&"g"in b&&"b"in b?(c=a.rgb2hsl(b),b.h=c.h,b.s=c.s,b.l=c.l,c=a.rgb2hsb(b),b.v=c.b):(b={hex:"none"},b.r=b.g=b.b=b.h=b.s=b.v=b.l=-1)),b.toString=br;return b},a.hsb2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"b"in a&&(c=a.b,b=a.s,a=a.h,d=a.o),a*=360;var e,f,g,h,i;a=a%360/60,i=c*b,h=i*(1-z(a%2-1)),e=f=g=c-i,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a];return bt(e,f,g,d)},a.hsl2rgb=function(a,b,c,d){this.is(a,"object")&&"h"in a&&"s"in a&&"l"in a&&(c=a.l,b=a.s,a=a.h);if(a>1||b>1||c>1)a/=360,b/=100,c/=100;a*=360;var e,f,g,h,i;a=a%360/60,i=2*b*(c<.5?c:1-c),h=i*(1-z(a%2-1)),e=f=g=c-i/2,a=~~a,e+=[i,h,0,0,h,i][a],f+=[h,i,i,h,0,0][a],g+=[0,0,h,i,i,h][a];return bt(e,f,g,d)},a.rgb2hsb=function(a,b,c){c=bs(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g;f=x(a,b,c),g=f-y(a,b,c),d=g==0?null:f==a?(b-c)/g:f==b?(c-a)/g+2:(a-b)/g+4,d=(d+360)%6*60/360,e=g==0?0:g/f;return{h:d,s:e,b:f,toString:bp}},a.rgb2hsl=function(a,b,c){c=bs(a,b,c),a=c[0],b=c[1],c=c[2];var d,e,f,g,h,i;g=x(a,b,c),h=y(a,b,c),i=g-h,d=i==0?null:g==a?(b-c)/i:g==b?(c-a)/i+2:(a-b)/i+4,d=(d+360)%6*60/360,f=(g+h)/2,e=i==0?0:f<.5?i/(2*f):i/(2-2*f);return{h:d,s:e,l:f,toString:bq}},a._path2string=function(){return this.join(",").replace(Y,"$1")};var bw=a._preload=function(a,b){var c=h.doc.createElement("img");c.style.cssText="position:absolute;left:-9999em;top:-9999em",c.onload=function(){b.call(this),this.onload=null,h.doc.body.removeChild(this)},c.onerror=function(){h.doc.body.removeChild(this)},h.doc.body.appendChild(c),c.src=a};a.getRGB=bv(function(b){if(!b||!!((b=r(b)).indexOf("-")+1))return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:bx};if(b=="none")return{r:-1,g:-1,b:-1,hex:"none",toString:bx};!X[g](b.toLowerCase().substring(0,2))&&b.charAt()!="#"&&(b=bo(b));var c,d,e,f,h,i,j,k=b.match(L);if(k){k[2]&&(f=R(k[2].substring(5),16),e=R(k[2].substring(3,5),16),d=R(k[2].substring(1,3),16)),k[3]&&(f=R((i=k[3].charAt(3))+i,16),e=R((i=k[3].charAt(2))+i,16),d=R((i=k[3].charAt(1))+i,16)),k[4]&&(j=k[4][s](W),d=Q(j[0]),j[0].slice(-1)=="%"&&(d*=2.55),e=Q(j[1]),j[1].slice(-1)=="%"&&(e*=2.55),f=Q(j[2]),j[2].slice(-1)=="%"&&(f*=2.55),k[1].toLowerCase().slice(0,4)=="rgba"&&(h=Q(j[3])),j[3]&&j[3].slice(-1)=="%"&&(h/=100));if(k[5]){j=k[5][s](W),d=Q(j[0]),j[0].slice(-1)=="%"&&(d*=2.55),e=Q(j[1]),j[1].slice(-1)=="%"&&(e*=2.55),f=Q(j[2]),j[2].slice(-1)=="%"&&(f*=2.55),(j[0].slice(-3)=="deg"||j[0].slice(-1)=="°")&&(d/=360),k[1].toLowerCase().slice(0,4)=="hsba"&&(h=Q(j[3])),j[3]&&j[3].slice(-1)=="%"&&(h/=100);return a.hsb2rgb(d,e,f,h)}if(k[6]){j=k[6][s](W),d=Q(j[0]),j[0].slice(-1)=="%"&&(d*=2.55),e=Q(j[1]),j[1].slice(-1)=="%"&&(e*=2.55),f=Q(j[2]),j[2].slice(-1)=="%"&&(f*=2.55),(j[0].slice(-3)=="deg"||j[0].slice(-1)=="°")&&(d/=360),k[1].toLowerCase().slice(0,4)=="hsla"&&(h=Q(j[3])),j[3]&&j[3].slice(-1)=="%"&&(h/=100);return a.hsl2rgb(d,e,f,h)}k={r:d,g:e,b:f,toString:bx},k.hex="#"+(16777216|f|e<<8|d<<16).toString(16).slice(1),a.is(h,"finite")&&(k.opacity=h);return k}return{r:-1,g:-1,b:-1,hex:"none",error:1,toString:bx}},a),a.hsb=bv(function(b,c,d){return a.hsb2rgb(b,c,d).hex}),a.hsl=bv(function(b,c,d){return a.hsl2rgb(b,c,d).hex}),a.rgb=bv(function(a,b,c){return"#"+(16777216|c|b<<8|a<<16).toString(16).slice(1)}),a.getColor=function(a){var b=this.getColor.start=this.getColor.start||{h:0,s:1,b:a||.75},c=this.hsb2rgb(b.h,b.s,b.b);b.h+=.075,b.h>1&&(b.h=0,b.s-=.2,b.s<=0&&(this.getColor.start={h:0,s:1,b:b.b}));return c.hex},a.getColor.reset=function(){delete this.start},a.parsePathString=function(b){if(!b)return null;var c=bz(b);if(c.arr)return bJ(c.arr);var d={a:7,c:6,h:1,l:2,m:2,r:4,q:4,s:4,t:2,v:1,z:0},e=[];a.is(b,E)&&a.is(b[0],E)&&(e=bJ(b)),e.length||r(b).replace(Z,function(a,b,c){var f=[],g=b.toLowerCase();c.replace(_,function(a,b){b&&f.push(+b)}),g=="m"&&f.length>2&&(e.push([b][n](f.splice(0,2))),g="l",b=b=="m"?"l":"L");if(g=="r")e.push([b][n](f));else while(f.length>=d[g]){e.push([b][n](f.splice(0,d[g])));if(!d[g])break}}),e.toString=a._path2string,c.arr=bJ(e);return e},a.parseTransformString=bv(function(b){if(!b)return null;var c={r:3,s:4,t:2,m:6},d=[];a.is(b,E)&&a.is(b[0],E)&&(d=bJ(b)),d.length||r(b).replace($,function(a,b,c){var e=[],f=v.call(b);c.replace(_,function(a,b){b&&e.push(+b)}),d.push([b][n](e))}),d.toString=a._path2string;return d});var bz=function(a){var b=bz.ps=bz.ps||{};b[a]?b[a].sleep=100:b[a]={sleep:100},setTimeout(function(){for(var c in b)b[g](c)&&c!=a&&(b[c].sleep--,!b[c].sleep&&delete b[c])});return b[a]};a.findDotsAtSegment=function(a,b,c,d,e,f,g,h,i){var j=1-i,k=A(j,3),l=A(j,2),m=i*i,n=m*i,o=k*a+l*3*i*c+j*3*i*i*e+n*g,p=k*b+l*3*i*d+j*3*i*i*f+n*h,q=a+2*i*(c-a)+m*(e-2*c+a),r=b+2*i*(d-b)+m*(f-2*d+b),s=c+2*i*(e-c)+m*(g-2*e+c),t=d+2*i*(f-d)+m*(h-2*f+d),u=j*a+i*c,v=j*b+i*d,x=j*e+i*g,y=j*f+i*h,z=90-w.atan2(q-s,r-t)*180/B;(q>s||r=a.x&&b<=a.x2&&c>=a.y&&c<=a.y2},a.isBBoxIntersect=function(b,c){var d=a.isPointInsideBBox;return d(c,b.x,b.y)||d(c,b.x2,b.y)||d(c,b.x,b.y2)||d(c,b.x2,b.y2)||d(b,c.x,c.y)||d(b,c.x2,c.y)||d(b,c.x,c.y2)||d(b,c.x2,c.y2)||(b.xc.x||c.xb.x)&&(b.yc.y||c.yb.y)},a.pathIntersection=function(a,b){return bH(a,b)},a.pathIntersectionNumber=function(a,b){return bH(a,b,1)},a.isPointInsidePath=function(b,c,d){var e=a.pathBBox(b);return a.isPointInsideBBox(e,c,d)&&bH(b,[["M",c,d],["H",e.x2+10]],1)%2==1},a._removedFactory=function(a){return function(){eve("raphael.log",null,"Raphaël: you are calling to method “"+a+"” of removed object",a)}};var bI=a.pathBBox=function(a){var b=bz(a);if(b.bbox)return b.bbox;if(!a)return{x:0,y:0,width:0,height:0,x2:0,y2:0};a=bR(a);var c=0,d=0,e=[],f=[],g;for(var h=0,i=a.length;h1&&(v=w.sqrt(v),c=v*c,d=v*d);var x=c*c,y=d*d,A=(f==g?-1:1)*w.sqrt(z((x*y-x*u*u-y*t*t)/(x*u*u+y*t*t))),C=A*c*u/d+(a+h)/2,D=A*-d*t/c+(b+i)/2,E=w.asin(((b-D)/d).toFixed(9)),F=w.asin(((i-D)/d).toFixed(9));E=aF&&(E=E-B*2),!g&&F>E&&(F=F-B*2)}else E=j[0],F=j[1],C=j[2],D=j[3];var G=F-E;if(z(G)>k){var H=F,I=h,J=i;F=E+k*(g&&F>E?1:-1),h=C+c*w.cos(F),i=D+d*w.sin(F),m=bO(h,i,c,d,e,0,g,I,J,[F,H,C,D])}G=F-E;var K=w.cos(E),L=w.sin(E),M=w.cos(F),N=w.sin(F),O=w.tan(G/4),P=4/3*c*O,Q=4/3*d*O,R=[a,b],S=[a+P*L,b-Q*K],T=[h+P*N,i-Q*M],U=[h,i];S[0]=2*R[0]-S[0],S[1]=2*R[1]-S[1];if(j)return[S,T,U][n](m);m=[S,T,U][n](m).join()[s](",");var V=[];for(var W=0,X=m.length;W"1e12"&&(l=.5),z(n)>"1e12"&&(n=.5),l>0&&l<1&&(q=bP(a,b,c,d,e,f,g,h,l),p.push(q.x),o.push(q.y)),n>0&&n<1&&(q=bP(a,b,c,d,e,f,g,h,n),p.push(q.x),o.push(q.y)),i=f-2*d+b-(h-2*f+d),j=2*(d-b)-2*(f-d),k=b-d,l=(-j+w.sqrt(j*j-4*i*k))/2/i,n=(-j-w.sqrt(j*j-4*i*k))/2/i,z(l)>"1e12"&&(l=.5),z(n)>"1e12"&&(n=.5),l>0&&l<1&&(q=bP(a,b,c,d,e,f,g,h,l),p.push(q.x),o.push(q.y)),n>0&&n<1&&(q=bP(a,b,c,d,e,f,g,h,n),p.push(q.x),o.push(q.y));return{min:{x:y[m](0,p),y:y[m](0,o)},max:{x:x[m](0,p),y:x[m](0,o)}}}),bR=a._path2curve=bv(function(a,b){var c=!b&&bz(a);if(!b&&c.curve)return bJ(c.curve);var d=bL(a),e=b&&bL(b),f={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},g={x:0,y:0,bx:0,by:0,X:0,Y:0,qx:null,qy:null},h=function(a,b){var c,d;if(!a)return["C",b.x,b.y,b.x,b.y,b.x,b.y];!(a[0]in{T:1,Q:1})&&(b.qx=b.qy=null);switch(a[0]){case"M":b.X=a[1],b.Y=a[2];break;case"A":a=["C"][n](bO[m](0,[b.x,b.y][n](a.slice(1))));break;case"S":c=b.x+(b.x-(b.bx||b.x)),d=b.y+(b.y-(b.by||b.y)),a=["C",c,d][n](a.slice(1));break;case"T":b.qx=b.x+(b.x-(b.qx||b.x)),b.qy=b.y+(b.y-(b.qy||b.y)),a=["C"][n](bN(b.x,b.y,b.qx,b.qy,a[1],a[2]));break;case"Q":b.qx=a[1],b.qy=a[2],a=["C"][n](bN(b.x,b.y,a[1],a[2],a[3],a[4]));break;case"L":a=["C"][n](bM(b.x,b.y,a[1],a[2]));break;case"H":a=["C"][n](bM(b.x,b.y,a[1],b.y));break;case"V":a=["C"][n](bM(b.x,b.y,b.x,a[1]));break;case"Z":a=["C"][n](bM(b.x,b.y,b.X,b.Y))}return a},i=function(a,b){if(a[b].length>7){a[b].shift();var c=a[b];while(c.length)a.splice(b++,0,["C"][n](c.splice(0,6)));a.splice(b,1),l=x(d.length,e&&e.length||0)}},j=function(a,b,c,f,g){a&&b&&a[g][0]=="M"&&b[g][0]!="M"&&(b.splice(g,0,["M",f.x,f.y]),c.bx=0,c.by=0,c.x=a[g][1],c.y=a[g][2],l=x(d.length,e&&e.length||0))};for(var k=0,l=x(d.length,e&&e.length||0);ke){if(c&&!l.start){m=cs(g,h,i[1],i[2],i[3],i[4],i[5],i[6],e-n),k+=["C"+m.start.x,m.start.y,m.m.x,m.m.y,m.x,m.y];if(f)return k;l.start=k,k=["M"+m.x,m.y+"C"+m.n.x,m.n.y,m.end.x,m.end.y,i[5],i[6]].join(),n+=j,g=+i[5],h=+i[6];continue}if(!b&&!c){m=cs(g,h,i[1],i[2],i[3],i[4],i[5],i[6],e-n);return{x:m.x,y:m.y,alpha:m.alpha}}}n+=j,g=+i[5],h=+i[6]}k+=i.shift()+i}l.end=k,m=b?n:c?l:a.findDotsAtSegment(g,h,i[0],i[1],i[2],i[3],i[4],i[5],1),m.alpha&&(m={x:m.x,y:m.y,alpha:m.alpha});return m}},cu=ct(1),cv=ct(),cw=ct(0,1);a.getTotalLength=cu,a.getPointAtLength=cv,a.getSubpath=function(a,b,c){if(this.getTotalLength(a)-c<1e-6)return cw(a,b).end;var d=cw(a,c,1);return b?cw(d,b).end:d},cl.getTotalLength=function(){if(this.type=="path"){if(this.node.getTotalLength)return this.node.getTotalLength();return cu(this.attrs.path)}},cl.getPointAtLength=function(a){if(this.type=="path")return cv(this.attrs.path,a)},cl.getSubpath=function(b,c){if(this.type=="path")return a.getSubpath(this.attrs.path,b,c)};var cx=a.easing_formulas={linear:function(a){return a},"<":function(a){return A(a,1.7)},">":function(a){return A(a,.48)},"<>":function(a){var b=.48-a/1.04,c=w.sqrt(.1734+b*b),d=c-b,e=A(z(d),1/3)*(d<0?-1:1),f=-c-b,g=A(z(f),1/3)*(f<0?-1:1),h=e+g+.5;return(1-h)*3*h*h+h*h*h},backIn:function(a){var b=1.70158;return a*a*((b+1)*a-b)},backOut:function(a){a=a-1;var b=1.70158;return a*a*((b+1)*a+b)+1},elastic:function(a){if(a==!!a)return a;return A(2,-10*a)*w.sin((a-.075)*2*B/.3)+1},bounce:function(a){var b=7.5625,c=2.75,d;a<1/c?d=b*a*a:a<2/c?(a-=1.5/c,d=b*a*a+.75):a<2.5/c?(a-=2.25/c,d=b*a*a+.9375):(a-=2.625/c,d=b*a*a+.984375);return d}};cx.easeIn=cx["ease-in"]=cx["<"],cx.easeOut=cx["ease-out"]=cx[">"],cx.easeInOut=cx["ease-in-out"]=cx["<>"],cx["back-in"]=cx.backIn,cx["back-out"]=cx.backOut;var cy=[],cz=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(a){setTimeout(a,16)},cA=function(){var b=+(new Date),c=0;for(;c1&&!d.next){for(s in k)k[g](s)&&(r[s]=d.totalOrigin[s]);d.el.attr(r),cE(d.anim,d.el,d.anim.percents[0],null,d.totalOrigin,d.repeat-1)}d.next&&!d.stop&&cE(d.anim,d.el,d.next,null,d.totalOrigin,d.repeat)}}a.svg&&m&&m.paper&&m.paper.safari(),cy.length&&cz(cA)},cB=function(a){return a>255?255:a<0?0:a};cl.animateWith=function(b,c,d,e,f,g){var h=this;if(h.removed){g&&g.call(h);return h}var i=d instanceof cD?d:a.animation(d,e,f,g),j,k;cE(i,h,i.percents[0],null,h.attr());for(var l=0,m=cy.length;l.5)*2-1;i(m-.5,2)+i(n-.5,2)>.25&&(n=f.sqrt(.25-i(m-.5,2))*e+.5)&&n!=.5&&(n=n.toFixed(5)-1e-5*e)}return l}),e=e.split(/\s*\-\s*/);if(j=="linear"){var t=e.shift();t=-d(t);if(isNaN(t))return null;var u=[0,0,f.cos(a.rad(t)),f.sin(a.rad(t))],v=1/(g(h(u[2]),h(u[3]))||1);u[2]*=v,u[3]*=v,u[2]<0&&(u[0]=-u[2],u[2]=0),u[3]<0&&(u[1]=-u[3],u[3]=0)}var w=a._parseDots(e);if(!w)return null;k=k.replace(/[\(\)\s,\xb0#]/g,"_"),b.gradient&&k!=b.gradient.id&&(p.defs.removeChild(b.gradient),delete b.gradient);if(!b.gradient){s=q(j+"Gradient",{id:k}),b.gradient=s,q(s,j=="radial"?{fx:m,fy:n}:{x1:u[0],y1:u[1],x2:u[2],y2:u[3],gradientTransform:b.matrix.invert()}),p.defs.appendChild(s);for(var x=0,y=w.length;x1?G.opacity/100:G.opacity});case"stroke":G=a.getRGB(p),i.setAttribute(o,G.hex),o=="stroke"&&G[b]("opacity")&&q(i,{"stroke-opacity":G.opacity>1?G.opacity/100:G.opacity}),o=="stroke"&&d._.arrows&&("startString"in d._.arrows&&t(d,d._.arrows.startString),"endString"in d._.arrows&&t(d,d._.arrows.endString,1));break;case"gradient":(d.type=="circle"||d.type=="ellipse"||c(p).charAt()!="r")&&r(d,p);break;case"opacity":k.gradient&&!k[b]("stroke-opacity")&&q(i,{"stroke-opacity":p>1?p/100:p});case"fill-opacity":if(k.gradient){H=a._g.doc.getElementById(i.getAttribute("fill").replace(/^url\(#|\)$/g,l)),H&&(I=H.getElementsByTagName("stop"),q(I[I.length-1],{"stop-opacity":p}));break};default:o=="font-size"&&(p=e(p,10)+"px");var J=o.replace(/(\-.)/g,function(a){return a.substring(1).toUpperCase()});i.style[J]=p,d._.dirty=1,i.setAttribute(o,p)}}y(d,f),i.style.visibility=m},x=1.2,y=function(d,f){if(d.type=="text"&&!!(f[b]("text")||f[b]("font")||f[b]("font-size")||f[b]("x")||f[b]("y"))){var g=d.attrs,h=d.node,i=h.firstChild?e(a._g.doc.defaultView.getComputedStyle(h.firstChild,l).getPropertyValue("font-size"),10):10;if(f[b]("text")){g.text=f.text;while(h.firstChild)h.removeChild(h.firstChild);var j=c(f.text).split("\n"),k=[],m;for(var n=0,o=j.length;n"));var $=X.getBoundingClientRect();t.W=m.w=($.right-$.left)/Y,t.H=m.h=($.bottom-$.top)/Y,t.X=m.x,t.Y=m.y+t.H/2,("x"in i||"y"in i)&&(t.path.v=a.format("m{0},{1}l{2},{1}",f(m.x*u),f(m.y*u),f(m.x*u)+1));var _=["x","y","text","font","font-family","font-weight","font-style","font-size"];for(var ba=0,bb=_.length;ba.25&&(c=e.sqrt(.25-i(b-.5,2))*((c>.5)*2-1)+.5),m=b+n+c);return o}),f=f.split(/\s*\-\s*/);if(l=="linear"){var p=f.shift();p=-d(p);if(isNaN(p))return null}var q=a._parseDots(f);if(!q)return null;b=b.shape||b.node;if(q.length){b.removeChild(g),g.on=!0,g.method="none",g.color=q[0].color,g.color2=q[q.length-1].color;var r=[];for(var s=0,t=q.length;s')}}catch(c){F=function(a){return b.createElement("<"+a+' xmlns="urn:schemas-microsoft.com:vml" class="rvml">')}}},a._engine.initWin(a._g.win),a._engine.create=function(){var b=a._getContainer.apply(0,arguments),c=b.container,d=b.height,e,f=b.width,g=b.x,h=b.y;if(!c)throw new Error("VML container not found.");var i=new a._Paper,j=i.canvas=a._g.doc.createElement("div"),k=j.style;g=g||0,h=h||0,f=f||512,d=d||342,i.width=f,i.height=d,f==+f&&(f+="px"),d==+d&&(d+="px"),i.coordsize=u*1e3+n+u*1e3,i.coordorigin="0 0",i.span=a._g.doc.createElement("span"),i.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;",j.appendChild(i.span),k.cssText=a.format("top:0;left:0;width:{0};height:{1};display:inline-block;position:relative;clip:rect(0 {0} {1} 0);overflow:hidden",f,d),c==1?(a._g.doc.body.appendChild(j),k.left=g+"px",k.top=h+"px",k.position="absolute"):c.firstChild?c.insertBefore(j,c.firstChild):c.appendChild(j),i.renderfix=function(){};return i},a.prototype.clear=function(){a.eve("raphael.clear",this),this.canvas.innerHTML=o,this.span=a._g.doc.createElement("span"),this.span.style.cssText="position:absolute;left:-9999em;top:-9999em;padding:0;margin:0;line-height:1;display:inline;",this.canvas.appendChild(this.span),this.bottom=this.top=null},a.prototype.remove=function(){a.eve("raphael.remove",this),this.canvas.parentNode.removeChild(this.canvas);for(var b in this)this[b]=typeof this[b]=="function"?a._removedFactory(b):null;return!0};var G=a.st;for(var H in E)E[b](H)&&!G[b](H)&&(G[H]=function(a){return function(){var b=arguments;return this.forEach(function(c){c[a].apply(c,b)})}}(H))}(window.Raphael) \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/swfobject.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/lib/swfobject.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,4 @@ +/* SWFObject v2.2 + is released under the MIT License +*/ +var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y0){for(var af=0;af0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae.getAttribute("align")}var ah={};var X=ae.getElementsByTagName("param");var ac=X.length;for(var ad=0;ad'}}aa.outerHTML='"+af+"";N[N.length]=ai.id;X=c(ai.id)}else{var Z=C(r);Z.setAttribute("type",q);for(var ac in ai){if(ai[ac]!=Object.prototype[ac]){if(ac.toLowerCase()=="styleclass"){Z.setAttribute("class",ai[ac])}else{if(ac.toLowerCase()!="classid"){Z.setAttribute(ac,ai[ac])}}}}for(var ab in ag){if(ag[ab]!=Object.prototype[ab]&&ab.toLowerCase()!="movie"){e(Z,ab,ag[ab])}}aa.parentNode.replaceChild(Z,aa);X=Z}}return X}function e(Z,X,Y){var aa=C("param");aa.setAttribute("name",X);aa.setAttribute("value",Y);Z.appendChild(aa)}function y(Y){var X=c(Y);if(X&&X.nodeName=="OBJECT"){if(M.ie&&M.win){X.style.display="none";(function(){if(X.readyState==4){b(Y)}else{setTimeout(arguments.callee,10)}})()}else{X.parentNode.removeChild(X)}}}function b(Z){var Y=c(Z);if(Y){for(var X in Y){if(typeof Y[X]=="function"){Y[X]=null}}Y.parentNode.removeChild(Y)}}function c(Z){var X=null;try{X=j.getElementById(Z)}catch(Y){}return X}function C(X){return j.createElement(X)}function i(Z,X,Y){Z.attachEvent(X,Y);I[I.length]=[Z,X,Y]}function F(Z){var Y=M.pv,X=Z.split(".");X[0]=parseInt(X[0],10);X[1]=parseInt(X[1],10)||0;X[2]=parseInt(X[2],10)||0;return(Y[0]>X[0]||(Y[0]==X[0]&&Y[1]>X[1])||(Y[0]==X[0]&&Y[1]==X[1]&&Y[2]>=X[2]))?true:false}function v(ac,Y,ad,ab){if(M.ie&&M.mac){return}var aa=j.getElementsByTagName("head")[0];if(!aa){return}var X=(ad&&typeof ad=="string")?ad:"screen";if(ab){n=null;G=null}if(!n||G!=X){var Z=C("style");Z.setAttribute("type","text/css");Z.setAttribute("media",X);n=aa.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[j.styleSheets.length-1]}G=X}if(M.ie&&M.win){if(n&&typeof n.addRule==r){n.addRule(ac,Y)}}else{if(n&&typeof j.createTextNode!=D){n.appendChild(j.createTextNode(ac+" {"+Y+"}"))}}}function w(Z,X){if(!m){return}var Y=X?"visible":"hidden";if(J&&c(Z)){c(Z).style.visibility=Y}else{v("#"+Z,"visibility:"+Y)}}function L(Y){var Z=/[\\\"<>\.;]/;var X=Z.exec(Y)!=null;return X&&typeof encodeURIComponent!=D?encodeURIComponent(Y):Y}var d=function(){if(M.ie&&M.win){window.attachEvent("onunload",function(){var ac=I.length;for(var ab=0;ab. + * + */ +/* FIXME: properly use require.js feature. This will do for debugging in the meantime */ +window.tracemanager = (function($) { + // If there are more than MAX_FAILURE_COUNT synchronisation + // failures, then disable synchronisation + MAX_FAILURE_COUNT = 20; + + // If there are more than MAX_BUFFER_SIZE obsels in the buffer, + // then "compress" them as a single "ktbsFullBuffer" + MAX_BUFFER_SIZE = 500; + + var BufferedService_prototype = { + /* + * Buffered service for traces + */ + // url: "", + // buffer: [], + // isReady: false, + // timer: null, + // failureCount: 0, + + /* Flush buffer */ + flush: function() { + // FIXME: add mutex on this.buffer + if (! this.isReady) + { + if (window.console) window.console.log("Sync service not ready"); + } else if (this.failureCount > MAX_FAILURE_COUNT) + { + // Disable synchronisation + this.set_sync_mode('none'); + } else if (this.buffer.length) { + var temp = this.buffer; + this.buffer = []; + + if (this.mode == 'GET') + { + // GET mode: do some data mangline. We mark the + // "compressed" nature of the generated JSON by + // prefixing it with c + var data = 'c' + JSON.stringify(temp.map(function (o) { return o.toCompactJSON(); })); + // Swap " (very frequent, which will be + // serialized into %22) and ; (rather rare), this + // saves some bytes + data = data.replace(/[;"#]/g, function(s){ return s == ';' ? '"' : ( s == '"' ? ';' : '%23'); }); + // FIXME: check data length (< 2K is safe) + var request=$('').error( function() { this.failureCount += 1; }) + .load( function() { this.failureCount = 0; }) + .attr('src', this.url + 'trace/?data=' + data); + } + else + { + $.ajax({ url: this.url + 'trace/', + type: 'POST', + contentType: 'application/json', + data: JSON.stringify(temp.map(function (o) { return o.toJSON(); })), + processData: false, + // Type of the returned data. + dataType: "html", + error: function(jqXHR, textStatus, errorThrown) { + if (window.console) window.console.log("Error when sending buffer:", textStatus); + this.failureCount += 1; + }, + success: function(data, textStatus, jqXHR) { + // Reset failureCount to 0 as soon as there is 1 valid answer + this.failureCount = 0; + } + }); + } + } + }, + + /* Sync mode: delayed, sync (immediate sync), none (no + * synchronisation with server, the trace has to be explicitly saved + * if needed */ + set_sync_mode: function(mode, default_subject) { + this.sync_mode = mode; + if (! this.isReady && mode !== "none") + this.init(default_subject); + if (mode == 'delayed') { + this.start_timer(); + } else { + this.stop_timer(); + } + }, + + /* Enqueue an obsel */ + enqueue: function(obsel) { + if (this.buffer.length > MAX_BUFFER_SIZE) + { + obsel = new Obsel('ktbsFullBuffer', this.buffer[0].begin, + this.buffer[this.buffer.length - 1].end, this.buffer[0].subject); + obsel.trace = this.buffer[0].trace; + this.buffer = []; + } + this.buffer.push(obsel); + if (this.sync_mode === 'sync') { + // Immediate sync of the obsel. + this.flush(); + } + }, + + start_timer: function() { + var self = this; + if (this.timer === null) { + this.timer = window.setInterval(function() { + self.flush(); + }, this.timeOut); + } + }, + + stop_timer: function() { + if (this.timer !== null) { + window.clearInterval(this.timer); + this.timer = null; + } + }, + + /* + * Initialize the sync service + */ + init: function(default_subject) { + var self = this; + if (this.isReady) + /* Already initialized */ + return; + if (typeof default_subject === 'undefined') + default_subject = 'anonymous'; + if (this.mode == 'GET') + { + var request=$('').attr('src', this.url + 'login?userinfo={"default_subject": "' + default_subject + '"}'); + // Do not wait for the return, assume it is + // initialized. This assumption will not work anymore + // if login returns some necessary information + this.isReady = true; + } + else + { + $.ajax({ url: this.url + 'login', + type: 'POST', + data: 'userinfo={"default_subject":"' + default_subject + '"}', + success: function(data, textStatus, jqXHR) { + self.isReady = true; + if (self.buffer.length) { + self.flush(); + } + } + }); + } + } + }; + var BufferedService = function(url, mode) { + this.url = url; + this.buffer = []; + this.isReady = false; + this.timer = null; + this.failureCount = 0; + // sync_mode is either "none", "sync" or "buffered" + this.sync_mode = "none"; + /* mode can be either POST or GET */ + if (mode == 'POST' || mode == 'GET') + this.mode = mode; + else + this.mode = 'POST'; + /* Flush buffer every timeOut ms if the sync_mode is delayed */ + this.timeOut = 2000; + }; + BufferedService.prototype = BufferedService_prototype; + + var Trace_prototype = { + /* FIXME: We could/should use a sorted list such as + http://closure-library.googlecode.com/svn/docs/class_goog_structs_AvlTree.html + to speed up queries based on time */ + obsels: [], + /* Trace URI */ + uri: "", + default_subject: "", + /* baseuri is used as the base URI to resolve relative + * attribute-type names in obsels. Strictly speaking, this + * should rather be expressed as a reference to model, or + * more generically, as a qname/URI dict */ + baseuri: "", + /* Mapping of obsel type or property name to a compact + * representation (shorthands). + */ + shorthands: null, + syncservice: null, + + /* Define the trace URI */ + set_uri: function(uri) { + this.uri = uri; + }, + + /* Sync mode: delayed, sync (immediate sync), none (no + * synchronisation with server, the trace has to be explicitly saved + * if needed */ + set_sync_mode: function(mode) { + if (this.syncservice !== null) { + this.syncservice.set_sync_mode(mode, this.default_subject); + } + }, + + /* + * Return a list of the obsels of this trace matching the parameters + */ + list_obsels: function(_begin, _end, _reverse) { + var res; + if (typeof _begin !== 'undefined' || typeof _end !== 'undefined') { + /* + * Not optimized yet. + */ + res = []; + var l = this.obsels.length; + for (var i = 0; i < l; i++) { + var o = this.obsels[i]; + if ((typeof _begin !== 'undefined' && o.begin > _begin) && (typeof _end !== 'undefined' && o.end < _end)) { + res.push(o); + } + } + } + + if (typeof _reverse !== 'undefined') { + if (res !== undefined) { + /* Should reverse the whole list. Make a copy. */ + res = this.obsels.slice(0); + } + res.sort(function(a, b) { return b.begin - a.begin; }); + return res; + } + + if (res === undefined) { + res = this.obsels; + } + return res; + + }, + + /* + * Return the obsel of this trace identified by the URI, or undefined + */ + get_obsel: function(id) { + for (var i = 0; i < this.obsels.length; i++) { + /* FIXME: should check against variations of id/uri, take this.baseuri into account */ + if (this.obsels[i].uri === id) { + return this.obsels[i]; + } + } + return undefined; + }, + + set_default_subject: function(subject) { + // FIXME: if we call this method after the sync_service + // init method, then the default_subject will not be + // consistent anymore. Maybe we should then call init() again? + this.default_subject = subject; + }, + + get_default_subject: function() { + return this.default_subject; + }, + + /* (type:ObselType, begin:int, end:int?, subject:str?, attributes:[AttributeType=>any]?) */ + /* Create a new obsel and add it to the trace */ + create_obsel: function(type, begin, end, subject, _attributes) { + var o = new Obsel(type, begin, end, subject); + if (typeof _attributes !== 'undefined') { + o.attributes = _attributes; + } + o.trace = this; + this.obsels.push(o); + if (this.syncservice !== null) + this.syncservice.enqueue(o); + }, + + /* Helper methods */ + + /* Create a new obsel with the given attributes */ + trace: function(type, _attributes, _begin, _end, _subject) { + var t = (new Date()).getTime(); + if (typeof begin === 'undefined') { + _begin = t; + } + if (typeof end === 'undefined') { + _end = _begin; + } + if (typeof subject === 'undefined') { + _subject = this.default_subject; + } + if (typeof _attributes === 'undefined') { + _attributes = {}; + } + return this.create_obsel(type, _begin, _end, _subject, _attributes); + } + }; + + var Trace = function(uri, requestmode) { + /* FIXME: We could/should use a sorted list such as + http://closure-library.googlecode.com/svn/docs/class_goog_structs_AvlTree.html + to speed up queries based on time */ + this.obsels = []; + /* Trace URI */ + if (uri === undefined) + uri = ""; + this.uri = uri; + this.sync_mode = "none"; + this.default_subject = ""; + this.shorthands = {}; + /* baseuri is used a the base URI to resolve relative attribute names in obsels */ + this.baseuri = ""; + + this.syncservice = new BufferedService(uri, requestmode); + $(window).unload( function () { + if (this.syncservice && this.sync_mode !== 'none') { + this.syncservice.flush(); + this.syncservice.stop_timer(); + } + }); + }; + Trace.prototype = Trace_prototype; + + var Obsel_prototype = { + /* The following attributes are here for documentation + * purposes. They MUST be defined in the constructor + * function. */ + trace: undefined, + type: undefined, + begin: undefined, + end: undefined, + subject: undefined, + /* Dictionary indexed by ObselType URIs */ + attributes: {}, + + /* Method definitions */ + get_trace: function() { + return this.trace; + }, + + get_obsel_type: function() { + return this.type; + }, + get_begin: function() { + return this.begin; + }, + get_end: function() { + return this.end; + }, + get_subject: function() { + return this.subject; + }, + + list_attribute_types: function() { + var result = []; + for (var prop in this.attributes) { + if (this.attributes.hasOwnProperty(prop)) + result.push(prop); + } + /* FIXME: we return URIs here instead of AttributeType elements */ + return result; + }, + + list_relation_types: function() { + /* FIXME: not implemented yet */ + }, + + list_related_obsels: function (rt) { + /* FIXME: not implemented yet */ + }, + list_inverse_relation_types: function () { + /* FIXME: not implemented yet */ + }, + list_relating_obsels: function (rt) { + /* FIXME: not implemented yet */ + }, + /* + * Return the value of the given attribute type for this obsel + */ + get_attribute_value: function(at) { + if (typeof at === "string") + /* It is a URI */ + return this.attributes[at]; + else + /* FIXME: check that at is instance of AttributeType */ + return this.attributes[at.uri]; + }, + + + /* obsel modification (trace amendment) */ + + set_attribute_value: function(at, value) { + if (typeof at === "string") + /* It is a URI */ + this.attributes[at] = value; + /* FIXME: check that at is instance of AttributeType */ + else + this.attributes[at.uri] = value; + }, + + del_attribute_value: function(at) { + if (typeof at === "string") + /* It is a URI */ + delete this.attributes[at]; + /* FIXME: check that at is instance of AttributeType */ + else + delete this.attributes[at.uri]; + }, + + add_related_obsel: function(rt, value) { + /* FIXME: not implemented yet */ + }, + + del_related_obsel: function(rt, value) { + /* FIXME: not implemented yet */ + }, + + /* + * Return a JSON representation of the obsel + */ + toJSON: function() { + var r = { + "@id": this.id, + "@type": this.type, + "begin": this.begin, + "end": this.end, + "subject": this.subject + }; + for (var prop in this.attributes) { + if (this.attributes.hasOwnProperty(prop)) + r[prop] = this.attributes[prop]; + } + return r; + }, + + /* + * Return a compact JSON representation of the obsel. + * Use predefined + custom shorthands for types/properties + */ + toCompactJSON: function() { + var r = { + "@t": (this.trace.shorthands.hasOwnProperty(this.type) ? this.trace.shorthands[this.type] : this.type), + "@b": this.begin, + }; + // Transmit subject only if different from default_subject + if (this.subject !== this.trace.default_subject) + r["@s"] = this.subject; + + // Store duration (to save some bytes) and only if it is non-null + if (this.begin !== this.end) + r["@d"] = this.end - this.begin; + + // Store id only if != "" + if (this.id !== "") + r["@i"] = this.id; + + for (var prop in this.attributes) { + if (this.attributes.hasOwnProperty(prop)) + { + var v = this.attributes[prop]; + r[prop] = this.trace.shorthands.hasOwnProperty(v) ? this.trace.shorthands[v] : v; + } + } + return r; + }, + + toJSONstring: function() { + return JSON.stringify(this.toJSON()); + } + }; + + var Obsel = function(type, begin, end, subject, attributes) { + this.trace = undefined; + this.uri = ""; + this.id = ""; + this.type = type; + this.begin = begin; + this.end = end; + this.subject = subject; + /* Is the obsel synched with the server ? */ + this.sync_status = false; + /* Dictionary indexed by ObselType URIs */ + this.attributes = {}; + }; + Obsel.prototype = Obsel_prototype; + + var TraceManager_prototype = { + traces: [], + /* + * Return the trace with id name + * If it was not registered, return undefined. + */ + get_trace: function(name) { + return this.traces[name]; + }, + + /* + * Explicitly create and initialize a new trace with the given name. + * The optional uri parameter allows to initialize the trace URI. + * + * If another existed with the same name before, then it is replaced by a new one. + */ + init_trace: function(name, params) + { + if (window.console) window.console.log("init_trace", params); + url = params.url ? params.url : ""; + requestmode = params.requestmode ? params.requestmode : "POST"; + syncmode = params.syncmode ? params.syncmode : "none"; + default_subject = params.default_subject ? params.default_subject : "default"; + var t = new Trace(url, requestmode); + t.set_default_subject(default_subject); + t.set_sync_mode(syncmode); + this.traces[name] = t; + return t; + } + }; + + var TraceManager = function() { + this.traces = {}; + }; + TraceManager.prototype = TraceManager_prototype; + + var tracemanager = new TraceManager(); + return tracemanager; + })(jQuery); diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/lib/underscore-min.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/lib/underscore-min.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,30 @@ +// Underscore.js 1.2.3 +// (c) 2009-2011 Jeremy Ashkenas, DocumentCloud Inc. +// Underscore is freely distributable under the MIT license. +// Portions of Underscore are inspired or borrowed from Prototype, +// Oliver Steele's Functional, and John Resig's Micro-Templating. +// For all details and documentation: +// http://documentcloud.github.com/underscore +(function(){function r(a,c,d){if(a===c)return a!==0||1/a==1/c;if(a==null||c==null)return a===c;if(a._chain)a=a._wrapped;if(c._chain)c=c._wrapped;if(a.isEqual&&b.isFunction(a.isEqual))return a.isEqual(c);if(c.isEqual&&b.isFunction(c.isEqual))return c.isEqual(a);var e=l.call(a);if(e!=l.call(c))return false;switch(e){case "[object String]":return a==String(c);case "[object Number]":return a!=+a?c!=+c:a==0?1/a==1/c:a==+c;case "[object Date]":case "[object Boolean]":return+a==+c;case "[object RegExp]":return a.source== +c.source&&a.global==c.global&&a.multiline==c.multiline&&a.ignoreCase==c.ignoreCase}if(typeof a!="object"||typeof c!="object")return false;for(var f=d.length;f--;)if(d[f]==a)return true;d.push(a);var f=0,g=true;if(e=="[object Array]"){if(f=a.length,g=f==c.length)for(;f--;)if(!(g=f in a==f in c&&r(a[f],c[f],d)))break}else{if("constructor"in a!="constructor"in c||a.constructor!=c.constructor)return false;for(var h in a)if(m.call(a,h)&&(f++,!(g=m.call(c,h)&&r(a[h],c[h],d))))break;if(g){for(h in c)if(m.call(c, +h)&&!f--)break;g=!f}}d.pop();return g}var s=this,F=s._,o={},k=Array.prototype,p=Object.prototype,i=k.slice,G=k.concat,H=k.unshift,l=p.toString,m=p.hasOwnProperty,v=k.forEach,w=k.map,x=k.reduce,y=k.reduceRight,z=k.filter,A=k.every,B=k.some,q=k.indexOf,C=k.lastIndexOf,p=Array.isArray,I=Object.keys,t=Function.prototype.bind,b=function(a){return new n(a)};if(typeof exports!=="undefined"){if(typeof module!=="undefined"&&module.exports)exports=module.exports=b;exports._=b}else typeof define==="function"&& +define.amd?define("underscore",function(){return b}):s._=b;b.VERSION="1.2.3";var j=b.each=b.forEach=function(a,c,b){if(a!=null)if(v&&a.forEach===v)a.forEach(c,b);else if(a.length===+a.length)for(var e=0,f=a.length;e2;a==null&&(a=[]);if(x&&a.reduce===x)return e&&(c=b.bind(c,e)),f?a.reduce(c,d):a.reduce(c);j(a,function(a,b,i){f?d=c.call(e,d,a,b,i):(d=a,f=true)});if(!f)throw new TypeError("Reduce of empty array with no initial value");return d};b.reduceRight=b.foldr=function(a,c,d,e){var f=arguments.length>2;a==null&&(a=[]);if(y&&a.reduceRight===y)return e&&(c=b.bind(c,e)),f?a.reduceRight(c,d):a.reduceRight(c);var g=b.toArray(a).reverse();e&&!f&&(c=b.bind(c,e));return f?b.reduce(g, +c,d,e):b.reduce(g,c)};b.find=b.detect=function(a,c,b){var e;D(a,function(a,g,h){if(c.call(b,a,g,h))return e=a,true});return e};b.filter=b.select=function(a,c,b){var e=[];if(a==null)return e;if(z&&a.filter===z)return a.filter(c,b);j(a,function(a,g,h){c.call(b,a,g,h)&&(e[e.length]=a)});return e};b.reject=function(a,c,b){var e=[];if(a==null)return e;j(a,function(a,g,h){c.call(b,a,g,h)||(e[e.length]=a)});return e};b.every=b.all=function(a,c,b){var e=true;if(a==null)return e;if(A&&a.every===A)return a.every(c, +b);j(a,function(a,g,h){if(!(e=e&&c.call(b,a,g,h)))return o});return e};var D=b.some=b.any=function(a,c,d){c||(c=b.identity);var e=false;if(a==null)return e;if(B&&a.some===B)return a.some(c,d);j(a,function(a,b,h){if(e||(e=c.call(d,a,b,h)))return o});return!!e};b.include=b.contains=function(a,c){var b=false;if(a==null)return b;return q&&a.indexOf===q?a.indexOf(c)!=-1:b=D(a,function(a){return a===c})};b.invoke=function(a,c){var d=i.call(arguments,2);return b.map(a,function(a){return(c.call?c||a:a[c]).apply(a, +d)})};b.pluck=function(a,c){return b.map(a,function(a){return a[c]})};b.max=function(a,c,d){if(!c&&b.isArray(a))return Math.max.apply(Math,a);if(!c&&b.isEmpty(a))return-Infinity;var e={computed:-Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;b>=e.computed&&(e={value:a,computed:b})});return e.value};b.min=function(a,c,d){if(!c&&b.isArray(a))return Math.min.apply(Math,a);if(!c&&b.isEmpty(a))return Infinity;var e={computed:Infinity};j(a,function(a,b,h){b=c?c.call(d,a,b,h):a;bd?1:0}),"value")};b.groupBy=function(a,c){var d={},e=b.isFunction(c)?c:function(a){return a[c]};j(a,function(a,b){var c=e(a,b);(d[c]||(d[c]=[])).push(a)});return d};b.sortedIndex= +function(a,c,d){d||(d=b.identity);for(var e=0,f=a.length;e>1;d(a[g])=0})})};b.difference=function(a){var c=b.flatten(i.call(arguments,1));return b.filter(a,function(a){return!b.include(c,a)})};b.zip=function(){for(var a=i.call(arguments),c=b.max(b.pluck(a,"length")),d=Array(c),e=0;e=0;d--)b=[a[d].apply(this,b)];return b[0]}};b.after= +function(a,b){return a<=0?b():function(){if(--a<1)return b.apply(this,arguments)}};b.keys=I||function(a){if(a!==Object(a))throw new TypeError("Invalid object");var b=[],d;for(d in a)m.call(a,d)&&(b[b.length]=d);return b};b.values=function(a){return b.map(a,b.identity)};b.functions=b.methods=function(a){var c=[],d;for(d in a)b.isFunction(a[d])&&c.push(d);return c.sort()};b.extend=function(a){j(i.call(arguments,1),function(b){for(var d in b)b[d]!==void 0&&(a[d]=b[d])});return a};b.defaults=function(a){j(i.call(arguments, +1),function(b){for(var d in b)a[d]==null&&(a[d]=b[d])});return a};b.clone=function(a){return!b.isObject(a)?a:b.isArray(a)?a.slice():b.extend({},a)};b.tap=function(a,b){b(a);return a};b.isEqual=function(a,b){return r(a,b,[])};b.isEmpty=function(a){if(b.isArray(a)||b.isString(a))return a.length===0;for(var c in a)if(m.call(a,c))return false;return true};b.isElement=function(a){return!!(a&&a.nodeType==1)};b.isArray=p||function(a){return l.call(a)=="[object Array]"};b.isObject=function(a){return a=== +Object(a)};b.isArguments=function(a){return l.call(a)=="[object Arguments]"};if(!b.isArguments(arguments))b.isArguments=function(a){return!(!a||!m.call(a,"callee"))};b.isFunction=function(a){return l.call(a)=="[object Function]"};b.isString=function(a){return l.call(a)=="[object String]"};b.isNumber=function(a){return l.call(a)=="[object Number]"};b.isNaN=function(a){return a!==a};b.isBoolean=function(a){return a===true||a===false||l.call(a)=="[object Boolean]"};b.isDate=function(a){return l.call(a)== +"[object Date]"};b.isRegExp=function(a){return l.call(a)=="[object RegExp]"};b.isNull=function(a){return a===null};b.isUndefined=function(a){return a===void 0};b.noConflict=function(){s._=F;return this};b.identity=function(a){return a};b.times=function(a,b,d){for(var e=0;e/g,">").replace(/"/g,""").replace(/'/g,"'").replace(/\//g,"/")};b.mixin=function(a){j(b.functions(a),function(c){J(c, +b[c]=a[c])})};var K=0;b.uniqueId=function(a){var b=K++;return a?a+b:b};b.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};b.template=function(a,c){var d=b.templateSettings,d="var __p=[],print=function(){__p.push.apply(__p,arguments);};with(obj||{}){__p.push('"+a.replace(/\\/g,"\\\\").replace(/'/g,"\\'").replace(d.escape,function(a,b){return"',_.escape("+b.replace(/\\'/g,"'")+"),'"}).replace(d.interpolate,function(a,b){return"',"+b.replace(/\\'/g, +"'")+",'"}).replace(d.evaluate||null,function(a,b){return"');"+b.replace(/\\'/g,"'").replace(/[\r\n\t]/g," ")+";__p.push('"}).replace(/\r/g,"\\r").replace(/\n/g,"\\n").replace(/\t/g,"\\t")+"');}return __p.join('');",e=new Function("obj","_",d);return c?e(c,b):function(a){return e.call(this,a,b)}};var n=function(a){this._wrapped=a};b.prototype=n.prototype;var u=function(a,c){return c?b(a).chain():a},J=function(a,c){n.prototype[a]=function(){var a=i.call(arguments);H.call(a,this._wrapped);return u(c.apply(b, +a),this._chain)}};b.mixin(b);j("pop,push,reverse,shift,sort,splice,unshift".split(","),function(a){var b=k[a];n.prototype[a]=function(){b.apply(this._wrapped,arguments);return u(this._wrapped,this._chain)}});j(["concat","join","slice"],function(a){var b=k[a];n.prototype[a]=function(){return u(b.apply(this._wrapped,arguments),this._chain)}});n.prototype.chain=function(){this._chain=true;return this};n.prototype.value=function(){return this._wrapped}}).call(this); diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/img/background.bak.png Binary file front_idill/src/img/background.bak.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/img/background.png Binary file front_idill/src/img/background.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/img/selected_background.png Binary file front_idill/src/img/selected_background.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/img/selected_timeline.png Binary file front_idill/src/img/selected_timeline.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/img/timeline.png Binary file front_idill/src/img/timeline.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/index.html --- a/front_idill/src/index.html Fri Apr 27 14:38:23 2012 +0200 +++ b/front_idill/src/index.html Fri May 11 11:04:06 2012 +0200 @@ -27,28 +27,30 @@ - - - - + + + + + -
    -
    +
    +
    +
    - diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/mosaic/css/mosaic.less --- a/front_idill/src/mosaic/css/mosaic.less Fri Apr 27 14:38:23 2012 +0200 +++ b/front_idill/src/mosaic/css/mosaic.less Fri May 11 11:04:06 2012 +0200 @@ -25,13 +25,13 @@ @mosaic-background-image-path: url("../../img/background.png"); @selected-snapshot-background-image-path: url("../../img/selected_background.png"); @snapshots-background-color: #8D8D8D; -@snapshots-margin-value: 5px; +@snapshots-margin-value: 8px; @snapshots-margin: @snapshots-margin-value @snapshots-margin-value @snapshots-margin-value @snapshots-margin-value; @black: #000000; body { - overflow: hidden; + //overflow: hidden; background-color: @black; } @@ -99,9 +99,34 @@ * ne contenant pas d'image. * Au départ, l'opacité est à 0, ce qui signifie que ce div est invisible. L'opacité change lors d'intéractions avec cet objet. Le div apparaît alors. */ -.cyan +.neighbourFrame +{ + position: absolute; + //background-color: #94C6C5; + //background-color: rgba(148, 198, 197, 1); + background-image: @selected-snapshot-background-image-path; + background-repeat: repeat; + opacity: 0; +} + +/* + * + */ +.neighbourImgBg { position: absolute; - background-color: #94C6C5; - opacity: 0; + background-image: @mosaic-background-image-path; +} + +/* + * + */ +.neighbourImg +{ + position: absolute; +} + +video +{ + //position: absolute; } \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/mosaic/js/mosaic.js --- a/front_idill/src/mosaic/js/mosaic.js Fri Apr 27 14:38:23 2012 +0200 +++ b/front_idill/src/mosaic/js/mosaic.js Fri May 11 11:04:06 2012 +0200 @@ -143,7 +143,9 @@ mosaic.prototype.preZoom = function(snapshot) { if(this.fullscreen) + { return; + } //Mosaïque. var mosaic = this; //Dimensions de la mosaïque. @@ -160,10 +162,16 @@ //Si un zoom est déjà en cours, on ne zoom sur rien d'autre en attendant que ce snapshot ai dézoomé en cas de mouseleave. if(this.zoomed) + { if($('#preZoomContainer-' + currentId) != $(this) && this.previousZoomedSN != '' && this.previousId != '') + { this.preUnzoom(); + } else + { return; + } + } //On indique qu'on a zoomé et on spécifie le snapshot sur lequel on a zoomé. this.zoomed = true; @@ -195,13 +203,21 @@ //CAS PARTICULIER pour la position du snapshot zoomé : les bordures. if(finalDivTop < 0) + { finalDivTop = -margin; + } if(finalDivTop + finalDivHeight > h) + { finalDivTop = h - finalDivHeight; + } if(finalDivLeft < 0) + { finalDivLeft = 0; + } if(finalDivLeft + finalDivWidth + margin*2 > w) + { finalDivLeft = w - finalDivWidth - margin*2; + } ////Code de debug. ////CAUTION//// @@ -234,7 +250,9 @@ $('#prezoomContainer-' + currentId).click(function () { if(this.previousZoomedSN != '') + { mosaic.zoom(); + } }); } @@ -245,7 +263,9 @@ { //Si on n'a pas zoomé, on quitte la fonction. if(!this.zoomed) + { return; + } //On spécifie la marge afin de centrer le prédézoom. var margin = this.marginWidth; @@ -280,7 +300,9 @@ //Si la mosaïque est en pleine écran, pas la peine de zoomer. if(this.fullscreen) + { return; + } //On prend les attributs nécessaires au calculs. var margin = this.marginWidth, len = this.length, imgs = this.imagesToShow; @@ -293,7 +315,7 @@ var initialDivTop = this.previousZoomedSN.position().top, initialDivLeft = this.previousZoomedSN.position().left; //Dimensions et coordonnées finales du div. var finalDivWidth = initialDivWidth * (this.zoomPercentage+1), finalDivHeight = initialDivHeight * (this.zoomPercentage+1); - var newZoomTop = -this.previousZoomedSN.position().top*(newPreMPHeight/initMPHeight) - this.zoomedMargin/2 + (initMPHeight - initMPHeight * this.zoomPercentage)/2 + 'px', newZoomLeft = -this.previousZoomedSN.position().left*(newPreMPWidth/initMPWidth) - this.zoomedMargin/2 + (initMPWidth - initMPWidth * this.zoomPercentage)/2 + 'px'; + var newZoomTop = -this.previousZoomedSN.position().top*(newPreMPHeight/initMPHeight) - this.zoomedMargin/2 + (initMPHeight - initMPHeight * this.zoomPercentage)/2, newZoomLeft = -this.previousZoomedSN.position().left*(newPreMPWidth/initMPWidth) - this.zoomedMargin/2 + (initMPWidth - initMPWidth * this.zoomPercentage)/2; var newSnWidth = initMPWidth * this.zoomPercentage, newSnHeight = initMPHeight * this.zoomPercentage; this.preUnzoom(this); @@ -336,29 +358,94 @@ mos.centerId = zoomedImgId; mos.listenToNeighbours(); mos.currentMode = 'VIDEO'; + + console.log('h : ' + -newZoomLeft + " " + zoomedImg.position().left); + + mos.loadPlayer((zoomedImg.position().top + newZoomTop + mos.MPTop_margin), (zoomedImg.position().left + newZoomLeft), newSnWidth + 1, newSnHeight + 1); + /*mos.unload(); mos.localMos.loadLocalMosaic(newZoomTop, newZoomLeft, newSnWidth, newSnHeight, mos.imgs, tab[1]);*/ }); } /* + * Chargement du player basé sur le metadataplayer. +*/ +mosaic.prototype.loadPlayer = function(newZoomTop, newZoomLeft, newSnWidth, newSnHeight) +{ + //On configure les options de lancement. + IriSP.libFiles.defaultDir = "../lib/"; + IriSP.widgetsDir = "./player/metadataplayer/" + + console.log(newZoomTop + " " + newZoomLeft); + + var _metadata = { + url: 'http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/cljson/id/7c912bce-66b8-11e1-80f6-00145ea4a2be?callback=?', + format: 'ldt' + }; + var _config = { + gui: { + width: newSnWidth, + height: newSnHeight, + container: 'LdtPlayer', + default_options: { + metadata: _metadata + }, + css:'./player/metadataplayer/LdtPlayer-core.css', + widgets: [ + { + type: "Timeline" + } + ] + }, + player:{ + type: 'html5', // player type + video: 'http://media.iri.centrepompidou.fr/video/ldtplatform/body_trail_cctv.mp4', + live: true, + height: newSnHeight, + width: newSnWidth, + autostart: true + } + }; + + //On positionne le player. + $('.LdtPlayer').css( + { + //display: 'none', + position: 'absolute', + 'background-color': '#000000', + top: newZoomTop, + left: newZoomLeft + }); + + //On démarre le player. + var _myPlayer = new IriSP.Metadataplayer(_config, _metadata); + console.log(_myPlayer); +} + +/* * Retour à la taille normale de la mosaïque. */ mosaic.prototype.unzoom = function() { //Si on n'est pas en plein écran, on quitte. if(!this.fullscreen) + { return; + } //On charge les attributs nécessaires aux calculs. var sWidth = this.snapshotWidth, sHeight = this.snapshotHeight; var mpWidth = this.width, mpHeight = this.height; var mos = this; - //On passe le snapshot sur lequel on a zoomé en LD. + //On passe le snapshot sur lequel on a zoomé en SD. var zoomedImg = $('img', this.previousZoomedSN); var src = zoomedImg.attr('src'); zoomedImg.attr('src', src.replace('snapshots/', 'snapshots-little/')); + + $('div').remove('.LdtPlayer'); + $('body').append('
    '); //On rend leur opacité aux snapshots. Qui ne sont alors plus grisés. $('.snapshotDivs').animate( @@ -383,7 +470,7 @@ //On revient en mode MOSAIC. mos.currentMode = 'MOSAIC'; //On ne permet plus le déplacement vers les voisins. - $('.snapshotDivs').unbind('mouseenter', mos.changeNeighbourColor); + $('.snapshotDivs').unbind('mouseenter', mos.selectNeighbour); }); } @@ -409,12 +496,17 @@ //Si le voisin du bas est sur la même colonne, on n'est pas sur la bordure du bas. this.neighboursIds[3] = (currentLine < (this.imagesToShow / this.length)) ? (+this.centerId + this.length) : -1; + //ID du cadre voisin. + var preId; + for(var i = 0 ; i < this.neighboursIds.length ; i++) { if(this.neighboursIds[i] != -1) - { + { + preId = '#neighbourFrameBorder-' + this.neighboursIds[i]; //On permet le déplacement vers les voisins. - $('#snapshotDiv-' + this.neighboursIds[i]).mouseenter(mos.changeNeighbourColor); + // $('#snapshotDiv-' + this.neighboursIds[i] + ', ' + preId + '-left,' + preId + '-right,' + preId + '-up,' + preId + '-down').mouseenter(mos.selectNeighbour); + $('#snapshotDiv-' + this.neighboursIds[i]).mouseenter(mos.selectNeighbour); } } } @@ -422,7 +514,7 @@ /* * Change la coloration d'une bordure où on se positionne lors d'une vue en plein écran. */ -mosaic.prototype.changeNeighbourColor = function() +mosaic.prototype.selectNeighbour = function() { ////TEST //$('.test').append(mos.currentMode + " " + $(this).attr('id') + " " + 'snapshotDiv-' + mos.centerId + ','); @@ -430,47 +522,89 @@ //Si on est en mode VIDEO (plein écran) ET si le snapshot pointé est un voisin. if((mos.currentMode == 'VIDEO') && ($(this).attr('id') != 'snapshotDiv-' + mos.centerId)) { - //On crée le div cyan qui va être superposé au voisin. - var cyanDiv = '
    '; + //On crée le cadre qui va être superposé au voisin. //On le colle au voisin. - $('#mainPanel').append(cyanDiv); - $('#cyan-' + $(this).attr('id')).css('top', $(this).position().top).css('left', $(this).position().left).css('width', $(this).width()).css('height', $(this).height()).css('margin', $(this).css('margin')).animate( + var tab = $(this).attr('id').split('-'); + var snapshotId = tab[1]; + var neighbourFrame = ''; + var marginValue = parseFloat($(this).css('margin')); + + neighbourFrame += '
    '; + + $('#mainPanel').append(neighbourFrame); + + //On positionne le div de background juste au niveau du voisin. + $('#neighbourFrame-' + snapshotId).css( + { + 'top': (+$(this).position().top + marginValue), + 'left': (+$(this).position().left + marginValue), + 'width': $(this).width(), + 'height': $(this).height() + }); + //On positionne le div de background noir juste au niveau de l'image du voisin. + $('#neighbourImgBg-' + snapshotId).css( + { + 'top': marginValue, + 'left': marginValue, + 'width': $(this).width() - marginValue*2, + 'height': $(this).height() - marginValue*2, + }); + //On met par dessus le div de l'image clonée du voisin. + $('#neighbourImg-' + snapshotId).css( + { + 'top': 0, + 'left': 0, + 'width': $(this).width() - marginValue*2, + 'height': $(this).height() - marginValue*2, + 'background-image': 'url(' + $('img', $(this)).attr('src') + ')', + 'background-size': $(this).width() + 'px ' + $(this).height() + 'px', + 'background-position': -marginValue + 'px ' + -marginValue + 'px', + 'opacity': '0.4' + }); + + var fId = '#neighbourFrame-' + snapshotId; + + $(fId).animate( { //On le fait apparaître. - opacity: '0.4' - }, timeNeighbourUnglowing, function() + opacity: '1' + }, timeNeighbourGlowing, function() { //On peut désormais se déplacer vers ce voisin. mos.canMoveToNeighbour = true; - }).mouseleave(mos.unchangeNeighbourColor).click(mos.moveToNeighbour); + }); + //Lorsqu'on quitte un des snapshots (bien entendu le voisin en question), on retire le cadre. + $(fId).mouseleave(mos.deselectNeighbour) + //Si on clique sur le voisin ou son cadre, on passe au voisin suivant. + $(fId).click(mos.moveToNeighbour); } } /* * Change la coloration d'une bordure quittée lors d'une vue en plein écran. */ -mosaic.prototype.unchangeNeighbourColor = function() +mosaic.prototype.deselectNeighbour = function() { ////TEST //$('.test').append('un,'); - + //On ne peut plus se déplacer vers les voisins. mos.canMoveToNeighbour = false; - + + //On récupère le voisin. + var neighbourFrame = $(this); + //Si on est en mode VIDEO. if(mos.currentMode == 'VIDEO') { - //On obtient le div de coloration superposé au voisin. - var cyanDiv = $(this); - //On le fait disparaître progressivement. - $(this).animate( + neighbourFrame.animate( { opacity: '0' - }, timeNeighbourGlowing, function() + }, timeNeighbourUnglowing, function() { //Une fois invisible, on le supprime. - cyanDiv.remove(); + neighbourFrame.remove(); }); } } @@ -482,45 +616,50 @@ { //Si on ne peut pas se déplacer vers les voisins, on quitte. if(!mos.canMoveToNeighbour) + { return; + } //On obtient l'ID de destination. var tab = $(this).attr('id').split('-'); - var destinationId = tab[2]; + var destinationId = tab[1]; //On charge les attributs nécessaires aux calculs. var MPCurrentTop = $('#mainPanel').position().top, MPCurrentLeft = $('#mainPanel').position().left; var divideCoeffTop = Math.floor(destinationId / mos.length) == 0 ? 1 : Math.floor(destinationId / mos.length); var divideCoeffLeft = destinationId % mos.length == 0 ? 1 : destinationId % mos.length; - var cyanTop = $(this).position().top, cyanLeft = $(this).position().left; + var neighbourFrameTop = $('#snapshotDiv-' + destinationId).position().top, neighbourFrameLeft = $('#snapshotDiv-' + destinationId).position().left; //On définit pour le déplacement vertical s'il est nécessaire de se déplacer en haut ou en bas. - if(mos.previousZoomedSN.position().top > cyanTop) - MPCurrentTop += Math.abs(cyanTop - mos.previousZoomedSN.position().top); - else if(mos.previousZoomedSN.position().top < cyanTop) - MPCurrentTop -= Math.abs(cyanTop - mos.previousZoomedSN.position().top); + if(mos.previousZoomedSN.position().top > neighbourFrameTop) + MPCurrentTop += Math.abs(neighbourFrameTop - mos.previousZoomedSN.position().top); + else if(mos.previousZoomedSN.position().top < neighbourFrameTop) + MPCurrentTop -= Math.abs(neighbourFrameTop - mos.previousZoomedSN.position().top); //On définit pour le déplacement horizontal s'il est nécessaire de se déplacer à gauche ou à droite. - if(mos.previousZoomedSN.position().left > cyanLeft) - MPCurrentLeft += Math.abs(cyanLeft - mos.previousZoomedSN.position().left); - else if(mos.previousZoomedSN.position().left < cyanLeft) - MPCurrentLeft -= Math.abs(cyanLeft - mos.previousZoomedSN.position().left); + if(mos.previousZoomedSN.position().left > neighbourFrameLeft) + MPCurrentLeft += Math.abs(neighbourFrameLeft - mos.previousZoomedSN.position().left); + else if(mos.previousZoomedSN.position().left < neighbourFrameLeft) + MPCurrentLeft -= Math.abs(neighbourFrameLeft - mos.previousZoomedSN.position().left); //On passe le snapshot de destination en HD. var destinationImg = $('#snapshot-' + destinationId); var destinationImgSrc = destinationImg.attr('src'); destinationImg.attr('src', destinationImgSrc.replace('snapshots-little/', 'snapshots/')); - //On passe l'ancien snapshot en LD. + //On passe l'ancien snapshot en SD. var currentImgSrc = $('img', mos.previousZoomedSN).attr('src'); $('img', mos.previousZoomedSN).attr('src', currentImgSrc.replace('snapshots/', 'snapshots-little/')); //On obtient l'ID du div de coloration du snapshot vers lequel on se déplace afin de le supprimer. - var cyan = $(this); - var tab = cyan.attr('id').split('-'); - mos.centerId = tab[2]; + var neighbourFrame = $(this); + var tab = neighbourFrame.attr('id').split('-'); + mos.centerId = tab[1]; $(this).css('opacity', '0'); - cyan.remove(); - + neighbourFrame.remove(); + + $('div').remove('.LdtPlayer'); + $('body').append('
    '); + //On grise le snapshot qu'on vient de quitter. mos.previousZoomedSN.animate( { @@ -541,9 +680,11 @@ }, mos.zoomTime, function() { //On recharge les voisins. - $('.snapshotDivs').unbind('mouseenter', mos.changeNeighbourColor); + $('.snapshotDivs').unbind('mouseenter', mos.selectNeighbour); mos.previousZoomedSN = $('#snapshotDiv-' + mos.centerId); mos.listenToNeighbours(); + + mos.loadPlayer((destinationImg.position().top + MPCurrentTop + mos.MPTop_margin), (destinationImg.position().left + MPCurrentLeft), destinationImg.width(), destinationImg.height()); }); }); } diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/fonts/DINMedium.ttf Binary file front_idill/src/player/fonts/DINMedium.ttf has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/Untitled.png Binary file front_idill/src/player/img/Untitled.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/arrow_down.png Binary file front_idill/src/player/img/arrow_down.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/arrow_up.png Binary file front_idill/src/player/img/arrow_up.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/marker.png Binary file front_idill/src/player/img/marker.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/middle_timeline.png Binary file front_idill/src/player/img/middle_timeline.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/past_timeline.png Binary file front_idill/src/player/img/past_timeline.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/pic.png Binary file front_idill/src/player/img/pic.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/pic.psd Binary file front_idill/src/player/img/pic.psd has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/pic2.png Binary file front_idill/src/player/img/pic2.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/selected_marker.png Binary file front_idill/src/player/img/selected_marker.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/selected_timeline.png Binary file front_idill/src/player/img/selected_timeline.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/spike.png Binary file front_idill/src/player/img/spike.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/spike.psd Binary file front_idill/src/player/img/spike.psd has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/img/timeline.png Binary file front_idill/src/player/img/timeline.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/json/ldt-dailymotion.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/json/ldt-dailymotion.json Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,5292 @@ +{ + "views": [ + ], + "tags": [ + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "citizen sensor", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "organic failure", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8b75a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "money", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c76df0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "small and good", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84752-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "civic action", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "social network", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9dc52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "radio", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8ec84-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "public informations", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77692-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "electoral fraud", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c68c96-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "coordination", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "information mass", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69092-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.769035", + "dc:title": "citizenjournalism", + "dc:modified": "2012-05-07T10:11:06.769035", + "dc:creator": "IRI" + }, + "id": "f5cd73c6-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.830969", + "dc:title": "tweet", + "dc:modified": "2012-05-07T10:11:06.830969", + "dc:creator": "IRI" + }, + "id": "f5d6ebc2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "commercial space", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8707e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "platform", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c81a84-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "human resource", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6f190-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "public space", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8851e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information amplifier", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9cffa-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "soccer", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c872-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "free time", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6ed80-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "traffic map", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c74c80-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "distributed information", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c6887c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "government", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "individual power", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8790c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "aggregation", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "inorganic failure", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8ab52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.761421", + "dc:title": "communities", + "dc:modified": "2012-05-07T10:11:06.761421", + "dc:creator": "IRI" + }, + "id": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "market value", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c9887e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "professional journalism", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93e0a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "success", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84b44-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "motivated actors", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8b354-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "journalism", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c95f48-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.771135", + "dc:title": "Ushahidi", + "dc:modified": "2012-05-07T10:11:06.771135", + "dc:creator": "IRI" + }, + "id": "f5cdc592-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "music industry", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9ab10-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "citizen action", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7ece4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "revolution", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f08a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "people", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c726ec-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "Ushaidi", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69966-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "Internet", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e0a4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "Wikipedia", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c85332-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "fail", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "political life", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c070-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.821961", + "dc:title": "clayshirky", + "dc:modified": "2012-05-07T10:11:06.821961", + "dc:creator": "IRI" + }, + "id": "f5d58b7e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "consumers", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c81688-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.881698", + "dc:title": "democratizes", + "dc:modified": "2012-05-07T10:11:06.881698", + "dc:creator": "IRI" + }, + "id": "f5dea448-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "digital sharecropping", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c98414-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.730624", + "dc:title": "information management", + "dc:modified": "2012-05-07T10:11:06.730624", + "dc:creator": "IRI" + }, + "id": "f5c79708-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "hybridisation", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c95a34-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.730624", + "dc:title": "participation", + "dc:modified": "2012-05-07T10:11:06.730624", + "dc:creator": "IRI" + }, + "id": "f5c79b4a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.886191", + "dc:title": "Pepsico", + "dc:modified": "2012-05-07T10:11:06.886191", + "dc:creator": "IRI" + }, + "id": "f5df53f2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Libya", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7bc74-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "free speech", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c874f2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "open communication", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c74884-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "Microsoft", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8af58-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information filter", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9d45a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "citizen organizations", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "citizens", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c7699a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "coordinate actions", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5c9f944-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "action", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "plausible promess", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84360-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "contribution", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93162-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "sharing objects", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9b326-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "protests", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c480-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "communication", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6e902-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "community", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8a6ca-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "tools", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8bb56-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "market", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c96362-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "social life", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7cc64-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "large and mediocre", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c83f64-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "web phone gap", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6cb52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.936514", + "dc:title": "hadopi", + "dc:modified": "2012-05-07T10:11:06.936514", + "dc:creator": "IRI" + }, + "id": "f5e70214-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "crowdsourcing", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93608-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.754973", + "dc:title": "iphone", + "dc:modified": "2012-05-07T10:11:06.754973", + "dc:creator": "IRI" + }, + "id": "f5cb5226-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.740402", + "dc:title": "pepsi refresh project", + "dc:modified": "2012-05-07T10:11:06.740402", + "dc:creator": "IRI" + }, + "id": "f5c914de-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information quality", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9d86a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "smart consumer", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77a98-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "block party", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c8120a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "talents", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6f596-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "catalyst", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c836fe-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "voluntary participation", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6c756-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "Nairobi", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69498-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "organizations", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c722b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "television", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f8dc-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "counter democracy", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5c9fda4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "opportunity design", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6bef0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "Egypt", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.922593", + "dc:title": "failcon", + "dc:modified": "2012-05-07T10:11:06.922593", + "dc:creator": "IRI" + }, + "id": "f5e4e646-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "printing democracy", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e892-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.945336", + "dc:title": "PUBLIC", + "dc:modified": "2012-05-07T10:11:06.945336", + "dc:creator": "IRI" + }, + "id": "f5e85a74-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "usability", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6c346-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.878489", + "dc:title": "sidibouzid", + "dc:modified": "2012-05-07T10:11:06.878489", + "dc:creator": "IRI" + }, + "id": "f5de273e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "sharing information", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9af34-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "golden age for journalism but not for money", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93a18-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "share", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f486-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "malls", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c88104-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "synchronised crowded", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84f40-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "information", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71eb8-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Egypitia", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7b814-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "media", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e496-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "cognitive surplus", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "Wikileaks", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8891a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "business model", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c97fc8-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "gin crisis", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9a67e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "fascism", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8dc9e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.830969", + "dc:title": "addict", + "dc:modified": "2012-05-07T10:11:06.830969", + "dc:creator": "IRI" + }, + "id": "f5d6e6fe-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.774383", + "dc:title": "blendedtech", + "dc:modified": "2012-05-07T10:11:06.774383", + "dc:creator": "IRI" + }, + "id": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "political informations", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77232-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "law", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c87d08-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "blend technology", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6b66c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "democracy", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8d852-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Tunisia", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7d060-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "political action", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7f54a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.863215", + "dc:title": "nooffense", + "dc:modified": "2012-05-07T10:11:06.863215", + "dc:creator": "IRI" + }, + "id": "f5dbd6b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.868458", + "dc:title": "microsoft", + "dc:modified": "2012-05-07T10:11:06.868458", + "dc:creator": "IRI" + }, + "id": "f5dc9f68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "lists": [], + "medias": [ + { + "origin": "0", + "url": "http://www.dailymotion.com/video/xljam5", + "http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", + "meta": { + "dc:contributor": "IRI", + "item": { + "name": "streamer", + "value": "" + }, + "dc:created": "2011-02-14T15:06:34.829919", + "dc:duration": 1800000, + "dc:creator": "IRI", + "dc:created.contents": "2012-02-13", + "dc:title": "RSLN Clay Shirky", + "dc:creator.contents": "IRI", + "dc:modified": "2012-02-13T11:55:23.898905", + "dc:description": "RSLN Clay Shirky" + }, + "id": "9a493932-3053-11e0-862b-00145ea49a02", + "unit": "ms" + } + ], + "meta": { + "dc:contributor": "admin", + "dc:created": "2011-02-14T15:15:52.602502", + "dc:creator": "admin", + "main_media": { + "id-ref": "9a493932-3053-11e0-862b-00145ea49a02" + }, + "dc:description": "", + "dc:title": "RSLN Clay Shirky - Tweets", + "id": "13b0aa52-336b-11e0-b233-00145ea49a02", + "dc:modified": "2012-04-29T15:41:55.858453" + }, + "annotations": [ + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Introduction", + "color": "3355443", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 0, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 170000, + "tags": null, + "color": "3355443", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_294BB166-E5EE-4FCC-309B-293F3C4D5BD3" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Introduction de Constance Parodi", + "color": "3355443", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 177457, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 410939, + "tags": null, + "color": "3355443", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_0C9E4E6B-043B-FCDE-D865-29ED81488D99" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Clay Shirky : début de conférence", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 503000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 783000, + "tags": [ + { + "id-ref": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6887c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c68c96-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69092-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69498-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69966-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_D8459097-1DE3-F28A-34CF-293F5C6B62E1" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "3 features of Ushaidi", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 783462, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1000062, + "tags": [ + { + "id-ref": "f5c6b66c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bef0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6c346-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6c756-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6cb52-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_B7F5CADC-465C-9E96-7279-29F8EAE07510" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "free time, talents, human resource, cognitive surplus, aggregation, communication", + "img": { + "src": "" + }, + "title": "Coginitive surplus : free time", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1006108, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1078840, + "tags": [ + { + "id-ref": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6e902-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6ed80-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6f190-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6f596-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_185D6DE8-980B-2ADB-0C3E-2A20D6E331EB" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "civic action, information, action, people, organizations, coordination, citizen sensor", + "img": { + "src": "" + }, + "title": "Penser les actions civiques", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1078840, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1235162, + "tags": [ + { + "id-ref": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71eb8-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c722b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c726ec-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_2C466914-84E2-91AA-2BAC-2A2158B7892C" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "citizen sensor, government, traffic map, open communication", + "img": { + "src": "" + }, + "title": "Les capteurs citoyens", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1235162, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1307028, + "tags": [ + { + "id-ref": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c74884-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c74c80-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_BB6067B1-A4A7-6636-CE0E-2A216B94B896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "smart consumer, public informations, political informations, money, action, citizens", + "img": { + "src": "" + }, + "title": "Consomateur inteligents", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1307028, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1407440, + "tags": [ + { + "id-ref": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7699a-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c76df0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77232-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77692-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77a98-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_F54B6E7D-F262-6726-94CB-2A217EDE2052" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "government, information management, participation", + "img": { + "src": "" + }, + "title": "Code for America", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1407440, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1512525, + "tags": [ + { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c79708-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c79b4a-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_691C78EF-6904-430D-5DE0-2A218F780AE8" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Libya, soccer, government, protests, coordination, social life, political life, Tunisia, Egypitia", + "img": { + "src": "" + }, + "title": "Platforme pour les actions civiques", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1512525, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1667170, + "tags": [ + { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7b814-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7bc74-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c070-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c480-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c872-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7cc64-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7d060-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_9BA33565-786B-24A5-F2EF-2A21A959633F" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "coordination, political action, citizen action, citizen organizations", + "img": { + "src": "" + }, + "title": "Le vrai grand changement", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1668051, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1753100, + "tags": [ + { + "id-ref": "f5c7ece4-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f54a-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_874C9537-11F5-85A1-3E54-2A25590396D6" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "block party, platform, citizen organizations, consumers, cognitive surplus", + "img": { + "src": "" + }, + "title": "Fetes des voisins", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1754200, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1800000, + "tags": [ + { + "id-ref": "f5c8120a-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c81688-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c81a84-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_CAE3C373-F725-A3CA-099A-2A2576315966" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln commence 8h50", + "img": { + "src": "" + }, + "title": "tibo c: #rsln commence 8h50", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 0, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln commence 8h50\", \"created_at\": \"Mon Jan 31 07:50:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 26, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31982750655324160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982750655324160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 0, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6906130e-0391-4dd4-8ad2-a1f5e6e303da-31982750655324160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord", + "img": { + "src": "" + }, + "title": "Stanm: A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [19, 27], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [43, 48], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord\", \"created_at\": \"Mon Jan 31 07:51:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 903, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31982778090258432, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982778090258432\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 7000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "184cc091-a2d1-4c7d-bd0e-dad39c96d0f5-31982778090258432" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Brain breakfast chez Microsoft pour écouter Clay Shirky #rsln", + "img": { + "src": "" + }, + "title": "pepommier: Brain breakfast chez Microsoft pour écouter Clay Shirky #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 42000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [56, 61], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Brain breakfast chez Microsoft pour \\u00e9couter Clay Shirky #rsln\", \"created_at\": \"Mon Jan 31 07:51:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": {\"type\": \"Point\", \"coordinates\": [2.26552971, 48.834260710000002]}, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7013462, \"verified\": false, \"profile_sidebar_fill_color\": \"7C8A8A\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 341, \"protected\": false, \"id_str\": \"7013462\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": -7200, \"statuses_count\": 278, \"description\": \"video web producer\", \"friends_count\": 138, \"profile_link_color\": \"1BBCE4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1215645558/161264_536940419_386416_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/308222/Nightscape-6.jpg\", \"name\": \"pepommier\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 7, \"screen_name\": \"pepommier\", \"url\": \"http://bubble-prod.com\", \"created_at\": \"Fri Jun 22 12:32:06 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Mid-Atlantic\", \"profile_sidebar_border_color\": \"3F484E\", \"following\": null, \"listed_count\": 18}, \"id\": 31982927600422912, \"place\": {\"full_name\": \"Issy-les-Moulineaux, Paris\", \"name\": \"Issy-les-Moulineaux\", \"url\": \"http://api.twitter.com/1/geo/id/8d83cfde2e5ab759.json\", \"country\": \"France\", \"place_type\": \"neighborhood\", \"bounding_box\": {\"type\": \"Polygon\", \"coordinates\": [[[2.2484109999999999, 48.814176000000003], [2.2882250000000002, 48.814176000000003], [2.2882250000000002, 48.836477000000002], [2.2484109999999999, 48.836477000000002]]]}, \"country_code\": \"FR\", \"attributes\": {}, \"id\": \"8d83cfde2e5ab759\"}, \"retweet_count\": 0, \"geo\": {\"type\": \"Point\", \"coordinates\": [48.834260710000002, 2.26552971]}, \"id_str\": \"31982927600422912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 42000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "da9b8e9a-b93e-4b07-8259-226acf8ccd9e-31982927600422912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN avec les twittpics, on peut deviner où sont les gens ... marrant !", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #RSLN avec les twittpics, on peut deviner où sont les gens ... marrant !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 55000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN avec les twittpics, on peut deviner o\\u00f9 sont les gens ... marrant !\", \"created_at\": \"Mon Jan 31 07:51:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 864, \"description\": \"\", \"friends_count\": 107, \"location\": \"\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31982982155739136, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982982155739136\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 55000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7588026a-1e1d-46d3-91b7-3e94dd8913fa-31982982155739136" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Pour la rencontre #RSLN, pensez à noter vos tweets avec ++, ==, --, ??. nous expérimentons avec l'IRI une analyse des tweets. Thx !", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: Pour la rencontre #RSLN, pensez à noter vos tweets avec ++, ==, --, ??. nous expérimentons avec l'IRI une analyse des tweets. Thx !", + "color": "16763904", + "polemics": ["Q", "REF", "OK", "KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 62000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [18, 23], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Pour la rencontre #RSLN, pensez \\u00e0 noter vos tweets avec ++, ==, --, ??. nous exp\\u00e9rimentons avec l'IRI une analyse des tweets. Thx !\", \"created_at\": \"Mon Jan 31 07:51:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32316, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6849, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31983008105897984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983008105897984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 62000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a4dbb580-2c1d-4089-9e91-c65d3e71a1e3-31983008105897984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Quelques règles intéressantes pour le live-twitt de la conférence #RSLN avec @cshirky : http://twitpic.com/3uztmc.", + "img": { + "src": "" + }, + "title": "B. Minded: Quelques règles intéressantes pour le live-twitt de la conférence #RSLN avec @cshirky : http://twitpic.com/3uztmc.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 127000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [77, 85], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [66, 71], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://twitpic.com/3uztmc\", \"indices\": [88, 113], \"expanded_url\": null}]}, \"text\": \"Quelques r\\u00e8gles int\\u00e9ressantes pour le live-twitt de la conf\\u00e9rence #RSLN avec @cshirky : http://twitpic.com/3uztmc.\", \"created_at\": \"Mon Jan 31 07:53:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"location\": \"Boulogne-Billancourt\", \"utc_offset\": 3600, \"statuses_count\": 219, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null, \"listed_count\": 40}, \"id\": 31983280916004864, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983280916004864\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 127000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d0ba17c8-950f-4ae0-ae0d-32e04cde6941-31983280916004864" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 140000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [5, 10], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://yfrog.com/h0dbkxsj\", \"indices\": [29, 54], \"expanded_url\": null}]}, \"text\": \"Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj\", \"created_at\": \"Mon Jan 31 07:53:16 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5185, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31983338092765184, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983338092765184\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 140000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "3f73186a-08df-4d38-821d-2a889a84f2c0-31983338092765184" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky @Microsoft #rsln", + "img": { + "src": "" + }, + "title": "Constance de 4barbes: Clay shirky @Microsoft #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 148000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [12, 22], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [23, 28], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay shirky @Microsoft #rsln\", \"created_at\": \"Mon Jan 31 07:53:24 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 57623127, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 53, \"protected\": false, \"id_str\": \"57623127\", \"profile_background_color\": \"131516\", \"listed_count\": 4, \"utc_offset\": 3600, \"statuses_count\": 267, \"description\": \"Digital Humanities and Social Media: Community and Content Management\", \"friends_count\": 70, \"location\": \"Paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/983938390/pic.php_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/155252455/avatar.jpg\", \"name\": \"Constance de 4barbes\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 8, \"screen_name\": \"c4barbes\", \"url\": \"http://4barbes.com\", \"created_at\": \"Fri Jul 17 11:53:38 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null}, \"id\": 31983371265507328, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983371265507328\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 148000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "04578856-0359-4fb2-9fc7-6d5e2e4615b1-31983371265507328" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "img": { + "src": "" + }, + "title": "Alice Antheaume: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 149000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [71, 76], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [43, 70], \"expanded_url\": null}]}, \"text\": \"\\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:53:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 2373, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null, \"listed_count\": 758}, \"id\": 31983376617439232, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983376617439232\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 149000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fbe9c058-e418-424b-8b0c-c23b89a48a92-31983376617439232" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 152000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [16, 28], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}], \"hashtags\": [{\"indices\": [118, 123], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 07:53:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32316, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6850, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31983387610718208, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983387610718208\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 152000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6842cda1-817d-445e-8fb0-b8efd41ad264-31983387610718208" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Rencontre avec Clayton Shirky #RSLN, public nombreux dès \"potron minet\"", + "img": { + "src": "" + }, + "title": "jean-francois gervai: Rencontre avec Clayton Shirky #RSLN, public nombreux dès \"potron minet\"", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 193000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [30, 35], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Rencontre avec Clayton Shirky #RSLN, public nombreux d\\u00e8s \\\"potron minet\\\"\", \"created_at\": \"Mon Jan 31 07:54:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18998756, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 13, \"protected\": false, \"id_str\": \"18998756\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 6, \"description\": \"auteur d'ouvrages autour du web...\", \"friends_count\": 64, \"location\": \"france\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1176741038/04-0420-GERVAIS_JEAN-FRANCOIS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1295051201/images/themes/theme1/bg.png\", \"name\": \"jean-francois gervai\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"jfgervais\", \"url\": \"http://www.jeanfrancoisgervais\", \"created_at\": \"Wed Jan 14 22:15:45 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31983557672960000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983557672960000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 193000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "25903be0-f0a6-401c-9068-b54a04c1ee89-31983557672960000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ça rouspète... RT @CyrilleF: #RSLN résau wifi minimum est assuré, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Ça rouspète... RT @CyrilleF: #RSLN résau wifi minimum est assuré, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 209000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [18, 27], \"id\": 36027828, \"screen_name\": \"CyrilleF\", \"name\": \"Cyrille Fonvielle\", \"id_str\": \"36027828\"}], \"hashtags\": [{\"indices\": [29, 34], \"text\": \"RSLN\"}, {\"indices\": [113, 120], \"text\": \"iphone\"}], \"urls\": []}, \"text\": \"\\u00c7a rousp\\u00e8te... RT @CyrilleF: #RSLN r\\u00e9sau wifi minimum est assur\\u00e9, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?\", \"created_at\": \"Mon Jan 31 07:54:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5186, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31983626669260800, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983626669260800\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 209000, + "tags": [ + { + "id-ref": "f5cb5226-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9583862e-51ea-440f-ab7a-b022412eebc2-31983626669260800" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par là : http://bit.ly/h9LM0v (via @fcinq )", + "img": { + "src": "" + }, + "title": "Melissa Bounoua: RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par là : http://bit.ly/h9LM0v (via @fcinq )", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 213000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [10, 18], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}, {\"indices\": [83, 89], \"id\": 10652382, \"screen_name\": \"fcinq\", \"name\": \"Antoine Bayet\", \"id_str\": \"10652382\"}], \"hashtags\": [{\"indices\": [35, 40], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/h9LM0v\", \"indices\": [57, 77], \"expanded_url\": null}]}, \"text\": \"Pour voir @cshirky aux rencontres #RSLN, c'est par l\\u00e0 : http://bit.ly/h9LM0v (via @fcinq )\", \"created_at\": \"Mon Jan 31 07:43:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13622572, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 2560, \"protected\": false, \"id_str\": \"13622572\", \"profile_background_color\": \"9AE4E8\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 8687, \"description\": \"Un peu de 20minutes.fr dans cet internet mondial\", \"friends_count\": 346, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1183719410/40794_420716233991_587318991_4855249_4249707_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/121055127/qgvzF.jpg\", \"name\": \"Charles Dufresne\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 7, \"screen_name\": \"rocknrobot\", \"url\": \"http://www.20minutes.fr\", \"created_at\": \"Mon Feb 18 13:32:53 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 170}, \"id\": 31980923448725504, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31980923448725504\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 14], \"id\": 13622572, \"screen_name\": \"rocknrobot\", \"name\": \"Charles Dufresne\", \"id_str\": \"13622572\"}, {\"indices\": [26, 34], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}, {\"indices\": [99, 105], \"id\": 10652382, \"screen_name\": \"fcinq\", \"name\": \"Antoine Bayet\", \"id_str\": \"10652382\"}], \"hashtags\": [{\"indices\": [51, 56], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/h9LM0v\", \"indices\": [73, 93], \"expanded_url\": null}]}, \"text\": \"RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par l\\u00e0 : http://bit.ly/h9LM0v (via @fcinq )\", \"created_at\": \"Mon Jan 31 07:54:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14647281, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 50154, \"protected\": false, \"id_str\": \"14647281\", \"profile_background_color\": \"352726\", \"location\": \" Paris\", \"utc_offset\": 3600, \"statuses_count\": 6679, \"description\": \"Journaliste @20minutes// un peu de @megalopolismag aussi // Avant: @artefr / ex @Sciencespo\", \"friends_count\": 1354, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1180694566/melissa_twitter1_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/48393318/16931__lost_in_translation_l.jpg\", \"name\": \"Melissa Bounoua\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 236, \"screen_name\": \"misspress\", \"url\": \"http://misspress.wordpress.com\", \"created_at\": \"Sun May 04 11:54:51 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 833}, \"id\": 31983643530362880, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31983643530362880\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 213000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9eb2aa47-8e9b-4dc2-b7a5-51daf5cddbe8-31983643530362880" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Introduction en français ?", + "img": { + "src": "" + }, + "title": "Bertil Hatt: #rsln Introduction en français ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 230000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Introduction en fran\\u00e7ais ?\", \"created_at\": \"Mon Jan 31 07:54:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 4985551, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 454, \"protected\": false, \"id_str\": \"4985551\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 42, \"utc_offset\": 3600, \"statuses_count\": 2678, \"description\": \"I do not control either LinkedIn profiles under my name.\\r\\nPhD Econ. \\u201cCompetition between Social Network Sites\\u201d @ U.Paris-Ouest Nanterre & independent consultant\", \"friends_count\": 306, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/22068682/DSC_6634_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/2947659/DSC02510-small.jpg\", \"name\": \"Bertil Hatt\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 436, \"screen_name\": \"bertil_hatt\", \"url\": \"http://www.quora.com/Bertil-Hatt\", \"created_at\": \"Tue Apr 17 11:25:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31983714204385280, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983714204385280\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 230000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ff3f0903-4e89-4c28-a43a-71968aa3a5cc-31983714204385280" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Rappel sur la nécessité d'Internet avec les événements en Égypte. Introduction Constance Parodi.", + "img": { + "src": "" + }, + "title": "tibo c: #rsln Rappel sur la nécessité d'Internet avec les événements en Égypte. Introduction Constance Parodi.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 244000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Rappel sur la n\\u00e9cessit\\u00e9 d'Internet avec les \\u00e9v\\u00e9nements en \\u00c9gypte. Introduction Constance Parodi.\", \"created_at\": \"Mon Jan 31 07:55:00 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 27, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31983773893529601, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983773893529601\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 244000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "8c14ce29-705f-41ee-b320-a20a44ea399d-31983773893529601" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 252000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.\", \"created_at\": \"Mon Jan 31 07:55:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"location\": \"iPhone: 37.785871,-122.405417\", \"utc_offset\": -28800, \"statuses_count\": 692, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 65}, \"id\": 31983809054380032, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983809054380032\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 252000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "55dffae8-0dec-4aa5-9a75-2181f96d3f47-31983809054380032" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Dans un instant, la conférence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus créatif ?", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Dans un instant, la conférence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus créatif ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 294000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Dans un instant, la conf\\u00e9rence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus cr\\u00e9atif ?\", \"created_at\": \"Mon Jan 31 07:55:50 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"location\": \"Paris - Ze capitale of ze love\", \"utc_offset\": 3600, \"statuses_count\": 175, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 217, \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null, \"listed_count\": 4}, \"id\": 31983982530793472, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983982530793472\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 294000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "78f208b8-04db-4613-8598-863fd424fd3e-31983982530793472" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "à la conférence de Clay Shirky au campus #Microsoft #rsln", + "img": { + "src": "" + }, + "title": "la pinta: à la conférence de Clay Shirky au campus #Microsoft #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 321000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [42, 52], \"text\": \"Microsoft\"}, {\"indices\": [53, 58], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\u00e0 la conf\\u00e9rence de Clay Shirky au campus #Microsoft #rsln\", \"created_at\": \"Mon Jan 31 07:56:17 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3122, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null, \"listed_count\": 159}, \"id\": 31984097412784128, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984097412784128\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 321000, + "tags": [ + { + "id-ref": "f5c8af58-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2deb537a-0ce0-4dad-b178-aa944d1f5f0e-31984097412784128" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Avec @cshirky, réflexions sur le temps de cerveau disponible, la créativité et les nouvelles connexions. #RSLN", + "img": { + "src": "" + }, + "title": "B. Minded: Avec @cshirky, réflexions sur le temps de cerveau disponible, la créativité et les nouvelles connexions. #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 325000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [5, 13], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [105, 110], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Avec @cshirky, r\\u00e9flexions sur le temps de cerveau disponible, la cr\\u00e9ativit\\u00e9 et les nouvelles connexions. #RSLN\", \"created_at\": \"Mon Jan 31 07:56:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 220, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31984113330163712, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984113330163712\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 325000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "74b3f478-5b5a-4ccc-91b0-f3c31a6dc790-31984113330163712" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Il faut noter nos tweets \"++, ==, --, ??\".... Ça va ressembler à des gros mots #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Il faut noter nos tweets \"++, ==, --, ??\".... Ça va ressembler à des gros mots #RSLN", + "color": "16763904", + "polemics": ["Q", "REF", "OK", "KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 333000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [79, 84], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Il faut noter nos tweets \\\"++, ==, --, ??\\\".... \\u00c7a va ressembler \\u00e0 des gros mots #RSLN\", \"created_at\": \"Mon Jan 31 07:56:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5188, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31984147253698560, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984147253698560\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 333000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "99f7a154-cd01-4acb-811c-de6d31e842fc-31984147253698560" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @alicanth: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "img": { + "src": "" + }, + "title": "MiKarmousMi3neb: RT @alicanth: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 339000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [71, 76], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [43, 70], \"expanded_url\": null}]}, \"text\": \"\\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:53:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"listed_count\": 758, \"utc_offset\": 3600, \"statuses_count\": 2372, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"location\": \"Paris\", \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null}, \"id\": 31983376617439232, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983376617439232\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 8266352, \"screen_name\": \"alicanth\", \"name\": \"Alice Antheaume\", \"id_str\": \"8266352\"}], \"hashtags\": [{\"indices\": [85, 90], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [57, 84], \"expanded_url\": null}]}, \"text\": \"RT @alicanth: \\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:56:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 110795718, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 110, \"protected\": false, \"id_str\": \"110795718\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 3, \"utc_offset\": -21600, \"statuses_count\": 1435, \"description\": \"J'aime les raisins mais je pr\\u00e9f\\u00e8re les figues.\", \"friends_count\": 150, \"location\": \"\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/947738452/3515e59d-838c-4639-940e-1715fd93806c_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/85303105/DSC01229.JPG\", \"name\": \"MiKarmousMi3neb\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"MiKarmousMi3neb\", \"url\": null, \"created_at\": \"Tue Feb 02 20:17:03 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Central Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31984171630989312, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984171630989312\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 339000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "675567c6-556d-4324-b110-ac70cde5b203-31984171630989312" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "img": { + "src": "" + }, + "title": "Elisabeth Garrett: @ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 433000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [57, 69], \"text\": \"communities\"}, {\"indices\": [121, 127], \"text\": \"Egypt\"}, {\"indices\": [128, 133], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN\", \"created_at\": \"Mon Jan 31 07:58:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Mobile Web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 152375270, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 49, \"protected\": false, \"id_str\": \"152375270\", \"profile_background_color\": \"352726\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 269, \"description\": \"MBA @HECParis. Stagiaire @Soci\\u00e9t\\u00e9G\\u00e9n\\u00e9rale. social marketer. photographer. petite gourmande. wine-cinema-NYC-travel-karaoke-f\\u00fatbol enthusiast. amazed by grace.\", \"friends_count\": 45, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/962811111/23230_106524_7896_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"Elisabeth Garrett\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"EliGarrett\", \"url\": \"http://eligarrett.wordpress.com\", \"created_at\": \"Sat Jun 05 19:51:45 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 0}, \"id\": 31984564570169344, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984564570169344\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 433000, + "tags": [ + { + "id-ref": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "f3d4a265-fbaa-4e8b-8ed4-0b19a7df34b5-31984564570169344" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Trois barres de wifi -- -- --- #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Trois barres de wifi -- -- --- #RSLN", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 438000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [31, 36], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Trois barres de wifi -- -- --- #RSLN\", \"created_at\": \"Mon Jan 31 07:58:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5188, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31984585231310849, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984585231310849\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 438000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "89887a2e-b0db-461c-aef1-b9435f6bda53-31984585231310849" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 493000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [96, 101], \"text\": \"RSLN\"}, {\"indices\": [102, 107], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"@cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 07:59:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 959, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984816979189760, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984816979189760\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 493000, + "tags": [ + { + "id-ref": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "814a2ed8-2756-4b21-bf7f-43033845c97d-31984816979189760" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "On est bien en France. Un tweet sur deux, c'est pour râler #rsln --", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 495000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [59, 64], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 07:59:11 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"location\": \"iPhone: 48.845192,2.237256\", \"utc_offset\": 3600, \"statuses_count\": 1917, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 116}, \"id\": 31984825082576896, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984825082576896\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 495000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ab5e1489-1d78-40de-bd9f-041e93a177cd-31984825082576896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay Shirky in conference at Microsoft's campus", + "img": { + "src": "" + }, + "title": "Dany Vilela: #rsln Clay Shirky in conference at Microsoft's campus", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 513000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay Shirky in conference at Microsoft's campus\", \"created_at\": \"Mon Jan 31 07:59:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 21152901, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1493, \"protected\": false, \"id_str\": \"21152901\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 140, \"utc_offset\": 3600, \"statuses_count\": 7618, \"description\": \"Dyvantity, home of creativity by Dany Vilela (@Dy_Vilela)\", \"friends_count\": 1198, \"location\": \"Grenoble\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/960161513/dy_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/108589554/TwitterTemplate_copie.jpg\", \"name\": \"Dany Vilela\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dyvantity\", \"url\": \"http://dyvantity.com\", \"created_at\": \"Wed Feb 18 00:48:32 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984902601707520, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984902601707520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 513000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "1fa8cece-d261-4290-931d-7ccc775858e0-31984902601707520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 528000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [80, 88], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky\", \"created_at\": \"Mon Jan 31 07:59:44 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4631, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31984965352685568, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984965352685568\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 528000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "1cf29524-3087-4f6a-a52a-6fbcbd35dbc6-31984965352685568" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay Shirky \"optimistic about what new tools bring for citizens\" ++", + "img": { + "src": "" + }, + "title": "tibo c: #rsln Clay Shirky \"optimistic about what new tools bring for citizens\" ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 560000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay Shirky \\\"optimistic about what new tools bring for citizens\\\" ++\", \"created_at\": \"Mon Jan 31 08:00:16 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 28, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31985100929372160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985100929372160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 560000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "cf12841e-e3e6-484f-9e71-1c7a3eade1fd-31985100929372160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "!!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "img": { + "src": "" + }, + "title": "Gustavo González: !!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 636000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [7, 18], \"id\": 152375270, \"screen_name\": \"EliGarrett\", \"name\": \"Elisabeth Garrett\", \"id_str\": \"152375270\"}], \"hashtags\": [{\"indices\": [62, 74], \"text\": \"communities\"}, {\"indices\": [126, 132], \"text\": \"Egypt\"}, {\"indices\": [133, 138], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"!!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN\", \"created_at\": \"Mon Jan 31 08:01:32 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"\\u00dcberTwitter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 43939616, \"verified\": false, \"profile_sidebar_fill_color\": \"EADEAA\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 308, \"protected\": false, \"id_str\": \"43939616\", \"profile_background_color\": \"8B542B\", \"location\": \"\\u00dcT: 48.819156,2.291199\", \"utc_offset\": -16200, \"statuses_count\": 5670, \"description\": \"Sibarita caraque\\u00f1o living in Paris. MBA participant at HEC-Paris. Movies&Wine&Food lover qui s'amuse \\u00e0 en parler et partager avec les amis...\", \"friends_count\": 356, \"profile_link_color\": \"9D582E\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/819879158/untitled_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/195050882/Word_Cloud.JPG\", \"name\": \"Gustavo Gonz\\u00e1lez\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 12, \"screen_name\": \"gustavogb83\", \"url\": null, \"created_at\": \"Mon Jun 01 18:31:30 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Caracas\", \"profile_sidebar_border_color\": \"D9B17E\", \"following\": null, \"listed_count\": 13}, \"id\": 31985419721637890, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985419721637890\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 636000, + "tags": [ + { + "id-ref": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2dc5e9ff-e370-4c06-9ac5-33cc636b14e7-31985419721637890" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "img": { + "src": "" + }, + "title": "Anthony: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 655000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [73, 78], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:01:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 9132482, \"verified\": false, \"profile_sidebar_fill_color\": \"e9c990\", \"is_translator\": false, \"profile_text_color\": \"413735\", \"followers_count\": 1833, \"protected\": false, \"id_str\": \"9132482\", \"profile_background_color\": \"dba15b\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 17759, \"description\": \"Community manager @labelbarclay (Universal Music) - Label manager, blogger @fuckthatworld (FTW)\\r\\n\\r\\nhttp://www.fuckthatworld.com\", \"friends_count\": 865, \"profile_link_color\": \"d57a3d\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1221117224/B001751-R2-07-8_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/198033774/fond_twitter.jpg\", \"name\": \"Anthony\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"kanthos\", \"url\": \"http://www.flavors.me/kanthos\", \"created_at\": \"Thu Sep 27 21:41:21 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ded2bc\", \"following\": null, \"listed_count\": 133}, \"id\": 31985498780078080, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985498780078080\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 655000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e4b2ba41-d151-44ec-8269-eee99a951019-31985498780078080" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "img": { + "src": "" + }, + "title": "Graham Hay: RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 666000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [88, 93], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 07:49:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4631, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31982379551686656, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982379551686656\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}], \"hashtags\": [{\"indices\": [105, 110], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 08:02:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 83917557, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 29, \"protected\": false, \"id_str\": \"83917557\", \"profile_background_color\": \"C0DEED\", \"location\": \"Auckland, New Zealand\", \"utc_offset\": 43200, \"statuses_count\": 44, \"description\": \"\", \"friends_count\": 101, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1100908900/graham_hay_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Graham Hay\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"graham_hay\", \"url\": null, \"created_at\": \"Tue Oct 20 20:19:49 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Wellington\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 2}, \"id\": 31985545622069248, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985545622069248\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 666000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "92d56631-8ec7-43bd-9038-ff95a5629d3d-31985545622069248" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "La conf de @cshirky commence sur le même ex que sa conf ted de juin dernier à Cannes: la plateforme ushahidi #rsln", + "img": { + "src": "" + }, + "title": "Melissa Bounoua: La conf de @cshirky commence sur le même ex que sa conf ted de juin dernier à Cannes: la plateforme ushahidi #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 672000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [11, 19], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [109, 114], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"La conf de @cshirky commence sur le m\\u00eame ex que sa conf ted de juin dernier \\u00e0 Cannes: la plateforme ushahidi #rsln\", \"created_at\": \"Mon Jan 31 08:02:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14647281, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 50152, \"protected\": false, \"id_str\": \"14647281\", \"profile_background_color\": \"352726\", \"location\": \" Paris\", \"utc_offset\": 3600, \"statuses_count\": 6681, \"description\": \"Journaliste @20minutes// un peu de @megalopolismag aussi // Avant: @artefr / ex @Sciencespo\", \"friends_count\": 1354, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1180694566/melissa_twitter1_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/48393318/16931__lost_in_translation_l.jpg\", \"name\": \"Melissa Bounoua\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 236, \"screen_name\": \"misspress\", \"url\": \"http://misspress.wordpress.com\", \"created_at\": \"Sun May 04 11:54:51 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 833}, \"id\": 31985570716581888, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985570716581888\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 672000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "37ade492-143b-46dc-a2e9-4e566a4f85e4-31985570716581888" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 719000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi\", \"created_at\": \"Mon Jan 31 08:02:55 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 65, \"utc_offset\": -28800, \"statuses_count\": 693, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"location\": \"iPhone: 37.785871,-122.405417\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31985765323898880, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985765323898880\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 719000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "25d80b84-cb4e-48de-8a0f-018bb5996ea5-31985765323898880" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS --", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 754000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [89, 107], \"text\": \"citizenjournalism\"}, {\"indices\": [109, 114], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://j.mp/3y0kHS\", \"indices\": [116, 134], \"expanded_url\": null}]}, \"text\": \"@cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS\", \"created_at\": \"Mon Jan 31 08:03:30 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 960, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 15}, \"id\": 31985910551678976, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985910551678976\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 754000, + "tags": [ + { + "id-ref": "f5cd73c6-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2fdf7de8-4126-417d-ae90-bfd4b2882e4b-31985910551678976" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln hushaidi ++ desaster as a social object", + "img": { + "src": "" + }, + "title": "Lionel Natarianni: #rsln hushaidi ++ desaster as a social object", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 760000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln hushaidi ++ desaster as a social object\", \"created_at\": \"Mon Jan 31 08:03:36 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18047103, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 261, \"protected\": false, \"id_str\": \"18047103\", \"profile_background_color\": \"131516\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 1599, \"description\": \"Researcher, Trend tracker, Telecomunications & Social Media.\\r\\nReal-Time Web addict\", \"friends_count\": 496, \"location\": \"Paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1219841315/lionel-sbook_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/80051491/twilk_background_4b8e2d0612f83.jpg\", \"name\": \"Lionel Natarianni\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2416, \"screen_name\": \"lionnoge\", \"url\": null, \"created_at\": \"Thu Dec 11 13:30:58 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null}, \"id\": 31985939437850624, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985939437850624\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 760000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b992e2a8-9d93-4921-bb1a-af45dd015b56-31985939437850624" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay aborde le problème de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #rsln Clay aborde le problème de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 765000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay aborde le probl\\u00e8me de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas\", \"created_at\": \"Mon Jan 31 08:03:41 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 866, \"description\": \"\", \"friends_count\": 107, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 13}, \"id\": 31985960119959552, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985960119959552\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 765000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "30263902-1a82-4620-9d2a-19f8961ecbb2-31985960119959552" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky raconte comment les blogueurs se sont mobilisés au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj ==", + "img": { + "src": "" + }, + "title": "B. Minded: Clay Shirky raconte comment les blogueurs se sont mobilisés au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 767000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [84, 89], \"text\": \"RSLN\"}, {\"indices\": [90, 99], \"text\": \"Ushahidi\"}], \"urls\": [{\"url\": \"http://yfrog.com/gz5mvxjj\", \"indices\": [100, 125], \"expanded_url\": null}]}, \"text\": \"Clay Shirky raconte comment les blogueurs se sont mobilis\\u00e9s au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj\", \"created_at\": \"Mon Jan 31 08:03:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 221, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31985966457552896, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985966457552896\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 767000, + "tags": [ + { + "id-ref": "f5cdc592-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a3c773f6-fc2c-4bc2-aa4c-e695f8b5670d-31985966457552896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln la cartographie de la violence en temps réel, utile en situation de guerre mais anxiogène partout ailleurs --", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln la cartographie de la violence en temps réel, utile en situation de guerre mais anxiogène partout ailleurs --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 768000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln la cartographie de la violence en temps r\\u00e9el, utile en situation de guerre mais anxiog\\u00e8ne partout ailleurs --\", \"created_at\": \"Mon Jan 31 08:03:44 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 81, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31985972707074049, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985972707074049\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 768000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "84adc135-86e1-4f1f-bb6b-3ed7f407caba-31985972707074049" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky on stage #RSLN http://plixi.com/p/73750856", + "img": { + "src": "" + }, + "title": "Alice Antheaume: Clay shirky on stage #RSLN http://plixi.com/p/73750856", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 791000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [21, 26], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73750856\", \"indices\": [28, 55], \"expanded_url\": null}]}, \"text\": \"Clay shirky on stage #RSLN http://plixi.com/p/73750856\", \"created_at\": \"Mon Jan 31 08:04:07 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 2373, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null, \"listed_count\": 758}, \"id\": 31986069742292992, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986069742292992\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 791000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9d440698-8e91-4542-b978-8cb22b811d56-31986069742292992" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "En bon americain, Clay Shirky commence par une belle histoire #rsln ++", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: En bon americain, Clay Shirky commence par une belle histoire #rsln ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 818000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [62, 67], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"En bon americain, Clay Shirky commence par une belle histoire #rsln ++\", \"created_at\": \"Mon Jan 31 08:04:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"location\": \"iPhone: 48.845192,2.237256\", \"utc_offset\": 3600, \"statuses_count\": 1919, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 116}, \"id\": 31986179578527744, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986179578527744\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 818000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7abf0e3b-afe9-424c-a49e-22dbae9de393-31986179578527744" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @GarrettGoodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "img": { + "src": "" + }, + "title": "Christophe Prieuur: RT @GarrettGoodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 833000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [96, 101], \"text\": \"RSLN\"}, {\"indices\": [102, 107], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"@cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 07:59:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 960, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984816979189760, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31984816979189760\", \"in_reply_to_user_id\": 6141832}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 18], \"id\": 28351245, \"screen_name\": \"GarrettGoodman\", \"name\": \"Garrett Goodman\", \"id_str\": \"28351245\"}, {\"indices\": [20, 28], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [116, 121], \"text\": \"RSLN\"}, {\"indices\": [122, 127], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"RT @GarrettGoodman: @cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 08:04:49 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 2357391, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 64, \"protected\": false, \"id_str\": \"2357391\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 6, \"utc_offset\": 3600, \"statuses_count\": 244, \"description\": \"Researcher on social networks & graph algorithms\", \"friends_count\": 50, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/30077512/tete-bison_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/525672/araignee-plafond.jpg\", \"name\": \"Christophe Prieuur\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"twytof\", \"url\": null, \"created_at\": \"Mon Mar 26 20:54:50 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31986242954461184, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986242954461184\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 833000, + "tags": [ + { + "id-ref": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "dfa4ebef-b70e-4ded-b410-91cf632b8f11-31986242954461184" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 842000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [87, 99], \"text\": \"blendedtech\"}, {\"indices\": [100, 105], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [62, 86], \"expanded_url\": null}]}, \"text\": \"Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:04:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6851, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31986280501874688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986280501874688\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 842000, + "tags": [ + { + "id-ref": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "148e5b7b-1f5a-4221-a9d9-f3ad4bd6670b-31986280501874688" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi \"technologie apparue à Nairobi, Kenya, et qui s'est répandue dans le monde entier\" #rsln ++", + "img": { + "src": "" + }, + "title": "Richard Ying: Ushahidi \"technologie apparue à Nairobi, Kenya, et qui s'est répandue dans le monde entier\" #rsln ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 846000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 104293463, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"profile_text_color\": \"3E4415\", \"followers_count\": 471, \"protected\": false, \"location\": \"Paris\", \"profile_background_color\": \"352726\", \"id_str\": \"104293463\", \"utc_offset\": 3600, \"statuses_count\": 1432, \"description\": \"(Bient\\u00f4t plus) en recherche d'emploi dans la communication web ou le emarketing (http://www.doyoubuzz.com/richard-ying)\\r\\nPhotographe amateur & (ancien) blogueur\", \"friends_count\": 325, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/679465639/marvin_normal.jpg\", \"is_translator\": false, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296099941/images/themes/theme5/bg.gif\", \"name\": \"Richard Ying\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"richardying\", \"notifications\": null, \"url\": \"http://richard.ying.fr/blog/\", \"created_at\": \"Tue Jan 12 22:32:54 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 29}, \"favorited\": false, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [92, 97], \"text\": \"rsln\"}], \"urls\": []}, \"contributors\": null, \"truncated\": false, \"text\": \"Ushahidi \\\"technologie apparue \\u00e0 Nairobi, Kenya, et qui s'est r\\u00e9pandue dans le monde entier\\\" #rsln ++\", \"created_at\": \"Mon Jan 31 08:05:02 +0000 2011\", \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 31986297836933121, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"place\": null, \"id_str\": \"31986297836933121\", \"in_reply_to_screen_name\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 846000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c4a6d9f0-29af-49f3-a6ae-e926f1084a36-31986297836933121" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les sms pour amener le web dans la brousse !", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #rsln les sms pour amener le web dans la brousse !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 848000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les sms pour amener le web dans la brousse !\", \"created_at\": \"Mon Jan 31 08:05:04 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 867, \"description\": \"\", \"friends_count\": 107, \"location\": \"\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986306355564545, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986306355564545\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 848000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b7ec955a-9669-492b-8917-ec144e514191-31986306355564545" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "img": { + "src": "" + }, + "title": "guigui bat: RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 871000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [73, 78], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:01:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 9132482, \"verified\": false, \"profile_sidebar_fill_color\": \"e9c990\", \"is_translator\": false, \"profile_text_color\": \"413735\", \"followers_count\": 1833, \"protected\": false, \"id_str\": \"9132482\", \"profile_background_color\": \"dba15b\", \"listed_count\": 133, \"utc_offset\": 3600, \"statuses_count\": 17761, \"description\": \"Community manager @labelbarclay (Universal Music) - Label manager, blogger @fuckthatworld (FTW)\\r\\n\\r\\nhttp://www.fuckthatworld.com\", \"friends_count\": 865, \"location\": \"Paris, France\", \"profile_link_color\": \"d57a3d\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1221117224/B001751-R2-07-8_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/198033774/fond_twitter.jpg\", \"name\": \"Anthony\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"kanthos\", \"url\": \"http://www.flavors.me/kanthos\", \"created_at\": \"Thu Sep 27 21:41:21 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ded2bc\", \"following\": null}, \"id\": 31985498780078080, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31985498780078080\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 11], \"id\": 9132482, \"screen_name\": \"kanthos\", \"name\": \"Anthony\", \"id_str\": \"9132482\"}, {\"indices\": [16, 25], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [86, 91], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:05:27 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 33849214, \"verified\": false, \"profile_sidebar_fill_color\": \"F7DA93\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 288, \"protected\": false, \"id_str\": \"33849214\", \"profile_background_color\": \"000000\", \"listed_count\": 8, \"utc_offset\": -10800, \"statuses_count\": 1024, \"description\": \"Pigiste (radio latina, voltage...) - Journaliste (ex-G\\u00e9n\\u00e9rations 88.2 fm)\", \"friends_count\": 962, \"location\": \"Paris (France)\", \"profile_link_color\": \"CC3300\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1172856658/GUIGUI_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/173146979/Eastbound_and_Down_Season_2_Debuted_in_HBO.jpg\", \"name\": \"guigui bat\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 5, \"screen_name\": \"guillaumebat\", \"url\": null, \"created_at\": \"Tue Apr 21 08:15:17 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"FFFFFF\", \"following\": null}, \"id\": 31986404686827520, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986404686827520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 871000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b089c539-c908-4399-87f6-27fd12fb11f5-31986404686827520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN", + "img": { + "src": "" + }, + "title": "Christian Porri: http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 887000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [83, 88], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://twitpic.com/3v3p6o\", \"indices\": [0, 25], \"expanded_url\": null}]}, \"text\": \"http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN\", \"created_at\": \"Mon Jan 31 08:05:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Windows Phone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36630982, \"verified\": false, \"profile_sidebar_fill_color\": \"dedede\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 456, \"protected\": false, \"id_str\": \"36630982\", \"profile_background_color\": \"dedede\", \"listed_count\": 11, \"utc_offset\": 3600, \"statuses_count\": 1476, \"description\": \"= French graphic and interactive designer * (GUI + UX + Video games gameplay (\\u2665PC gaming) + Science-fiction + Type + Computing culture + ...)\", \"friends_count\": 614, \"location\": \"On the taskbar\", \"profile_link_color\": \"0a3aff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/239549703/logoTF_twitter_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/15559291/fond-twitter.jpg\", \"name\": \"Christian Porri\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"Tamantafamiglia\", \"url\": \"http://www.christianporri.com\", \"created_at\": \"Thu Apr 30 09:53:45 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"f8f7f7\", \"following\": null}, \"id\": 31986470629675008, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986470629675008\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 887000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a3a42252-81f3-4555-abff-e1273080d7ef-31986470629675008" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @versac: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "img": { + "src": "" + }, + "title": "SandraValerii: RT @versac: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 897000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [87, 99], \"text\": \"blendedtech\"}, {\"indices\": [100, 105], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [62, 86], \"expanded_url\": null}]}, \"text\": \"Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:04:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6851, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31986280501874688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986280501874688\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 10], \"id\": 6284172, \"screen_name\": \"versac\", \"name\": \"NicolasVanbremeersch\", \"id_str\": \"6284172\"}], \"hashtags\": [{\"indices\": [99, 111], \"text\": \"blendedtech\"}, {\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [74, 98], \"expanded_url\": null}]}, \"text\": \"RT @versac: Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:05:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 75989724, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 95, \"protected\": false, \"id_str\": \"75989724\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": null, \"statuses_count\": 51, \"description\": \"\", \"friends_count\": 154, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/427409639/moi2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296245718/images/themes/theme1/bg.png\", \"name\": \"SandraValerii\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"SandraValerii\", \"url\": null, \"created_at\": \"Mon Sep 21 09:01:00 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 4}, \"id\": 31986513839394816, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986513839394816\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 897000, + "tags": [ + { + "id-ref": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "99afc6f7-1840-49a7-80aa-2522e7cf6296-31986513839394816" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi, une plateforme inventée au Kenya http://bit.ly/dCSATj L'équivalent nuémrique du développement du micro-crédit #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Ushahidi, une plateforme inventée au Kenya http://bit.ly/dCSATj L'équivalent nuémrique du développement du micro-crédit #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 905000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [120, 125], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/dCSATj\", \"indices\": [43, 63], \"expanded_url\": null}]}, \"text\": \"Ushahidi, une plateforme invent\\u00e9e au Kenya http://bit.ly/dCSATj L'\\u00e9quivalent nu\\u00e9mrique du d\\u00e9veloppement du micro-cr\\u00e9dit #RSLN\", \"created_at\": \"Mon Jan 31 08:06:01 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5189, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31986544894025728, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986544894025728\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 905000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "93ac26d2-8571-4ea7-8af8-823f2b53949c-31986544894025728" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 929000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 82, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 929000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d665d937-20e1-4281-aa3f-d311478ad9fe-31986647222452224" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln", + "img": { + "src": "" + }, + "title": "peopleare: #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 947000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln\", \"created_at\": \"Mon Jan 31 08:06:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14177974, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 10, \"protected\": false, \"id_str\": \"14177974\", \"profile_background_color\": \"1A1B1F\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 1, \"description\": \"\", \"friends_count\": 17, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/128858275/Av_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1295051201/images/themes/theme9/bg.gif\", \"name\": \"peopleare\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"peopleare\", \"url\": null, \"created_at\": \"Wed Mar 19 16:54:53 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 0}, \"id\": 31986723009339392, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986723009339392\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 947000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "523773b2-940d-49b4-b927-e9c5754a42fa-31986723009339392" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"La technologie doit donner envie de participer, même aux néophytes, et de faire des choses utiles\" - @cshirky #RSLN ++", + "img": { + "src": "" + }, + "title": "B. Minded: \"La technologie doit donner envie de participer, même aux néophytes, et de faire des choses utiles\" - @cshirky #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 976000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [102, 110], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [111, 116], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"La technologie doit donner envie de participer, m\\u00eame aux n\\u00e9ophytes, et de faire des choses utiles\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:07:12 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 222, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31986844849672192, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986844849672192\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 976000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "4f660231-ecec-486d-b834-0d49dcb77126-31986844849672192" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Nicolas Hulot a invité Clay Shirky à présenter sa nouvelle émission #rsln", + "img": { + "src": "" + }, + "title": "Christophe Prieuur: Nicolas Hulot a invité Clay Shirky à présenter sa nouvelle émission #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 979000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [68, 73], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Nicolas Hulot a invit\\u00e9 Clay Shirky \\u00e0 pr\\u00e9senter sa nouvelle \\u00e9mission #rsln\", \"created_at\": \"Mon Jan 31 08:07:15 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 2357391, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 64, \"protected\": false, \"id_str\": \"2357391\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 245, \"description\": \"Researcher on social networks & graph algorithms\", \"friends_count\": 50, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/30077512/tete-bison_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/525672/araignee-plafond.jpg\", \"name\": \"Christophe Prieuur\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"twytof\", \"url\": null, \"created_at\": \"Mon Mar 26 20:54:50 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 6}, \"id\": 31986856920883200, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986856920883200\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 979000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "0f2f20ef-f0ea-44ca-af4d-ca04de0c0887-31986856920883200" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...", + "img": { + "src": "" + }, + "title": "tibo c: #rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 986000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...\", \"created_at\": \"Mon Jan 31 08:07:22 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 29, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31986884519403520, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986884519403520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 986000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "580cca57-71b6-4ac3-9466-5b4eaf1c1a5c-31986884519403520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi ... Inventé à Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\n#RSLN ++", + "img": { + "src": "" + }, + "title": "chaffiotte: Ushahidi ... Inventé à Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\n#RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 994000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Ushahidi ... Invent\\u00e9 \\u00e0 Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\\n#RSLN\", \"created_at\": \"Mon Jan 31 08:07:30 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 26260924, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 326, \"protected\": false, \"id_str\": \"26260924\", \"profile_background_color\": \"131516\", \"listed_count\": 16, \"utc_offset\": -10800, \"statuses_count\": 666, \"description\": \"ceo of JWT Paris/ I love the social media revolution and I want to be part of it : vive la revolution !!!/master class in hyper island /runner & biker\", \"friends_count\": 708, \"location\": \"paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1219068025/IMG_0928_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/171909728/twilk_background_4ce11ca768fe7.jpg\", \"name\": \"chaffiotte\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 191, \"screen_name\": \"clachaf\", \"url\": \"http://chaff.unblog.fr\", \"created_at\": \"Tue Mar 24 15:49:07 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"ededed\", \"following\": null}, \"id\": 31986919567003648, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986919567003648\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 994000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ad674d93-be78-46d1-ade9-1b88352156f7-31986919567003648" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky sur Ushahidi \"pas besoin de venir de Mountain View, Californie, pour se développer dans le monde\" #rsln", + "img": { + "src": "" + }, + "title": "Richard Ying: Clay Shirky sur Ushahidi \"pas besoin de venir de Mountain View, Californie, pour se développer dans le monde\" #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 997000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [110, 115], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay Shirky sur Ushahidi \\\"pas besoin de venir de Mountain View, Californie, pour se d\\u00e9velopper dans le monde\\\" #rsln\", \"created_at\": \"Mon Jan 31 08:07:33 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 104293463, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 471, \"protected\": false, \"id_str\": \"104293463\", \"profile_background_color\": \"352726\", \"listed_count\": 29, \"utc_offset\": 3600, \"statuses_count\": 1433, \"description\": \"(Bient\\u00f4t plus) en recherche d'emploi dans la communication web ou le emarketing (http://www.doyoubuzz.com/richard-ying)\\r\\nPhotographe amateur & (ancien) blogueur\", \"friends_count\": 325, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/679465639/marvin_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296099941/images/themes/theme5/bg.gif\", \"name\": \"Richard Ying\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"richardying\", \"url\": \"http://richard.ying.fr/blog/\", \"created_at\": \"Tue Jan 12 22:32:54 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31986931373965312, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986931373965312\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 997000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7b8cdc48-a872-484c-a556-9866ffbc42d9-31986931373965312" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Entièrement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le téléphone de base #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Entièrement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le téléphone de base #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 998000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [119, 124], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/dCSATj\", \"indices\": [47, 67], \"expanded_url\": null}]}, \"text\": \"Enti\\u00e8rement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le t\\u00e9l\\u00e9phone de base #RSLN\", \"created_at\": \"Mon Jan 31 08:07:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5190, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31986936306475008, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986936306475008\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 998000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ee47d8e1-2312-48ee-887f-68d06ba3c24b-31986936306475008" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: @CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1004000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 9], \"id\": 36027828, \"screen_name\": \"CyrilleF\", \"name\": \"Cyrille Fonvielle\", \"id_str\": \"36027828\"}], \"hashtags\": [{\"indices\": [53, 58], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(\", \"created_at\": \"Mon Jan 31 08:07:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": \"31983580863270912\", \"coordinates\": null, \"in_reply_to_user_id_str\": \"36027828\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": 31983580863270912, \"in_reply_to_screen_name\": \"CyrilleF\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6852, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31986959354171392, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986959354171392\", \"in_reply_to_user_id\": 36027828}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1004000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2bcbfb84-ad91-4309-875f-1ff4a158323c-31986959354171392" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1016000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [132, 140], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky\", \"created_at\": \"Mon Jan 31 08:07:52 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4632, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31987011116077056, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987011116077056\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1016000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e0de5ce3-a9fe-4b1d-8828-63b8c1100327-31987011116077056" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay ouvre sa conférence avec les mêmes exemples qu'à TED : Ushahidi et les autres exemples de crowdsourcing citoyen.", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Clay ouvre sa conférence avec les mêmes exemples qu'à TED : Ushahidi et les autres exemples de crowdsourcing citoyen.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1028000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay ouvre sa conf\\u00e9rence avec les m\\u00eames exemples qu'\\u00e0 TED : Ushahidi et les autres exemples de crowdsourcing citoyen.\", \"created_at\": \"Mon Jan 31 08:08:04 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"listed_count\": 4, \"utc_offset\": 3600, \"statuses_count\": 176, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 218, \"location\": \"Paris - Ze capitale of ze love\", \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null}, \"id\": 31987061594529792, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987061594529792\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1028000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "5d6624a4-ab46-4f25-9212-15ea5e3c648b-31987061594529792" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech. ++", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech. ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1032000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 65, \"utc_offset\": -28800, \"statuses_count\": 694, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"location\": \"iPhone: 37.785871,-122.405417\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31987077629353984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987077629353984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1032000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a0eaec31-b3f3-473d-9d49-5db9c8108531-31987077629353984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1044000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [131, 136], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN\", \"created_at\": \"Mon Jan 31 08:08:20 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 961, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31987129944899584, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987129944899584\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1044000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "56765e7a-5e78-4c90-99f0-9754a9ba5c3f-31987129944899584" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++", + "img": { + "src": "" + }, + "title": "Guillaume Decugis: Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1047000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [14, 19], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://ushahidi.com/\", \"indices\": [20, 40], \"expanded_url\": null}]}, \"text\": \"Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++\", \"created_at\": \"Mon Jan 31 08:08:23 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 24404173, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 597, \"protected\": false, \"id_str\": \"24404173\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1705, \"description\": \"Mobile & Web entrepreneur (Goojet / Scoop.it CEO). Skier. Gamer.\", \"friends_count\": 408, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1107041216/GD_N_B_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296072137/images/themes/theme14/bg.gif\", \"name\": \"Guillaume Decugis\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 11, \"screen_name\": \"gdecugis\", \"url\": \"http://www.scoop.it\", \"created_at\": \"Sat Mar 14 18:03:10 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 46}, \"id\": 31987139579219970, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987139579219970\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1047000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fd898cbc-613c-483b-8cf2-ec51e04c3fdf-31987139579219970" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN cognitive surplus = Agregation of free time ++", + "img": { + "src": "" + }, + "title": "steamwolf: #RSLN cognitive surplus = Agregation of free time ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1055000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN cognitive surplus = Agregation of free time ++\", \"created_at\": \"Mon Jan 31 08:08:31 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18229221, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 73, \"protected\": false, \"id_str\": \"18229221\", \"profile_background_color\": \"352726\", \"listed_count\": 1, \"utc_offset\": 3600, \"statuses_count\": 1037, \"description\": \"IT senior consultant, Sciences Ph.D.\\r\\nmajor survey : NTIC, healthcare and CRM.\\r\\nSocial media and Apple addict.\\r\\nweb and innovation never stop, neither do I\\r\\n\", \"friends_count\": 228, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/67909625/wolf_forum_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"steamwolf\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 30, \"screen_name\": \"steamwolf\", \"url\": \"http://dagautier.tumblr.com/\", \"created_at\": \"Thu Dec 18 23:58:20 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31987173393694720, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987173393694720\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1055000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fa78ba38-eccd-4aea-82f6-fafdeb768d79-31987173393694720" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Des individus contribuent avec leurs moyens numériques et les contenus sont agrégés Ushahidi #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Des individus contribuent avec leurs moyens numériques et les contenus sont agrégés Ushahidi #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1058000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [93, 98], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Des individus contribuent avec leurs moyens num\\u00e9riques et les contenus sont agr\\u00e9g\\u00e9s Ushahidi #RSLN\", \"created_at\": \"Mon Jan 31 08:08:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5191, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987185867558912, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987185867558912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1058000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "4f56d1d0-71f6-4e08-9ca3-1a563c38e650-31987185867558912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1064000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"location\": \"iPhone: 37.785871,-122.405417\", \"utc_offset\": -28800, \"statuses_count\": 694, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 65}, \"id\": 31987077629353984, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31987077629353984\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 19], \"id\": 14430897, \"screen_name\": \"dominiquepiotet\", \"name\": \"dominiquepiotet\", \"id_str\": \"14430897\"}], \"hashtags\": [{\"indices\": [21, 26], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5192, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987211511537664, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31987211511537664\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1064000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "97ef046f-8920-4440-8bf5-3e2feab0f554-31987211511537664" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky a un petit air de tom hanks non? :) #rsln", + "img": { + "src": "" + }, + "title": "Sane Lebrun: Clay shirky a un petit air de tom hanks non? :) #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1076000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [48, 53], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay shirky a un petit air de tom hanks non? :) #rsln\", \"created_at\": \"Mon Jan 31 08:08:52 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36333549, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 686, \"protected\": false, \"id_str\": \"36333549\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3487, \"description\": \"Product Manager (global) for a videogame publisher (iPhone, iPad, etc). Graduated from ESCP Europe (Master in Management). Electro music addict.\", \"friends_count\": 1204, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/190531233/n576390766_6339_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296072137/images/themes/theme1/bg.png\", \"name\": \"Sane Lebrun\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"SaneFive\", \"url\": \"http://www.playfive.fr\", \"created_at\": \"Wed Apr 29 11:06:23 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 25}, \"id\": 31987261545390080, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987261545390080\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1076000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7ccde140-d71b-4941-8fbe-d089051caf8d-31987261545390080" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "Stanm: RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1082000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 82, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 68424173, \"screen_name\": \"vincentpuig\", \"name\": \"Vincent Puig\", \"id_str\": \"68424173\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [60, 102], \"expanded_url\": null}]}, \"text\": \"RT @vincentpuig: #rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:08:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 906, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31987290372833280, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987290372833280\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1082000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2cb968cf-9e18-450d-8970-06bc3cbef44d-31987290372833280" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Et le jean et la dégaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Et le jean et la dégaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1109000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [43, 52], \"id\": 36333549, \"screen_name\": \"SaneFive\", \"name\": \"Sane Lebrun\", \"id_str\": \"36333549\"}], \"hashtags\": [{\"indices\": [102, 107], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Et le jean et la d\\u00e9gaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln\", \"created_at\": \"Mon Jan 31 08:09:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5193, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987400594948096, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987400594948096\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1109000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "54299691-eed0-495f-bf34-8041f905b6ff-31987400594948096" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Utiliser à bon escient le temps libre pour faire des réalisations participatives, civiques, grâce à l'information. #RSLN @cshirky", + "img": { + "src": "" + }, + "title": "B. Minded: Utiliser à bon escient le temps libre pour faire des réalisations participatives, civiques, grâce à l'information. #RSLN @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1110000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [115, 120], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Utiliser \\u00e0 bon escient le temps libre pour faire des r\\u00e9alisations participatives, civiques, gr\\u00e2ce \\u00e0 l'information. #RSLN @cshirky\", \"created_at\": \"Mon Jan 31 08:09:26 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 223, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31987405376462848, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987405376462848\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1110000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "555aed43-371a-435a-a8f9-34d4f0943ce6-31987405376462848" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln clay speak about cognitive surplus @microsoft ==", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln clay speak about cognitive surplus @microsoft ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1142000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [41, 51], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln clay speak about cognitive surplus @microsoft ==\", \"created_at\": \"Mon Jan 31 08:09:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"listed_count\": 41, \"utc_offset\": -10800, \"statuses_count\": 1664, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"location\": \"Paris, France\", \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null}, \"id\": 31987540001034240, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987540001034240\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1142000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "0ba6928c-36ac-4bb9-8cf4-ac85ec2c5e53-31987540001034240" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN Cognitive Surplus utilisation : a form of civic action ++", + "img": { + "src": "" + }, + "title": "steamwolf: #RSLN Cognitive Surplus utilisation : a form of civic action ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1153000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN Cognitive Surplus utilisation : a form of civic action ++\", \"created_at\": \"Mon Jan 31 08:10:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18229221, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 73, \"protected\": false, \"id_str\": \"18229221\", \"profile_background_color\": \"352726\", \"listed_count\": 1, \"utc_offset\": 3600, \"statuses_count\": 1038, \"description\": \"IT senior consultant, Sciences Ph.D.\\r\\nmajor survey : NTIC, healthcare and CRM.\\r\\nSocial media and Apple addict.\\r\\nweb and innovation never stop, neither do I\\r\\n\", \"friends_count\": 228, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/67909625/wolf_forum_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"steamwolf\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 30, \"screen_name\": \"steamwolf\", \"url\": \"http://dagautier.tumblr.com/\", \"created_at\": \"Thu Dec 18 23:58:20 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31987584431300609, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987584431300609\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1153000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2ca29e25-fd73-4740-a738-692a59d685a8-31987584431300609" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln De l'information à l'action, le chemin n'est pas forcément aussi direct --", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln De l'information à l'action, le chemin n'est pas forcément aussi direct --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1162000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln De l'information \\u00e0 l'action, le chemin n'est pas forc\\u00e9ment aussi direct --\", \"created_at\": \"Mon Jan 31 08:10:18 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 83, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31987622867902464, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987622867902464\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1162000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "672067e8-d8ff-4f3c-8138-71ac8ee66af4-31987622867902464" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln == http://t.co/DWhd8FM", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln == http://t.co/DWhd8FM", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1193000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://t.co/DWhd8FM\", \"indices\": [9, 28], \"expanded_url\": \"http://twitpic.com/3v3qdr\", \"display_url\": \"twitpic.com/3v3qdr\"}]}, \"text\": \"#rsln == http://t.co/DWhd8FM\", \"created_at\": \"Mon Jan 31 08:10:49 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"listed_count\": 41, \"utc_offset\": -10800, \"statuses_count\": 1665, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"location\": \"Paris, France\", \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null}, \"id\": 31987754690678784, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987754690678784\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1193000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d6136d85-502d-4dbd-92c7-205a3fd488e6-31987754690678784" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@cshirky)", + "img": { + "src": "" + }, + "title": "[Enikao]: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@cshirky)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1257000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [119, 127], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@cshirky)\", \"created_at\": \"Mon Jan 31 08:11:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"listed_count\": 230, \"utc_offset\": 3600, \"statuses_count\": 9111, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"location\": \"Paris\", \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null}, \"id\": 31988022811561984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988022811561984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1257000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "f1ec6223-723e-43ff-8271-261b3c92e031-31988022811561984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1285000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.\", \"created_at\": \"Mon Jan 31 08:12:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4633, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31988138171703296, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988138171703296\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1285000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "065e2a82-df5a-48f8-b930-64f576918362-31988138171703296" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanité--", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanité--", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1288000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanit\\u00e9--\", \"created_at\": \"Mon Jan 31 08:12:24 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 84, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31988154219102208, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988154219102208\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1288000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ebddeaf0-eee1-4802-b938-5302a2cd1f8f-31988154219102208" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"smart consumer\"... Ça doit être moi, ça... #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: \"smart consumer\"... Ça doit être moi, ça... #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1309000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [44, 49], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"smart consumer\\\"... \\u00c7a doit \\u00eatre moi, \\u00e7a... #RSLN\", \"created_at\": \"Mon Jan 31 08:12:45 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5194, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31988242005884928, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988242005884928\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1309000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "63252f66-2e00-4308-b0e4-a35101384770-31988242005884928" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN", + "img": { + "src": "" + }, + "title": "Stanm: Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1327000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [66, 71], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN\", \"created_at\": \"Mon Jan 31 08:13:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 907, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31988317780189185, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988317780189185\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1327000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7adfa340-c194-4df5-b785-a1b475ea7a30-31988317780189185" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1338000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [90, 95], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN\", \"created_at\": \"Mon Jan 31 08:13:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6853, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31988363938496513, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988363938496513\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1338000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d158ccd2-47e2-4a03-b367-54435bbf0d65-31988363938496513" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @eni_kao: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@csh ...", + "img": { + "src": "" + }, + "title": "marjoriepaillon: RT @eni_kao: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@csh ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1355000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [119, 127], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@cshirky)\", \"created_at\": \"Mon Jan 31 08:11:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 9111, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null, \"listed_count\": 230}, \"id\": 31988022811561984, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31988022811561984\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 11], \"id\": 14974710, \"screen_name\": \"eni_kao\", \"name\": \"[Enikao]\", \"id_str\": \"14974710\"}, {\"indices\": [132, 136], \"id\": 4687901, \"screen_name\": \"CSH\", \"name\": \"Charles Harvey\", \"id_str\": \"4687901\"}], \"hashtags\": [{\"indices\": [125, 130], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"RT @eni_kao: [Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@csh ...\", \"created_at\": \"Mon Jan 31 08:13:31 +0000 2011\", \"truncated\": true, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 16039806, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 3807, \"protected\": false, \"id_str\": \"16039806\", \"profile_background_color\": \"EBEBEB\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1935, \"description\": \"Journaliste News, Web & Mag \\r\\n// R\\u00e9f\\u00e9rences: @ilovepolitics,BFMTV,France 5 \", \"friends_count\": 622, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/401202539/Image_1_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"marjoriepaillon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"marjoriepaillon\", \"url\": \"http://www.ilovepolitics.info\", \"created_at\": \"Fri Aug 29 09:08:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 346}, \"id\": 31988432993525761, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31988432993525761\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1355000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "71f695ce-68b1-481a-96c1-19452097f2ec-31988432993525761" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln == \"citizen as sensor\" / \"smart consumer\" / ...", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln == \"citizen as sensor\" / \"smart consumer\" / ...", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1366000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln == \\\"citizen as sensor\\\" / \\\"smart consumer\\\" / ...\", \"created_at\": \"Mon Jan 31 08:13:42 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1666, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31988479382519808, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988479382519808\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1366000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "224867c5-0c16-41be-9008-376786d28172-31988479382519808" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1422000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.\", \"created_at\": \"Mon Jan 31 08:14:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4634, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31988714007699456, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988714007699456\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1422000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a1bc35a2-85e6-4b33-b6fa-258d59f19979-31988714007699456" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "code for america : le réseau social collaboratif des villes US #rsln", + "img": { + "src": "" + }, + "title": "la pinta: code for america : le réseau social collaboratif des villes US #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1446000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [63, 68], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3123, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null, \"listed_count\": 159}, \"id\": 31988814801010688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988814801010688\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1446000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c798f63b-b5f0-420c-8679-bce3e5e871b2-31988814801010688" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"Rendre la donnée publique pour que les citoyens éclairent les décisions politiques et prennent des décisions éclairées\" @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "B. Minded: \"Rendre la donnée publique pour que les citoyens éclairent les décisions politiques et prennent des décisions éclairées\" @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1452000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"Rendre la donn\\u00e9e publique pour que les citoyens \\u00e9clairent les d\\u00e9cisions politiques et prennent des d\\u00e9cisions \\u00e9clair\\u00e9es\\\" @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:15:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 224, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31988838863732736, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988838863732736\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1452000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6145c2ec-41f7-4bba-b617-494348d471d2-31988838863732736" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question", + "color": "16763904", + "polemics": ["Q", "KO", "OK", "REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1458000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question\", \"created_at\": \"Mon Jan 31 08:15:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1667, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31988863538831361, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988863538831361\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1458000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c68cb5fb-f2e1-49a6-8adb-f18b81ca1f35-31988863538831361" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value: Org-to-Org, Partnership, eg Code for America.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value: Org-to-Org, Partnership, eg Code for America.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1465000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value: Org-to-Org, Partnership, eg Code for America.\", \"created_at\": \"Mon Jan 31 08:15:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4635, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31988892798291968, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988892798291968\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1465000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ff4cc5ef-239b-4b6f-9a5a-43980f1f74b6-31988892798291968" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @flapinta: code for america : le réseau social collaboratif des villes US #rsln", + "img": { + "src": "" + }, + "title": "Stanm: RT @flapinta: code for america : le réseau social collaboratif des villes US #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1490000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [63, 68], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"listed_count\": 159, \"utc_offset\": 3600, \"statuses_count\": 3123, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"location\": \"Paris\", \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null}, \"id\": 31988814801010688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988814801010688\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 17152456, \"screen_name\": \"flapinta\", \"name\": \"la pinta\", \"id_str\": \"17152456\"}], \"hashtags\": [{\"indices\": [77, 82], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @flapinta: code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 908, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31988999027429376, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988999027429376\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1490000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "104f925e-221c-4e97-a076-2405e5e14987-31988999027429376" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1544000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)\", \"created_at\": \"Mon Jan 31 08:16:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4636, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31989228145479680, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989228145479680\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1544000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b55fb9b7-b082-4db6-a899-b2088f85c882-31989228145479680" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky : Govs are afraid of synchronized groups. That’s what changes politics. #rsln", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky : Govs are afraid of synchronized groups. That’s what changes politics. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1554000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [81, 86], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"@cshirky : Govs are afraid of synchronized groups. That\\u2019s what changes politics. #rsln\", \"created_at\": \"Mon Jan 31 08:16:50 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 348, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 962, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 15}, \"id\": 31989270000439297, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989270000439297\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1554000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "676ae1cb-377f-441e-82d3-3e1069620518-31989270000439297" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln La Lybie interdit les match de football par peur de manif anti gouvernement --", + "img": { + "src": "" + }, + "title": "tibo c: #rsln La Lybie interdit les match de football par peur de manif anti gouvernement --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1560000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln La Lybie interdit les match de football par peur de manif anti gouvernement --\", \"created_at\": \"Mon Jan 31 08:16:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 30, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31989295094960128, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989295094960128\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1560000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a688883e-99e5-4b56-b247-262cb9c188b3-31989295094960128" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln l'image culturelle produite par la foule est elle conforme à l'image culturelle que nous imaginons pour nos groupes sociaux ??", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln l'image culturelle produite par la foule est elle conforme à l'image culturelle que nous imaginons pour nos groupes sociaux ??", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1570000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln l'image culturelle produite par la foule est elle conforme \\u00e0 l'image culturelle que nous imaginons pour nos groupes sociaux ??\", \"created_at\": \"Mon Jan 31 08:17:06 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 85, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31989337163825152, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989337163825152\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1570000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "359e7c36-ad95-4001-aa56-b457c6559df3-31989337163825152" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN ++", + "img": { + "src": "" + }, + "title": "Stanm: 'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1584000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [82, 87], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN\", \"created_at\": \"Mon Jan 31 08:17:20 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 909, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31989392583168000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989392583168000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1584000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d144b130-a959-4602-a2c5-2c2ccb8a5ef0-31989392583168000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1599000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [96, 104], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:17:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4637, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31989455556444160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989455556444160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1599000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b8cb2f37-0cb6-45c6-8e37-79da8f7d53b1-31989455556444160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Kouote] \"Les gouvernements n'ont pas peur des gens individuellement informés, ils ont peur des groupes synchronisés\" - @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "[Enikao]: [Kouote] \"Les gouvernements n'ont pas peur des gens individuellement informés, ils ont peur des groupes synchronisés\" - @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1610000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Kouote] \\\"Les gouvernements n'ont pas peur des gens individuellement inform\\u00e9s, ils ont peur des groupes synchronis\\u00e9s\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:17:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 9112, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null, \"listed_count\": 230}, \"id\": 31989502138388480, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989502138388480\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1610000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "23cd3ce7-35bc-4d8b-9909-d14a9ade0dba-31989502138388480" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\" @cshirky #rsln", + "img": { + "src": "" + }, + "title": "Guillaume Decugis: \"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\" @cshirky #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1637000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [101, 109], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [110, 115], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\\"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\\\" @cshirky #rsln\", \"created_at\": \"Mon Jan 31 08:18:13 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 24404173, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 597, \"protected\": false, \"id_str\": \"24404173\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1706, \"description\": \"Mobile & Web entrepreneur (Goojet / Scoop.it CEO). Skier. Gamer.\", \"friends_count\": 408, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1107041216/GD_N_B_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296072137/images/themes/theme14/bg.gif\", \"name\": \"Guillaume Decugis\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 11, \"screen_name\": \"gdecugis\", \"url\": \"http://www.scoop.it\", \"created_at\": \"Sat Mar 14 18:03:10 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 46}, \"id\": 31989616357679105, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989616357679105\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1637000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "22741a60-5f15-4c3f-8439-5c6aea35fac5-31989616357679105" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Quelle est la nécessité d'une structure organisationnelle pour traiter l'information à l'heure ou chaque citoyen est un informateur ??", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Quelle est la nécessité d'une structure organisationnelle pour traiter l'information à l'heure ou chaque citoyen est un informateur ??", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1642000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Quelle est la n\\u00e9cessit\\u00e9 d'une structure organisationnelle pour traiter l'information \\u00e0 l'heure ou chaque citoyen est un informateur?\", \"created_at\": \"Mon Jan 31 08:18:18 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"location\": \"Paris - Ze capitale of ze love\", \"utc_offset\": 3600, \"statuses_count\": 177, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 218, \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null, \"listed_count\": 4}, \"id\": 31989637765406720, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989637765406720\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1642000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "65975110-6493-43b3-afe8-7002d8a5efd8-31989637765406720" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "L'Internet, c'est un peu comme le foot : ça aide à coordonner les sentiments. Très vrai pour les rues arabes actuellement. #RSLN ++", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: L'Internet, c'est un peu comme le foot : ça aide à coordonner les sentiments. Très vrai pour les rues arabes actuellement. #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1652000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [123, 128], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"L'Internet, c'est un peu comme le foot : \\u00e7a aide \\u00e0 coordonner les sentiments. Tr\\u00e8s vrai pour les rues arabes actuellement. #RSLN\", \"created_at\": \"Mon Jan 31 08:18:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6854, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31989680345976832, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989680345976832\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1652000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "296f36b9-4c1c-4d2c-9686-64e40002fda7-31989680345976832" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"people talk abiut what they care about\" ++ #rsln", + "img": { + "src": "" + }, + "title": "SandraValerii: \"people talk abiut what they care about\" ++ #rsln", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1684000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [44, 49], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\\"people talk abiut what they care about\\\" ++ #rsln\", \"created_at\": \"Mon Jan 31 08:19:00 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 75989724, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 95, \"protected\": false, \"id_str\": \"75989724\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": null, \"statuses_count\": 52, \"description\": \"\", \"friends_count\": 154, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/427409639/moi2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296245718/images/themes/theme1/bg.png\", \"name\": \"SandraValerii\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"SandraValerii\", \"url\": null, \"created_at\": \"Mon Sep 21 09:01:00 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 4}, \"id\": 31989814358179840, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989814358179840\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1684000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "700fc385-f74b-4990-9995-c449920ca767-31989814358179840" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==", + "img": { + "src": "" + }, + "title": "Alexandre Monnin: #rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1696000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [44, 86], \"expanded_url\": null}]}, \"text\": \"#rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==\", \"created_at\": \"Mon Jan 31 08:19:12 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"is_translator\": false, \"profile_text_color\": \"634047\", \"followers_count\": 317, \"protected\": false, \"id_str\": \"7409472\", \"profile_background_color\": \"EDECE9\", \"location\": \"Paris\", \"utc_offset\": -10800, \"statuses_count\": 2456, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 441, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296173346/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"following\": null, \"listed_count\": 59}, \"id\": 31989862680764417, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989862680764417\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1696000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e0b04beb-d86d-4767-9bce-7b20292652cf-31989862680764417" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les forums du moyen orient destinés à la base au football sont devenus des forums d'organisation anti gouvernement ! ++", + "img": { + "src": "" + }, + "title": "tibo c: #rsln les forums du moyen orient destinés à la base au football sont devenus des forums d'organisation anti gouvernement ! ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1719000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les forums du moyen orient destin\\u00e9s \\u00e0 la base au football sont devenus des forums d'organisation anti gouvernement ! ++\", \"created_at\": \"Mon Jan 31 08:19:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 31, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31989961112686592, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989961112686592\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1719000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "28ad17ee-7a32-453a-aeb3-69263c8ad9e2-31989961112686592" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Je suis aux rencontres #RSLN avec Clay Shirky @microsoft", + "img": { + "src": "" + }, + "title": "Pierre Mounier: Je suis aux rencontres #RSLN avec Clay Shirky @microsoft", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1720000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [46, 56], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [23, 28], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Je suis aux rencontres #RSLN avec Clay Shirky @microsoft\", \"created_at\": \"Mon Jan 31 08:19:36 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14233770, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 629, \"protected\": false, \"id_str\": \"14233770\", \"profile_background_color\": \"352726\", \"listed_count\": 102, \"utc_offset\": 3600, \"statuses_count\": 2468, \"description\": \"Directeur adjoint du Cl\\u00e9o. Fondateur et principal auteur d'Homo Numericus.\", \"friends_count\": 306, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/52135065/pmounier_bd_moyen_normal.gif\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/190199985/twilk_background_4d287d7ccb851.jpg\", \"name\": \"Pierre Mounier\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 10, \"screen_name\": \"piotrr70\", \"url\": \"http://pierremounier.net\", \"created_at\": \"Thu Mar 27 08:45:11 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31989963117568000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989963117568000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1720000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ab421284-1030-445c-9513-0dd3ca060bcc-31989963117568000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Kouote] \"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont allés y parler des leçons de Sidibouzid\" - @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "[Enikao]: [Kouote] \"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont allés y parler des leçons de Sidibouzid\" - @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1723000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [126, 134], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [135, 140], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Kouote] \\\"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont all\\u00e9s y parler des le\\u00e7ons de Sidibouzid\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:19:39 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3031, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"listed_count\": 230, \"utc_offset\": 3600, \"statuses_count\": 9113, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"location\": \"Paris\", \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null}, \"id\": 31989978137370624, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989978137370624\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1723000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2fbb7622-d712-42be-9c54-45d3c0c7fcf8-31989978137370624" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln ?? Technology = Politique ?", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln ?? Technology = Politique ?", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1747000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln ?? Technology = Politique ?\", \"created_at\": \"Mon Jan 31 08:20:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1668, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31990076544131074, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990076544131074\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1747000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "65db3699-f88b-49af-8a2f-94ae92352adf-31990076544131074" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky", + "img": { + "src": "" + }, + "title": "Lionel Natarianni: Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1753000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [52, 57], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky\", \"created_at\": \"Mon Jan 31 08:20:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18047103, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 261, \"protected\": false, \"id_str\": \"18047103\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1600, \"description\": \"Researcher, Trend tracker, Telecomunications & Social Media.\\r\\nReal-Time Web addict\", \"friends_count\": 496, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1219841315/lionel-sbook_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/80051491/twilk_background_4b8e2d0612f83.jpg\", \"name\": \"Lionel Natarianni\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2416, \"screen_name\": \"lionnoge\", \"url\": null, \"created_at\": \"Thu Dec 11 13:30:58 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 13}, \"id\": 31990101542182912, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990101542182912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1753000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "68aee21b-5de2-4201-b3fd-bc5c557eabfc-31990101542182912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "tibo c: RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1758000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 85, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 68424173, \"screen_name\": \"vincentpuig\", \"name\": \"Vincent Puig\", \"id_str\": \"68424173\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [60, 102], \"expanded_url\": null}]}, \"text\": \"RT @vincentpuig: #rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:20:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 32, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31990124346613762, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31990124346613762\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1758000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "588e89ba-3873-41d9-bd0e-9717b3ae6dc9-31990124346613762" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN", + "img": { + "src": "" + }, + "title": "Cyril Attias: @SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1766000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 9], \"id\": 36333549, \"screen_name\": \"SaneFive\", \"name\": \"Sane Lebrun\", \"id_str\": \"36333549\"}], \"hashtags\": [{\"indices\": [107, 112], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN\", \"created_at\": \"Mon Jan 31 08:20:22 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": \"31987261545390080\", \"coordinates\": null, \"in_reply_to_user_id_str\": \"36333549\", \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": 31987261545390080, \"in_reply_to_screen_name\": \"SaneFive\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 1944301, \"verified\": false, \"profile_sidebar_fill_color\": \"d0d0d0\", \"is_translator\": false, \"profile_text_color\": \"2d2d2d\", \"followers_count\": 3141, \"protected\": false, \"id_str\": \"1944301\", \"profile_background_color\": \"ffffff\", \"location\": \"Paris - France\", \"utc_offset\": 3600, \"statuses_count\": 6560, \"description\": \"French blogger, digital expert \\r\\n10 years on digital agency - Ogilvy Paris, TBWA\\\\PARIS - CEO at influence digitale, l'agence des m\\u00e9dias sociaux @1fluencedigital\", \"friends_count\": 1768, \"profile_link_color\": \"28b4ec\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1175910852/cattias_gravatar_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/167329311/new_twitter_theme_def2.jpg\", \"name\": \"Cyril Attias\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 40, \"screen_name\": \"cyril\", \"url\": \"http://www.attias.net/blog\", \"created_at\": \"Thu Mar 22 22:10:39 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"28b4ec\", \"following\": null, \"listed_count\": 295}, \"id\": 31990155749363712, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990155749363712\", \"in_reply_to_user_id\": 36333549}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1766000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ee49a97b-e106-4233-9e28-294798e90527-31990155749363712" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1767000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [96, 104], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:17:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4637, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31989455556444160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989455556444160\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}, {\"indices\": [113, 121], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:20:23 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"listed_count\": 116, \"utc_offset\": 3600, \"statuses_count\": 1920, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"location\": \"iPhone: 48.845192,2.237256\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null}, \"id\": 31990160874799105, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990160874799105\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1767000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c89eea8d-e31e-4783-89b9-a682750f3e58-31990160874799105" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Le débat #RSLN - Le livre numérique, c’est pour bientôt ? http://ht.ly/3N4Ma", + "img": { + "src": "" + }, + "title": "Alexis MONS: Le débat #RSLN - Le livre numérique, c’est pour bientôt ? http://ht.ly/3N4Ma", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1778000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 1147131, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"profile_text_color\": \"333333\", \"followers_count\": 675, \"protected\": false, \"location\": \"Limoges, France\", \"profile_background_color\": \"022330\", \"id_str\": \"1147131\", \"utc_offset\": 3600, \"statuses_count\": 1524, \"description\": \"Cofounder and VP Strategy of groupeReflect\", \"friends_count\": 321, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/304999987/AM2009_normal.jpeg\", \"is_translator\": false, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296156503/images/themes/theme15/bg.png\", \"name\": \"Alexis MONS\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 11, \"screen_name\": \"AlecM\", \"notifications\": null, \"url\": \"http://about.me/alexismons\", \"created_at\": \"Wed Mar 14 09:44:56 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 50}, \"favorited\": false, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [9, 14], \"text\": \"RSLN\"}], \"urls\": [{\"indices\": [58, 76], \"url\": \"http://ht.ly/3N4Ma\", \"expanded_url\": null}]}, \"contributors\": null, \"truncated\": false, \"text\": \"Le d\\u00e9bat #RSLN - Le livre num\\u00e9rique, c\\u2019est pour bient\\u00f4t ? http://ht.ly/3N4Ma\", \"created_at\": \"Mon Jan 31 08:20:34 +0000 2011\", \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 31990208165576705, \"source\": \"HootSuite\", \"in_reply_to_status_id_str\": null, \"place\": null, \"id_str\": \"31990208165576705\", \"in_reply_to_screen_name\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1778000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a99b2916-cd16-4322-af47-e14a862e5241-31990208165576705" + } + ], + "annotation-types": [ + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "chapitrage", + "id": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:description": "", + "dc:modified": "2012-05-07T10:11:06.721324" + }, { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Tweets", + "id": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:description": "Tweets", + "dc:modified": "2012-05-07T10:11:06.746777" + } + ] +} \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/json/ldt-jwplayer.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/json/ldt-jwplayer.json Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,5292 @@ +{ + "views": [ + ], + "tags": [ + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "citizen sensor", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "organic failure", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8b75a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "money", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c76df0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "small and good", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84752-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "civic action", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "social network", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9dc52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "radio", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8ec84-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "public informations", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77692-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "electoral fraud", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c68c96-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "coordination", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "information mass", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69092-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.769035", + "dc:title": "citizenjournalism", + "dc:modified": "2012-05-07T10:11:06.769035", + "dc:creator": "IRI" + }, + "id": "f5cd73c6-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.830969", + "dc:title": "tweet", + "dc:modified": "2012-05-07T10:11:06.830969", + "dc:creator": "IRI" + }, + "id": "f5d6ebc2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "commercial space", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8707e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "platform", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c81a84-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "human resource", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6f190-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "public space", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8851e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information amplifier", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9cffa-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "soccer", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c872-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "free time", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6ed80-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "traffic map", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c74c80-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "distributed information", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c6887c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "government", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "individual power", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8790c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "aggregation", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "inorganic failure", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8ab52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.761421", + "dc:title": "communities", + "dc:modified": "2012-05-07T10:11:06.761421", + "dc:creator": "IRI" + }, + "id": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "market value", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c9887e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "professional journalism", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93e0a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "success", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84b44-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "motivated actors", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8b354-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "journalism", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c95f48-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.771135", + "dc:title": "Ushahidi", + "dc:modified": "2012-05-07T10:11:06.771135", + "dc:creator": "IRI" + }, + "id": "f5cdc592-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "music industry", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9ab10-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "citizen action", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7ece4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "revolution", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f08a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "people", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c726ec-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "Ushaidi", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69966-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "Internet", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e0a4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "Wikipedia", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c85332-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "fail", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "political life", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c070-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.821961", + "dc:title": "clayshirky", + "dc:modified": "2012-05-07T10:11:06.821961", + "dc:creator": "IRI" + }, + "id": "f5d58b7e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "consumers", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c81688-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.881698", + "dc:title": "democratizes", + "dc:modified": "2012-05-07T10:11:06.881698", + "dc:creator": "IRI" + }, + "id": "f5dea448-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "digital sharecropping", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c98414-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.730624", + "dc:title": "information management", + "dc:modified": "2012-05-07T10:11:06.730624", + "dc:creator": "IRI" + }, + "id": "f5c79708-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "hybridisation", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c95a34-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.730624", + "dc:title": "participation", + "dc:modified": "2012-05-07T10:11:06.730624", + "dc:creator": "IRI" + }, + "id": "f5c79b4a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.886191", + "dc:title": "Pepsico", + "dc:modified": "2012-05-07T10:11:06.886191", + "dc:creator": "IRI" + }, + "id": "f5df53f2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Libya", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7bc74-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "free speech", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c874f2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "open communication", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c74884-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "Microsoft", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8af58-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information filter", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9d45a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "citizen organizations", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "citizens", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c7699a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "coordinate actions", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5c9f944-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "action", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "plausible promess", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84360-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "contribution", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93162-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "sharing objects", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9b326-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "protests", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c480-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "communication", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6e902-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "community", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8a6ca-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "tools", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8bb56-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "market", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c96362-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "social life", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7cc64-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "large and mediocre", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c83f64-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "web phone gap", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6cb52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.936514", + "dc:title": "hadopi", + "dc:modified": "2012-05-07T10:11:06.936514", + "dc:creator": "IRI" + }, + "id": "f5e70214-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "crowdsourcing", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93608-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.754973", + "dc:title": "iphone", + "dc:modified": "2012-05-07T10:11:06.754973", + "dc:creator": "IRI" + }, + "id": "f5cb5226-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.740402", + "dc:title": "pepsi refresh project", + "dc:modified": "2012-05-07T10:11:06.740402", + "dc:creator": "IRI" + }, + "id": "f5c914de-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information quality", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9d86a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "smart consumer", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77a98-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "block party", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c8120a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "talents", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6f596-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "catalyst", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c836fe-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "voluntary participation", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6c756-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "Nairobi", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69498-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "organizations", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c722b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "television", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f8dc-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "counter democracy", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5c9fda4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "opportunity design", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6bef0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "Egypt", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.922593", + "dc:title": "failcon", + "dc:modified": "2012-05-07T10:11:06.922593", + "dc:creator": "IRI" + }, + "id": "f5e4e646-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "printing democracy", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e892-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.945336", + "dc:title": "PUBLIC", + "dc:modified": "2012-05-07T10:11:06.945336", + "dc:creator": "IRI" + }, + "id": "f5e85a74-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "usability", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6c346-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.878489", + "dc:title": "sidibouzid", + "dc:modified": "2012-05-07T10:11:06.878489", + "dc:creator": "IRI" + }, + "id": "f5de273e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "sharing information", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9af34-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "golden age for journalism but not for money", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93a18-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "share", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f486-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "malls", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c88104-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "synchronised crowded", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84f40-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "information", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71eb8-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Egypitia", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7b814-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "media", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e496-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "cognitive surplus", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "Wikileaks", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8891a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "business model", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c97fc8-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "gin crisis", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9a67e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "fascism", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8dc9e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.830969", + "dc:title": "addict", + "dc:modified": "2012-05-07T10:11:06.830969", + "dc:creator": "IRI" + }, + "id": "f5d6e6fe-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.774383", + "dc:title": "blendedtech", + "dc:modified": "2012-05-07T10:11:06.774383", + "dc:creator": "IRI" + }, + "id": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "political informations", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77232-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "law", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c87d08-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "blend technology", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6b66c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "democracy", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8d852-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Tunisia", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7d060-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "political action", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7f54a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.863215", + "dc:title": "nooffense", + "dc:modified": "2012-05-07T10:11:06.863215", + "dc:creator": "IRI" + }, + "id": "f5dbd6b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.868458", + "dc:title": "microsoft", + "dc:modified": "2012-05-07T10:11:06.868458", + "dc:creator": "IRI" + }, + "id": "f5dc9f68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "lists": [], + "medias": [ + { + "origin": "0", + "url": "rtmp://media.iri.centrepompidou.fr/ddc_player/mp4:video/ldtplatform/rsln_clay_shirky", + "http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", + "meta": { + "dc:contributor": "IRI", + "item": { + "name": "streamer", + "value": "rtmp://media.iri.centrepompidou.fr/ddc_player/" + }, + "dc:created": "2011-02-14T15:06:34.829919", + "dc:duration": 1800000, + "dc:creator": "IRI", + "dc:created.contents": "2012-02-13", + "dc:title": "RSLN Clay Shirky", + "dc:creator.contents": "IRI", + "dc:modified": "2012-02-13T11:55:23.898905", + "dc:description": "RSLN Clay Shirky" + }, + "id": "9a493932-3053-11e0-862b-00145ea49a02", + "unit": "ms" + } + ], + "meta": { + "dc:contributor": "admin", + "dc:created": "2011-02-14T15:15:52.602502", + "dc:creator": "admin", + "main_media": { + "id-ref": "9a493932-3053-11e0-862b-00145ea49a02" + }, + "dc:description": "", + "dc:title": "RSLN Clay Shirky - Tweets", + "id": "13b0aa52-336b-11e0-b233-00145ea49a02", + "dc:modified": "2012-04-29T15:41:55.858453" + }, + "annotations": [ + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Introduction", + "color": "3355443", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 0, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 170000, + "tags": null, + "color": "3355443", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_294BB166-E5EE-4FCC-309B-293F3C4D5BD3" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Introduction de Constance Parodi", + "color": "3355443", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 177457, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 410939, + "tags": null, + "color": "3355443", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_0C9E4E6B-043B-FCDE-D865-29ED81488D99" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Clay Shirky : début de conférence", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 503000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 783000, + "tags": [ + { + "id-ref": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6887c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c68c96-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69092-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69498-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69966-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_D8459097-1DE3-F28A-34CF-293F5C6B62E1" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "3 features of Ushaidi", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 783462, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1000062, + "tags": [ + { + "id-ref": "f5c6b66c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bef0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6c346-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6c756-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6cb52-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_B7F5CADC-465C-9E96-7279-29F8EAE07510" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "free time, talents, human resource, cognitive surplus, aggregation, communication", + "img": { + "src": "" + }, + "title": "Coginitive surplus : free time", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1006108, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1078840, + "tags": [ + { + "id-ref": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6e902-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6ed80-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6f190-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6f596-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_185D6DE8-980B-2ADB-0C3E-2A20D6E331EB" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "civic action, information, action, people, organizations, coordination, citizen sensor", + "img": { + "src": "" + }, + "title": "Penser les actions civiques", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1078840, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1235162, + "tags": [ + { + "id-ref": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71eb8-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c722b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c726ec-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_2C466914-84E2-91AA-2BAC-2A2158B7892C" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "citizen sensor, government, traffic map, open communication", + "img": { + "src": "" + }, + "title": "Les capteurs citoyens", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1235162, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1307028, + "tags": [ + { + "id-ref": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c74884-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c74c80-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_BB6067B1-A4A7-6636-CE0E-2A216B94B896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "smart consumer, public informations, political informations, money, action, citizens", + "img": { + "src": "" + }, + "title": "Consomateur inteligents", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1307028, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1407440, + "tags": [ + { + "id-ref": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7699a-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c76df0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77232-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77692-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77a98-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_F54B6E7D-F262-6726-94CB-2A217EDE2052" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "government, information management, participation", + "img": { + "src": "" + }, + "title": "Code for America", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1407440, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1512525, + "tags": [ + { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c79708-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c79b4a-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_691C78EF-6904-430D-5DE0-2A218F780AE8" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Libya, soccer, government, protests, coordination, social life, political life, Tunisia, Egypitia", + "img": { + "src": "" + }, + "title": "Platforme pour les actions civiques", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1512525, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1667170, + "tags": [ + { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7b814-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7bc74-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c070-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c480-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c872-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7cc64-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7d060-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_9BA33565-786B-24A5-F2EF-2A21A959633F" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "coordination, political action, citizen action, citizen organizations", + "img": { + "src": "" + }, + "title": "Le vrai grand changement", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1668051, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1753100, + "tags": [ + { + "id-ref": "f5c7ece4-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f54a-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_874C9537-11F5-85A1-3E54-2A25590396D6" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "block party, platform, citizen organizations, consumers, cognitive surplus", + "img": { + "src": "" + }, + "title": "Fetes des voisins", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1754200, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1800000, + "tags": [ + { + "id-ref": "f5c8120a-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c81688-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c81a84-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_CAE3C373-F725-A3CA-099A-2A2576315966" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln commence 8h50", + "img": { + "src": "" + }, + "title": "tibo c: #rsln commence 8h50", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 0, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln commence 8h50\", \"created_at\": \"Mon Jan 31 07:50:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 26, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31982750655324160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982750655324160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 0, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6906130e-0391-4dd4-8ad2-a1f5e6e303da-31982750655324160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord", + "img": { + "src": "" + }, + "title": "Stanm: A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [19, 27], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [43, 48], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord\", \"created_at\": \"Mon Jan 31 07:51:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 903, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31982778090258432, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982778090258432\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 7000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "184cc091-a2d1-4c7d-bd0e-dad39c96d0f5-31982778090258432" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Brain breakfast chez Microsoft pour écouter Clay Shirky #rsln", + "img": { + "src": "" + }, + "title": "pepommier: Brain breakfast chez Microsoft pour écouter Clay Shirky #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 42000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [56, 61], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Brain breakfast chez Microsoft pour \\u00e9couter Clay Shirky #rsln\", \"created_at\": \"Mon Jan 31 07:51:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": {\"type\": \"Point\", \"coordinates\": [2.26552971, 48.834260710000002]}, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7013462, \"verified\": false, \"profile_sidebar_fill_color\": \"7C8A8A\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 341, \"protected\": false, \"id_str\": \"7013462\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": -7200, \"statuses_count\": 278, \"description\": \"video web producer\", \"friends_count\": 138, \"profile_link_color\": \"1BBCE4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1215645558/161264_536940419_386416_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/308222/Nightscape-6.jpg\", \"name\": \"pepommier\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 7, \"screen_name\": \"pepommier\", \"url\": \"http://bubble-prod.com\", \"created_at\": \"Fri Jun 22 12:32:06 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Mid-Atlantic\", \"profile_sidebar_border_color\": \"3F484E\", \"following\": null, \"listed_count\": 18}, \"id\": 31982927600422912, \"place\": {\"full_name\": \"Issy-les-Moulineaux, Paris\", \"name\": \"Issy-les-Moulineaux\", \"url\": \"http://api.twitter.com/1/geo/id/8d83cfde2e5ab759.json\", \"country\": \"France\", \"place_type\": \"neighborhood\", \"bounding_box\": {\"type\": \"Polygon\", \"coordinates\": [[[2.2484109999999999, 48.814176000000003], [2.2882250000000002, 48.814176000000003], [2.2882250000000002, 48.836477000000002], [2.2484109999999999, 48.836477000000002]]]}, \"country_code\": \"FR\", \"attributes\": {}, \"id\": \"8d83cfde2e5ab759\"}, \"retweet_count\": 0, \"geo\": {\"type\": \"Point\", \"coordinates\": [48.834260710000002, 2.26552971]}, \"id_str\": \"31982927600422912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 42000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "da9b8e9a-b93e-4b07-8259-226acf8ccd9e-31982927600422912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN avec les twittpics, on peut deviner où sont les gens ... marrant !", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #RSLN avec les twittpics, on peut deviner où sont les gens ... marrant !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 55000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN avec les twittpics, on peut deviner o\\u00f9 sont les gens ... marrant !\", \"created_at\": \"Mon Jan 31 07:51:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 864, \"description\": \"\", \"friends_count\": 107, \"location\": \"\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31982982155739136, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982982155739136\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 55000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7588026a-1e1d-46d3-91b7-3e94dd8913fa-31982982155739136" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Pour la rencontre #RSLN, pensez à noter vos tweets avec ++, ==, --, ??. nous expérimentons avec l'IRI une analyse des tweets. Thx !", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: Pour la rencontre #RSLN, pensez à noter vos tweets avec ++, ==, --, ??. nous expérimentons avec l'IRI une analyse des tweets. Thx !", + "color": "16763904", + "polemics": ["Q", "REF", "OK", "KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 62000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [18, 23], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Pour la rencontre #RSLN, pensez \\u00e0 noter vos tweets avec ++, ==, --, ??. nous exp\\u00e9rimentons avec l'IRI une analyse des tweets. Thx !\", \"created_at\": \"Mon Jan 31 07:51:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32316, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6849, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31983008105897984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983008105897984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 62000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a4dbb580-2c1d-4089-9e91-c65d3e71a1e3-31983008105897984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Quelques règles intéressantes pour le live-twitt de la conférence #RSLN avec @cshirky : http://twitpic.com/3uztmc.", + "img": { + "src": "" + }, + "title": "B. Minded: Quelques règles intéressantes pour le live-twitt de la conférence #RSLN avec @cshirky : http://twitpic.com/3uztmc.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 127000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [77, 85], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [66, 71], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://twitpic.com/3uztmc\", \"indices\": [88, 113], \"expanded_url\": null}]}, \"text\": \"Quelques r\\u00e8gles int\\u00e9ressantes pour le live-twitt de la conf\\u00e9rence #RSLN avec @cshirky : http://twitpic.com/3uztmc.\", \"created_at\": \"Mon Jan 31 07:53:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"location\": \"Boulogne-Billancourt\", \"utc_offset\": 3600, \"statuses_count\": 219, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null, \"listed_count\": 40}, \"id\": 31983280916004864, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983280916004864\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 127000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d0ba17c8-950f-4ae0-ae0d-32e04cde6941-31983280916004864" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 140000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [5, 10], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://yfrog.com/h0dbkxsj\", \"indices\": [29, 54], \"expanded_url\": null}]}, \"text\": \"Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj\", \"created_at\": \"Mon Jan 31 07:53:16 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5185, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31983338092765184, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983338092765184\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 140000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "3f73186a-08df-4d38-821d-2a889a84f2c0-31983338092765184" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky @Microsoft #rsln", + "img": { + "src": "" + }, + "title": "Constance de 4barbes: Clay shirky @Microsoft #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 148000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [12, 22], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [23, 28], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay shirky @Microsoft #rsln\", \"created_at\": \"Mon Jan 31 07:53:24 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 57623127, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 53, \"protected\": false, \"id_str\": \"57623127\", \"profile_background_color\": \"131516\", \"listed_count\": 4, \"utc_offset\": 3600, \"statuses_count\": 267, \"description\": \"Digital Humanities and Social Media: Community and Content Management\", \"friends_count\": 70, \"location\": \"Paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/983938390/pic.php_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/155252455/avatar.jpg\", \"name\": \"Constance de 4barbes\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 8, \"screen_name\": \"c4barbes\", \"url\": \"http://4barbes.com\", \"created_at\": \"Fri Jul 17 11:53:38 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null}, \"id\": 31983371265507328, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983371265507328\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 148000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "04578856-0359-4fb2-9fc7-6d5e2e4615b1-31983371265507328" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "img": { + "src": "" + }, + "title": "Alice Antheaume: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 149000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [71, 76], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [43, 70], \"expanded_url\": null}]}, \"text\": \"\\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:53:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 2373, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null, \"listed_count\": 758}, \"id\": 31983376617439232, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983376617439232\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 149000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fbe9c058-e418-424b-8b0c-c23b89a48a92-31983376617439232" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 152000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [16, 28], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}], \"hashtags\": [{\"indices\": [118, 123], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 07:53:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32316, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6850, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31983387610718208, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983387610718208\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 152000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6842cda1-817d-445e-8fb0-b8efd41ad264-31983387610718208" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Rencontre avec Clayton Shirky #RSLN, public nombreux dès \"potron minet\"", + "img": { + "src": "" + }, + "title": "jean-francois gervai: Rencontre avec Clayton Shirky #RSLN, public nombreux dès \"potron minet\"", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 193000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [30, 35], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Rencontre avec Clayton Shirky #RSLN, public nombreux d\\u00e8s \\\"potron minet\\\"\", \"created_at\": \"Mon Jan 31 07:54:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18998756, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 13, \"protected\": false, \"id_str\": \"18998756\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 6, \"description\": \"auteur d'ouvrages autour du web...\", \"friends_count\": 64, \"location\": \"france\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1176741038/04-0420-GERVAIS_JEAN-FRANCOIS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1295051201/images/themes/theme1/bg.png\", \"name\": \"jean-francois gervai\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"jfgervais\", \"url\": \"http://www.jeanfrancoisgervais\", \"created_at\": \"Wed Jan 14 22:15:45 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31983557672960000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983557672960000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 193000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "25903be0-f0a6-401c-9068-b54a04c1ee89-31983557672960000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ça rouspète... RT @CyrilleF: #RSLN résau wifi minimum est assuré, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Ça rouspète... RT @CyrilleF: #RSLN résau wifi minimum est assuré, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 209000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [18, 27], \"id\": 36027828, \"screen_name\": \"CyrilleF\", \"name\": \"Cyrille Fonvielle\", \"id_str\": \"36027828\"}], \"hashtags\": [{\"indices\": [29, 34], \"text\": \"RSLN\"}, {\"indices\": [113, 120], \"text\": \"iphone\"}], \"urls\": []}, \"text\": \"\\u00c7a rousp\\u00e8te... RT @CyrilleF: #RSLN r\\u00e9sau wifi minimum est assur\\u00e9, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?\", \"created_at\": \"Mon Jan 31 07:54:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5186, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31983626669260800, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983626669260800\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 209000, + "tags": [ + { + "id-ref": "f5cb5226-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9583862e-51ea-440f-ab7a-b022412eebc2-31983626669260800" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par là : http://bit.ly/h9LM0v (via @fcinq )", + "img": { + "src": "" + }, + "title": "Melissa Bounoua: RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par là : http://bit.ly/h9LM0v (via @fcinq )", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 213000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [10, 18], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}, {\"indices\": [83, 89], \"id\": 10652382, \"screen_name\": \"fcinq\", \"name\": \"Antoine Bayet\", \"id_str\": \"10652382\"}], \"hashtags\": [{\"indices\": [35, 40], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/h9LM0v\", \"indices\": [57, 77], \"expanded_url\": null}]}, \"text\": \"Pour voir @cshirky aux rencontres #RSLN, c'est par l\\u00e0 : http://bit.ly/h9LM0v (via @fcinq )\", \"created_at\": \"Mon Jan 31 07:43:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13622572, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 2560, \"protected\": false, \"id_str\": \"13622572\", \"profile_background_color\": \"9AE4E8\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 8687, \"description\": \"Un peu de 20minutes.fr dans cet internet mondial\", \"friends_count\": 346, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1183719410/40794_420716233991_587318991_4855249_4249707_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/121055127/qgvzF.jpg\", \"name\": \"Charles Dufresne\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 7, \"screen_name\": \"rocknrobot\", \"url\": \"http://www.20minutes.fr\", \"created_at\": \"Mon Feb 18 13:32:53 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 170}, \"id\": 31980923448725504, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31980923448725504\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 14], \"id\": 13622572, \"screen_name\": \"rocknrobot\", \"name\": \"Charles Dufresne\", \"id_str\": \"13622572\"}, {\"indices\": [26, 34], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}, {\"indices\": [99, 105], \"id\": 10652382, \"screen_name\": \"fcinq\", \"name\": \"Antoine Bayet\", \"id_str\": \"10652382\"}], \"hashtags\": [{\"indices\": [51, 56], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/h9LM0v\", \"indices\": [73, 93], \"expanded_url\": null}]}, \"text\": \"RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par l\\u00e0 : http://bit.ly/h9LM0v (via @fcinq )\", \"created_at\": \"Mon Jan 31 07:54:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14647281, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 50154, \"protected\": false, \"id_str\": \"14647281\", \"profile_background_color\": \"352726\", \"location\": \" Paris\", \"utc_offset\": 3600, \"statuses_count\": 6679, \"description\": \"Journaliste @20minutes// un peu de @megalopolismag aussi // Avant: @artefr / ex @Sciencespo\", \"friends_count\": 1354, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1180694566/melissa_twitter1_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/48393318/16931__lost_in_translation_l.jpg\", \"name\": \"Melissa Bounoua\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 236, \"screen_name\": \"misspress\", \"url\": \"http://misspress.wordpress.com\", \"created_at\": \"Sun May 04 11:54:51 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 833}, \"id\": 31983643530362880, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31983643530362880\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 213000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9eb2aa47-8e9b-4dc2-b7a5-51daf5cddbe8-31983643530362880" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Introduction en français ?", + "img": { + "src": "" + }, + "title": "Bertil Hatt: #rsln Introduction en français ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 230000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Introduction en fran\\u00e7ais ?\", \"created_at\": \"Mon Jan 31 07:54:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 4985551, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 454, \"protected\": false, \"id_str\": \"4985551\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 42, \"utc_offset\": 3600, \"statuses_count\": 2678, \"description\": \"I do not control either LinkedIn profiles under my name.\\r\\nPhD Econ. \\u201cCompetition between Social Network Sites\\u201d @ U.Paris-Ouest Nanterre & independent consultant\", \"friends_count\": 306, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/22068682/DSC_6634_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/2947659/DSC02510-small.jpg\", \"name\": \"Bertil Hatt\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 436, \"screen_name\": \"bertil_hatt\", \"url\": \"http://www.quora.com/Bertil-Hatt\", \"created_at\": \"Tue Apr 17 11:25:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31983714204385280, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983714204385280\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 230000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ff3f0903-4e89-4c28-a43a-71968aa3a5cc-31983714204385280" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Rappel sur la nécessité d'Internet avec les événements en Égypte. Introduction Constance Parodi.", + "img": { + "src": "" + }, + "title": "tibo c: #rsln Rappel sur la nécessité d'Internet avec les événements en Égypte. Introduction Constance Parodi.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 244000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Rappel sur la n\\u00e9cessit\\u00e9 d'Internet avec les \\u00e9v\\u00e9nements en \\u00c9gypte. Introduction Constance Parodi.\", \"created_at\": \"Mon Jan 31 07:55:00 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 27, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31983773893529601, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983773893529601\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 244000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "8c14ce29-705f-41ee-b320-a20a44ea399d-31983773893529601" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 252000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.\", \"created_at\": \"Mon Jan 31 07:55:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"location\": \"iPhone: 37.785871,-122.405417\", \"utc_offset\": -28800, \"statuses_count\": 692, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 65}, \"id\": 31983809054380032, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983809054380032\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 252000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "55dffae8-0dec-4aa5-9a75-2181f96d3f47-31983809054380032" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Dans un instant, la conférence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus créatif ?", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Dans un instant, la conférence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus créatif ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 294000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Dans un instant, la conf\\u00e9rence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus cr\\u00e9atif ?\", \"created_at\": \"Mon Jan 31 07:55:50 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"location\": \"Paris - Ze capitale of ze love\", \"utc_offset\": 3600, \"statuses_count\": 175, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 217, \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null, \"listed_count\": 4}, \"id\": 31983982530793472, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983982530793472\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 294000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "78f208b8-04db-4613-8598-863fd424fd3e-31983982530793472" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "à la conférence de Clay Shirky au campus #Microsoft #rsln", + "img": { + "src": "" + }, + "title": "la pinta: à la conférence de Clay Shirky au campus #Microsoft #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 321000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [42, 52], \"text\": \"Microsoft\"}, {\"indices\": [53, 58], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\u00e0 la conf\\u00e9rence de Clay Shirky au campus #Microsoft #rsln\", \"created_at\": \"Mon Jan 31 07:56:17 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3122, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null, \"listed_count\": 159}, \"id\": 31984097412784128, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984097412784128\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 321000, + "tags": [ + { + "id-ref": "f5c8af58-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2deb537a-0ce0-4dad-b178-aa944d1f5f0e-31984097412784128" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Avec @cshirky, réflexions sur le temps de cerveau disponible, la créativité et les nouvelles connexions. #RSLN", + "img": { + "src": "" + }, + "title": "B. Minded: Avec @cshirky, réflexions sur le temps de cerveau disponible, la créativité et les nouvelles connexions. #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 325000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [5, 13], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [105, 110], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Avec @cshirky, r\\u00e9flexions sur le temps de cerveau disponible, la cr\\u00e9ativit\\u00e9 et les nouvelles connexions. #RSLN\", \"created_at\": \"Mon Jan 31 07:56:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 220, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31984113330163712, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984113330163712\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 325000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "74b3f478-5b5a-4ccc-91b0-f3c31a6dc790-31984113330163712" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Il faut noter nos tweets \"++, ==, --, ??\".... Ça va ressembler à des gros mots #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Il faut noter nos tweets \"++, ==, --, ??\".... Ça va ressembler à des gros mots #RSLN", + "color": "16763904", + "polemics": ["Q", "REF", "OK", "KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 333000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [79, 84], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Il faut noter nos tweets \\\"++, ==, --, ??\\\".... \\u00c7a va ressembler \\u00e0 des gros mots #RSLN\", \"created_at\": \"Mon Jan 31 07:56:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5188, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31984147253698560, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984147253698560\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 333000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "99f7a154-cd01-4acb-811c-de6d31e842fc-31984147253698560" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @alicanth: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "img": { + "src": "" + }, + "title": "MiKarmousMi3neb: RT @alicanth: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 339000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [71, 76], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [43, 70], \"expanded_url\": null}]}, \"text\": \"\\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:53:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"listed_count\": 758, \"utc_offset\": 3600, \"statuses_count\": 2372, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"location\": \"Paris\", \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null}, \"id\": 31983376617439232, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983376617439232\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 8266352, \"screen_name\": \"alicanth\", \"name\": \"Alice Antheaume\", \"id_str\": \"8266352\"}], \"hashtags\": [{\"indices\": [85, 90], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [57, 84], \"expanded_url\": null}]}, \"text\": \"RT @alicanth: \\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:56:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 110795718, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 110, \"protected\": false, \"id_str\": \"110795718\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 3, \"utc_offset\": -21600, \"statuses_count\": 1435, \"description\": \"J'aime les raisins mais je pr\\u00e9f\\u00e8re les figues.\", \"friends_count\": 150, \"location\": \"\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/947738452/3515e59d-838c-4639-940e-1715fd93806c_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/85303105/DSC01229.JPG\", \"name\": \"MiKarmousMi3neb\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"MiKarmousMi3neb\", \"url\": null, \"created_at\": \"Tue Feb 02 20:17:03 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Central Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31984171630989312, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984171630989312\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 339000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "675567c6-556d-4324-b110-ac70cde5b203-31984171630989312" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "img": { + "src": "" + }, + "title": "Elisabeth Garrett: @ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 433000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [57, 69], \"text\": \"communities\"}, {\"indices\": [121, 127], \"text\": \"Egypt\"}, {\"indices\": [128, 133], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN\", \"created_at\": \"Mon Jan 31 07:58:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Mobile Web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 152375270, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 49, \"protected\": false, \"id_str\": \"152375270\", \"profile_background_color\": \"352726\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 269, \"description\": \"MBA @HECParis. Stagiaire @Soci\\u00e9t\\u00e9G\\u00e9n\\u00e9rale. social marketer. photographer. petite gourmande. wine-cinema-NYC-travel-karaoke-f\\u00fatbol enthusiast. amazed by grace.\", \"friends_count\": 45, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/962811111/23230_106524_7896_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"Elisabeth Garrett\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"EliGarrett\", \"url\": \"http://eligarrett.wordpress.com\", \"created_at\": \"Sat Jun 05 19:51:45 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 0}, \"id\": 31984564570169344, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984564570169344\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 433000, + "tags": [ + { + "id-ref": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "f3d4a265-fbaa-4e8b-8ed4-0b19a7df34b5-31984564570169344" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Trois barres de wifi -- -- --- #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Trois barres de wifi -- -- --- #RSLN", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 438000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [31, 36], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Trois barres de wifi -- -- --- #RSLN\", \"created_at\": \"Mon Jan 31 07:58:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5188, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31984585231310849, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984585231310849\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 438000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "89887a2e-b0db-461c-aef1-b9435f6bda53-31984585231310849" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 493000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [96, 101], \"text\": \"RSLN\"}, {\"indices\": [102, 107], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"@cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 07:59:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 959, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984816979189760, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984816979189760\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 493000, + "tags": [ + { + "id-ref": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "814a2ed8-2756-4b21-bf7f-43033845c97d-31984816979189760" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "On est bien en France. Un tweet sur deux, c'est pour râler #rsln --", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 495000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [59, 64], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 07:59:11 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"location\": \"iPhone: 48.845192,2.237256\", \"utc_offset\": 3600, \"statuses_count\": 1917, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 116}, \"id\": 31984825082576896, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984825082576896\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 495000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ab5e1489-1d78-40de-bd9f-041e93a177cd-31984825082576896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay Shirky in conference at Microsoft's campus", + "img": { + "src": "" + }, + "title": "Dany Vilela: #rsln Clay Shirky in conference at Microsoft's campus", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 513000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay Shirky in conference at Microsoft's campus\", \"created_at\": \"Mon Jan 31 07:59:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 21152901, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1493, \"protected\": false, \"id_str\": \"21152901\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 140, \"utc_offset\": 3600, \"statuses_count\": 7618, \"description\": \"Dyvantity, home of creativity by Dany Vilela (@Dy_Vilela)\", \"friends_count\": 1198, \"location\": \"Grenoble\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/960161513/dy_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/108589554/TwitterTemplate_copie.jpg\", \"name\": \"Dany Vilela\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dyvantity\", \"url\": \"http://dyvantity.com\", \"created_at\": \"Wed Feb 18 00:48:32 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984902601707520, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984902601707520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 513000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "1fa8cece-d261-4290-931d-7ccc775858e0-31984902601707520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 528000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [80, 88], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky\", \"created_at\": \"Mon Jan 31 07:59:44 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4631, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31984965352685568, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984965352685568\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 528000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "1cf29524-3087-4f6a-a52a-6fbcbd35dbc6-31984965352685568" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay Shirky \"optimistic about what new tools bring for citizens\" ++", + "img": { + "src": "" + }, + "title": "tibo c: #rsln Clay Shirky \"optimistic about what new tools bring for citizens\" ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 560000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay Shirky \\\"optimistic about what new tools bring for citizens\\\" ++\", \"created_at\": \"Mon Jan 31 08:00:16 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 28, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31985100929372160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985100929372160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 560000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "cf12841e-e3e6-484f-9e71-1c7a3eade1fd-31985100929372160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "!!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "img": { + "src": "" + }, + "title": "Gustavo González: !!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 636000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [7, 18], \"id\": 152375270, \"screen_name\": \"EliGarrett\", \"name\": \"Elisabeth Garrett\", \"id_str\": \"152375270\"}], \"hashtags\": [{\"indices\": [62, 74], \"text\": \"communities\"}, {\"indices\": [126, 132], \"text\": \"Egypt\"}, {\"indices\": [133, 138], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"!!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN\", \"created_at\": \"Mon Jan 31 08:01:32 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"\\u00dcberTwitter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 43939616, \"verified\": false, \"profile_sidebar_fill_color\": \"EADEAA\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 308, \"protected\": false, \"id_str\": \"43939616\", \"profile_background_color\": \"8B542B\", \"location\": \"\\u00dcT: 48.819156,2.291199\", \"utc_offset\": -16200, \"statuses_count\": 5670, \"description\": \"Sibarita caraque\\u00f1o living in Paris. MBA participant at HEC-Paris. Movies&Wine&Food lover qui s'amuse \\u00e0 en parler et partager avec les amis...\", \"friends_count\": 356, \"profile_link_color\": \"9D582E\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/819879158/untitled_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/195050882/Word_Cloud.JPG\", \"name\": \"Gustavo Gonz\\u00e1lez\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 12, \"screen_name\": \"gustavogb83\", \"url\": null, \"created_at\": \"Mon Jun 01 18:31:30 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Caracas\", \"profile_sidebar_border_color\": \"D9B17E\", \"following\": null, \"listed_count\": 13}, \"id\": 31985419721637890, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985419721637890\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 636000, + "tags": [ + { + "id-ref": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2dc5e9ff-e370-4c06-9ac5-33cc636b14e7-31985419721637890" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "img": { + "src": "" + }, + "title": "Anthony: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 655000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [73, 78], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:01:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 9132482, \"verified\": false, \"profile_sidebar_fill_color\": \"e9c990\", \"is_translator\": false, \"profile_text_color\": \"413735\", \"followers_count\": 1833, \"protected\": false, \"id_str\": \"9132482\", \"profile_background_color\": \"dba15b\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 17759, \"description\": \"Community manager @labelbarclay (Universal Music) - Label manager, blogger @fuckthatworld (FTW)\\r\\n\\r\\nhttp://www.fuckthatworld.com\", \"friends_count\": 865, \"profile_link_color\": \"d57a3d\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1221117224/B001751-R2-07-8_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/198033774/fond_twitter.jpg\", \"name\": \"Anthony\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"kanthos\", \"url\": \"http://www.flavors.me/kanthos\", \"created_at\": \"Thu Sep 27 21:41:21 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ded2bc\", \"following\": null, \"listed_count\": 133}, \"id\": 31985498780078080, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985498780078080\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 655000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e4b2ba41-d151-44ec-8269-eee99a951019-31985498780078080" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "img": { + "src": "" + }, + "title": "Graham Hay: RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 666000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [88, 93], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 07:49:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4631, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31982379551686656, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982379551686656\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}], \"hashtags\": [{\"indices\": [105, 110], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 08:02:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 83917557, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 29, \"protected\": false, \"id_str\": \"83917557\", \"profile_background_color\": \"C0DEED\", \"location\": \"Auckland, New Zealand\", \"utc_offset\": 43200, \"statuses_count\": 44, \"description\": \"\", \"friends_count\": 101, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1100908900/graham_hay_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Graham Hay\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"graham_hay\", \"url\": null, \"created_at\": \"Tue Oct 20 20:19:49 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Wellington\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 2}, \"id\": 31985545622069248, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985545622069248\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 666000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "92d56631-8ec7-43bd-9038-ff95a5629d3d-31985545622069248" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "La conf de @cshirky commence sur le même ex que sa conf ted de juin dernier à Cannes: la plateforme ushahidi #rsln", + "img": { + "src": "" + }, + "title": "Melissa Bounoua: La conf de @cshirky commence sur le même ex que sa conf ted de juin dernier à Cannes: la plateforme ushahidi #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 672000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [11, 19], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [109, 114], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"La conf de @cshirky commence sur le m\\u00eame ex que sa conf ted de juin dernier \\u00e0 Cannes: la plateforme ushahidi #rsln\", \"created_at\": \"Mon Jan 31 08:02:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14647281, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 50152, \"protected\": false, \"id_str\": \"14647281\", \"profile_background_color\": \"352726\", \"location\": \" Paris\", \"utc_offset\": 3600, \"statuses_count\": 6681, \"description\": \"Journaliste @20minutes// un peu de @megalopolismag aussi // Avant: @artefr / ex @Sciencespo\", \"friends_count\": 1354, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1180694566/melissa_twitter1_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/48393318/16931__lost_in_translation_l.jpg\", \"name\": \"Melissa Bounoua\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 236, \"screen_name\": \"misspress\", \"url\": \"http://misspress.wordpress.com\", \"created_at\": \"Sun May 04 11:54:51 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 833}, \"id\": 31985570716581888, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985570716581888\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 672000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "37ade492-143b-46dc-a2e9-4e566a4f85e4-31985570716581888" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 719000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi\", \"created_at\": \"Mon Jan 31 08:02:55 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 65, \"utc_offset\": -28800, \"statuses_count\": 693, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"location\": \"iPhone: 37.785871,-122.405417\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31985765323898880, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985765323898880\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 719000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "25d80b84-cb4e-48de-8a0f-018bb5996ea5-31985765323898880" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS --", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 754000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [89, 107], \"text\": \"citizenjournalism\"}, {\"indices\": [109, 114], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://j.mp/3y0kHS\", \"indices\": [116, 134], \"expanded_url\": null}]}, \"text\": \"@cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS\", \"created_at\": \"Mon Jan 31 08:03:30 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 960, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 15}, \"id\": 31985910551678976, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985910551678976\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 754000, + "tags": [ + { + "id-ref": "f5cd73c6-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2fdf7de8-4126-417d-ae90-bfd4b2882e4b-31985910551678976" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln hushaidi ++ desaster as a social object", + "img": { + "src": "" + }, + "title": "Lionel Natarianni: #rsln hushaidi ++ desaster as a social object", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 760000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln hushaidi ++ desaster as a social object\", \"created_at\": \"Mon Jan 31 08:03:36 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18047103, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 261, \"protected\": false, \"id_str\": \"18047103\", \"profile_background_color\": \"131516\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 1599, \"description\": \"Researcher, Trend tracker, Telecomunications & Social Media.\\r\\nReal-Time Web addict\", \"friends_count\": 496, \"location\": \"Paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1219841315/lionel-sbook_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/80051491/twilk_background_4b8e2d0612f83.jpg\", \"name\": \"Lionel Natarianni\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2416, \"screen_name\": \"lionnoge\", \"url\": null, \"created_at\": \"Thu Dec 11 13:30:58 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null}, \"id\": 31985939437850624, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985939437850624\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 760000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b992e2a8-9d93-4921-bb1a-af45dd015b56-31985939437850624" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay aborde le problème de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #rsln Clay aborde le problème de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 765000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay aborde le probl\\u00e8me de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas\", \"created_at\": \"Mon Jan 31 08:03:41 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 866, \"description\": \"\", \"friends_count\": 107, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 13}, \"id\": 31985960119959552, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985960119959552\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 765000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "30263902-1a82-4620-9d2a-19f8961ecbb2-31985960119959552" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky raconte comment les blogueurs se sont mobilisés au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj ==", + "img": { + "src": "" + }, + "title": "B. Minded: Clay Shirky raconte comment les blogueurs se sont mobilisés au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 767000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [84, 89], \"text\": \"RSLN\"}, {\"indices\": [90, 99], \"text\": \"Ushahidi\"}], \"urls\": [{\"url\": \"http://yfrog.com/gz5mvxjj\", \"indices\": [100, 125], \"expanded_url\": null}]}, \"text\": \"Clay Shirky raconte comment les blogueurs se sont mobilis\\u00e9s au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj\", \"created_at\": \"Mon Jan 31 08:03:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 221, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31985966457552896, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985966457552896\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 767000, + "tags": [ + { + "id-ref": "f5cdc592-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a3c773f6-fc2c-4bc2-aa4c-e695f8b5670d-31985966457552896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln la cartographie de la violence en temps réel, utile en situation de guerre mais anxiogène partout ailleurs --", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln la cartographie de la violence en temps réel, utile en situation de guerre mais anxiogène partout ailleurs --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 768000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln la cartographie de la violence en temps r\\u00e9el, utile en situation de guerre mais anxiog\\u00e8ne partout ailleurs --\", \"created_at\": \"Mon Jan 31 08:03:44 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 81, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31985972707074049, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985972707074049\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 768000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "84adc135-86e1-4f1f-bb6b-3ed7f407caba-31985972707074049" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky on stage #RSLN http://plixi.com/p/73750856", + "img": { + "src": "" + }, + "title": "Alice Antheaume: Clay shirky on stage #RSLN http://plixi.com/p/73750856", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 791000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [21, 26], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73750856\", \"indices\": [28, 55], \"expanded_url\": null}]}, \"text\": \"Clay shirky on stage #RSLN http://plixi.com/p/73750856\", \"created_at\": \"Mon Jan 31 08:04:07 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 2373, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null, \"listed_count\": 758}, \"id\": 31986069742292992, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986069742292992\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 791000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9d440698-8e91-4542-b978-8cb22b811d56-31986069742292992" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "En bon americain, Clay Shirky commence par une belle histoire #rsln ++", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: En bon americain, Clay Shirky commence par une belle histoire #rsln ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 818000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [62, 67], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"En bon americain, Clay Shirky commence par une belle histoire #rsln ++\", \"created_at\": \"Mon Jan 31 08:04:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"location\": \"iPhone: 48.845192,2.237256\", \"utc_offset\": 3600, \"statuses_count\": 1919, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 116}, \"id\": 31986179578527744, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986179578527744\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 818000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7abf0e3b-afe9-424c-a49e-22dbae9de393-31986179578527744" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @GarrettGoodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "img": { + "src": "" + }, + "title": "Christophe Prieuur: RT @GarrettGoodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 833000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [96, 101], \"text\": \"RSLN\"}, {\"indices\": [102, 107], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"@cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 07:59:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 960, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984816979189760, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31984816979189760\", \"in_reply_to_user_id\": 6141832}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 18], \"id\": 28351245, \"screen_name\": \"GarrettGoodman\", \"name\": \"Garrett Goodman\", \"id_str\": \"28351245\"}, {\"indices\": [20, 28], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [116, 121], \"text\": \"RSLN\"}, {\"indices\": [122, 127], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"RT @GarrettGoodman: @cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 08:04:49 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 2357391, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 64, \"protected\": false, \"id_str\": \"2357391\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 6, \"utc_offset\": 3600, \"statuses_count\": 244, \"description\": \"Researcher on social networks & graph algorithms\", \"friends_count\": 50, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/30077512/tete-bison_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/525672/araignee-plafond.jpg\", \"name\": \"Christophe Prieuur\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"twytof\", \"url\": null, \"created_at\": \"Mon Mar 26 20:54:50 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31986242954461184, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986242954461184\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 833000, + "tags": [ + { + "id-ref": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "dfa4ebef-b70e-4ded-b410-91cf632b8f11-31986242954461184" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 842000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [87, 99], \"text\": \"blendedtech\"}, {\"indices\": [100, 105], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [62, 86], \"expanded_url\": null}]}, \"text\": \"Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:04:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6851, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31986280501874688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986280501874688\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 842000, + "tags": [ + { + "id-ref": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "148e5b7b-1f5a-4221-a9d9-f3ad4bd6670b-31986280501874688" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi \"technologie apparue à Nairobi, Kenya, et qui s'est répandue dans le monde entier\" #rsln ++", + "img": { + "src": "" + }, + "title": "Richard Ying: Ushahidi \"technologie apparue à Nairobi, Kenya, et qui s'est répandue dans le monde entier\" #rsln ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 846000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 104293463, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"profile_text_color\": \"3E4415\", \"followers_count\": 471, \"protected\": false, \"location\": \"Paris\", \"profile_background_color\": \"352726\", \"id_str\": \"104293463\", \"utc_offset\": 3600, \"statuses_count\": 1432, \"description\": \"(Bient\\u00f4t plus) en recherche d'emploi dans la communication web ou le emarketing (http://www.doyoubuzz.com/richard-ying)\\r\\nPhotographe amateur & (ancien) blogueur\", \"friends_count\": 325, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/679465639/marvin_normal.jpg\", \"is_translator\": false, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296099941/images/themes/theme5/bg.gif\", \"name\": \"Richard Ying\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"richardying\", \"notifications\": null, \"url\": \"http://richard.ying.fr/blog/\", \"created_at\": \"Tue Jan 12 22:32:54 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 29}, \"favorited\": false, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [92, 97], \"text\": \"rsln\"}], \"urls\": []}, \"contributors\": null, \"truncated\": false, \"text\": \"Ushahidi \\\"technologie apparue \\u00e0 Nairobi, Kenya, et qui s'est r\\u00e9pandue dans le monde entier\\\" #rsln ++\", \"created_at\": \"Mon Jan 31 08:05:02 +0000 2011\", \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 31986297836933121, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"place\": null, \"id_str\": \"31986297836933121\", \"in_reply_to_screen_name\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 846000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c4a6d9f0-29af-49f3-a6ae-e926f1084a36-31986297836933121" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les sms pour amener le web dans la brousse !", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #rsln les sms pour amener le web dans la brousse !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 848000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les sms pour amener le web dans la brousse !\", \"created_at\": \"Mon Jan 31 08:05:04 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 867, \"description\": \"\", \"friends_count\": 107, \"location\": \"\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986306355564545, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986306355564545\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 848000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b7ec955a-9669-492b-8917-ec144e514191-31986306355564545" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "img": { + "src": "" + }, + "title": "guigui bat: RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 871000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [73, 78], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:01:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 9132482, \"verified\": false, \"profile_sidebar_fill_color\": \"e9c990\", \"is_translator\": false, \"profile_text_color\": \"413735\", \"followers_count\": 1833, \"protected\": false, \"id_str\": \"9132482\", \"profile_background_color\": \"dba15b\", \"listed_count\": 133, \"utc_offset\": 3600, \"statuses_count\": 17761, \"description\": \"Community manager @labelbarclay (Universal Music) - Label manager, blogger @fuckthatworld (FTW)\\r\\n\\r\\nhttp://www.fuckthatworld.com\", \"friends_count\": 865, \"location\": \"Paris, France\", \"profile_link_color\": \"d57a3d\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1221117224/B001751-R2-07-8_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/198033774/fond_twitter.jpg\", \"name\": \"Anthony\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"kanthos\", \"url\": \"http://www.flavors.me/kanthos\", \"created_at\": \"Thu Sep 27 21:41:21 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ded2bc\", \"following\": null}, \"id\": 31985498780078080, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31985498780078080\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 11], \"id\": 9132482, \"screen_name\": \"kanthos\", \"name\": \"Anthony\", \"id_str\": \"9132482\"}, {\"indices\": [16, 25], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [86, 91], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:05:27 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 33849214, \"verified\": false, \"profile_sidebar_fill_color\": \"F7DA93\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 288, \"protected\": false, \"id_str\": \"33849214\", \"profile_background_color\": \"000000\", \"listed_count\": 8, \"utc_offset\": -10800, \"statuses_count\": 1024, \"description\": \"Pigiste (radio latina, voltage...) - Journaliste (ex-G\\u00e9n\\u00e9rations 88.2 fm)\", \"friends_count\": 962, \"location\": \"Paris (France)\", \"profile_link_color\": \"CC3300\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1172856658/GUIGUI_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/173146979/Eastbound_and_Down_Season_2_Debuted_in_HBO.jpg\", \"name\": \"guigui bat\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 5, \"screen_name\": \"guillaumebat\", \"url\": null, \"created_at\": \"Tue Apr 21 08:15:17 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"FFFFFF\", \"following\": null}, \"id\": 31986404686827520, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986404686827520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 871000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b089c539-c908-4399-87f6-27fd12fb11f5-31986404686827520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN", + "img": { + "src": "" + }, + "title": "Christian Porri: http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 887000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [83, 88], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://twitpic.com/3v3p6o\", \"indices\": [0, 25], \"expanded_url\": null}]}, \"text\": \"http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN\", \"created_at\": \"Mon Jan 31 08:05:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Windows Phone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36630982, \"verified\": false, \"profile_sidebar_fill_color\": \"dedede\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 456, \"protected\": false, \"id_str\": \"36630982\", \"profile_background_color\": \"dedede\", \"listed_count\": 11, \"utc_offset\": 3600, \"statuses_count\": 1476, \"description\": \"= French graphic and interactive designer * (GUI + UX + Video games gameplay (\\u2665PC gaming) + Science-fiction + Type + Computing culture + ...)\", \"friends_count\": 614, \"location\": \"On the taskbar\", \"profile_link_color\": \"0a3aff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/239549703/logoTF_twitter_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/15559291/fond-twitter.jpg\", \"name\": \"Christian Porri\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"Tamantafamiglia\", \"url\": \"http://www.christianporri.com\", \"created_at\": \"Thu Apr 30 09:53:45 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"f8f7f7\", \"following\": null}, \"id\": 31986470629675008, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986470629675008\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 887000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a3a42252-81f3-4555-abff-e1273080d7ef-31986470629675008" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @versac: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "img": { + "src": "" + }, + "title": "SandraValerii: RT @versac: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 897000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [87, 99], \"text\": \"blendedtech\"}, {\"indices\": [100, 105], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [62, 86], \"expanded_url\": null}]}, \"text\": \"Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:04:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6851, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31986280501874688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986280501874688\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 10], \"id\": 6284172, \"screen_name\": \"versac\", \"name\": \"NicolasVanbremeersch\", \"id_str\": \"6284172\"}], \"hashtags\": [{\"indices\": [99, 111], \"text\": \"blendedtech\"}, {\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [74, 98], \"expanded_url\": null}]}, \"text\": \"RT @versac: Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:05:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 75989724, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 95, \"protected\": false, \"id_str\": \"75989724\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": null, \"statuses_count\": 51, \"description\": \"\", \"friends_count\": 154, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/427409639/moi2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296245718/images/themes/theme1/bg.png\", \"name\": \"SandraValerii\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"SandraValerii\", \"url\": null, \"created_at\": \"Mon Sep 21 09:01:00 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 4}, \"id\": 31986513839394816, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986513839394816\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 897000, + "tags": [ + { + "id-ref": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "99afc6f7-1840-49a7-80aa-2522e7cf6296-31986513839394816" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi, une plateforme inventée au Kenya http://bit.ly/dCSATj L'équivalent nuémrique du développement du micro-crédit #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Ushahidi, une plateforme inventée au Kenya http://bit.ly/dCSATj L'équivalent nuémrique du développement du micro-crédit #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 905000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [120, 125], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/dCSATj\", \"indices\": [43, 63], \"expanded_url\": null}]}, \"text\": \"Ushahidi, une plateforme invent\\u00e9e au Kenya http://bit.ly/dCSATj L'\\u00e9quivalent nu\\u00e9mrique du d\\u00e9veloppement du micro-cr\\u00e9dit #RSLN\", \"created_at\": \"Mon Jan 31 08:06:01 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5189, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31986544894025728, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986544894025728\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 905000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "93ac26d2-8571-4ea7-8af8-823f2b53949c-31986544894025728" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 929000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 82, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 929000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d665d937-20e1-4281-aa3f-d311478ad9fe-31986647222452224" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln", + "img": { + "src": "" + }, + "title": "peopleare: #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 947000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln\", \"created_at\": \"Mon Jan 31 08:06:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14177974, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 10, \"protected\": false, \"id_str\": \"14177974\", \"profile_background_color\": \"1A1B1F\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 1, \"description\": \"\", \"friends_count\": 17, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/128858275/Av_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1295051201/images/themes/theme9/bg.gif\", \"name\": \"peopleare\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"peopleare\", \"url\": null, \"created_at\": \"Wed Mar 19 16:54:53 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 0}, \"id\": 31986723009339392, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986723009339392\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 947000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "523773b2-940d-49b4-b927-e9c5754a42fa-31986723009339392" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"La technologie doit donner envie de participer, même aux néophytes, et de faire des choses utiles\" - @cshirky #RSLN ++", + "img": { + "src": "" + }, + "title": "B. Minded: \"La technologie doit donner envie de participer, même aux néophytes, et de faire des choses utiles\" - @cshirky #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 976000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [102, 110], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [111, 116], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"La technologie doit donner envie de participer, m\\u00eame aux n\\u00e9ophytes, et de faire des choses utiles\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:07:12 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 222, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31986844849672192, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986844849672192\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 976000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "4f660231-ecec-486d-b834-0d49dcb77126-31986844849672192" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Nicolas Hulot a invité Clay Shirky à présenter sa nouvelle émission #rsln", + "img": { + "src": "" + }, + "title": "Christophe Prieuur: Nicolas Hulot a invité Clay Shirky à présenter sa nouvelle émission #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 979000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [68, 73], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Nicolas Hulot a invit\\u00e9 Clay Shirky \\u00e0 pr\\u00e9senter sa nouvelle \\u00e9mission #rsln\", \"created_at\": \"Mon Jan 31 08:07:15 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 2357391, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 64, \"protected\": false, \"id_str\": \"2357391\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 245, \"description\": \"Researcher on social networks & graph algorithms\", \"friends_count\": 50, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/30077512/tete-bison_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/525672/araignee-plafond.jpg\", \"name\": \"Christophe Prieuur\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"twytof\", \"url\": null, \"created_at\": \"Mon Mar 26 20:54:50 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 6}, \"id\": 31986856920883200, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986856920883200\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 979000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "0f2f20ef-f0ea-44ca-af4d-ca04de0c0887-31986856920883200" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...", + "img": { + "src": "" + }, + "title": "tibo c: #rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 986000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...\", \"created_at\": \"Mon Jan 31 08:07:22 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 29, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31986884519403520, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986884519403520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 986000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "580cca57-71b6-4ac3-9466-5b4eaf1c1a5c-31986884519403520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi ... Inventé à Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\n#RSLN ++", + "img": { + "src": "" + }, + "title": "chaffiotte: Ushahidi ... Inventé à Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\n#RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 994000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Ushahidi ... Invent\\u00e9 \\u00e0 Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\\n#RSLN\", \"created_at\": \"Mon Jan 31 08:07:30 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 26260924, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 326, \"protected\": false, \"id_str\": \"26260924\", \"profile_background_color\": \"131516\", \"listed_count\": 16, \"utc_offset\": -10800, \"statuses_count\": 666, \"description\": \"ceo of JWT Paris/ I love the social media revolution and I want to be part of it : vive la revolution !!!/master class in hyper island /runner & biker\", \"friends_count\": 708, \"location\": \"paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1219068025/IMG_0928_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/171909728/twilk_background_4ce11ca768fe7.jpg\", \"name\": \"chaffiotte\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 191, \"screen_name\": \"clachaf\", \"url\": \"http://chaff.unblog.fr\", \"created_at\": \"Tue Mar 24 15:49:07 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"ededed\", \"following\": null}, \"id\": 31986919567003648, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986919567003648\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 994000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ad674d93-be78-46d1-ade9-1b88352156f7-31986919567003648" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky sur Ushahidi \"pas besoin de venir de Mountain View, Californie, pour se développer dans le monde\" #rsln", + "img": { + "src": "" + }, + "title": "Richard Ying: Clay Shirky sur Ushahidi \"pas besoin de venir de Mountain View, Californie, pour se développer dans le monde\" #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 997000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [110, 115], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay Shirky sur Ushahidi \\\"pas besoin de venir de Mountain View, Californie, pour se d\\u00e9velopper dans le monde\\\" #rsln\", \"created_at\": \"Mon Jan 31 08:07:33 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 104293463, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 471, \"protected\": false, \"id_str\": \"104293463\", \"profile_background_color\": \"352726\", \"listed_count\": 29, \"utc_offset\": 3600, \"statuses_count\": 1433, \"description\": \"(Bient\\u00f4t plus) en recherche d'emploi dans la communication web ou le emarketing (http://www.doyoubuzz.com/richard-ying)\\r\\nPhotographe amateur & (ancien) blogueur\", \"friends_count\": 325, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/679465639/marvin_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296099941/images/themes/theme5/bg.gif\", \"name\": \"Richard Ying\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"richardying\", \"url\": \"http://richard.ying.fr/blog/\", \"created_at\": \"Tue Jan 12 22:32:54 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31986931373965312, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986931373965312\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 997000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7b8cdc48-a872-484c-a556-9866ffbc42d9-31986931373965312" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Entièrement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le téléphone de base #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Entièrement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le téléphone de base #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 998000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [119, 124], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/dCSATj\", \"indices\": [47, 67], \"expanded_url\": null}]}, \"text\": \"Enti\\u00e8rement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le t\\u00e9l\\u00e9phone de base #RSLN\", \"created_at\": \"Mon Jan 31 08:07:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5190, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31986936306475008, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986936306475008\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 998000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ee47d8e1-2312-48ee-887f-68d06ba3c24b-31986936306475008" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: @CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1004000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 9], \"id\": 36027828, \"screen_name\": \"CyrilleF\", \"name\": \"Cyrille Fonvielle\", \"id_str\": \"36027828\"}], \"hashtags\": [{\"indices\": [53, 58], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(\", \"created_at\": \"Mon Jan 31 08:07:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": \"31983580863270912\", \"coordinates\": null, \"in_reply_to_user_id_str\": \"36027828\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": 31983580863270912, \"in_reply_to_screen_name\": \"CyrilleF\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6852, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31986959354171392, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986959354171392\", \"in_reply_to_user_id\": 36027828}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1004000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2bcbfb84-ad91-4309-875f-1ff4a158323c-31986959354171392" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1016000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [132, 140], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky\", \"created_at\": \"Mon Jan 31 08:07:52 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4632, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31987011116077056, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987011116077056\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1016000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e0de5ce3-a9fe-4b1d-8828-63b8c1100327-31987011116077056" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay ouvre sa conférence avec les mêmes exemples qu'à TED : Ushahidi et les autres exemples de crowdsourcing citoyen.", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Clay ouvre sa conférence avec les mêmes exemples qu'à TED : Ushahidi et les autres exemples de crowdsourcing citoyen.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1028000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay ouvre sa conf\\u00e9rence avec les m\\u00eames exemples qu'\\u00e0 TED : Ushahidi et les autres exemples de crowdsourcing citoyen.\", \"created_at\": \"Mon Jan 31 08:08:04 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"listed_count\": 4, \"utc_offset\": 3600, \"statuses_count\": 176, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 218, \"location\": \"Paris - Ze capitale of ze love\", \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null}, \"id\": 31987061594529792, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987061594529792\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1028000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "5d6624a4-ab46-4f25-9212-15ea5e3c648b-31987061594529792" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech. ++", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech. ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1032000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 65, \"utc_offset\": -28800, \"statuses_count\": 694, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"location\": \"iPhone: 37.785871,-122.405417\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31987077629353984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987077629353984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1032000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a0eaec31-b3f3-473d-9d49-5db9c8108531-31987077629353984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1044000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [131, 136], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN\", \"created_at\": \"Mon Jan 31 08:08:20 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 961, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31987129944899584, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987129944899584\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1044000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "56765e7a-5e78-4c90-99f0-9754a9ba5c3f-31987129944899584" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++", + "img": { + "src": "" + }, + "title": "Guillaume Decugis: Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1047000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [14, 19], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://ushahidi.com/\", \"indices\": [20, 40], \"expanded_url\": null}]}, \"text\": \"Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++\", \"created_at\": \"Mon Jan 31 08:08:23 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 24404173, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 597, \"protected\": false, \"id_str\": \"24404173\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1705, \"description\": \"Mobile & Web entrepreneur (Goojet / Scoop.it CEO). Skier. Gamer.\", \"friends_count\": 408, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1107041216/GD_N_B_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296072137/images/themes/theme14/bg.gif\", \"name\": \"Guillaume Decugis\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 11, \"screen_name\": \"gdecugis\", \"url\": \"http://www.scoop.it\", \"created_at\": \"Sat Mar 14 18:03:10 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 46}, \"id\": 31987139579219970, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987139579219970\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1047000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fd898cbc-613c-483b-8cf2-ec51e04c3fdf-31987139579219970" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN cognitive surplus = Agregation of free time ++", + "img": { + "src": "" + }, + "title": "steamwolf: #RSLN cognitive surplus = Agregation of free time ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1055000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN cognitive surplus = Agregation of free time ++\", \"created_at\": \"Mon Jan 31 08:08:31 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18229221, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 73, \"protected\": false, \"id_str\": \"18229221\", \"profile_background_color\": \"352726\", \"listed_count\": 1, \"utc_offset\": 3600, \"statuses_count\": 1037, \"description\": \"IT senior consultant, Sciences Ph.D.\\r\\nmajor survey : NTIC, healthcare and CRM.\\r\\nSocial media and Apple addict.\\r\\nweb and innovation never stop, neither do I\\r\\n\", \"friends_count\": 228, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/67909625/wolf_forum_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"steamwolf\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 30, \"screen_name\": \"steamwolf\", \"url\": \"http://dagautier.tumblr.com/\", \"created_at\": \"Thu Dec 18 23:58:20 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31987173393694720, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987173393694720\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1055000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fa78ba38-eccd-4aea-82f6-fafdeb768d79-31987173393694720" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Des individus contribuent avec leurs moyens numériques et les contenus sont agrégés Ushahidi #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Des individus contribuent avec leurs moyens numériques et les contenus sont agrégés Ushahidi #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1058000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [93, 98], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Des individus contribuent avec leurs moyens num\\u00e9riques et les contenus sont agr\\u00e9g\\u00e9s Ushahidi #RSLN\", \"created_at\": \"Mon Jan 31 08:08:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5191, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987185867558912, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987185867558912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1058000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "4f56d1d0-71f6-4e08-9ca3-1a563c38e650-31987185867558912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1064000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"location\": \"iPhone: 37.785871,-122.405417\", \"utc_offset\": -28800, \"statuses_count\": 694, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 65}, \"id\": 31987077629353984, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31987077629353984\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 19], \"id\": 14430897, \"screen_name\": \"dominiquepiotet\", \"name\": \"dominiquepiotet\", \"id_str\": \"14430897\"}], \"hashtags\": [{\"indices\": [21, 26], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5192, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987211511537664, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31987211511537664\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1064000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "97ef046f-8920-4440-8bf5-3e2feab0f554-31987211511537664" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky a un petit air de tom hanks non? :) #rsln", + "img": { + "src": "" + }, + "title": "Sane Lebrun: Clay shirky a un petit air de tom hanks non? :) #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1076000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [48, 53], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay shirky a un petit air de tom hanks non? :) #rsln\", \"created_at\": \"Mon Jan 31 08:08:52 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36333549, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 686, \"protected\": false, \"id_str\": \"36333549\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3487, \"description\": \"Product Manager (global) for a videogame publisher (iPhone, iPad, etc). Graduated from ESCP Europe (Master in Management). Electro music addict.\", \"friends_count\": 1204, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/190531233/n576390766_6339_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296072137/images/themes/theme1/bg.png\", \"name\": \"Sane Lebrun\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"SaneFive\", \"url\": \"http://www.playfive.fr\", \"created_at\": \"Wed Apr 29 11:06:23 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 25}, \"id\": 31987261545390080, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987261545390080\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1076000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7ccde140-d71b-4941-8fbe-d089051caf8d-31987261545390080" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "Stanm: RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1082000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 82, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 68424173, \"screen_name\": \"vincentpuig\", \"name\": \"Vincent Puig\", \"id_str\": \"68424173\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [60, 102], \"expanded_url\": null}]}, \"text\": \"RT @vincentpuig: #rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:08:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 906, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31987290372833280, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987290372833280\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1082000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2cb968cf-9e18-450d-8970-06bc3cbef44d-31987290372833280" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Et le jean et la dégaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Et le jean et la dégaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1109000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [43, 52], \"id\": 36333549, \"screen_name\": \"SaneFive\", \"name\": \"Sane Lebrun\", \"id_str\": \"36333549\"}], \"hashtags\": [{\"indices\": [102, 107], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Et le jean et la d\\u00e9gaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln\", \"created_at\": \"Mon Jan 31 08:09:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5193, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987400594948096, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987400594948096\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1109000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "54299691-eed0-495f-bf34-8041f905b6ff-31987400594948096" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Utiliser à bon escient le temps libre pour faire des réalisations participatives, civiques, grâce à l'information. #RSLN @cshirky", + "img": { + "src": "" + }, + "title": "B. Minded: Utiliser à bon escient le temps libre pour faire des réalisations participatives, civiques, grâce à l'information. #RSLN @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1110000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [115, 120], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Utiliser \\u00e0 bon escient le temps libre pour faire des r\\u00e9alisations participatives, civiques, gr\\u00e2ce \\u00e0 l'information. #RSLN @cshirky\", \"created_at\": \"Mon Jan 31 08:09:26 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 223, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31987405376462848, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987405376462848\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1110000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "555aed43-371a-435a-a8f9-34d4f0943ce6-31987405376462848" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln clay speak about cognitive surplus @microsoft ==", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln clay speak about cognitive surplus @microsoft ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1142000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [41, 51], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln clay speak about cognitive surplus @microsoft ==\", \"created_at\": \"Mon Jan 31 08:09:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"listed_count\": 41, \"utc_offset\": -10800, \"statuses_count\": 1664, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"location\": \"Paris, France\", \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null}, \"id\": 31987540001034240, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987540001034240\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1142000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "0ba6928c-36ac-4bb9-8cf4-ac85ec2c5e53-31987540001034240" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN Cognitive Surplus utilisation : a form of civic action ++", + "img": { + "src": "" + }, + "title": "steamwolf: #RSLN Cognitive Surplus utilisation : a form of civic action ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1153000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN Cognitive Surplus utilisation : a form of civic action ++\", \"created_at\": \"Mon Jan 31 08:10:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18229221, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 73, \"protected\": false, \"id_str\": \"18229221\", \"profile_background_color\": \"352726\", \"listed_count\": 1, \"utc_offset\": 3600, \"statuses_count\": 1038, \"description\": \"IT senior consultant, Sciences Ph.D.\\r\\nmajor survey : NTIC, healthcare and CRM.\\r\\nSocial media and Apple addict.\\r\\nweb and innovation never stop, neither do I\\r\\n\", \"friends_count\": 228, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/67909625/wolf_forum_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"steamwolf\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 30, \"screen_name\": \"steamwolf\", \"url\": \"http://dagautier.tumblr.com/\", \"created_at\": \"Thu Dec 18 23:58:20 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31987584431300609, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987584431300609\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1153000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2ca29e25-fd73-4740-a738-692a59d685a8-31987584431300609" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln De l'information à l'action, le chemin n'est pas forcément aussi direct --", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln De l'information à l'action, le chemin n'est pas forcément aussi direct --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1162000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln De l'information \\u00e0 l'action, le chemin n'est pas forc\\u00e9ment aussi direct --\", \"created_at\": \"Mon Jan 31 08:10:18 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 83, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31987622867902464, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987622867902464\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1162000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "672067e8-d8ff-4f3c-8138-71ac8ee66af4-31987622867902464" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln == http://t.co/DWhd8FM", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln == http://t.co/DWhd8FM", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1193000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://t.co/DWhd8FM\", \"indices\": [9, 28], \"expanded_url\": \"http://twitpic.com/3v3qdr\", \"display_url\": \"twitpic.com/3v3qdr\"}]}, \"text\": \"#rsln == http://t.co/DWhd8FM\", \"created_at\": \"Mon Jan 31 08:10:49 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"listed_count\": 41, \"utc_offset\": -10800, \"statuses_count\": 1665, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"location\": \"Paris, France\", \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null}, \"id\": 31987754690678784, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987754690678784\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1193000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d6136d85-502d-4dbd-92c7-205a3fd488e6-31987754690678784" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@cshirky)", + "img": { + "src": "" + }, + "title": "[Enikao]: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@cshirky)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1257000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [119, 127], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@cshirky)\", \"created_at\": \"Mon Jan 31 08:11:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"listed_count\": 230, \"utc_offset\": 3600, \"statuses_count\": 9111, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"location\": \"Paris\", \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null}, \"id\": 31988022811561984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988022811561984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1257000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "f1ec6223-723e-43ff-8271-261b3c92e031-31988022811561984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1285000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.\", \"created_at\": \"Mon Jan 31 08:12:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4633, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31988138171703296, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988138171703296\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1285000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "065e2a82-df5a-48f8-b930-64f576918362-31988138171703296" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanité--", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanité--", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1288000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanit\\u00e9--\", \"created_at\": \"Mon Jan 31 08:12:24 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 84, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31988154219102208, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988154219102208\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1288000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ebddeaf0-eee1-4802-b938-5302a2cd1f8f-31988154219102208" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"smart consumer\"... Ça doit être moi, ça... #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: \"smart consumer\"... Ça doit être moi, ça... #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1309000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [44, 49], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"smart consumer\\\"... \\u00c7a doit \\u00eatre moi, \\u00e7a... #RSLN\", \"created_at\": \"Mon Jan 31 08:12:45 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5194, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31988242005884928, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988242005884928\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1309000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "63252f66-2e00-4308-b0e4-a35101384770-31988242005884928" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN", + "img": { + "src": "" + }, + "title": "Stanm: Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1327000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [66, 71], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN\", \"created_at\": \"Mon Jan 31 08:13:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 907, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31988317780189185, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988317780189185\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1327000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7adfa340-c194-4df5-b785-a1b475ea7a30-31988317780189185" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1338000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [90, 95], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN\", \"created_at\": \"Mon Jan 31 08:13:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6853, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31988363938496513, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988363938496513\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1338000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d158ccd2-47e2-4a03-b367-54435bbf0d65-31988363938496513" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @eni_kao: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@csh ...", + "img": { + "src": "" + }, + "title": "marjoriepaillon: RT @eni_kao: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@csh ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1355000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [119, 127], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@cshirky)\", \"created_at\": \"Mon Jan 31 08:11:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 9111, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null, \"listed_count\": 230}, \"id\": 31988022811561984, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31988022811561984\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 11], \"id\": 14974710, \"screen_name\": \"eni_kao\", \"name\": \"[Enikao]\", \"id_str\": \"14974710\"}, {\"indices\": [132, 136], \"id\": 4687901, \"screen_name\": \"CSH\", \"name\": \"Charles Harvey\", \"id_str\": \"4687901\"}], \"hashtags\": [{\"indices\": [125, 130], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"RT @eni_kao: [Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@csh ...\", \"created_at\": \"Mon Jan 31 08:13:31 +0000 2011\", \"truncated\": true, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 16039806, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 3807, \"protected\": false, \"id_str\": \"16039806\", \"profile_background_color\": \"EBEBEB\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1935, \"description\": \"Journaliste News, Web & Mag \\r\\n// R\\u00e9f\\u00e9rences: @ilovepolitics,BFMTV,France 5 \", \"friends_count\": 622, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/401202539/Image_1_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"marjoriepaillon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"marjoriepaillon\", \"url\": \"http://www.ilovepolitics.info\", \"created_at\": \"Fri Aug 29 09:08:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 346}, \"id\": 31988432993525761, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31988432993525761\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1355000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "71f695ce-68b1-481a-96c1-19452097f2ec-31988432993525761" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln == \"citizen as sensor\" / \"smart consumer\" / ...", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln == \"citizen as sensor\" / \"smart consumer\" / ...", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1366000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln == \\\"citizen as sensor\\\" / \\\"smart consumer\\\" / ...\", \"created_at\": \"Mon Jan 31 08:13:42 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1666, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31988479382519808, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988479382519808\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1366000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "224867c5-0c16-41be-9008-376786d28172-31988479382519808" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1422000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.\", \"created_at\": \"Mon Jan 31 08:14:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4634, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31988714007699456, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988714007699456\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1422000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a1bc35a2-85e6-4b33-b6fa-258d59f19979-31988714007699456" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "code for america : le réseau social collaboratif des villes US #rsln", + "img": { + "src": "" + }, + "title": "la pinta: code for america : le réseau social collaboratif des villes US #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1446000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [63, 68], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3123, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null, \"listed_count\": 159}, \"id\": 31988814801010688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988814801010688\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1446000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c798f63b-b5f0-420c-8679-bce3e5e871b2-31988814801010688" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"Rendre la donnée publique pour que les citoyens éclairent les décisions politiques et prennent des décisions éclairées\" @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "B. Minded: \"Rendre la donnée publique pour que les citoyens éclairent les décisions politiques et prennent des décisions éclairées\" @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1452000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"Rendre la donn\\u00e9e publique pour que les citoyens \\u00e9clairent les d\\u00e9cisions politiques et prennent des d\\u00e9cisions \\u00e9clair\\u00e9es\\\" @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:15:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 224, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31988838863732736, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988838863732736\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1452000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6145c2ec-41f7-4bba-b617-494348d471d2-31988838863732736" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question", + "color": "16763904", + "polemics": ["Q", "KO", "OK", "REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1458000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question\", \"created_at\": \"Mon Jan 31 08:15:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1667, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31988863538831361, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988863538831361\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1458000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c68cb5fb-f2e1-49a6-8adb-f18b81ca1f35-31988863538831361" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value: Org-to-Org, Partnership, eg Code for America.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value: Org-to-Org, Partnership, eg Code for America.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1465000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value: Org-to-Org, Partnership, eg Code for America.\", \"created_at\": \"Mon Jan 31 08:15:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4635, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31988892798291968, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988892798291968\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1465000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ff4cc5ef-239b-4b6f-9a5a-43980f1f74b6-31988892798291968" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @flapinta: code for america : le réseau social collaboratif des villes US #rsln", + "img": { + "src": "" + }, + "title": "Stanm: RT @flapinta: code for america : le réseau social collaboratif des villes US #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1490000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [63, 68], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"listed_count\": 159, \"utc_offset\": 3600, \"statuses_count\": 3123, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"location\": \"Paris\", \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null}, \"id\": 31988814801010688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988814801010688\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 17152456, \"screen_name\": \"flapinta\", \"name\": \"la pinta\", \"id_str\": \"17152456\"}], \"hashtags\": [{\"indices\": [77, 82], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @flapinta: code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 908, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31988999027429376, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988999027429376\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1490000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "104f925e-221c-4e97-a076-2405e5e14987-31988999027429376" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1544000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)\", \"created_at\": \"Mon Jan 31 08:16:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4636, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31989228145479680, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989228145479680\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1544000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b55fb9b7-b082-4db6-a899-b2088f85c882-31989228145479680" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky : Govs are afraid of synchronized groups. That’s what changes politics. #rsln", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky : Govs are afraid of synchronized groups. That’s what changes politics. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1554000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [81, 86], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"@cshirky : Govs are afraid of synchronized groups. That\\u2019s what changes politics. #rsln\", \"created_at\": \"Mon Jan 31 08:16:50 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 348, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 962, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 15}, \"id\": 31989270000439297, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989270000439297\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1554000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "676ae1cb-377f-441e-82d3-3e1069620518-31989270000439297" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln La Lybie interdit les match de football par peur de manif anti gouvernement --", + "img": { + "src": "" + }, + "title": "tibo c: #rsln La Lybie interdit les match de football par peur de manif anti gouvernement --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1560000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln La Lybie interdit les match de football par peur de manif anti gouvernement --\", \"created_at\": \"Mon Jan 31 08:16:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 30, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31989295094960128, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989295094960128\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1560000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a688883e-99e5-4b56-b247-262cb9c188b3-31989295094960128" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln l'image culturelle produite par la foule est elle conforme à l'image culturelle que nous imaginons pour nos groupes sociaux ??", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln l'image culturelle produite par la foule est elle conforme à l'image culturelle que nous imaginons pour nos groupes sociaux ??", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1570000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln l'image culturelle produite par la foule est elle conforme \\u00e0 l'image culturelle que nous imaginons pour nos groupes sociaux ??\", \"created_at\": \"Mon Jan 31 08:17:06 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 85, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31989337163825152, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989337163825152\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1570000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "359e7c36-ad95-4001-aa56-b457c6559df3-31989337163825152" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN ++", + "img": { + "src": "" + }, + "title": "Stanm: 'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1584000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [82, 87], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN\", \"created_at\": \"Mon Jan 31 08:17:20 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 909, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31989392583168000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989392583168000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1584000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d144b130-a959-4602-a2c5-2c2ccb8a5ef0-31989392583168000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1599000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [96, 104], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:17:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4637, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31989455556444160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989455556444160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1599000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b8cb2f37-0cb6-45c6-8e37-79da8f7d53b1-31989455556444160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Kouote] \"Les gouvernements n'ont pas peur des gens individuellement informés, ils ont peur des groupes synchronisés\" - @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "[Enikao]: [Kouote] \"Les gouvernements n'ont pas peur des gens individuellement informés, ils ont peur des groupes synchronisés\" - @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1610000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Kouote] \\\"Les gouvernements n'ont pas peur des gens individuellement inform\\u00e9s, ils ont peur des groupes synchronis\\u00e9s\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:17:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 9112, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null, \"listed_count\": 230}, \"id\": 31989502138388480, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989502138388480\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1610000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "23cd3ce7-35bc-4d8b-9909-d14a9ade0dba-31989502138388480" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\" @cshirky #rsln", + "img": { + "src": "" + }, + "title": "Guillaume Decugis: \"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\" @cshirky #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1637000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [101, 109], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [110, 115], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\\"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\\\" @cshirky #rsln\", \"created_at\": \"Mon Jan 31 08:18:13 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 24404173, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 597, \"protected\": false, \"id_str\": \"24404173\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1706, \"description\": \"Mobile & Web entrepreneur (Goojet / Scoop.it CEO). Skier. Gamer.\", \"friends_count\": 408, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1107041216/GD_N_B_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296072137/images/themes/theme14/bg.gif\", \"name\": \"Guillaume Decugis\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 11, \"screen_name\": \"gdecugis\", \"url\": \"http://www.scoop.it\", \"created_at\": \"Sat Mar 14 18:03:10 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 46}, \"id\": 31989616357679105, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989616357679105\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1637000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "22741a60-5f15-4c3f-8439-5c6aea35fac5-31989616357679105" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Quelle est la nécessité d'une structure organisationnelle pour traiter l'information à l'heure ou chaque citoyen est un informateur ??", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Quelle est la nécessité d'une structure organisationnelle pour traiter l'information à l'heure ou chaque citoyen est un informateur ??", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1642000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Quelle est la n\\u00e9cessit\\u00e9 d'une structure organisationnelle pour traiter l'information \\u00e0 l'heure ou chaque citoyen est un informateur?\", \"created_at\": \"Mon Jan 31 08:18:18 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"location\": \"Paris - Ze capitale of ze love\", \"utc_offset\": 3600, \"statuses_count\": 177, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 218, \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null, \"listed_count\": 4}, \"id\": 31989637765406720, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989637765406720\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1642000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "65975110-6493-43b3-afe8-7002d8a5efd8-31989637765406720" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "L'Internet, c'est un peu comme le foot : ça aide à coordonner les sentiments. Très vrai pour les rues arabes actuellement. #RSLN ++", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: L'Internet, c'est un peu comme le foot : ça aide à coordonner les sentiments. Très vrai pour les rues arabes actuellement. #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1652000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [123, 128], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"L'Internet, c'est un peu comme le foot : \\u00e7a aide \\u00e0 coordonner les sentiments. Tr\\u00e8s vrai pour les rues arabes actuellement. #RSLN\", \"created_at\": \"Mon Jan 31 08:18:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6854, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31989680345976832, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989680345976832\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1652000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "296f36b9-4c1c-4d2c-9686-64e40002fda7-31989680345976832" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"people talk abiut what they care about\" ++ #rsln", + "img": { + "src": "" + }, + "title": "SandraValerii: \"people talk abiut what they care about\" ++ #rsln", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1684000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [44, 49], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\\"people talk abiut what they care about\\\" ++ #rsln\", \"created_at\": \"Mon Jan 31 08:19:00 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 75989724, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 95, \"protected\": false, \"id_str\": \"75989724\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": null, \"statuses_count\": 52, \"description\": \"\", \"friends_count\": 154, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/427409639/moi2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296245718/images/themes/theme1/bg.png\", \"name\": \"SandraValerii\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"SandraValerii\", \"url\": null, \"created_at\": \"Mon Sep 21 09:01:00 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 4}, \"id\": 31989814358179840, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989814358179840\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1684000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "700fc385-f74b-4990-9995-c449920ca767-31989814358179840" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==", + "img": { + "src": "" + }, + "title": "Alexandre Monnin: #rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1696000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [44, 86], \"expanded_url\": null}]}, \"text\": \"#rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==\", \"created_at\": \"Mon Jan 31 08:19:12 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"is_translator\": false, \"profile_text_color\": \"634047\", \"followers_count\": 317, \"protected\": false, \"id_str\": \"7409472\", \"profile_background_color\": \"EDECE9\", \"location\": \"Paris\", \"utc_offset\": -10800, \"statuses_count\": 2456, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 441, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296173346/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"following\": null, \"listed_count\": 59}, \"id\": 31989862680764417, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989862680764417\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1696000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e0b04beb-d86d-4767-9bce-7b20292652cf-31989862680764417" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les forums du moyen orient destinés à la base au football sont devenus des forums d'organisation anti gouvernement ! ++", + "img": { + "src": "" + }, + "title": "tibo c: #rsln les forums du moyen orient destinés à la base au football sont devenus des forums d'organisation anti gouvernement ! ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1719000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les forums du moyen orient destin\\u00e9s \\u00e0 la base au football sont devenus des forums d'organisation anti gouvernement ! ++\", \"created_at\": \"Mon Jan 31 08:19:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 31, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31989961112686592, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989961112686592\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1719000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "28ad17ee-7a32-453a-aeb3-69263c8ad9e2-31989961112686592" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Je suis aux rencontres #RSLN avec Clay Shirky @microsoft", + "img": { + "src": "" + }, + "title": "Pierre Mounier: Je suis aux rencontres #RSLN avec Clay Shirky @microsoft", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1720000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [46, 56], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [23, 28], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Je suis aux rencontres #RSLN avec Clay Shirky @microsoft\", \"created_at\": \"Mon Jan 31 08:19:36 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14233770, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 629, \"protected\": false, \"id_str\": \"14233770\", \"profile_background_color\": \"352726\", \"listed_count\": 102, \"utc_offset\": 3600, \"statuses_count\": 2468, \"description\": \"Directeur adjoint du Cl\\u00e9o. Fondateur et principal auteur d'Homo Numericus.\", \"friends_count\": 306, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/52135065/pmounier_bd_moyen_normal.gif\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/190199985/twilk_background_4d287d7ccb851.jpg\", \"name\": \"Pierre Mounier\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 10, \"screen_name\": \"piotrr70\", \"url\": \"http://pierremounier.net\", \"created_at\": \"Thu Mar 27 08:45:11 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31989963117568000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989963117568000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1720000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ab421284-1030-445c-9513-0dd3ca060bcc-31989963117568000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Kouote] \"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont allés y parler des leçons de Sidibouzid\" - @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "[Enikao]: [Kouote] \"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont allés y parler des leçons de Sidibouzid\" - @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1723000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [126, 134], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [135, 140], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Kouote] \\\"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont all\\u00e9s y parler des le\\u00e7ons de Sidibouzid\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:19:39 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3031, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"listed_count\": 230, \"utc_offset\": 3600, \"statuses_count\": 9113, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"location\": \"Paris\", \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null}, \"id\": 31989978137370624, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989978137370624\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1723000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2fbb7622-d712-42be-9c54-45d3c0c7fcf8-31989978137370624" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln ?? Technology = Politique ?", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln ?? Technology = Politique ?", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1747000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln ?? Technology = Politique ?\", \"created_at\": \"Mon Jan 31 08:20:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1668, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31990076544131074, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990076544131074\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1747000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "65db3699-f88b-49af-8a2f-94ae92352adf-31990076544131074" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky", + "img": { + "src": "" + }, + "title": "Lionel Natarianni: Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1753000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [52, 57], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky\", \"created_at\": \"Mon Jan 31 08:20:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18047103, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 261, \"protected\": false, \"id_str\": \"18047103\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1600, \"description\": \"Researcher, Trend tracker, Telecomunications & Social Media.\\r\\nReal-Time Web addict\", \"friends_count\": 496, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1219841315/lionel-sbook_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/80051491/twilk_background_4b8e2d0612f83.jpg\", \"name\": \"Lionel Natarianni\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2416, \"screen_name\": \"lionnoge\", \"url\": null, \"created_at\": \"Thu Dec 11 13:30:58 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 13}, \"id\": 31990101542182912, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990101542182912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1753000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "68aee21b-5de2-4201-b3fd-bc5c557eabfc-31990101542182912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "tibo c: RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1758000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 85, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 68424173, \"screen_name\": \"vincentpuig\", \"name\": \"Vincent Puig\", \"id_str\": \"68424173\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [60, 102], \"expanded_url\": null}]}, \"text\": \"RT @vincentpuig: #rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:20:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 32, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31990124346613762, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31990124346613762\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1758000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "588e89ba-3873-41d9-bd0e-9717b3ae6dc9-31990124346613762" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN", + "img": { + "src": "" + }, + "title": "Cyril Attias: @SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1766000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 9], \"id\": 36333549, \"screen_name\": \"SaneFive\", \"name\": \"Sane Lebrun\", \"id_str\": \"36333549\"}], \"hashtags\": [{\"indices\": [107, 112], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN\", \"created_at\": \"Mon Jan 31 08:20:22 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": \"31987261545390080\", \"coordinates\": null, \"in_reply_to_user_id_str\": \"36333549\", \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": 31987261545390080, \"in_reply_to_screen_name\": \"SaneFive\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 1944301, \"verified\": false, \"profile_sidebar_fill_color\": \"d0d0d0\", \"is_translator\": false, \"profile_text_color\": \"2d2d2d\", \"followers_count\": 3141, \"protected\": false, \"id_str\": \"1944301\", \"profile_background_color\": \"ffffff\", \"location\": \"Paris - France\", \"utc_offset\": 3600, \"statuses_count\": 6560, \"description\": \"French blogger, digital expert \\r\\n10 years on digital agency - Ogilvy Paris, TBWA\\\\PARIS - CEO at influence digitale, l'agence des m\\u00e9dias sociaux @1fluencedigital\", \"friends_count\": 1768, \"profile_link_color\": \"28b4ec\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1175910852/cattias_gravatar_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/167329311/new_twitter_theme_def2.jpg\", \"name\": \"Cyril Attias\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 40, \"screen_name\": \"cyril\", \"url\": \"http://www.attias.net/blog\", \"created_at\": \"Thu Mar 22 22:10:39 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"28b4ec\", \"following\": null, \"listed_count\": 295}, \"id\": 31990155749363712, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990155749363712\", \"in_reply_to_user_id\": 36333549}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1766000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ee49a97b-e106-4233-9e28-294798e90527-31990155749363712" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1767000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [96, 104], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:17:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4637, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31989455556444160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989455556444160\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}, {\"indices\": [113, 121], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:20:23 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"listed_count\": 116, \"utc_offset\": 3600, \"statuses_count\": 1920, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"location\": \"iPhone: 48.845192,2.237256\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null}, \"id\": 31990160874799105, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990160874799105\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1767000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c89eea8d-e31e-4783-89b9-a682750f3e58-31990160874799105" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Le débat #RSLN - Le livre numérique, c’est pour bientôt ? http://ht.ly/3N4Ma", + "img": { + "src": "" + }, + "title": "Alexis MONS: Le débat #RSLN - Le livre numérique, c’est pour bientôt ? http://ht.ly/3N4Ma", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1778000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 1147131, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"profile_text_color\": \"333333\", \"followers_count\": 675, \"protected\": false, \"location\": \"Limoges, France\", \"profile_background_color\": \"022330\", \"id_str\": \"1147131\", \"utc_offset\": 3600, \"statuses_count\": 1524, \"description\": \"Cofounder and VP Strategy of groupeReflect\", \"friends_count\": 321, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/304999987/AM2009_normal.jpeg\", \"is_translator\": false, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296156503/images/themes/theme15/bg.png\", \"name\": \"Alexis MONS\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 11, \"screen_name\": \"AlecM\", \"notifications\": null, \"url\": \"http://about.me/alexismons\", \"created_at\": \"Wed Mar 14 09:44:56 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 50}, \"favorited\": false, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [9, 14], \"text\": \"RSLN\"}], \"urls\": [{\"indices\": [58, 76], \"url\": \"http://ht.ly/3N4Ma\", \"expanded_url\": null}]}, \"contributors\": null, \"truncated\": false, \"text\": \"Le d\\u00e9bat #RSLN - Le livre num\\u00e9rique, c\\u2019est pour bient\\u00f4t ? http://ht.ly/3N4Ma\", \"created_at\": \"Mon Jan 31 08:20:34 +0000 2011\", \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 31990208165576705, \"source\": \"HootSuite\", \"in_reply_to_status_id_str\": null, \"place\": null, \"id_str\": \"31990208165576705\", \"in_reply_to_screen_name\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1778000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a99b2916-cd16-4322-af47-e14a862e5241-31990208165576705" + } + ], + "annotation-types": [ + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "chapitrage", + "id": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:description": "", + "dc:modified": "2012-05-07T10:11:06.721324" + }, { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Tweets", + "id": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:description": "Tweets", + "dc:modified": "2012-05-07T10:11:06.746777" + } + ] +} \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/json/ldt-ogv.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/json/ldt-ogv.json Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,262 @@ +{ + "views": [], + "tags": [], + "lists": [], + "medias": [ + { + "origin": "0", + "url": "trailer.ogv", + "http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", + "meta": { + "dc:contributor": "IRI", + "item": { + "name": "streamer", + "value": "rtmp://media.iri.centrepompidou.fr/ddc_player/" + }, + "dc:created": "2011-02-14T15:06:34.829919", + "dc:duration": 87000, + "dc:creator": "IRI", + "dc:created.contents": "2012-02-13", + "dc:title": "RSLN Clay Shirky", + "dc:creator.contents": "IRI", + "dc:modified": "2012-02-13T11:55:23.898905", + "dc:description": "RSLN Clay Shirky" + }, + "id": "9a493932-3053-11e0-862b-00145ea49a02", + "unit": "ms" + } + ], + "meta": { + "dc:contributor": "admin", + "dc:created": "2011-02-14T15:15:52.602502", + "dc:creator": "admin", + "main_media": { + "id-ref": "9a493932-3053-11e0-862b-00145ea49a02" + }, + "dc:description": "", + "dc:title": "RSLN Clay Shirky - Tweets", + "id": "13b0aa52-336b-11e0-b233-00145ea49a02", + "dc:modified": "2012-04-29T15:41:55.858453" + }, + "annotations": [ + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Introduction", + "color": "3355443", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 0, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 87000, + "tags": null, + "color": "3355443", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_294BB166-E5EE-4FCC-309B-293F3C4D5BD3" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln commence 8h50", + "img": { + "src": "" + }, + "title": "tibo c: #rsln commence 8h50", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 0, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln commence 8h50\", \"created_at\": \"Mon Jan 31 07:50:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 26, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31982750655324160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982750655324160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 0, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6906130e-0391-4dd4-8ad2-a1f5e6e303da-31982750655324160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord", + "img": { + "src": "" + }, + "title": "Stanm: A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [19, 27], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [43, 48], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord\", \"created_at\": \"Mon Jan 31 07:51:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 903, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31982778090258432, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982778090258432\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 7000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "184cc091-a2d1-4c7d-bd0e-dad39c96d0f5-31982778090258432" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Brain breakfast chez Microsoft pour écouter Clay Shirky #rsln", + "img": { + "src": "" + }, + "title": "pepommier: Brain breakfast chez Microsoft pour écouter Clay Shirky #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 42000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [56, 61], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Brain breakfast chez Microsoft pour \\u00e9couter Clay Shirky #rsln\", \"created_at\": \"Mon Jan 31 07:51:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": {\"type\": \"Point\", \"coordinates\": [2.26552971, 48.834260710000002]}, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7013462, \"verified\": false, \"profile_sidebar_fill_color\": \"7C8A8A\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 341, \"protected\": false, \"id_str\": \"7013462\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": -7200, \"statuses_count\": 278, \"description\": \"video web producer\", \"friends_count\": 138, \"profile_link_color\": \"1BBCE4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1215645558/161264_536940419_386416_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/308222/Nightscape-6.jpg\", \"name\": \"pepommier\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 7, \"screen_name\": \"pepommier\", \"url\": \"http://bubble-prod.com\", \"created_at\": \"Fri Jun 22 12:32:06 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Mid-Atlantic\", \"profile_sidebar_border_color\": \"3F484E\", \"following\": null, \"listed_count\": 18}, \"id\": 31982927600422912, \"place\": {\"full_name\": \"Issy-les-Moulineaux, Paris\", \"name\": \"Issy-les-Moulineaux\", \"url\": \"http://api.twitter.com/1/geo/id/8d83cfde2e5ab759.json\", \"country\": \"France\", \"place_type\": \"neighborhood\", \"bounding_box\": {\"type\": \"Polygon\", \"coordinates\": [[[2.2484109999999999, 48.814176000000003], [2.2882250000000002, 48.814176000000003], [2.2882250000000002, 48.836477000000002], [2.2484109999999999, 48.836477000000002]]]}, \"country_code\": \"FR\", \"attributes\": {}, \"id\": \"8d83cfde2e5ab759\"}, \"retweet_count\": 0, \"geo\": {\"type\": \"Point\", \"coordinates\": [48.834260710000002, 2.26552971]}, \"id_str\": \"31982927600422912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 42000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "da9b8e9a-b93e-4b07-8259-226acf8ccd9e-31982927600422912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN avec les twittpics, on peut deviner où sont les gens ... marrant !", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #RSLN avec les twittpics, on peut deviner où sont les gens ... marrant !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 55000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN avec les twittpics, on peut deviner o\\u00f9 sont les gens ... marrant !\", \"created_at\": \"Mon Jan 31 07:51:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 864, \"description\": \"\", \"friends_count\": 107, \"location\": \"\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31982982155739136, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982982155739136\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 55000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7588026a-1e1d-46d3-91b7-3e94dd8913fa-31982982155739136" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Pour la rencontre #RSLN, pensez à noter vos tweets avec ++, ==, --, ??. nous expérimentons avec l'IRI une analyse des tweets. Thx !", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: Pour la rencontre #RSLN, pensez à noter vos tweets avec ++, ==, --, ??. nous expérimentons avec l'IRI une analyse des tweets. Thx !", + "color": "16763904", + "polemics": ["Q", "REF", "OK", "KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 62000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [18, 23], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Pour la rencontre #RSLN, pensez \\u00e0 noter vos tweets avec ++, ==, --, ??. nous exp\\u00e9rimentons avec l'IRI une analyse des tweets. Thx !\", \"created_at\": \"Mon Jan 31 07:51:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32316, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6849, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31983008105897984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983008105897984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 62000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a4dbb580-2c1d-4089-9e91-c65d3e71a1e3-31983008105897984" + } + ], + "annotation-types": [ + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "chapitrage", + "id": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:description": "", + "dc:modified": "2012-05-07T10:11:06.721324" + }, { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Tweets", + "id": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:description": "Tweets", + "dc:modified": "2012-05-07T10:11:06.746777" + } + ] +} \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/json/ldt-youtube.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/json/ldt-youtube.json Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,5292 @@ +{ + "views": [ + ], + "tags": [ + { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "citizen sensor", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "organic failure", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8b75a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "money", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c76df0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "small and good", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84752-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "civic action", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "social network", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9dc52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "radio", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8ec84-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "public informations", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77692-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "electoral fraud", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c68c96-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "coordination", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "information mass", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69092-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.769035", + "dc:title": "citizenjournalism", + "dc:modified": "2012-05-07T10:11:06.769035", + "dc:creator": "IRI" + }, + "id": "f5cd73c6-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.830969", + "dc:title": "tweet", + "dc:modified": "2012-05-07T10:11:06.830969", + "dc:creator": "IRI" + }, + "id": "f5d6ebc2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "commercial space", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8707e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "platform", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c81a84-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "human resource", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6f190-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "public space", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8851e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information amplifier", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9cffa-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "soccer", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c872-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "free time", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6ed80-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "traffic map", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c74c80-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "distributed information", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c6887c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "government", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "individual power", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8790c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "aggregation", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "inorganic failure", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8ab52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.761421", + "dc:title": "communities", + "dc:modified": "2012-05-07T10:11:06.761421", + "dc:creator": "IRI" + }, + "id": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "market value", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c9887e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "professional journalism", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93e0a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "success", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84b44-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "motivated actors", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8b354-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "journalism", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c95f48-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.771135", + "dc:title": "Ushahidi", + "dc:modified": "2012-05-07T10:11:06.771135", + "dc:creator": "IRI" + }, + "id": "f5cdc592-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "music industry", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9ab10-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "citizen action", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7ece4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "revolution", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f08a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "people", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c726ec-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "Ushaidi", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69966-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "Internet", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e0a4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "Wikipedia", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c85332-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "fail", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "political life", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c070-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.821961", + "dc:title": "clayshirky", + "dc:modified": "2012-05-07T10:11:06.821961", + "dc:creator": "IRI" + }, + "id": "f5d58b7e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "consumers", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c81688-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.881698", + "dc:title": "democratizes", + "dc:modified": "2012-05-07T10:11:06.881698", + "dc:creator": "IRI" + }, + "id": "f5dea448-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "digital sharecropping", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c98414-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.730624", + "dc:title": "information management", + "dc:modified": "2012-05-07T10:11:06.730624", + "dc:creator": "IRI" + }, + "id": "f5c79708-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "hybridisation", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c95a34-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.730624", + "dc:title": "participation", + "dc:modified": "2012-05-07T10:11:06.730624", + "dc:creator": "IRI" + }, + "id": "f5c79b4a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.886191", + "dc:title": "Pepsico", + "dc:modified": "2012-05-07T10:11:06.886191", + "dc:creator": "IRI" + }, + "id": "f5df53f2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Libya", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7bc74-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "free speech", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c874f2-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.728501", + "dc:title": "open communication", + "dc:modified": "2012-05-07T10:11:06.728501", + "dc:creator": "IRI" + }, + "id": "f5c74884-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "Microsoft", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8af58-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information filter", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9d45a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "citizen organizations", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "citizens", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c7699a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "coordinate actions", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5c9f944-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "action", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "plausible promess", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84360-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "contribution", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93162-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "sharing objects", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9b326-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "protests", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7c480-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "communication", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6e902-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "community", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8a6ca-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.737579", + "dc:title": "tools", + "dc:modified": "2012-05-07T10:11:06.737579", + "dc:creator": "IRI" + }, + "id": "f5c8bb56-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.742174", + "dc:title": "market", + "dc:modified": "2012-05-07T10:11:06.742174", + "dc:creator": "IRI" + }, + "id": "f5c96362-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "social life", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7cc64-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "large and mediocre", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c83f64-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "web phone gap", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6cb52-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.936514", + "dc:title": "hadopi", + "dc:modified": "2012-05-07T10:11:06.936514", + "dc:creator": "IRI" + }, + "id": "f5e70214-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "crowdsourcing", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93608-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.754973", + "dc:title": "iphone", + "dc:modified": "2012-05-07T10:11:06.754973", + "dc:creator": "IRI" + }, + "id": "f5cb5226-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.740402", + "dc:title": "pepsi refresh project", + "dc:modified": "2012-05-07T10:11:06.740402", + "dc:creator": "IRI" + }, + "id": "f5c914de-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.745182", + "dc:title": "information quality", + "dc:modified": "2012-05-07T10:11:06.745182", + "dc:creator": "IRI" + }, + "id": "f5c9d86a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "smart consumer", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77a98-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.733775", + "dc:title": "block party", + "dc:modified": "2012-05-07T10:11:06.733775", + "dc:creator": "IRI" + }, + "id": "f5c8120a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.726164", + "dc:title": "talents", + "dc:modified": "2012-05-07T10:11:06.726164", + "dc:creator": "IRI" + }, + "id": "f5c6f596-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "catalyst", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c836fe-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "voluntary participation", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6c756-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.723388", + "dc:title": "Nairobi", + "dc:modified": "2012-05-07T10:11:06.723388", + "dc:creator": "IRI" + }, + "id": "f5c69498-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "organizations", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c722b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "television", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f8dc-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "counter democracy", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5c9fda4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "opportunity design", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6bef0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.746248", + "dc:title": "Egypt", + "dc:modified": "2012-05-07T10:11:06.746248", + "dc:creator": "IRI" + }, + "id": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.922593", + "dc:title": "failcon", + "dc:modified": "2012-05-07T10:11:06.922593", + "dc:creator": "IRI" + }, + "id": "f5e4e646-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "printing democracy", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e892-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.945336", + "dc:title": "PUBLIC", + "dc:modified": "2012-05-07T10:11:06.945336", + "dc:creator": "IRI" + }, + "id": "f5e85a74-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "usability", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6c346-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.878489", + "dc:title": "sidibouzid", + "dc:modified": "2012-05-07T10:11:06.878489", + "dc:creator": "IRI" + }, + "id": "f5de273e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "sharing information", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9af34-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.741128", + "dc:title": "golden age for journalism but not for money", + "dc:modified": "2012-05-07T10:11:06.741128", + "dc:creator": "IRI" + }, + "id": "f5c93a18-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "share", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8f486-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "malls", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c88104-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.734721", + "dc:title": "synchronised crowded", + "dc:modified": "2012-05-07T10:11:06.734721", + "dc:creator": "IRI" + }, + "id": "f5c84f40-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.727228", + "dc:title": "information", + "dc:modified": "2012-05-07T10:11:06.727228", + "dc:creator": "IRI" + }, + "id": "f5c71eb8-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Egypitia", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7b814-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "media", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8e496-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "cognitive surplus", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "Wikileaks", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c8891a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.743138", + "dc:title": "business model", + "dc:modified": "2012-05-07T10:11:06.743138", + "dc:creator": "IRI" + }, + "id": "f5c97fc8-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.744116", + "dc:title": "gin crisis", + "dc:modified": "2012-05-07T10:11:06.744116", + "dc:creator": "IRI" + }, + "id": "f5c9a67e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "fascism", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8dc9e-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.830969", + "dc:title": "addict", + "dc:modified": "2012-05-07T10:11:06.830969", + "dc:creator": "IRI" + }, + "id": "f5d6e6fe-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.774383", + "dc:title": "blendedtech", + "dc:modified": "2012-05-07T10:11:06.774383", + "dc:creator": "IRI" + }, + "id": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.729461", + "dc:title": "political informations", + "dc:modified": "2012-05-07T10:11:06.729461", + "dc:creator": "IRI" + }, + "id": "f5c77232-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.736191", + "dc:title": "law", + "dc:modified": "2012-05-07T10:11:06.736191", + "dc:creator": "IRI" + }, + "id": "f5c87d08-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.724876", + "dc:title": "blend technology", + "dc:modified": "2012-05-07T10:11:06.724876", + "dc:creator": "IRI" + }, + "id": "f5c6b66c-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.738847", + "dc:title": "democracy", + "dc:modified": "2012-05-07T10:11:06.738847", + "dc:creator": "IRI" + }, + "id": "f5c8d852-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.731470", + "dc:title": "Tunisia", + "dc:modified": "2012-05-07T10:11:06.731470", + "dc:creator": "IRI" + }, + "id": "f5c7d060-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.732824", + "dc:title": "political action", + "dc:modified": "2012-05-07T10:11:06.732824", + "dc:creator": "IRI" + }, + "id": "f5c7f54a-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.863215", + "dc:title": "nooffense", + "dc:modified": "2012-05-07T10:11:06.863215", + "dc:creator": "IRI" + }, + "id": "f5dbd6b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "meta": { + "dc:contributor": "IRI", + "dc:created": "2012-05-07T10:11:06.868458", + "dc:title": "microsoft", + "dc:modified": "2012-05-07T10:11:06.868458", + "dc:creator": "IRI" + }, + "id": "f5dc9f68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "lists": [], + "medias": [ + { + "origin": "0", + "url": "http://www.youtube.com/watch?v=zdOuFOTT3_I", + "http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", + "meta": { + "dc:contributor": "IRI", + "item": { + "name": "streamer", + "value": "" + }, + "dc:created": "2011-02-14T15:06:34.829919", + "dc:duration": 1800000, + "dc:creator": "IRI", + "dc:created.contents": "2012-02-13", + "dc:title": "RSLN Clay Shirky", + "dc:creator.contents": "IRI", + "dc:modified": "2012-02-13T11:55:23.898905", + "dc:description": "RSLN Clay Shirky" + }, + "id": "9a493932-3053-11e0-862b-00145ea49a02", + "unit": "ms" + } + ], + "meta": { + "dc:contributor": "admin", + "dc:created": "2011-02-14T15:15:52.602502", + "dc:creator": "admin", + "main_media": { + "id-ref": "9a493932-3053-11e0-862b-00145ea49a02" + }, + "dc:description": "", + "dc:title": "RSLN Clay Shirky - Tweets", + "id": "13b0aa52-336b-11e0-b233-00145ea49a02", + "dc:modified": "2012-04-29T15:41:55.858453" + }, + "annotations": [ + { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Introduction", + "color": "3355443", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 0, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 170000, + "tags": null, + "color": "3355443", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_294BB166-E5EE-4FCC-309B-293F3C4D5BD3" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Introduction de Constance Parodi", + "color": "3355443", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 177457, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 410939, + "tags": null, + "color": "3355443", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_0C9E4E6B-043B-FCDE-D865-29ED81488D99" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "Clay Shirky : début de conférence", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 503000, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 783000, + "tags": [ + { + "id-ref": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6887c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c68c96-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69092-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69498-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c69966-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_D8459097-1DE3-F28A-34CF-293F5C6B62E1" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "", + "img": { + "src": "" + }, + "title": "3 features of Ushaidi", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 783462, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1000062, + "tags": [ + { + "id-ref": "f5c6b66c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bef0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6c346-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6c756-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6cb52-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_B7F5CADC-465C-9E96-7279-29F8EAE07510" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "free time, talents, human resource, cognitive surplus, aggregation, communication", + "img": { + "src": "" + }, + "title": "Coginitive surplus : free time", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1006108, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1078840, + "tags": [ + { + "id-ref": "f5c67e22-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6e902-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6ed80-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6f190-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6f596-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_185D6DE8-980B-2ADB-0C3E-2A20D6E331EB" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "civic action, information, action, people, organizations, coordination, citizen sensor", + "img": { + "src": "" + }, + "title": "Penser les actions civiques", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1078840, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1235162, + "tags": [ + { + "id-ref": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6841c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71eb8-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c722b4-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c726ec-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_2C466914-84E2-91AA-2BAC-2A2158B7892C" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "citizen sensor, government, traffic map, open communication", + "img": { + "src": "" + }, + "title": "Les capteurs citoyens", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1235162, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1307028, + "tags": [ + { + "id-ref": "f5c716a2-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c74884-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c74c80-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_BB6067B1-A4A7-6636-CE0E-2A216B94B896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "smart consumer, public informations, political informations, money, action, citizens", + "img": { + "src": "" + }, + "title": "Consomateur inteligents", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1307028, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1407440, + "tags": [ + { + "id-ref": "f5c71256-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7699a-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c76df0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77232-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77692-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c77a98-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_F54B6E7D-F262-6726-94CB-2A217EDE2052" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "government, information management, participation", + "img": { + "src": "" + }, + "title": "Code for America", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1407440, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1512525, + "tags": [ + { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c79708-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c79b4a-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_691C78EF-6904-430D-5DE0-2A218F780AE8" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Libya, soccer, government, protests, coordination, social life, political life, Tunisia, Egypitia", + "img": { + "src": "" + }, + "title": "Platforme pour les actions civiques", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1512525, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1667170, + "tags": [ + { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7b814-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7442e-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7bc74-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c070-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c480-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7c872-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7cc64-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7d060-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_9BA33565-786B-24A5-F2EF-2A21A959633F" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "coordination, political action, citizen action, citizen organizations", + "img": { + "src": "" + }, + "title": "Le vrai grand changement", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1668051, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1753100, + "tags": [ + { + "id-ref": "f5c7ece4-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c71abc-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f54a-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_874C9537-11F5-85A1-3E54-2A25590396D6" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "block party, platform, citizen organizations, consumers, cognitive surplus", + "img": { + "src": "" + }, + "title": "Fetes des voisins", + "color": "16711935", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1754200, + "meta": { + "dc:contributor": "perso", + "id-ref": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:modified": "2012-05-07T10:11:06.721324", + "dc:creator": "perso" + }, + "end": 1800000, + "tags": [ + { + "id-ref": "f5c8120a-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c7f130-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c6bae0-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c81688-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5c81a84-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16711935", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "s_CAE3C373-F725-A3CA-099A-2A2576315966" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln commence 8h50", + "img": { + "src": "" + }, + "title": "tibo c: #rsln commence 8h50", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 0, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln commence 8h50\", \"created_at\": \"Mon Jan 31 07:50:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 26, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31982750655324160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982750655324160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 0, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6906130e-0391-4dd4-8ad2-a1f5e6e303da-31982750655324160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord", + "img": { + "src": "" + }, + "title": "Stanm: A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 7000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [19, 27], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [43, 48], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"A la conference de @cshirky chez microsoft #RSLN sur le cognitive surplus. Ca va forcemt deborder sur le net et revoltes en Af. du nord\", \"created_at\": \"Mon Jan 31 07:51:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 903, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31982778090258432, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982778090258432\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 7000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "184cc091-a2d1-4c7d-bd0e-dad39c96d0f5-31982778090258432" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Brain breakfast chez Microsoft pour écouter Clay Shirky #rsln", + "img": { + "src": "" + }, + "title": "pepommier: Brain breakfast chez Microsoft pour écouter Clay Shirky #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 42000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [56, 61], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Brain breakfast chez Microsoft pour \\u00e9couter Clay Shirky #rsln\", \"created_at\": \"Mon Jan 31 07:51:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": {\"type\": \"Point\", \"coordinates\": [2.26552971, 48.834260710000002]}, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7013462, \"verified\": false, \"profile_sidebar_fill_color\": \"7C8A8A\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 341, \"protected\": false, \"id_str\": \"7013462\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": -7200, \"statuses_count\": 278, \"description\": \"video web producer\", \"friends_count\": 138, \"profile_link_color\": \"1BBCE4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1215645558/161264_536940419_386416_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/308222/Nightscape-6.jpg\", \"name\": \"pepommier\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 7, \"screen_name\": \"pepommier\", \"url\": \"http://bubble-prod.com\", \"created_at\": \"Fri Jun 22 12:32:06 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Mid-Atlantic\", \"profile_sidebar_border_color\": \"3F484E\", \"following\": null, \"listed_count\": 18}, \"id\": 31982927600422912, \"place\": {\"full_name\": \"Issy-les-Moulineaux, Paris\", \"name\": \"Issy-les-Moulineaux\", \"url\": \"http://api.twitter.com/1/geo/id/8d83cfde2e5ab759.json\", \"country\": \"France\", \"place_type\": \"neighborhood\", \"bounding_box\": {\"type\": \"Polygon\", \"coordinates\": [[[2.2484109999999999, 48.814176000000003], [2.2882250000000002, 48.814176000000003], [2.2882250000000002, 48.836477000000002], [2.2484109999999999, 48.836477000000002]]]}, \"country_code\": \"FR\", \"attributes\": {}, \"id\": \"8d83cfde2e5ab759\"}, \"retweet_count\": 0, \"geo\": {\"type\": \"Point\", \"coordinates\": [48.834260710000002, 2.26552971]}, \"id_str\": \"31982927600422912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 42000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "da9b8e9a-b93e-4b07-8259-226acf8ccd9e-31982927600422912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN avec les twittpics, on peut deviner où sont les gens ... marrant !", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #RSLN avec les twittpics, on peut deviner où sont les gens ... marrant !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 55000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN avec les twittpics, on peut deviner o\\u00f9 sont les gens ... marrant !\", \"created_at\": \"Mon Jan 31 07:51:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 864, \"description\": \"\", \"friends_count\": 107, \"location\": \"\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31982982155739136, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982982155739136\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 55000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7588026a-1e1d-46d3-91b7-3e94dd8913fa-31982982155739136" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Pour la rencontre #RSLN, pensez à noter vos tweets avec ++, ==, --, ??. nous expérimentons avec l'IRI une analyse des tweets. Thx !", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: Pour la rencontre #RSLN, pensez à noter vos tweets avec ++, ==, --, ??. nous expérimentons avec l'IRI une analyse des tweets. Thx !", + "color": "16763904", + "polemics": ["Q", "REF", "OK", "KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 62000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [18, 23], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Pour la rencontre #RSLN, pensez \\u00e0 noter vos tweets avec ++, ==, --, ??. nous exp\\u00e9rimentons avec l'IRI une analyse des tweets. Thx !\", \"created_at\": \"Mon Jan 31 07:51:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32316, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6849, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31983008105897984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983008105897984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 62000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a4dbb580-2c1d-4089-9e91-c65d3e71a1e3-31983008105897984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Quelques règles intéressantes pour le live-twitt de la conférence #RSLN avec @cshirky : http://twitpic.com/3uztmc.", + "img": { + "src": "" + }, + "title": "B. Minded: Quelques règles intéressantes pour le live-twitt de la conférence #RSLN avec @cshirky : http://twitpic.com/3uztmc.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 127000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [77, 85], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [66, 71], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://twitpic.com/3uztmc\", \"indices\": [88, 113], \"expanded_url\": null}]}, \"text\": \"Quelques r\\u00e8gles int\\u00e9ressantes pour le live-twitt de la conf\\u00e9rence #RSLN avec @cshirky : http://twitpic.com/3uztmc.\", \"created_at\": \"Mon Jan 31 07:53:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"location\": \"Boulogne-Billancourt\", \"utc_offset\": 3600, \"statuses_count\": 219, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null, \"listed_count\": 40}, \"id\": 31983280916004864, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983280916004864\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 127000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d0ba17c8-950f-4ae0-ae0d-32e04cde6941-31983280916004864" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 140000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [5, 10], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://yfrog.com/h0dbkxsj\", \"indices\": [29, 54], \"expanded_url\": null}]}, \"text\": \"Conf #RSLN Microsoft France http://yfrog.com/h0dbkxsj\", \"created_at\": \"Mon Jan 31 07:53:16 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5185, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31983338092765184, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983338092765184\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 140000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "3f73186a-08df-4d38-821d-2a889a84f2c0-31983338092765184" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky @Microsoft #rsln", + "img": { + "src": "" + }, + "title": "Constance de 4barbes: Clay shirky @Microsoft #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 148000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [12, 22], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [23, 28], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay shirky @Microsoft #rsln\", \"created_at\": \"Mon Jan 31 07:53:24 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 57623127, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 53, \"protected\": false, \"id_str\": \"57623127\", \"profile_background_color\": \"131516\", \"listed_count\": 4, \"utc_offset\": 3600, \"statuses_count\": 267, \"description\": \"Digital Humanities and Social Media: Community and Content Management\", \"friends_count\": 70, \"location\": \"Paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/983938390/pic.php_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/155252455/avatar.jpg\", \"name\": \"Constance de 4barbes\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 8, \"screen_name\": \"c4barbes\", \"url\": \"http://4barbes.com\", \"created_at\": \"Fri Jul 17 11:53:38 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null}, \"id\": 31983371265507328, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983371265507328\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 148000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "04578856-0359-4fb2-9fc7-6d5e2e4615b1-31983371265507328" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "img": { + "src": "" + }, + "title": "Alice Antheaume: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 149000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [71, 76], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [43, 70], \"expanded_url\": null}]}, \"text\": \"\\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:53:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 2373, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null, \"listed_count\": 758}, \"id\": 31983376617439232, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983376617439232\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 149000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fbe9c058-e418-424b-8b0c-c23b89a48a92-31983376617439232" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 152000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [16, 28], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}], \"hashtags\": [{\"indices\": [118, 123], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"And whisky ! RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 07:53:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32316, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6850, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31983387610718208, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983387610718208\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 152000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6842cda1-817d-445e-8fb0-b8efd41ad264-31983387610718208" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Rencontre avec Clayton Shirky #RSLN, public nombreux dès \"potron minet\"", + "img": { + "src": "" + }, + "title": "jean-francois gervai: Rencontre avec Clayton Shirky #RSLN, public nombreux dès \"potron minet\"", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 193000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [30, 35], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Rencontre avec Clayton Shirky #RSLN, public nombreux d\\u00e8s \\\"potron minet\\\"\", \"created_at\": \"Mon Jan 31 07:54:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18998756, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 13, \"protected\": false, \"id_str\": \"18998756\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 6, \"description\": \"auteur d'ouvrages autour du web...\", \"friends_count\": 64, \"location\": \"france\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1176741038/04-0420-GERVAIS_JEAN-FRANCOIS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1295051201/images/themes/theme1/bg.png\", \"name\": \"jean-francois gervai\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"jfgervais\", \"url\": \"http://www.jeanfrancoisgervais\", \"created_at\": \"Wed Jan 14 22:15:45 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31983557672960000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983557672960000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 193000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "25903be0-f0a6-401c-9068-b54a04c1ee89-31983557672960000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ça rouspète... RT @CyrilleF: #RSLN résau wifi minimum est assuré, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Ça rouspète... RT @CyrilleF: #RSLN résau wifi minimum est assuré, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 209000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [18, 27], \"id\": 36027828, \"screen_name\": \"CyrilleF\", \"name\": \"Cyrille Fonvielle\", \"id_str\": \"36027828\"}], \"hashtags\": [{\"indices\": [29, 34], \"text\": \"RSLN\"}, {\"indices\": [113, 120], \"text\": \"iphone\"}], \"urls\": []}, \"text\": \"\\u00c7a rousp\\u00e8te... RT @CyrilleF: #RSLN r\\u00e9sau wifi minimum est assur\\u00e9, par contre, pas de 3g ... la loose... J'ai un #iphone, merci microsoft ?\", \"created_at\": \"Mon Jan 31 07:54:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5186, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31983626669260800, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983626669260800\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 209000, + "tags": [ + { + "id-ref": "f5cb5226-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9583862e-51ea-440f-ab7a-b022412eebc2-31983626669260800" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par là : http://bit.ly/h9LM0v (via @fcinq )", + "img": { + "src": "" + }, + "title": "Melissa Bounoua: RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par là : http://bit.ly/h9LM0v (via @fcinq )", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 213000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [10, 18], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}, {\"indices\": [83, 89], \"id\": 10652382, \"screen_name\": \"fcinq\", \"name\": \"Antoine Bayet\", \"id_str\": \"10652382\"}], \"hashtags\": [{\"indices\": [35, 40], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/h9LM0v\", \"indices\": [57, 77], \"expanded_url\": null}]}, \"text\": \"Pour voir @cshirky aux rencontres #RSLN, c'est par l\\u00e0 : http://bit.ly/h9LM0v (via @fcinq )\", \"created_at\": \"Mon Jan 31 07:43:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13622572, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 2560, \"protected\": false, \"id_str\": \"13622572\", \"profile_background_color\": \"9AE4E8\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 8687, \"description\": \"Un peu de 20minutes.fr dans cet internet mondial\", \"friends_count\": 346, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1183719410/40794_420716233991_587318991_4855249_4249707_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/121055127/qgvzF.jpg\", \"name\": \"Charles Dufresne\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 7, \"screen_name\": \"rocknrobot\", \"url\": \"http://www.20minutes.fr\", \"created_at\": \"Mon Feb 18 13:32:53 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 170}, \"id\": 31980923448725504, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31980923448725504\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 14], \"id\": 13622572, \"screen_name\": \"rocknrobot\", \"name\": \"Charles Dufresne\", \"id_str\": \"13622572\"}, {\"indices\": [26, 34], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}, {\"indices\": [99, 105], \"id\": 10652382, \"screen_name\": \"fcinq\", \"name\": \"Antoine Bayet\", \"id_str\": \"10652382\"}], \"hashtags\": [{\"indices\": [51, 56], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/h9LM0v\", \"indices\": [73, 93], \"expanded_url\": null}]}, \"text\": \"RT @rocknrobot: Pour voir @cshirky aux rencontres #RSLN, c'est par l\\u00e0 : http://bit.ly/h9LM0v (via @fcinq )\", \"created_at\": \"Mon Jan 31 07:54:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14647281, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 50154, \"protected\": false, \"id_str\": \"14647281\", \"profile_background_color\": \"352726\", \"location\": \" Paris\", \"utc_offset\": 3600, \"statuses_count\": 6679, \"description\": \"Journaliste @20minutes// un peu de @megalopolismag aussi // Avant: @artefr / ex @Sciencespo\", \"friends_count\": 1354, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1180694566/melissa_twitter1_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/48393318/16931__lost_in_translation_l.jpg\", \"name\": \"Melissa Bounoua\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 236, \"screen_name\": \"misspress\", \"url\": \"http://misspress.wordpress.com\", \"created_at\": \"Sun May 04 11:54:51 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 833}, \"id\": 31983643530362880, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31983643530362880\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 213000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9eb2aa47-8e9b-4dc2-b7a5-51daf5cddbe8-31983643530362880" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Introduction en français ?", + "img": { + "src": "" + }, + "title": "Bertil Hatt: #rsln Introduction en français ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 230000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Introduction en fran\\u00e7ais ?\", \"created_at\": \"Mon Jan 31 07:54:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 4985551, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 454, \"protected\": false, \"id_str\": \"4985551\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 42, \"utc_offset\": 3600, \"statuses_count\": 2678, \"description\": \"I do not control either LinkedIn profiles under my name.\\r\\nPhD Econ. \\u201cCompetition between Social Network Sites\\u201d @ U.Paris-Ouest Nanterre & independent consultant\", \"friends_count\": 306, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/22068682/DSC_6634_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/2947659/DSC02510-small.jpg\", \"name\": \"Bertil Hatt\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 436, \"screen_name\": \"bertil_hatt\", \"url\": \"http://www.quora.com/Bertil-Hatt\", \"created_at\": \"Tue Apr 17 11:25:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31983714204385280, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983714204385280\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 230000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ff3f0903-4e89-4c28-a43a-71968aa3a5cc-31983714204385280" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Rappel sur la nécessité d'Internet avec les événements en Égypte. Introduction Constance Parodi.", + "img": { + "src": "" + }, + "title": "tibo c: #rsln Rappel sur la nécessité d'Internet avec les événements en Égypte. Introduction Constance Parodi.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 244000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Rappel sur la n\\u00e9cessit\\u00e9 d'Internet avec les \\u00e9v\\u00e9nements en \\u00c9gypte. Introduction Constance Parodi.\", \"created_at\": \"Mon Jan 31 07:55:00 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 27, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31983773893529601, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983773893529601\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 244000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "8c14ce29-705f-41ee-b320-a20a44ea399d-31983773893529601" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 252000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky. Let see : Cognitive Surplus ? Stay tune.\", \"created_at\": \"Mon Jan 31 07:55:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"location\": \"iPhone: 37.785871,-122.405417\", \"utc_offset\": -28800, \"statuses_count\": 692, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 65}, \"id\": 31983809054380032, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983809054380032\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 252000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "55dffae8-0dec-4aa5-9a75-2181f96d3f47-31983809054380032" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Dans un instant, la conférence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus créatif ?", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Dans un instant, la conférence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus créatif ?", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 294000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Dans un instant, la conf\\u00e9rence de Clay Shirky chez Microsoft va commencer. Cognitive Surplus : vers un monde plus cr\\u00e9atif ?\", \"created_at\": \"Mon Jan 31 07:55:50 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"location\": \"Paris - Ze capitale of ze love\", \"utc_offset\": 3600, \"statuses_count\": 175, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 217, \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null, \"listed_count\": 4}, \"id\": 31983982530793472, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983982530793472\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 294000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "78f208b8-04db-4613-8598-863fd424fd3e-31983982530793472" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "à la conférence de Clay Shirky au campus #Microsoft #rsln", + "img": { + "src": "" + }, + "title": "la pinta: à la conférence de Clay Shirky au campus #Microsoft #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 321000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [42, 52], \"text\": \"Microsoft\"}, {\"indices\": [53, 58], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\u00e0 la conf\\u00e9rence de Clay Shirky au campus #Microsoft #rsln\", \"created_at\": \"Mon Jan 31 07:56:17 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3122, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null, \"listed_count\": 159}, \"id\": 31984097412784128, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984097412784128\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 321000, + "tags": [ + { + "id-ref": "f5c8af58-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2deb537a-0ce0-4dad-b178-aa944d1f5f0e-31984097412784128" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Avec @cshirky, réflexions sur le temps de cerveau disponible, la créativité et les nouvelles connexions. #RSLN", + "img": { + "src": "" + }, + "title": "B. Minded: Avec @cshirky, réflexions sur le temps de cerveau disponible, la créativité et les nouvelles connexions. #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 325000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [5, 13], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [105, 110], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Avec @cshirky, r\\u00e9flexions sur le temps de cerveau disponible, la cr\\u00e9ativit\\u00e9 et les nouvelles connexions. #RSLN\", \"created_at\": \"Mon Jan 31 07:56:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 220, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31984113330163712, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984113330163712\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 325000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "74b3f478-5b5a-4ccc-91b0-f3c31a6dc790-31984113330163712" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Il faut noter nos tweets \"++, ==, --, ??\".... Ça va ressembler à des gros mots #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Il faut noter nos tweets \"++, ==, --, ??\".... Ça va ressembler à des gros mots #RSLN", + "color": "16763904", + "polemics": ["Q", "REF", "OK", "KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 333000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [79, 84], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Il faut noter nos tweets \\\"++, ==, --, ??\\\".... \\u00c7a va ressembler \\u00e0 des gros mots #RSLN\", \"created_at\": \"Mon Jan 31 07:56:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5188, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31984147253698560, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984147253698560\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 333000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "99f7a154-cd01-4acb-811c-de6d31e842fc-31984147253698560" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @alicanth: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "img": { + "src": "" + }, + "title": "MiKarmousMi3neb: RT @alicanth: Ça se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 339000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [71, 76], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [43, 70], \"expanded_url\": null}]}, \"text\": \"\\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:53:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"listed_count\": 758, \"utc_offset\": 3600, \"statuses_count\": 2372, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"location\": \"Paris\", \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null}, \"id\": 31983376617439232, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31983376617439232\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 8266352, \"screen_name\": \"alicanth\", \"name\": \"Alice Antheaume\", \"id_str\": \"8266352\"}], \"hashtags\": [{\"indices\": [85, 90], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73749495\", \"indices\": [57, 84], \"expanded_url\": null}]}, \"text\": \"RT @alicanth: \\u00c7a se complique, les signes pour liver :) http://plixi.com/p/73749495 #RSLN\", \"created_at\": \"Mon Jan 31 07:56:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 110795718, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 110, \"protected\": false, \"id_str\": \"110795718\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 3, \"utc_offset\": -21600, \"statuses_count\": 1435, \"description\": \"J'aime les raisins mais je pr\\u00e9f\\u00e8re les figues.\", \"friends_count\": 150, \"location\": \"\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/947738452/3515e59d-838c-4639-940e-1715fd93806c_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/85303105/DSC01229.JPG\", \"name\": \"MiKarmousMi3neb\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"MiKarmousMi3neb\", \"url\": null, \"created_at\": \"Tue Feb 02 20:17:03 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Central Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31984171630989312, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984171630989312\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 339000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "675567c6-556d-4324-b110-ac70cde5b203-31984171630989312" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "img": { + "src": "" + }, + "title": "Elisabeth Garrett: @ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 433000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [57, 69], \"text\": \"communities\"}, {\"indices\": [121, 127], \"text\": \"Egypt\"}, {\"indices\": [128, 133], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@ Microsoft France to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN\", \"created_at\": \"Mon Jan 31 07:58:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Mobile Web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 152375270, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 49, \"protected\": false, \"id_str\": \"152375270\", \"profile_background_color\": \"352726\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 269, \"description\": \"MBA @HECParis. Stagiaire @Soci\\u00e9t\\u00e9G\\u00e9n\\u00e9rale. social marketer. photographer. petite gourmande. wine-cinema-NYC-travel-karaoke-f\\u00fatbol enthusiast. amazed by grace.\", \"friends_count\": 45, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/962811111/23230_106524_7896_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"Elisabeth Garrett\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"EliGarrett\", \"url\": \"http://eligarrett.wordpress.com\", \"created_at\": \"Sat Jun 05 19:51:45 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 0}, \"id\": 31984564570169344, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984564570169344\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 433000, + "tags": [ + { + "id-ref": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "f3d4a265-fbaa-4e8b-8ed4-0b19a7df34b5-31984564570169344" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Trois barres de wifi -- -- --- #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Trois barres de wifi -- -- --- #RSLN", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 438000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [31, 36], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Trois barres de wifi -- -- --- #RSLN\", \"created_at\": \"Mon Jan 31 07:58:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5188, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31984585231310849, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984585231310849\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 438000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "89887a2e-b0db-461c-aef1-b9435f6bda53-31984585231310849" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 493000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [96, 101], \"text\": \"RSLN\"}, {\"indices\": [102, 107], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"@cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 07:59:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 959, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984816979189760, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984816979189760\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 493000, + "tags": [ + { + "id-ref": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "814a2ed8-2756-4b21-bf7f-43033845c97d-31984816979189760" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "On est bien en France. Un tweet sur deux, c'est pour râler #rsln --", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 495000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [59, 64], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 07:59:11 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"location\": \"iPhone: 48.845192,2.237256\", \"utc_offset\": 3600, \"statuses_count\": 1917, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 116}, \"id\": 31984825082576896, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984825082576896\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 495000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ab5e1489-1d78-40de-bd9f-041e93a177cd-31984825082576896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay Shirky in conference at Microsoft's campus", + "img": { + "src": "" + }, + "title": "Dany Vilela: #rsln Clay Shirky in conference at Microsoft's campus", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 513000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay Shirky in conference at Microsoft's campus\", \"created_at\": \"Mon Jan 31 07:59:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 21152901, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1493, \"protected\": false, \"id_str\": \"21152901\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 140, \"utc_offset\": 3600, \"statuses_count\": 7618, \"description\": \"Dyvantity, home of creativity by Dany Vilela (@Dy_Vilela)\", \"friends_count\": 1198, \"location\": \"Grenoble\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/960161513/dy_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/108589554/TwitterTemplate_copie.jpg\", \"name\": \"Dany Vilela\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dyvantity\", \"url\": \"http://dyvantity.com\", \"created_at\": \"Wed Feb 18 00:48:32 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984902601707520, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984902601707520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 513000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "1fa8cece-d261-4290-931d-7ccc775858e0-31984902601707520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 528000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [80, 88], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln I am optimistic about what tools can do but it's still up to us to do it. @cshirky\", \"created_at\": \"Mon Jan 31 07:59:44 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4631, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31984965352685568, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31984965352685568\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 528000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "1cf29524-3087-4f6a-a52a-6fbcbd35dbc6-31984965352685568" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay Shirky \"optimistic about what new tools bring for citizens\" ++", + "img": { + "src": "" + }, + "title": "tibo c: #rsln Clay Shirky \"optimistic about what new tools bring for citizens\" ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 560000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay Shirky \\\"optimistic about what new tools bring for citizens\\\" ++\", \"created_at\": \"Mon Jan 31 08:00:16 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 28, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31985100929372160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985100929372160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 560000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "cf12841e-e3e6-484f-9e71-1c7a3eade1fd-31985100929372160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "!!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "img": { + "src": "" + }, + "title": "Gustavo González: !!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 636000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [7, 18], \"id\": 152375270, \"screen_name\": \"EliGarrett\", \"name\": \"Elisabeth Garrett\", \"id_str\": \"152375270\"}], \"hashtags\": [{\"indices\": [62, 74], \"text\": \"communities\"}, {\"indices\": [126, 132], \"text\": \"Egypt\"}, {\"indices\": [133, 138], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"!!! RT @EliGarrett: ... to hear Clay Shirky speak re: digital #communities. Let's see what he has to say regarding the impact #Egypt #RSLN\", \"created_at\": \"Mon Jan 31 08:01:32 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"\\u00dcberTwitter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 43939616, \"verified\": false, \"profile_sidebar_fill_color\": \"EADEAA\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 308, \"protected\": false, \"id_str\": \"43939616\", \"profile_background_color\": \"8B542B\", \"location\": \"\\u00dcT: 48.819156,2.291199\", \"utc_offset\": -16200, \"statuses_count\": 5670, \"description\": \"Sibarita caraque\\u00f1o living in Paris. MBA participant at HEC-Paris. Movies&Wine&Food lover qui s'amuse \\u00e0 en parler et partager avec les amis...\", \"friends_count\": 356, \"profile_link_color\": \"9D582E\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/819879158/untitled_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/195050882/Word_Cloud.JPG\", \"name\": \"Gustavo Gonz\\u00e1lez\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 12, \"screen_name\": \"gustavogb83\", \"url\": null, \"created_at\": \"Mon Jun 01 18:31:30 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Caracas\", \"profile_sidebar_border_color\": \"D9B17E\", \"following\": null, \"listed_count\": 13}, \"id\": 31985419721637890, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985419721637890\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 636000, + "tags": [ + { + "id-ref": "f5cc4a3c-982c-11e1-9f9f-00145ea4a2be" + }, { + "id-ref": "f5ca01a0-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2dc5e9ff-e370-4c06-9ac5-33cc636b14e7-31985419721637890" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "img": { + "src": "" + }, + "title": "Anthony: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 655000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [73, 78], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:01:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 9132482, \"verified\": false, \"profile_sidebar_fill_color\": \"e9c990\", \"is_translator\": false, \"profile_text_color\": \"413735\", \"followers_count\": 1833, \"protected\": false, \"id_str\": \"9132482\", \"profile_background_color\": \"dba15b\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 17759, \"description\": \"Community manager @labelbarclay (Universal Music) - Label manager, blogger @fuckthatworld (FTW)\\r\\n\\r\\nhttp://www.fuckthatworld.com\", \"friends_count\": 865, \"profile_link_color\": \"d57a3d\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1221117224/B001751-R2-07-8_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/198033774/fond_twitter.jpg\", \"name\": \"Anthony\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"kanthos\", \"url\": \"http://www.flavors.me/kanthos\", \"created_at\": \"Thu Sep 27 21:41:21 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ded2bc\", \"following\": null, \"listed_count\": 133}, \"id\": 31985498780078080, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985498780078080\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 655000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e4b2ba41-d151-44ec-8269-eee99a951019-31985498780078080" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "img": { + "src": "" + }, + "title": "Graham Hay: RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 666000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [88, 93], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 07:49:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4631, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31982379551686656, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31982379551686656\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}], \"hashtags\": [{\"indices\": [105, 110], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @robinberjon: Twitter: possibly the best solution to cognitive surplus since gin went out of fashion. #rsln\", \"created_at\": \"Mon Jan 31 08:02:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 83917557, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 29, \"protected\": false, \"id_str\": \"83917557\", \"profile_background_color\": \"C0DEED\", \"location\": \"Auckland, New Zealand\", \"utc_offset\": 43200, \"statuses_count\": 44, \"description\": \"\", \"friends_count\": 101, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1100908900/graham_hay_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Graham Hay\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"graham_hay\", \"url\": null, \"created_at\": \"Tue Oct 20 20:19:49 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Wellington\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 2}, \"id\": 31985545622069248, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985545622069248\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 666000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "92d56631-8ec7-43bd-9038-ff95a5629d3d-31985545622069248" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "La conf de @cshirky commence sur le même ex que sa conf ted de juin dernier à Cannes: la plateforme ushahidi #rsln", + "img": { + "src": "" + }, + "title": "Melissa Bounoua: La conf de @cshirky commence sur le même ex que sa conf ted de juin dernier à Cannes: la plateforme ushahidi #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 672000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [11, 19], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [109, 114], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"La conf de @cshirky commence sur le m\\u00eame ex que sa conf ted de juin dernier \\u00e0 Cannes: la plateforme ushahidi #rsln\", \"created_at\": \"Mon Jan 31 08:02:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14647281, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 50152, \"protected\": false, \"id_str\": \"14647281\", \"profile_background_color\": \"352726\", \"location\": \" Paris\", \"utc_offset\": 3600, \"statuses_count\": 6681, \"description\": \"Journaliste @20minutes// un peu de @megalopolismag aussi // Avant: @artefr / ex @Sciencespo\", \"friends_count\": 1354, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1180694566/melissa_twitter1_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/48393318/16931__lost_in_translation_l.jpg\", \"name\": \"Melissa Bounoua\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 236, \"screen_name\": \"misspress\", \"url\": \"http://misspress.wordpress.com\", \"created_at\": \"Sun May 04 11:54:51 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 833}, \"id\": 31985570716581888, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985570716581888\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 672000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "37ade492-143b-46dc-a2e9-4e566a4f85e4-31985570716581888" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 719000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky start with a story. About media blackout in Kenya. And the blog Kenyan Pundit. The role of Ushihidi\", \"created_at\": \"Mon Jan 31 08:02:55 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 65, \"utc_offset\": -28800, \"statuses_count\": 693, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"location\": \"iPhone: 37.785871,-122.405417\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31985765323898880, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985765323898880\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 719000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "25d80b84-cb4e-48de-8a0f-018bb5996ea5-31985765323898880" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS --", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 754000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [89, 107], \"text\": \"citizenjournalism\"}, {\"indices\": [109, 114], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://j.mp/3y0kHS\", \"indices\": [116, 134], \"expanded_url\": null}]}, \"text\": \"@cshirky starting off today with story of Ushahidi. Great collaborative tool for mapping #citizenjournalism. #rsln. http://j.mp/3y0kHS\", \"created_at\": \"Mon Jan 31 08:03:30 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 960, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 15}, \"id\": 31985910551678976, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985910551678976\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 754000, + "tags": [ + { + "id-ref": "f5cd73c6-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2fdf7de8-4126-417d-ae90-bfd4b2882e4b-31985910551678976" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln hushaidi ++ desaster as a social object", + "img": { + "src": "" + }, + "title": "Lionel Natarianni: #rsln hushaidi ++ desaster as a social object", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 760000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln hushaidi ++ desaster as a social object\", \"created_at\": \"Mon Jan 31 08:03:36 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18047103, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 261, \"protected\": false, \"id_str\": \"18047103\", \"profile_background_color\": \"131516\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 1599, \"description\": \"Researcher, Trend tracker, Telecomunications & Social Media.\\r\\nReal-Time Web addict\", \"friends_count\": 496, \"location\": \"Paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1219841315/lionel-sbook_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/80051491/twilk_background_4b8e2d0612f83.jpg\", \"name\": \"Lionel Natarianni\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2416, \"screen_name\": \"lionnoge\", \"url\": null, \"created_at\": \"Thu Dec 11 13:30:58 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null}, \"id\": 31985939437850624, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985939437850624\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 760000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b992e2a8-9d93-4921-bb1a-af45dd015b56-31985939437850624" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Clay aborde le problème de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #rsln Clay aborde le problème de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 765000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Clay aborde le probl\\u00e8me de la surinfo pr les blogs, incapables de relayer toutes les infos qui leur arrivent qd medias ne le ft pas\", \"created_at\": \"Mon Jan 31 08:03:41 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 866, \"description\": \"\", \"friends_count\": 107, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 13}, \"id\": 31985960119959552, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985960119959552\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 765000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "30263902-1a82-4620-9d2a-19f8961ecbb2-31985960119959552" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky raconte comment les blogueurs se sont mobilisés au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj ==", + "img": { + "src": "" + }, + "title": "B. Minded: Clay Shirky raconte comment les blogueurs se sont mobilisés au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 767000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [84, 89], \"text\": \"RSLN\"}, {\"indices\": [90, 99], \"text\": \"Ushahidi\"}], \"urls\": [{\"url\": \"http://yfrog.com/gz5mvxjj\", \"indices\": [100, 125], \"expanded_url\": null}]}, \"text\": \"Clay Shirky raconte comment les blogueurs se sont mobilis\\u00e9s au Kenya pour informer. #RSLN #Ushahidi http://yfrog.com/gz5mvxjj\", \"created_at\": \"Mon Jan 31 08:03:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 221, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31985966457552896, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985966457552896\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 767000, + "tags": [ + { + "id-ref": "f5cdc592-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a3c773f6-fc2c-4bc2-aa4c-e695f8b5670d-31985966457552896" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln la cartographie de la violence en temps réel, utile en situation de guerre mais anxiogène partout ailleurs --", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln la cartographie de la violence en temps réel, utile en situation de guerre mais anxiogène partout ailleurs --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 768000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln la cartographie de la violence en temps r\\u00e9el, utile en situation de guerre mais anxiog\\u00e8ne partout ailleurs --\", \"created_at\": \"Mon Jan 31 08:03:44 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 81, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31985972707074049, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31985972707074049\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 768000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "84adc135-86e1-4f1f-bb6b-3ed7f407caba-31985972707074049" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky on stage #RSLN http://plixi.com/p/73750856", + "img": { + "src": "" + }, + "title": "Alice Antheaume: Clay shirky on stage #RSLN http://plixi.com/p/73750856", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 791000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [21, 26], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://plixi.com/p/73750856\", \"indices\": [28, 55], \"expanded_url\": null}]}, \"text\": \"Clay shirky on stage #RSLN http://plixi.com/p/73750856\", \"created_at\": \"Mon Jan 31 08:04:07 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 8266352, \"verified\": false, \"profile_sidebar_fill_color\": \"ccebff\", \"is_translator\": false, \"profile_text_color\": \"0C3E53\", \"followers_count\": 43682, \"protected\": false, \"id_str\": \"8266352\", \"profile_background_color\": \"f70a29\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 2373, \"description\": \"Responsable de la prospective \\u00e0 l'\\u00e9cole de journalisme de Sciences Po. Web journaliste pour Slate.fr, ex-20minutes.fr, ex-T\\u00e9l\\u00e9rama.\", \"friends_count\": 1047, \"profile_link_color\": \"f70808\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/409776356/2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296156503/images/themes/theme5/bg.gif\", \"name\": \"Alice Antheaume\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 127, \"screen_name\": \"alicanth\", \"url\": \"http://blog.slate.fr/labo-journalisme-sciences-po/\", \"created_at\": \"Sat Aug 18 14:21:49 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"e0d6cc\", \"following\": null, \"listed_count\": 758}, \"id\": 31986069742292992, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986069742292992\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 791000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "9d440698-8e91-4542-b978-8cb22b811d56-31986069742292992" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "En bon americain, Clay Shirky commence par une belle histoire #rsln ++", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: En bon americain, Clay Shirky commence par une belle histoire #rsln ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 818000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [62, 67], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"En bon americain, Clay Shirky commence par une belle histoire #rsln ++\", \"created_at\": \"Mon Jan 31 08:04:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"location\": \"iPhone: 48.845192,2.237256\", \"utc_offset\": 3600, \"statuses_count\": 1919, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 116}, \"id\": 31986179578527744, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986179578527744\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 818000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7abf0e3b-afe9-424c-a49e-22dbae9de393-31986179578527744" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @GarrettGoodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "img": { + "src": "" + }, + "title": "Christophe Prieuur: RT @GarrettGoodman: @cshirky says,\"I’m an optimist, but that is tempered by realism.\" Then realises his mic is off. #RSLN #fail", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 833000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [96, 101], \"text\": \"RSLN\"}, {\"indices\": [102, 107], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"@cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 07:59:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 960, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31984816979189760, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31984816979189760\", \"in_reply_to_user_id\": 6141832}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 18], \"id\": 28351245, \"screen_name\": \"GarrettGoodman\", \"name\": \"Garrett Goodman\", \"id_str\": \"28351245\"}, {\"indices\": [20, 28], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [116, 121], \"text\": \"RSLN\"}, {\"indices\": [122, 127], \"text\": \"fail\"}], \"urls\": []}, \"text\": \"RT @GarrettGoodman: @cshirky says,\\\"I\\u2019m an optimist, but that is tempered by realism.\\\" Then realises his mic is off. #RSLN #fail\", \"created_at\": \"Mon Jan 31 08:04:49 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 2357391, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 64, \"protected\": false, \"id_str\": \"2357391\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 6, \"utc_offset\": 3600, \"statuses_count\": 244, \"description\": \"Researcher on social networks & graph algorithms\", \"friends_count\": 50, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/30077512/tete-bison_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/525672/araignee-plafond.jpg\", \"name\": \"Christophe Prieuur\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"twytof\", \"url\": null, \"created_at\": \"Mon Mar 26 20:54:50 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31986242954461184, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986242954461184\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 833000, + "tags": [ + { + "id-ref": "f5c83b68-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "dfa4ebef-b70e-4ded-b410-91cf632b8f11-31986242954461184" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 842000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [87, 99], \"text\": \"blendedtech\"}, {\"indices\": [100, 105], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [62, 86], \"expanded_url\": null}]}, \"text\": \"Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:04:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6851, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31986280501874688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986280501874688\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 842000, + "tags": [ + { + "id-ref": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "148e5b7b-1f5a-4221-a9d9-f3ad4bd6670b-31986280501874688" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi \"technologie apparue à Nairobi, Kenya, et qui s'est répandue dans le monde entier\" #rsln ++", + "img": { + "src": "" + }, + "title": "Richard Ying: Ushahidi \"technologie apparue à Nairobi, Kenya, et qui s'est répandue dans le monde entier\" #rsln ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 846000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 104293463, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"profile_text_color\": \"3E4415\", \"followers_count\": 471, \"protected\": false, \"location\": \"Paris\", \"profile_background_color\": \"352726\", \"id_str\": \"104293463\", \"utc_offset\": 3600, \"statuses_count\": 1432, \"description\": \"(Bient\\u00f4t plus) en recherche d'emploi dans la communication web ou le emarketing (http://www.doyoubuzz.com/richard-ying)\\r\\nPhotographe amateur & (ancien) blogueur\", \"friends_count\": 325, \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/679465639/marvin_normal.jpg\", \"is_translator\": false, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296099941/images/themes/theme5/bg.gif\", \"name\": \"Richard Ying\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"richardying\", \"notifications\": null, \"url\": \"http://richard.ying.fr/blog/\", \"created_at\": \"Tue Jan 12 22:32:54 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null, \"listed_count\": 29}, \"favorited\": false, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [92, 97], \"text\": \"rsln\"}], \"urls\": []}, \"contributors\": null, \"truncated\": false, \"text\": \"Ushahidi \\\"technologie apparue \\u00e0 Nairobi, Kenya, et qui s'est r\\u00e9pandue dans le monde entier\\\" #rsln ++\", \"created_at\": \"Mon Jan 31 08:05:02 +0000 2011\", \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 31986297836933121, \"source\": \"TweetDeck\", \"in_reply_to_status_id_str\": null, \"place\": null, \"id_str\": \"31986297836933121\", \"in_reply_to_screen_name\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 846000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c4a6d9f0-29af-49f3-a6ae-e926f1084a36-31986297836933121" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les sms pour amener le web dans la brousse !", + "img": { + "src": "" + }, + "title": "Cyrille Fonvielle: #rsln les sms pour amener le web dans la brousse !", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 848000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les sms pour amener le web dans la brousse !\", \"created_at\": \"Mon Jan 31 08:05:04 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36027828, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 116, \"protected\": false, \"id_str\": \"36027828\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 13, \"utc_offset\": 3600, \"statuses_count\": 867, \"description\": \"\", \"friends_count\": 107, \"location\": \"\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1118444241/Photo_14_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296179758/images/themes/theme1/bg.png\", \"name\": \"Cyrille Fonvielle\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"CyrilleF\", \"url\": \"http://www.cyrillef.fr\", \"created_at\": \"Tue Apr 28 09:27:21 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986306355564545, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986306355564545\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 848000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b7ec955a-9669-492b-8917-ec144e514191-31986306355564545" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "img": { + "src": "" + }, + "title": "guigui bat: RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour râler #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 871000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [73, 78], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:01:51 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 9132482, \"verified\": false, \"profile_sidebar_fill_color\": \"e9c990\", \"is_translator\": false, \"profile_text_color\": \"413735\", \"followers_count\": 1833, \"protected\": false, \"id_str\": \"9132482\", \"profile_background_color\": \"dba15b\", \"listed_count\": 133, \"utc_offset\": 3600, \"statuses_count\": 17761, \"description\": \"Community manager @labelbarclay (Universal Music) - Label manager, blogger @fuckthatworld (FTW)\\r\\n\\r\\nhttp://www.fuckthatworld.com\", \"friends_count\": 865, \"location\": \"Paris, France\", \"profile_link_color\": \"d57a3d\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1221117224/B001751-R2-07-8_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/198033774/fond_twitter.jpg\", \"name\": \"Anthony\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"kanthos\", \"url\": \"http://www.flavors.me/kanthos\", \"created_at\": \"Thu Sep 27 21:41:21 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ded2bc\", \"following\": null}, \"id\": 31985498780078080, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31985498780078080\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 11], \"id\": 9132482, \"screen_name\": \"kanthos\", \"name\": \"Anthony\", \"id_str\": \"9132482\"}, {\"indices\": [16, 25], \"id\": 7298822, \"screen_name\": \"saintbon\", \"name\": \"Em. de Saint-Bon\", \"id_str\": \"7298822\"}], \"hashtags\": [{\"indices\": [86, 91], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @kanthos: RT @saintbon: On est bien en France. Un tweet sur deux, c'est pour r\\u00e2ler #rsln\", \"created_at\": \"Mon Jan 31 08:05:27 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 33849214, \"verified\": false, \"profile_sidebar_fill_color\": \"F7DA93\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 288, \"protected\": false, \"id_str\": \"33849214\", \"profile_background_color\": \"000000\", \"listed_count\": 8, \"utc_offset\": -10800, \"statuses_count\": 1024, \"description\": \"Pigiste (radio latina, voltage...) - Journaliste (ex-G\\u00e9n\\u00e9rations 88.2 fm)\", \"friends_count\": 962, \"location\": \"Paris (France)\", \"profile_link_color\": \"CC3300\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1172856658/GUIGUI_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/173146979/Eastbound_and_Down_Season_2_Debuted_in_HBO.jpg\", \"name\": \"guigui bat\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 5, \"screen_name\": \"guillaumebat\", \"url\": null, \"created_at\": \"Tue Apr 21 08:15:17 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"FFFFFF\", \"following\": null}, \"id\": 31986404686827520, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986404686827520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 871000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b089c539-c908-4399-87f6-27fd12fb11f5-31986404686827520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN", + "img": { + "src": "" + }, + "title": "Christian Porri: http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 887000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [83, 88], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://twitpic.com/3v3p6o\", \"indices\": [0, 25], \"expanded_url\": null}]}, \"text\": \"http://twitpic.com/3v3p6o Rencontre avec Clay Shirky, heureusement on l'entends... #RSLN\", \"created_at\": \"Mon Jan 31 08:05:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Windows Phone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36630982, \"verified\": false, \"profile_sidebar_fill_color\": \"dedede\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 456, \"protected\": false, \"id_str\": \"36630982\", \"profile_background_color\": \"dedede\", \"listed_count\": 11, \"utc_offset\": 3600, \"statuses_count\": 1476, \"description\": \"= French graphic and interactive designer * (GUI + UX + Video games gameplay (\\u2665PC gaming) + Science-fiction + Type + Computing culture + ...)\", \"friends_count\": 614, \"location\": \"On the taskbar\", \"profile_link_color\": \"0a3aff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/239549703/logoTF_twitter_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/15559291/fond-twitter.jpg\", \"name\": \"Christian Porri\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"Tamantafamiglia\", \"url\": \"http://www.christianporri.com\", \"created_at\": \"Thu Apr 30 09:53:45 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"f8f7f7\", \"following\": null}, \"id\": 31986470629675008, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986470629675008\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 887000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a3a42252-81f3-4555-abff-e1273080d7ef-31986470629675008" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @versac: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "img": { + "src": "" + }, + "title": "SandraValerii: RT @versac: Clay Shirky commence avec l'exemple, rendu célèbre en Haïti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 897000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [87, 99], \"text\": \"blendedtech\"}, {\"indices\": [100, 105], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [62, 86], \"expanded_url\": null}]}, \"text\": \"Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:04:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6851, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31986280501874688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986280501874688\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 10], \"id\": 6284172, \"screen_name\": \"versac\", \"name\": \"NicolasVanbremeersch\", \"id_str\": \"6284172\"}], \"hashtags\": [{\"indices\": [99, 111], \"text\": \"blendedtech\"}, {\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://www.ushahidi.com/\", \"indices\": [74, 98], \"expanded_url\": null}]}, \"text\": \"RT @versac: Clay Shirky commence avec l'exemple, rendu c\\u00e9l\\u00e8bre en Ha\\u00efti : http://www.ushahidi.com/ #blendedtech #RSLN ++ :)\", \"created_at\": \"Mon Jan 31 08:05:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 75989724, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 95, \"protected\": false, \"id_str\": \"75989724\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": null, \"statuses_count\": 51, \"description\": \"\", \"friends_count\": 154, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/427409639/moi2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296245718/images/themes/theme1/bg.png\", \"name\": \"SandraValerii\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"SandraValerii\", \"url\": null, \"created_at\": \"Mon Sep 21 09:01:00 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 4}, \"id\": 31986513839394816, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986513839394816\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 897000, + "tags": [ + { + "id-ref": "f5ce4454-982c-11e1-9f9f-00145ea4a2be" + } + ], + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "99afc6f7-1840-49a7-80aa-2522e7cf6296-31986513839394816" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi, une plateforme inventée au Kenya http://bit.ly/dCSATj L'équivalent nuémrique du développement du micro-crédit #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Ushahidi, une plateforme inventée au Kenya http://bit.ly/dCSATj L'équivalent nuémrique du développement du micro-crédit #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 905000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [120, 125], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/dCSATj\", \"indices\": [43, 63], \"expanded_url\": null}]}, \"text\": \"Ushahidi, une plateforme invent\\u00e9e au Kenya http://bit.ly/dCSATj L'\\u00e9quivalent nu\\u00e9mrique du d\\u00e9veloppement du micro-cr\\u00e9dit #RSLN\", \"created_at\": \"Mon Jan 31 08:06:01 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5189, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31986544894025728, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986544894025728\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 905000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "93ac26d2-8571-4ea7-8af8-823f2b53949c-31986544894025728" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 929000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 82, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 929000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d665d937-20e1-4281-aa3f-d311478ad9fe-31986647222452224" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln", + "img": { + "src": "" + }, + "title": "peopleare: #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 947000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln\", \"created_at\": \"Mon Jan 31 08:06:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14177974, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 10, \"protected\": false, \"id_str\": \"14177974\", \"profile_background_color\": \"1A1B1F\", \"location\": \"\", \"utc_offset\": 3600, \"statuses_count\": 1, \"description\": \"\", \"friends_count\": 17, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/128858275/Av_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1295051201/images/themes/theme9/bg.gif\", \"name\": \"peopleare\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"peopleare\", \"url\": null, \"created_at\": \"Wed Mar 19 16:54:53 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 0}, \"id\": 31986723009339392, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986723009339392\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 947000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "523773b2-940d-49b4-b927-e9c5754a42fa-31986723009339392" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"La technologie doit donner envie de participer, même aux néophytes, et de faire des choses utiles\" - @cshirky #RSLN ++", + "img": { + "src": "" + }, + "title": "B. Minded: \"La technologie doit donner envie de participer, même aux néophytes, et de faire des choses utiles\" - @cshirky #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 976000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [102, 110], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [111, 116], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"La technologie doit donner envie de participer, m\\u00eame aux n\\u00e9ophytes, et de faire des choses utiles\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:07:12 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 222, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31986844849672192, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986844849672192\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 976000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "4f660231-ecec-486d-b834-0d49dcb77126-31986844849672192" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Nicolas Hulot a invité Clay Shirky à présenter sa nouvelle émission #rsln", + "img": { + "src": "" + }, + "title": "Christophe Prieuur: Nicolas Hulot a invité Clay Shirky à présenter sa nouvelle émission #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 979000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [68, 73], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Nicolas Hulot a invit\\u00e9 Clay Shirky \\u00e0 pr\\u00e9senter sa nouvelle \\u00e9mission #rsln\", \"created_at\": \"Mon Jan 31 08:07:15 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 2357391, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 64, \"protected\": false, \"id_str\": \"2357391\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 245, \"description\": \"Researcher on social networks & graph algorithms\", \"friends_count\": 50, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/30077512/tete-bison_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/525672/araignee-plafond.jpg\", \"name\": \"Christophe Prieuur\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"twytof\", \"url\": null, \"created_at\": \"Mon Mar 26 20:54:50 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 6}, \"id\": 31986856920883200, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986856920883200\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 979000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "0f2f20ef-f0ea-44ca-af4d-ca04de0c0887-31986856920883200" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...", + "img": { + "src": "" + }, + "title": "tibo c: #rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 986000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln bottom up platforms all over the world ++ : violence map, traffic, electoral fraud...\", \"created_at\": \"Mon Jan 31 08:07:22 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"location\": null, \"utc_offset\": 3600, \"statuses_count\": 29, \"description\": null, \"friends_count\": 12, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 0}, \"id\": 31986884519403520, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986884519403520\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 986000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "580cca57-71b6-4ac3-9466-5b4eaf1c1a5c-31986884519403520" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Ushahidi ... Inventé à Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\n#RSLN ++", + "img": { + "src": "" + }, + "title": "chaffiotte: Ushahidi ... Inventé à Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\n#RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 994000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Ushahidi ... Invent\\u00e9 \\u00e0 Nairobi : information collection, visualization and interactive mapping : un bon exemple de valeur d'usage\\n#RSLN\", \"created_at\": \"Mon Jan 31 08:07:30 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 26260924, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 326, \"protected\": false, \"id_str\": \"26260924\", \"profile_background_color\": \"131516\", \"listed_count\": 16, \"utc_offset\": -10800, \"statuses_count\": 666, \"description\": \"ceo of JWT Paris/ I love the social media revolution and I want to be part of it : vive la revolution !!!/master class in hyper island /runner & biker\", \"friends_count\": 708, \"location\": \"paris\", \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1219068025/IMG_0928_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/171909728/twilk_background_4ce11ca768fe7.jpg\", \"name\": \"chaffiotte\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 191, \"screen_name\": \"clachaf\", \"url\": \"http://chaff.unblog.fr\", \"created_at\": \"Tue Mar 24 15:49:07 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"ededed\", \"following\": null}, \"id\": 31986919567003648, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986919567003648\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 994000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ad674d93-be78-46d1-ade9-1b88352156f7-31986919567003648" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky sur Ushahidi \"pas besoin de venir de Mountain View, Californie, pour se développer dans le monde\" #rsln", + "img": { + "src": "" + }, + "title": "Richard Ying: Clay Shirky sur Ushahidi \"pas besoin de venir de Mountain View, Californie, pour se développer dans le monde\" #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 997000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [110, 115], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay Shirky sur Ushahidi \\\"pas besoin de venir de Mountain View, Californie, pour se d\\u00e9velopper dans le monde\\\" #rsln\", \"created_at\": \"Mon Jan 31 08:07:33 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 104293463, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 471, \"protected\": false, \"id_str\": \"104293463\", \"profile_background_color\": \"352726\", \"listed_count\": 29, \"utc_offset\": 3600, \"statuses_count\": 1433, \"description\": \"(Bient\\u00f4t plus) en recherche d'emploi dans la communication web ou le emarketing (http://www.doyoubuzz.com/richard-ying)\\r\\nPhotographe amateur & (ancien) blogueur\", \"friends_count\": 325, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/679465639/marvin_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296099941/images/themes/theme5/bg.gif\", \"name\": \"Richard Ying\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"richardying\", \"url\": \"http://richard.ying.fr/blog/\", \"created_at\": \"Tue Jan 12 22:32:54 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31986931373965312, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986931373965312\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 997000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7b8cdc48-a872-484c-a556-9866ffbc42d9-31986931373965312" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Entièrement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le téléphone de base #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Entièrement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le téléphone de base #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 998000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [119, 124], \"text\": \"RSLN\"}], \"urls\": [{\"url\": \"http://bit.ly/dCSATj\", \"indices\": [47, 67], \"expanded_url\": null}]}, \"text\": \"Enti\\u00e8rement fait par des volontaires, Ushahidi http://bit.ly/dCSATj offre un pont entre le web et le t\\u00e9l\\u00e9phone de base #RSLN\", \"created_at\": \"Mon Jan 31 08:07:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5190, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31986936306475008, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986936306475008\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 998000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ee47d8e1-2312-48ee-887f-68d06ba3c24b-31986936306475008" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: @CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1004000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 9], \"id\": 36027828, \"screen_name\": \"CyrilleF\", \"name\": \"Cyrille Fonvielle\", \"id_str\": \"36027828\"}], \"hashtags\": [{\"indices\": [53, 58], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@CyrilleF le coveritlive semble ramer. Suivre le tag #RSLN directement... :(\", \"created_at\": \"Mon Jan 31 08:07:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": \"31983580863270912\", \"coordinates\": null, \"in_reply_to_user_id_str\": \"36027828\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": 31983580863270912, \"in_reply_to_screen_name\": \"CyrilleF\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"listed_count\": 586, \"utc_offset\": 3600, \"statuses_count\": 6852, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"location\": \"Paris\", \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null}, \"id\": 31986959354171392, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986959354171392\", \"in_reply_to_user_id\": 36027828}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1004000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2bcbfb84-ad91-4309-875f-1ff4a158323c-31986959354171392" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1016000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [132, 140], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln We test for usability, but what matters in civic engagement is what makes people want to use the application in the 1st place @cshirky\", \"created_at\": \"Mon Jan 31 08:07:52 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4632, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31987011116077056, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987011116077056\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1016000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e0de5ce3-a9fe-4b1d-8828-63b8c1100327-31987011116077056" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay ouvre sa conférence avec les mêmes exemples qu'à TED : Ushahidi et les autres exemples de crowdsourcing citoyen.", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Clay ouvre sa conférence avec les mêmes exemples qu'à TED : Ushahidi et les autres exemples de crowdsourcing citoyen.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1028000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay ouvre sa conf\\u00e9rence avec les m\\u00eames exemples qu'\\u00e0 TED : Ushahidi et les autres exemples de crowdsourcing citoyen.\", \"created_at\": \"Mon Jan 31 08:08:04 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"listed_count\": 4, \"utc_offset\": 3600, \"statuses_count\": 176, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 218, \"location\": \"Paris - Ze capitale of ze love\", \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null}, \"id\": 31987061594529792, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987061594529792\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1028000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "5d6624a4-ab46-4f25-9212-15ea5e3c648b-31987061594529792" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech. ++", + "img": { + "src": "" + }, + "title": "dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech. ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1032000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"listed_count\": 65, \"utc_offset\": -28800, \"statuses_count\": 694, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"location\": \"iPhone: 37.785871,-122.405417\", \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null}, \"id\": 31987077629353984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987077629353984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1032000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a0eaec31-b3f3-473d-9d49-5db9c8108531-31987077629353984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1044000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [131, 136], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@cshirky 3 features of Ushahidi: blended tech, opportunity design, coordinated voluntary participation. That is Cognitive Surplus. #RSLN\", \"created_at\": \"Mon Jan 31 08:08:20 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 347, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"listed_count\": 15, \"utc_offset\": 3600, \"statuses_count\": 961, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31987129944899584, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987129944899584\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1044000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "56765e7a-5e78-4c90-99f0-9754a9ba5c3f-31987129944899584" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++", + "img": { + "src": "" + }, + "title": "Guillaume Decugis: Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1047000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [14, 19], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://ushahidi.com/\", \"indices\": [20, 40], \"expanded_url\": null}]}, \"text\": \"Clay Shirky @ #rsln http://ushahidi.com/ made in Nairobi, Kenya (and not the valley) to visually report violence, events, etc... ++\", \"created_at\": \"Mon Jan 31 08:08:23 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 24404173, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 597, \"protected\": false, \"id_str\": \"24404173\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1705, \"description\": \"Mobile & Web entrepreneur (Goojet / Scoop.it CEO). Skier. Gamer.\", \"friends_count\": 408, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1107041216/GD_N_B_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296072137/images/themes/theme14/bg.gif\", \"name\": \"Guillaume Decugis\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 11, \"screen_name\": \"gdecugis\", \"url\": \"http://www.scoop.it\", \"created_at\": \"Sat Mar 14 18:03:10 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 46}, \"id\": 31987139579219970, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987139579219970\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1047000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fd898cbc-613c-483b-8cf2-ec51e04c3fdf-31987139579219970" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN cognitive surplus = Agregation of free time ++", + "img": { + "src": "" + }, + "title": "steamwolf: #RSLN cognitive surplus = Agregation of free time ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1055000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN cognitive surplus = Agregation of free time ++\", \"created_at\": \"Mon Jan 31 08:08:31 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18229221, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 73, \"protected\": false, \"id_str\": \"18229221\", \"profile_background_color\": \"352726\", \"listed_count\": 1, \"utc_offset\": 3600, \"statuses_count\": 1037, \"description\": \"IT senior consultant, Sciences Ph.D.\\r\\nmajor survey : NTIC, healthcare and CRM.\\r\\nSocial media and Apple addict.\\r\\nweb and innovation never stop, neither do I\\r\\n\", \"friends_count\": 228, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/67909625/wolf_forum_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"steamwolf\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 30, \"screen_name\": \"steamwolf\", \"url\": \"http://dagautier.tumblr.com/\", \"created_at\": \"Thu Dec 18 23:58:20 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31987173393694720, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987173393694720\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1055000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "fa78ba38-eccd-4aea-82f6-fafdeb768d79-31987173393694720" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Des individus contribuent avec leurs moyens numériques et les contenus sont agrégés Ushahidi #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Des individus contribuent avec leurs moyens numériques et les contenus sont agrégés Ushahidi #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1058000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [93, 98], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Des individus contribuent avec leurs moyens num\\u00e9riques et les contenus sont agr\\u00e9g\\u00e9s Ushahidi #RSLN\", \"created_at\": \"Mon Jan 31 08:08:34 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5191, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987185867558912, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987185867558912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1058000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "4f56d1d0-71f6-4e08-9ca3-1a563c38e650-31987185867558912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1064000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14430897, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 767, \"protected\": false, \"id_str\": \"14430897\", \"profile_background_color\": \"EBEBEB\", \"location\": \"iPhone: 37.785871,-122.405417\", \"utc_offset\": -28800, \"statuses_count\": 694, \"description\": \"President & CEO of RebellionLab - Digital strategy\", \"friends_count\": 406, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/95589251/3283-0263-retouched_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"dominiquepiotet\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"dominiquepiotet\", \"url\": \"http://www.rebellionlab.com\", \"created_at\": \"Fri Apr 18 07:57:22 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Pacific Time (US & Canada)\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 65}, \"id\": 31987077629353984, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31987077629353984\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 19], \"id\": 14430897, \"screen_name\": \"dominiquepiotet\", \"name\": \"dominiquepiotet\", \"id_str\": \"14430897\"}], \"hashtags\": [{\"indices\": [21, 26], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"RT @dominiquepiotet: #RSLN. Clay Shirky : Ushahidi is not high tech or low tech : it's blended tech.\", \"created_at\": \"Mon Jan 31 08:08:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5192, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987211511537664, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31987211511537664\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1064000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "97ef046f-8920-4440-8bf5-3e2feab0f554-31987211511537664" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Clay shirky a un petit air de tom hanks non? :) #rsln", + "img": { + "src": "" + }, + "title": "Sane Lebrun: Clay shirky a un petit air de tom hanks non? :) #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1076000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [48, 53], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Clay shirky a un petit air de tom hanks non? :) #rsln\", \"created_at\": \"Mon Jan 31 08:08:52 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 36333549, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 686, \"protected\": false, \"id_str\": \"36333549\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3487, \"description\": \"Product Manager (global) for a videogame publisher (iPhone, iPad, etc). Graduated from ESCP Europe (Master in Management). Electro music addict.\", \"friends_count\": 1204, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/190531233/n576390766_6339_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296072137/images/themes/theme1/bg.png\", \"name\": \"Sane Lebrun\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"SaneFive\", \"url\": \"http://www.playfive.fr\", \"created_at\": \"Wed Apr 29 11:06:23 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 25}, \"id\": 31987261545390080, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987261545390080\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1076000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7ccde140-d71b-4941-8fbe-d089051caf8d-31987261545390080" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "Stanm: RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1082000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 82, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 68424173, \"screen_name\": \"vincentpuig\", \"name\": \"Vincent Puig\", \"id_str\": \"68424173\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [60, 102], \"expanded_url\": null}]}, \"text\": \"RT @vincentpuig: #rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:08:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 906, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31987290372833280, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987290372833280\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1082000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2cb968cf-9e18-450d-8970-06bc3cbef44d-31987290372833280" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Et le jean et la dégaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: Et le jean et la dégaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1109000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [43, 52], \"id\": 36333549, \"screen_name\": \"SaneFive\", \"name\": \"Sane Lebrun\", \"id_str\": \"36333549\"}], \"hashtags\": [{\"indices\": [102, 107], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Et le jean et la d\\u00e9gaine qui va bien... RT @SaneFive: Clay shirky a un petit air de tom hanks non? :) #rsln\", \"created_at\": \"Mon Jan 31 08:09:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 5193, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null, \"listed_count\": 63}, \"id\": 31987400594948096, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987400594948096\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1109000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "54299691-eed0-495f-bf34-8041f905b6ff-31987400594948096" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Utiliser à bon escient le temps libre pour faire des réalisations participatives, civiques, grâce à l'information. #RSLN @cshirky", + "img": { + "src": "" + }, + "title": "B. Minded: Utiliser à bon escient le temps libre pour faire des réalisations participatives, civiques, grâce à l'information. #RSLN @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1110000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [115, 120], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Utiliser \\u00e0 bon escient le temps libre pour faire des r\\u00e9alisations participatives, civiques, gr\\u00e2ce \\u00e0 l'information. #RSLN @cshirky\", \"created_at\": \"Mon Jan 31 08:09:26 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 223, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31987405376462848, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987405376462848\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1110000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "555aed43-371a-435a-a8f9-34d4f0943ce6-31987405376462848" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln clay speak about cognitive surplus @microsoft ==", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln clay speak about cognitive surplus @microsoft ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1142000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [41, 51], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln clay speak about cognitive surplus @microsoft ==\", \"created_at\": \"Mon Jan 31 08:09:58 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"listed_count\": 41, \"utc_offset\": -10800, \"statuses_count\": 1664, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"location\": \"Paris, France\", \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null}, \"id\": 31987540001034240, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987540001034240\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1142000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "0ba6928c-36ac-4bb9-8cf4-ac85ec2c5e53-31987540001034240" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN Cognitive Surplus utilisation : a form of civic action ++", + "img": { + "src": "" + }, + "title": "steamwolf: #RSLN Cognitive Surplus utilisation : a form of civic action ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1153000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN Cognitive Surplus utilisation : a form of civic action ++\", \"created_at\": \"Mon Jan 31 08:10:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18229221, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 73, \"protected\": false, \"id_str\": \"18229221\", \"profile_background_color\": \"352726\", \"listed_count\": 1, \"utc_offset\": 3600, \"statuses_count\": 1038, \"description\": \"IT senior consultant, Sciences Ph.D.\\r\\nmajor survey : NTIC, healthcare and CRM.\\r\\nSocial media and Apple addict.\\r\\nweb and innovation never stop, neither do I\\r\\n\", \"friends_count\": 228, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/67909625/wolf_forum_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/a/1296265969/images/themes/theme5/bg.gif\", \"name\": \"steamwolf\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 30, \"screen_name\": \"steamwolf\", \"url\": \"http://dagautier.tumblr.com/\", \"created_at\": \"Thu Dec 18 23:58:20 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31987584431300609, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987584431300609\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1153000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2ca29e25-fd73-4740-a738-692a59d685a8-31987584431300609" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln De l'information à l'action, le chemin n'est pas forcément aussi direct --", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln De l'information à l'action, le chemin n'est pas forcément aussi direct --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1162000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln De l'information \\u00e0 l'action, le chemin n'est pas forc\\u00e9ment aussi direct --\", \"created_at\": \"Mon Jan 31 08:10:18 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 83, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31987622867902464, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987622867902464\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1162000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "672067e8-d8ff-4f3c-8138-71ac8ee66af4-31987622867902464" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln == http://t.co/DWhd8FM", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln == http://t.co/DWhd8FM", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1193000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://t.co/DWhd8FM\", \"indices\": [9, 28], \"expanded_url\": \"http://twitpic.com/3v3qdr\", \"display_url\": \"twitpic.com/3v3qdr\"}]}, \"text\": \"#rsln == http://t.co/DWhd8FM\", \"created_at\": \"Mon Jan 31 08:10:49 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"listed_count\": 41, \"utc_offset\": -10800, \"statuses_count\": 1665, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"location\": \"Paris, France\", \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null}, \"id\": 31987754690678784, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31987754690678784\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1193000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d6136d85-502d-4dbd-92c7-205a3fd488e6-31987754690678784" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@cshirky)", + "img": { + "src": "" + }, + "title": "[Enikao]: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@cshirky)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1257000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [119, 127], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@cshirky)\", \"created_at\": \"Mon Jan 31 08:11:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"listed_count\": 230, \"utc_offset\": 3600, \"statuses_count\": 9111, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"location\": \"Paris\", \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null}, \"id\": 31988022811561984, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988022811561984\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1257000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "f1ec6223-723e-43ff-8271-261b3c92e031-31988022811561984" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1285000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value from People to Orgs (P2O, citizen as sensor) eg Open311.\", \"created_at\": \"Mon Jan 31 08:12:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4633, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31988138171703296, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988138171703296\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1285000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "065e2a82-df5a-48f8-b930-64f576918362-31988138171703296" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanité--", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanité--", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1288000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les citoyens sont des capteurs ... vision effrayante d'une nouvelle humanit\\u00e9--\", \"created_at\": \"Mon Jan 31 08:12:24 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 84, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31988154219102208, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988154219102208\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1288000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ebddeaf0-eee1-4802-b938-5302a2cd1f8f-31988154219102208" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"smart consumer\"... Ça doit être moi, ça... #RSLN", + "img": { + "src": "" + }, + "title": "Thierry Do Espirito: \"smart consumer\"... Ça doit être moi, ça... #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1309000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [44, 49], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"smart consumer\\\"... \\u00c7a doit \\u00eatre moi, \\u00e7a... #RSLN\", \"created_at\": \"Mon Jan 31 08:12:45 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 13339372, \"verified\": false, \"profile_sidebar_fill_color\": \"DDFFCC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 496, \"protected\": false, \"id_str\": \"13339372\", \"profile_background_color\": \"9AE4E8\", \"listed_count\": 63, \"utc_offset\": 3600, \"statuses_count\": 5194, \"description\": \"Blogueur\\u20d2 Auteur\\u20d2 Expert marketing personnel\\u20d2 Personal Branding Agent\\u20d2 Speaker\\u20d2 Writer\", \"friends_count\": 330, \"location\": \"Paris\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1136651749/58390_429814743270_703353270_5044224_5871872_n_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/190951982/130820093636.jpg\", \"name\": \"Thierry Do Espirito\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 9, \"screen_name\": \"Doespirito\", \"url\": \"http://www.tde.fr\", \"created_at\": \"Mon Feb 11 08:21:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"BDDCAD\", \"following\": null}, \"id\": 31988242005884928, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988242005884928\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1309000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "63252f66-2e00-4308-b0e4-a35101384770-31988242005884928" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN", + "img": { + "src": "" + }, + "title": "Stanm: Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1327000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [66, 71], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Seeclickfix, fixmystret.com: citizens as sensors (not censors ;-) #RSLN\", \"created_at\": \"Mon Jan 31 08:13:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 907, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31988317780189185, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988317780189185\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1327000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "7adfa340-c194-4df5-b785-a1b475ea7a30-31988317780189185" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1338000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [90, 95], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"La segmentation de la participation du public de Clay Shirky est simple, mais robuste. ++ #RSLN\", \"created_at\": \"Mon Jan 31 08:13:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6853, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31988363938496513, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988363938496513\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1338000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d158ccd2-47e2-4a03-b367-54435bbf0d65-31988363938496513" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @eni_kao: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@csh ...", + "img": { + "src": "" + }, + "title": "marjoriepaillon: RT @eni_kao: [Politix] Permettre aux citoyens d'être des senseurs : ils fournissent la donnée au bénéfice des gouvernements. #RSLN (@csh ...", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1355000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [119, 127], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [112, 117], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@cshirky)\", \"created_at\": \"Mon Jan 31 08:11:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 9111, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null, \"listed_count\": 230}, \"id\": 31988022811561984, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31988022811561984\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 11], \"id\": 14974710, \"screen_name\": \"eni_kao\", \"name\": \"[Enikao]\", \"id_str\": \"14974710\"}, {\"indices\": [132, 136], \"id\": 4687901, \"screen_name\": \"CSH\", \"name\": \"Charles Harvey\", \"id_str\": \"4687901\"}], \"hashtags\": [{\"indices\": [125, 130], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"RT @eni_kao: [Politix] Permettre aux citoyens d'\\u00eatre des senseurs : ils fournissent la donn\\u00e9e au b\\u00e9n\\u00e9fice des gouvernements. #RSLN (@csh ...\", \"created_at\": \"Mon Jan 31 08:13:31 +0000 2011\", \"truncated\": true, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 16039806, \"verified\": false, \"profile_sidebar_fill_color\": \"F3F3F3\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 3807, \"protected\": false, \"id_str\": \"16039806\", \"profile_background_color\": \"EBEBEB\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1935, \"description\": \"Journaliste News, Web & Mag \\r\\n// R\\u00e9f\\u00e9rences: @ilovepolitics,BFMTV,France 5 \", \"friends_count\": 622, \"profile_link_color\": \"990000\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/401202539/Image_1_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme7/bg.gif\", \"name\": \"marjoriepaillon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"marjoriepaillon\", \"url\": \"http://www.ilovepolitics.info\", \"created_at\": \"Fri Aug 29 09:08:16 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"DFDFDF\", \"following\": null, \"listed_count\": 346}, \"id\": 31988432993525761, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31988432993525761\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1355000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "71f695ce-68b1-481a-96c1-19452097f2ec-31988432993525761" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln == \"citizen as sensor\" / \"smart consumer\" / ...", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln == \"citizen as sensor\" / \"smart consumer\" / ...", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1366000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln == \\\"citizen as sensor\\\" / \\\"smart consumer\\\" / ...\", \"created_at\": \"Mon Jan 31 08:13:42 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1666, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31988479382519808, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988479382519808\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1366000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "224867c5-0c16-41be-9008-376786d28172-31988479382519808" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1422000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value: Org to People, Smart Consumers, eg info on electrcity consumption, electoral donations.\", \"created_at\": \"Mon Jan 31 08:14:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4634, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31988714007699456, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988714007699456\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1422000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a1bc35a2-85e6-4b33-b6fa-258d59f19979-31988714007699456" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "code for america : le réseau social collaboratif des villes US #rsln", + "img": { + "src": "" + }, + "title": "la pinta: code for america : le réseau social collaboratif des villes US #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1446000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [63, 68], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 3123, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null, \"listed_count\": 159}, \"id\": 31988814801010688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988814801010688\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1446000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c798f63b-b5f0-420c-8679-bce3e5e871b2-31988814801010688" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"Rendre la donnée publique pour que les citoyens éclairent les décisions politiques et prennent des décisions éclairées\" @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "B. Minded: \"Rendre la donnée publique pour que les citoyens éclairent les décisions politiques et prennent des décisions éclairées\" @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1452000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"\\\"Rendre la donn\\u00e9e publique pour que les citoyens \\u00e9clairent les d\\u00e9cisions politiques et prennent des d\\u00e9cisions \\u00e9clair\\u00e9es\\\" @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:15:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic twhirl\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 138714711, \"verified\": false, \"profile_sidebar_fill_color\": \"fcfcfc\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 225, \"protected\": false, \"id_str\": \"138714711\", \"profile_background_color\": \"fcfcfc\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 224, \"description\": \"Burson-Marsteller Paris : agence conseil en relations publiques, affaires publiques et communication de crise. \", \"friends_count\": 113, \"location\": \"Boulogne-Billancourt\", \"profile_link_color\": \"ed4f27\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/874932501/Logo_Twitter_2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/98374254/B-Minded_Twitter_degrade.jpg\", \"name\": \"B. Minded\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"B_Minded\", \"url\": \"http://www.bmparisblog.com\", \"created_at\": \"Fri Apr 30 10:57:59 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ed4f27\", \"following\": null}, \"id\": 31988838863732736, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988838863732736\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1452000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "6145c2ec-41f7-4bba-b617-494348d471d2-31988838863732736" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question", + "color": "16763904", + "polemics": ["Q", "KO", "OK", "REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1458000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln polemic syntaxe : ++ : i like / -- : i dislike / == : reference / ?? : Question\", \"created_at\": \"Mon Jan 31 08:15:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1667, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31988863538831361, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988863538831361\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1458000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c68cb5fb-f2e1-49a6-8adb-f18b81ca1f35-31988863538831361" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic value: Org-to-Org, Partnership, eg Code for America.", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic value: Org-to-Org, Partnership, eg Code for America.", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1465000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic value: Org-to-Org, Partnership, eg Code for America.\", \"created_at\": \"Mon Jan 31 08:15:21 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4635, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31988892798291968, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988892798291968\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1465000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ff4cc5ef-239b-4b6f-9a5a-43980f1f74b6-31988892798291968" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @flapinta: code for america : le réseau social collaboratif des villes US #rsln", + "img": { + "src": "" + }, + "title": "Stanm: RT @flapinta: code for america : le réseau social collaboratif des villes US #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1490000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [63, 68], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"HootSuite\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 17152456, \"verified\": false, \"profile_sidebar_fill_color\": \"a6a3a6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 1320, \"protected\": false, \"id_str\": \"17152456\", \"profile_background_color\": \"131516\", \"listed_count\": 159, \"utc_offset\": 3600, \"statuses_count\": 3123, \"description\": \"Web Marketing Manager and 2.0:HR brand, employer e-reputation, 2.0 enterprise, corporate social network, digital and social medias\", \"friends_count\": 404, \"location\": \"Paris\", \"profile_link_color\": \"fc0324\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1142246922/IMG_3406_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/53757829/twilk_background.jpg\", \"name\": \"la pinta\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 6, \"screen_name\": \"flapinta\", \"url\": \"http://www.delicious.com/francklapinta\", \"created_at\": \"Tue Nov 04 09:59:34 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"424142\", \"following\": null}, \"id\": 31988814801010688, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988814801010688\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 12], \"id\": 17152456, \"screen_name\": \"flapinta\", \"name\": \"la pinta\", \"id_str\": \"17152456\"}], \"hashtags\": [{\"indices\": [77, 82], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @flapinta: code for america : le r\\u00e9seau social collaboratif des villes US #rsln\", \"created_at\": \"Mon Jan 31 08:15:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"listed_count\": 40, \"utc_offset\": 3600, \"statuses_count\": 908, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"location\": \"Paris\", \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null}, \"id\": 31988999027429376, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31988999027429376\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1490000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "104f925e-221c-4e97-a076-2405e5e14987-31988999027429376" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1544000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Civic Value: People to People, Platform for Civic Action, eg what I'm working on :)\", \"created_at\": \"Mon Jan 31 08:16:40 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4636, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31989228145479680, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989228145479680\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1544000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b55fb9b7-b082-4db6-a899-b2088f85c882-31989228145479680" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@cshirky : Govs are afraid of synchronized groups. That’s what changes politics. #rsln", + "img": { + "src": "" + }, + "title": "Garrett Goodman: @cshirky : Govs are afraid of synchronized groups. That’s what changes politics. #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1554000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 8], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [81, 86], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"@cshirky : Govs are afraid of synchronized groups. That\\u2019s what changes politics. #rsln\", \"created_at\": \"Mon Jan 31 08:16:50 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": \"6141832\", \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": \"cshirky\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 28351245, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 348, \"protected\": false, \"id_str\": \"28351245\", \"profile_background_color\": \"00a4da\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 962, \"description\": \"New media man. Technology enthusiast, gadget fanatic, and avid amateur photographer.\", \"friends_count\": 679, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1129450056/profile_pic_normal.JPG\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a0.twimg.com/profile_background_images/91764736/Garrett_Twitter.png\", \"name\": \"Garrett Goodman\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"GarrettGoodman\", \"url\": \"http://www.garrettgoodman.com\", \"created_at\": \"Thu Apr 02 14:52:14 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 15}, \"id\": 31989270000439297, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989270000439297\", \"in_reply_to_user_id\": 6141832}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1554000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "676ae1cb-377f-441e-82d3-3e1069620518-31989270000439297" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln La Lybie interdit les match de football par peur de manif anti gouvernement --", + "img": { + "src": "" + }, + "title": "tibo c: #rsln La Lybie interdit les match de football par peur de manif anti gouvernement --", + "color": "16763904", + "polemics": ["KO"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1560000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln La Lybie interdit les match de football par peur de manif anti gouvernement --\", \"created_at\": \"Mon Jan 31 08:16:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 30, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31989295094960128, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989295094960128\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1560000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a688883e-99e5-4b56-b247-262cb9c188b3-31989295094960128" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln l'image culturelle produite par la foule est elle conforme à l'image culturelle que nous imaginons pour nos groupes sociaux ??", + "img": { + "src": "" + }, + "title": "Vincent Puig: #rsln l'image culturelle produite par la foule est elle conforme à l'image culturelle que nous imaginons pour nos groupes sociaux ??", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1570000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln l'image culturelle produite par la foule est elle conforme \\u00e0 l'image culturelle que nous imaginons pour nos groupes sociaux ??\", \"created_at\": \"Mon Jan 31 08:17:06 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"location\": \"Paris, France\", \"utc_offset\": 3600, \"statuses_count\": 85, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 5}, \"id\": 31989337163825152, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989337163825152\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1570000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "359e7c36-ad95-4001-aa56-b457c6559df3-31989337163825152" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN ++", + "img": { + "src": "" + }, + "title": "Stanm: 'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1584000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [82, 87], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"'Governemnts are afraid of synchronized group'. Better expression than smart mobs #RSLN\", \"created_at\": \"Mon Jan 31 08:17:20 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7937452, \"verified\": false, \"profile_sidebar_fill_color\": \"e0ff92\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 537, \"protected\": false, \"id_str\": \"7937452\", \"profile_background_color\": \"9ae4e8\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 909, \"description\": \"Social Media Analyst, Politigeek (netpolitique.net)\", \"friends_count\": 224, \"profile_link_color\": \"0000ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/27737392/stansp2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296173346/images/themes/theme1/bg.png\", \"name\": \"Stanm\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 3, \"screen_name\": \"Stanm\", \"url\": null, \"created_at\": \"Fri Aug 03 17:51:17 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"87bc44\", \"following\": null, \"listed_count\": 40}, \"id\": 31989392583168000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989392583168000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1584000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "d144b130-a959-4602-a2c5-2c2ccb8a5ef0-31989392583168000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "img": { + "src": "" + }, + "title": "Robin Berjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1599000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [96, 104], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:17:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 4637, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null, \"listed_count\": 76}, \"id\": 31989455556444160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989455556444160\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1599000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "b8cb2f37-0cb6-45c6-8e37-79da8f7d53b1-31989455556444160" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Kouote] \"Les gouvernements n'ont pas peur des gens individuellement informés, ils ont peur des groupes synchronisés\" - @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "[Enikao]: [Kouote] \"Les gouvernements n'ont pas peur des gens individuellement informés, ils ont peur des groupes synchronisés\" - @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1610000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [121, 129], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [130, 135], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Kouote] \\\"Les gouvernements n'ont pas peur des gens individuellement inform\\u00e9s, ils ont peur des groupes synchronis\\u00e9s\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:17:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3030, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 9112, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null, \"listed_count\": 230}, \"id\": 31989502138388480, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989502138388480\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1610000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "23cd3ce7-35bc-4d8b-9909-d14a9ade0dba-31989502138388480" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\" @cshirky #rsln", + "img": { + "src": "" + }, + "title": "Guillaume Decugis: \"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\" @cshirky #rsln", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1637000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [101, 109], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [110, 115], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\\"governments have nothing to fear of informed individuals; but they should fear synchronized crowds\\\" @cshirky #rsln\", \"created_at\": \"Mon Jan 31 08:18:13 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 24404173, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 597, \"protected\": false, \"id_str\": \"24404173\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1706, \"description\": \"Mobile & Web entrepreneur (Goojet / Scoop.it CEO). Skier. Gamer.\", \"friends_count\": 408, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1107041216/GD_N_B_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296072137/images/themes/theme14/bg.gif\", \"name\": \"Guillaume Decugis\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 11, \"screen_name\": \"gdecugis\", \"url\": \"http://www.scoop.it\", \"created_at\": \"Sat Mar 14 18:03:10 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 46}, \"id\": 31989616357679105, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989616357679105\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1637000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "22741a60-5f15-4c3f-8439-5c6aea35fac5-31989616357679105" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#RSLN. Quelle est la nécessité d'une structure organisationnelle pour traiter l'information à l'heure ou chaque citoyen est un informateur ??", + "img": { + "src": "" + }, + "title": "Rémi Rivas: #RSLN. Quelle est la nécessité d'une structure organisationnelle pour traiter l'information à l'heure ou chaque citoyen est un informateur ??", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1642000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"#RSLN. Quelle est la n\\u00e9cessit\\u00e9 d'une structure organisationnelle pour traiter l'information \\u00e0 l'heure ou chaque citoyen est un informateur?\", \"created_at\": \"Mon Jan 31 08:18:18 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"web\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 201324303, \"verified\": false, \"profile_sidebar_fill_color\": \"ffff00\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 71, \"protected\": false, \"id_str\": \"201324303\", \"profile_background_color\": \"000000\", \"location\": \"Paris - Ze capitale of ze love\", \"utc_offset\": 3600, \"statuses_count\": 177, \"description\": \"R\\u00e9mi Rivas - Consultant Marketing NTIC - J'aime le Marketing, La Cantine, Seth Godin, TED et New ORDER. Actuellement au D\\u00e9veloppement Digital chez Altavia.\", \"friends_count\": 218, \"profile_link_color\": \"ff002b\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1143045761/photo_normal.jpeg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/179043662/1291720196yellowwhite.jpg\", \"name\": \"R\\u00e9mi Rivas\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"remirivas\", \"url\": \"http://www.doyoubuzz.com/remi-rivas\", \"created_at\": \"Mon Oct 11 16:10:35 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"ffbf00\", \"following\": null, \"listed_count\": 4}, \"id\": 31989637765406720, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989637765406720\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1642000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "65975110-6493-43b3-afe8-7002d8a5efd8-31989637765406720" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "L'Internet, c'est un peu comme le foot : ça aide à coordonner les sentiments. Très vrai pour les rues arabes actuellement. #RSLN ++", + "img": { + "src": "" + }, + "title": "NicolasVanbremeersch: L'Internet, c'est un peu comme le foot : ça aide à coordonner les sentiments. Très vrai pour les rues arabes actuellement. #RSLN ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1652000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [123, 128], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"L'Internet, c'est un peu comme le foot : \\u00e7a aide \\u00e0 coordonner les sentiments. Tr\\u00e8s vrai pour les rues arabes actuellement. #RSLN\", \"created_at\": \"Mon Jan 31 08:18:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 6284172, \"verified\": false, \"profile_sidebar_fill_color\": \"ffe224\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 32317, \"protected\": false, \"id_str\": \"6284172\", \"profile_background_color\": \"8c8c8c\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 6854, \"description\": \"I believe in prolonged adolescence. Jay McInerney.\", \"friends_count\": 844, \"profile_link_color\": \"056385\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1212628880/42196_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/168728872/door.jpg\", \"name\": \"NicolasVanbremeersch\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"versac\", \"url\": \"http://www.spintank.fr\", \"created_at\": \"Thu May 24 10:14:27 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"757575\", \"following\": null, \"listed_count\": 586}, \"id\": 31989680345976832, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989680345976832\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1652000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "296f36b9-4c1c-4d2c-9686-64e40002fda7-31989680345976832" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "\"people talk abiut what they care about\" ++ #rsln", + "img": { + "src": "" + }, + "title": "SandraValerii: \"people talk abiut what they care about\" ++ #rsln", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1684000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [44, 49], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"\\\"people talk abiut what they care about\\\" ++ #rsln\", \"created_at\": \"Mon Jan 31 08:19:00 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 75989724, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 95, \"protected\": false, \"id_str\": \"75989724\", \"profile_background_color\": \"C0DEED\", \"location\": \"\", \"utc_offset\": null, \"statuses_count\": 52, \"description\": \"\", \"friends_count\": 154, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/427409639/moi2_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296245718/images/themes/theme1/bg.png\", \"name\": \"SandraValerii\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"SandraValerii\", \"url\": null, \"created_at\": \"Mon Sep 21 09:01:00 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null, \"listed_count\": 4}, \"id\": 31989814358179840, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989814358179840\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1684000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "700fc385-f74b-4990-9995-c449920ca767-31989814358179840" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==", + "img": { + "src": "" + }, + "title": "Alexandre Monnin: #rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==", + "color": "16763904", + "polemics": ["REF"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1696000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [44, 86], \"expanded_url\": null}]}, \"text\": \"#rsln Le lien vers le livetwit de l'IRI est http://amateur.iri.centrepompidou.fr/live/ ==\", \"created_at\": \"Mon Jan 31 08:19:12 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"is_translator\": false, \"profile_text_color\": \"634047\", \"followers_count\": 317, \"protected\": false, \"id_str\": \"7409472\", \"profile_background_color\": \"EDECE9\", \"location\": \"Paris\", \"utc_offset\": -10800, \"statuses_count\": 2456, \"description\": \"PhD student in Philosophy working on ontologies (computer & philo ones), tagging, Semantic Web, DigitalH, but mostly advocate for the Philosophy of the Web.\", \"friends_count\": 441, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296173346/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 6, \"screen_name\": \"aamonnz\", \"url\": \"http://execo.univ-paris1.fr/spip.php?article67\", \"created_at\": \"Wed Jul 11 18:52:41 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"D3D2CF\", \"following\": null, \"listed_count\": 59}, \"id\": 31989862680764417, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989862680764417\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1696000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "e0b04beb-d86d-4767-9bce-7b20292652cf-31989862680764417" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln les forums du moyen orient destinés à la base au football sont devenus des forums d'organisation anti gouvernement ! ++", + "img": { + "src": "" + }, + "title": "tibo c: #rsln les forums du moyen orient destinés à la base au football sont devenus des forums d'organisation anti gouvernement ! ++", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1719000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln les forums du moyen orient destin\\u00e9s \\u00e0 la base au football sont devenus des forums d'organisation anti gouvernement ! ++\", \"created_at\": \"Mon Jan 31 08:19:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 31, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31989961112686592, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989961112686592\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1719000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "28ad17ee-7a32-453a-aeb3-69263c8ad9e2-31989961112686592" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Je suis aux rencontres #RSLN avec Clay Shirky @microsoft", + "img": { + "src": "" + }, + "title": "Pierre Mounier: Je suis aux rencontres #RSLN avec Clay Shirky @microsoft", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1720000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [46, 56], \"id\": 74286565, \"screen_name\": \"Microsoft\", \"name\": \"Microsoft\", \"id_str\": \"74286565\"}], \"hashtags\": [{\"indices\": [23, 28], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"Je suis aux rencontres #RSLN avec Clay Shirky @microsoft\", \"created_at\": \"Mon Jan 31 08:19:36 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14233770, \"verified\": false, \"profile_sidebar_fill_color\": \"99CC33\", \"is_translator\": false, \"profile_text_color\": \"3E4415\", \"followers_count\": 629, \"protected\": false, \"id_str\": \"14233770\", \"profile_background_color\": \"352726\", \"listed_count\": 102, \"utc_offset\": 3600, \"statuses_count\": 2468, \"description\": \"Directeur adjoint du Cl\\u00e9o. Fondateur et principal auteur d'Homo Numericus.\", \"friends_count\": 306, \"location\": \"Paris\", \"profile_link_color\": \"D02B55\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/52135065/pmounier_bd_moyen_normal.gif\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/190199985/twilk_background_4d287d7ccb851.jpg\", \"name\": \"Pierre Mounier\", \"lang\": \"fr\", \"profile_background_tile\": true, \"favourites_count\": 10, \"screen_name\": \"piotrr70\", \"url\": \"http://pierremounier.net\", \"created_at\": \"Thu Mar 27 08:45:11 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"829D5E\", \"following\": null}, \"id\": 31989963117568000, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989963117568000\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1720000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ab421284-1030-445c-9513-0dd3ca060bcc-31989963117568000" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "[Kouote] \"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont allés y parler des leçons de Sidibouzid\" - @cshirky #RSLN", + "img": { + "src": "" + }, + "title": "[Enikao]: [Kouote] \"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont allés y parler des leçons de Sidibouzid\" - @cshirky #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1723000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [126, 134], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [135, 140], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"[Kouote] \\\"En Lybie, les forums de foot sont devenus politiques, les tunisiens sont all\\u00e9s y parler des le\\u00e7ons de Sidibouzid\\\" - @cshirky #RSLN\", \"created_at\": \"Mon Jan 31 08:19:39 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Seesmic Desktop\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14974710, \"verified\": false, \"profile_sidebar_fill_color\": \"FDFDFD\", \"is_translator\": false, \"profile_text_color\": \"000000\", \"followers_count\": 3031, \"protected\": false, \"id_str\": \"14974710\", \"profile_background_color\": \"FFFFFF\", \"listed_count\": 230, \"utc_offset\": 3600, \"statuses_count\": 9113, \"description\": \"Dealer d'opinion [ Kronikeur du d\\u00e9risoire | Changeur d'Umeur | Go\\u00fbteur d'Yd\\u00e9s ]\", \"friends_count\": 668, \"location\": \"Paris\", \"profile_link_color\": \"FF0000\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/1051901416/Enikao_normal.GIF\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/5424599/Background__Enikao_.png\", \"name\": \"[Enikao]\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2246, \"screen_name\": \"eni_kao\", \"url\": \"http://enikao.wordpress.com\", \"created_at\": \"Sun Jun 01 20:46:48 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"010300\", \"following\": null}, \"id\": 31989978137370624, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989978137370624\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1723000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "2fbb7622-d712-42be-9c54-45d3c0c7fcf8-31989978137370624" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "#rsln ?? Technology = Politique ?", + "img": { + "src": "" + }, + "title": "Samuel Huron: #rsln ?? Technology = Politique ?", + "color": "16763904", + "polemics": ["Q"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1747000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln ?? Technology = Politique ?\", \"created_at\": \"Mon Jan 31 08:20:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for Android\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"is_translator\": false, \"profile_text_color\": \"4c9c8f\", \"followers_count\": 314, \"protected\": false, \"id_str\": \"14905766\", \"profile_background_color\": \"000000\", \"location\": \"Paris, France\", \"utc_offset\": -10800, \"statuses_count\": 1668, \"description\": \"Designer developper @ IRI Centre Pompidou and PhD student in Computer Science ; #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 467, \"profile_link_color\": \"b3009b\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/309624209/Cy2_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 230, \"screen_name\": \"cybunk\", \"url\": \"http://www.cybunk.com\", \"created_at\": \"Mon May 26 06:02:18 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Greenland\", \"profile_sidebar_border_color\": \"b3009b\", \"following\": null, \"listed_count\": 41}, \"id\": 31990076544131074, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990076544131074\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1747000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "65db3699-f88b-49af-8a2f-94ae92352adf-31990076544131074" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky", + "img": { + "src": "" + }, + "title": "Lionel Natarianni: Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky", + "color": "16763904", + "polemics": ["OK"], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1753000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [52, 57], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"Gouvernements afraid of synchronisation of citizens #rsln ++ Clay Shirky\", \"created_at\": \"Mon Jan 31 08:20:09 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"TweetDeck\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 18047103, \"verified\": false, \"profile_sidebar_fill_color\": \"efefef\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 261, \"protected\": false, \"id_str\": \"18047103\", \"profile_background_color\": \"131516\", \"location\": \"Paris\", \"utc_offset\": 3600, \"statuses_count\": 1600, \"description\": \"Researcher, Trend tracker, Telecomunications & Social Media.\\r\\nReal-Time Web addict\", \"friends_count\": 496, \"profile_link_color\": \"009999\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1219841315/lionel-sbook_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/80051491/twilk_background_4b8e2d0612f83.jpg\", \"name\": \"Lionel Natarianni\", \"lang\": \"en\", \"profile_background_tile\": true, \"favourites_count\": 2416, \"screen_name\": \"lionnoge\", \"url\": null, \"created_at\": \"Thu Dec 11 13:30:58 +0000 2008\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"eeeeee\", \"following\": null, \"listed_count\": 13}, \"id\": 31990101542182912, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990101542182912\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1753000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "68aee21b-5de2-4201-b3fd-bc5c557eabfc-31990101542182912" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "img": { + "src": "" + }, + "title": "tibo c: RT @vincentpuig: #rsln pour le tweet polémique plus facile:\nhttp://amateur.iri.centrepompidou.fr/live/", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1758000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [43, 85], \"expanded_url\": null}]}, \"text\": \"#rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:06:25 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Annotation pol\\u00e9mique par tweeter\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 52, \"protected\": false, \"id_str\": \"68424173\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 85, \"description\": \"Co-founder of IRI/Centre Pompidou, Research Institute on cultural technologies (annotation tools, collaborative Web and social networks, multimodal interfaces)\", \"friends_count\": 5, \"location\": \"Paris, France\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296081712/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"vincentpuig\", \"url\": \"http://www.iri.centrepompidou.fr\", \"created_at\": \"Mon Aug 24 14:49:27 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31986647222452224, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31986647222452224\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 68424173, \"screen_name\": \"vincentpuig\", \"name\": \"Vincent Puig\", \"id_str\": \"68424173\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": [{\"url\": \"http://amateur.iri.centrepompidou.fr/live/\", \"indices\": [60, 102], \"expanded_url\": null}]}, \"text\": \"RT @vincentpuig: #rsln pour le tweet pol\\u00e9mique plus facile:\\nhttp://amateur.iri.centrepompidou.fr/live/\", \"created_at\": \"Mon Jan 31 08:20:14 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 226510471, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"id_str\": \"226510471\", \"profile_background_color\": \"C0DEED\", \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 32, \"description\": null, \"friends_count\": 12, \"location\": null, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/a/1294785484/images/default_profile_5_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a3.twimg.com/a/1294785484/images/themes/theme1/bg.png\", \"name\": \"tibo c\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"tibo_c\", \"url\": null, \"created_at\": \"Tue Dec 14 10:17:02 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"following\": null}, \"id\": 31990124346613762, \"place\": null, \"retweet_count\": 1, \"geo\": null, \"id_str\": \"31990124346613762\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1758000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "588e89ba-3873-41d9-bd0e-9717b3ae6dc9-31990124346613762" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "@SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN", + "img": { + "src": "" + }, + "title": "Cyril Attias: @SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1766000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [0, 9], \"id\": 36333549, \"screen_name\": \"SaneFive\", \"name\": \"Sane Lebrun\", \"id_str\": \"36333549\"}], \"hashtags\": [{\"indices\": [107, 112], \"text\": \"RSLN\"}], \"urls\": []}, \"text\": \"@SaneFive je confirme aussi bien le physique que la voix on dirait woody qui nous raconte le crowdsourcing #RSLN\", \"created_at\": \"Mon Jan 31 08:20:22 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": \"31987261545390080\", \"coordinates\": null, \"in_reply_to_user_id_str\": \"36333549\", \"source\": \"Twitter for iPad\", \"in_reply_to_status_id\": 31987261545390080, \"in_reply_to_screen_name\": \"SaneFive\", \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 1944301, \"verified\": false, \"profile_sidebar_fill_color\": \"d0d0d0\", \"is_translator\": false, \"profile_text_color\": \"2d2d2d\", \"followers_count\": 3141, \"protected\": false, \"id_str\": \"1944301\", \"profile_background_color\": \"ffffff\", \"location\": \"Paris - France\", \"utc_offset\": 3600, \"statuses_count\": 6560, \"description\": \"French blogger, digital expert \\r\\n10 years on digital agency - Ogilvy Paris, TBWA\\\\PARIS - CEO at influence digitale, l'agence des m\\u00e9dias sociaux @1fluencedigital\", \"friends_count\": 1768, \"profile_link_color\": \"28b4ec\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/1175910852/cattias_gravatar_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/profile_background_images/167329311/new_twitter_theme_def2.jpg\", \"name\": \"Cyril Attias\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 40, \"screen_name\": \"cyril\", \"url\": \"http://www.attias.net/blog\", \"created_at\": \"Thu Mar 22 22:10:39 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"28b4ec\", \"following\": null, \"listed_count\": 295}, \"id\": 31990155749363712, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990155749363712\", \"in_reply_to_user_id\": 36333549}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1766000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "ee49a97b-e106-4233-9e28-294798e90527-31990155749363712" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "img": { + "src": "" + }, + "title": "Em. de Saint-Bon: RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1767000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"favorited\": false, \"retweeted_status\": {\"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [96, 104], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"#rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:17:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Twitter for iPhone\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 25805235, \"verified\": false, \"profile_sidebar_fill_color\": \"252429\", \"is_translator\": false, \"profile_text_color\": \"666666\", \"followers_count\": 701, \"protected\": false, \"id_str\": \"25805235\", \"profile_background_color\": \"1A1B1F\", \"listed_count\": 76, \"utc_offset\": 3600, \"statuses_count\": 4637, \"description\": \"Standards, Politics 2.0, at times Vociferous Hired Gun\", \"friends_count\": 421, \"location\": \"Paris\", \"profile_link_color\": \"2FC2EF\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/329696008/robin-outside-square_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_image_url\": \"http://a3.twimg.com/a/1296099941/images/themes/theme9/bg.gif\", \"name\": \"Robin Berjon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 33, \"screen_name\": \"robinberjon\", \"url\": \"http://berjon.com/\", \"created_at\": \"Sun Mar 22 10:48:59 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"181A1E\", \"following\": null}, \"id\": 31989455556444160, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31989455556444160\", \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 15], \"id\": 25805235, \"screen_name\": \"robinberjon\", \"name\": \"Robin Berjon\", \"id_str\": \"25805235\"}, {\"indices\": [113, 121], \"id\": 6141832, \"screen_name\": \"cshirky\", \"name\": \"Clay Shirky\", \"id_str\": \"6141832\"}], \"hashtags\": [{\"indices\": [17, 22], \"text\": \"rsln\"}], \"urls\": []}, \"text\": \"RT @robinberjon: #rsln Governments aren't afraid of informed individuals, they're afraid of synchronised groups. @cshirky\", \"created_at\": \"Mon Jan 31 08:20:23 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id_str\": null, \"coordinates\": null, \"in_reply_to_user_id_str\": null, \"source\": \"Echofon\", \"in_reply_to_status_id\": null, \"in_reply_to_screen_name\": null, \"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": false, \"id\": 7298822, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"is_translator\": false, \"profile_text_color\": \"333333\", \"followers_count\": 4807, \"protected\": false, \"id_str\": \"7298822\", \"profile_background_color\": \"022330\", \"listed_count\": 116, \"utc_offset\": 3600, \"statuses_count\": 1920, \"description\": \"Entrepreneur, Social Media Officer, motorcycler, guitar player, father of 4 kids: plenty of good information for you!\", \"friends_count\": 1281, \"location\": \"iPhone: 48.845192,2.237256\", \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/752839109/2007_03_Emmanuel_de_Saint-Bon_Bdef_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a1.twimg.com/a/1296156503/images/themes/theme17/bg.gif\", \"name\": \"Em. de Saint-Bon\", \"lang\": \"en\", \"profile_background_tile\": false, \"favourites_count\": 42, \"screen_name\": \"saintbon\", \"url\": \"http://www.myblognote.com\", \"created_at\": \"Fri Jul 06 18:38:05 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null}, \"id\": 31990160874799105, \"place\": null, \"retweet_count\": 0, \"geo\": null, \"id_str\": \"31990160874799105\", \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1767000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "c89eea8d-e31e-4783-89b9-a682750f3e58-31990160874799105" + }, { + "content": { + "mimetype": "application/x-ldt-structured", + "description": "Le débat #RSLN - Le livre numérique, c’est pour bientôt ? http://ht.ly/3N4Ma", + "img": { + "src": "" + }, + "title": "Alexis MONS: Le débat #RSLN - Le livre numérique, c’est pour bientôt ? http://ht.ly/3N4Ma", + "color": "16763904", + "polemics": [], + "audio": { + "mimetype": "audio/mp3", + "src": "", + "href": null + } + }, + "begin": 1778000, + "meta": { + "dc:contributor": "perso", + "dc:source": { + "mimetype": "application/json", + "url": "http://dev.twitter.com", + "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 1147131, \"verified\": false, \"profile_sidebar_fill_color\": \"C0DFEC\", \"profile_text_color\": \"333333\", \"followers_count\": 675, \"protected\": false, \"location\": \"Limoges, France\", \"profile_background_color\": \"022330\", \"id_str\": \"1147131\", \"utc_offset\": 3600, \"statuses_count\": 1524, \"description\": \"Cofounder and VP Strategy of groupeReflect\", \"friends_count\": 321, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/304999987/AM2009_normal.jpeg\", \"is_translator\": false, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_image_url\": \"http://a2.twimg.com/a/1296156503/images/themes/theme15/bg.png\", \"name\": \"Alexis MONS\", \"lang\": \"fr\", \"profile_background_tile\": false, \"favourites_count\": 11, \"screen_name\": \"AlecM\", \"notifications\": null, \"url\": \"http://about.me/alexismons\", \"created_at\": \"Wed Mar 14 09:44:56 +0000 2007\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"a8c7f7\", \"following\": null, \"listed_count\": 50}, \"favorited\": false, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [9, 14], \"text\": \"RSLN\"}], \"urls\": [{\"indices\": [58, 76], \"url\": \"http://ht.ly/3N4Ma\", \"expanded_url\": null}]}, \"contributors\": null, \"truncated\": false, \"text\": \"Le d\\u00e9bat #RSLN - Le livre num\\u00e9rique, c\\u2019est pour bient\\u00f4t ? http://ht.ly/3N4Ma\", \"created_at\": \"Mon Jan 31 08:20:34 +0000 2011\", \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 31990208165576705, \"source\": \"HootSuite\", \"in_reply_to_status_id_str\": null, \"place\": null, \"id_str\": \"31990208165576705\", \"in_reply_to_screen_name\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}" + }, + "dc:creator": "perso", + "id-ref": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:modified": "2012-05-07T10:11:06.746777" + }, + "end": 1778000, + "tags": null, + "color": "16763904", + "media": "9a493932-3053-11e0-862b-00145ea49a02", + "id": "a99b2916-cd16-4322-af47-e14a862e5241-31990208165576705" + } + ], + "annotation-types": [ + { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "chapitrage", + "id": "c_E0FF6CF0-B8E9-8432-8B92-293EFFFFA827", + "dc:created": "2012-05-07T10:11:06.721324", + "dc:description": "", + "dc:modified": "2012-05-07T10:11:06.721324" + }, { + "dc:contributor": "perso", + "dc:creator": "perso", + "dc:title": "Tweets", + "id": "16b010ab-9050-4d8d-8082-3803031b0499", + "dc:created": "2012-05-07T10:11:06.746777", + "dc:description": "Tweets", + "dc:modified": "2012-05-07T10:11:06.746777" + } + ] +} \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/markers/contact.png Binary file front_idill/src/player/markers/contact.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/markers/screw.png Binary file front_idill/src/player/markers/screw.png has changed diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/Annotation.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/Annotation.css Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,96 @@ +.Ldt-Annotation-Widget { + border-style: none solid solid; + border-width: 1px; + border-color: #b7b7b7; + padding: 0 1px 1px; + margin: 0; +} + +.Ldt-Annotation-Widget.Ldt-Annotation-ShowTop { + border-top-style: solid; + padding-top: 1px; +} + +.Ldt-Annotation-Inner { + background: url(img/pinstripe.png); + padding: 5px; + margin: 0; +} + +.Ldt-Annotation-Inner h3 { + margin: 5px 0; + font-size: 14px; +} + +.Ldt-Annotation-Title { + color: #0068c4; +} + +.Ldt-Annotation-Time { + color: #ff3b77 +} + +.Ldt-Annotation-Inner p { + margin: 5px 0; font-size: 12px; +} + +.Ldt-Annotation-ShareIcons { + float: right; +} + +.Ldt-Annotation-Share { + display: inline-block; width: 24px; height: 24px; margin: 2px 0 0 2px; background: url(img/socialbuttons.png); +} + +.Ldt-Annotation-Twitter { + background-position: 0 0; +} + +.Ldt-Annotation-Twitter:hover { + background-position: 0 -24px; +} + +.Ldt-Annotation-Fb { + background-position: -24px 0; +} + +.Ldt-Annotation-Fb:hover { + background-position: -24px -24px; +} + +.Ldt-Annotation-Gplus { + background-position: -48px 0; +} + +.Ldt-Annotation-Gplus:hover { + background-position: -48px -24px; +} + +.Ldt-Annotation-Tags-Block { + font-size: 12px; +} + +.Ldt-Annotation-NoTags { + display: none; +} + +ul.Ldt-Annotation-Tags { + list-style: none; padding: 0; margin: 5px 0; +} + +.Ldt-Annotation-Tags li { + display: inline-block; margin: 0 3px 0 0; padding: 0; +} + +.Ldt-Annotation-TagLabel { + font-weight: bold; +} + +.Ldt-Annotation-Empty .Ldt-Annotation-HiddenWhenEmpty { + display: none; +} + +.Ldt-Annotation-Minimized .Ldt-Annotation-HiddenWhenMinimized { + display: none; +} + diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/Annotation.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/Annotation.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,112 @@ +// TODO: Open share links in a small window - Migrate Timeupdate functions to Extract + +IriSP.Widgets.Annotation = function(player, config) { + IriSP.Widgets.Widget.call(this, player, config); + this.lastAnnotation = false; +}; + +IriSP.Widgets.Annotation.prototype = new IriSP.Widgets.Widget(); + +IriSP.Widgets.Annotation.prototype.messages = { + "fr": { + share_on: "Partager sur", + watching: "Je regarde ", + on_site: " sur ", + tags: "Mots-clés :" + }, + "en": { + share_on: "Share on", + watching: "I'm watching ", + on_site: " on ", + tags: "Keywords:" + } +} + +IriSP.Widgets.Annotation.prototype.template = + '
    ' + + '
    ' + + '' + + '' + + '' + + '

    ' + + '( - )

    ' + + '

    ' + + '
    {{l10n.tags}}
      '; + +IriSP.Widgets.Annotation.prototype.defaults = { + annotation_type : "chap", + show_top_border : false, + site_name : "Lignes de Temps" +} + +IriSP.Widgets.Annotation.prototype.draw = function() { + this.renderTemplate(); + this.bindPopcorn("timeupdate","onTimeupdate"); + this.bindPopcorn("IriSP.Annotation.hide","hide"); + this.bindPopcorn("IriSP.Annotation.show","show"); + this.bindPopcorn("IriSP.Annotation.minimize","minimize"); + this.bindPopcorn("IriSP.Annotation.maximize","maximize"); + this.onTimeupdate(); +} + +IriSP.Widgets.Annotation.prototype.onTimeupdate = function() { + var _time = Math.floor(this.player.popcorn.currentTime() * 1000), + _list = this.getWidgetAnnotations().filter(function(_annotation) { + return _annotation.begin <= _time && _annotation.end > _time; + }); + if (_list.length) { + if (_list[0].id !== this.lastAnnotation) { + this.drawAnnotation(_list[0]); + this.player.popcorn.trigger("IriSP.Annotation.boundsChanged",[ _list[0].begin.valueOf(), _list[0].end.valueOf() ]); + } + this.player.popcorn.trigger("IriSP.Arrow.updatePosition",{widget: this.type, time: ( _list[0].begin + _list[0].end ) / 2}); + } + else { + this.lastAnnotation = false; + this.$.find(".Ldt-Annotation-Inner").addClass("Ldt-Annotation-Empty"); + this.player.popcorn.trigger("IriSP.Arrow.updatePosition",{widget: this.type, time: _time}); + this.player.popcorn.trigger("IriSP.Annotation.boundsChanged",[ _time, _time ]); + } +} + +IriSP.Widgets.Annotation.prototype.drawAnnotation = function(_annotation) { + this.lastAnnotation = _annotation.id; + var _url = (typeof _annotation.url !== "undefined" + ? _annotation.url + : (document.location.href.replace(/#.*$/,'') + '#id=' + _annotation.namespacedId.name)); + var _text = this.l10n.watching + _annotation.title + (this.site_name ? this.l10n.on_site + this.site_name : ''); + var _tags = _annotation.getTagTexts(); + if (_tags.length) { + var _html = IriSP._(_tags).map(function(_tag) { + return '
    • ' + _tag + '
    • '; + }).join(""); + this.$.find(".Ldt-Annotation-Tags").html(_html); + this.$.find(".Ldt-Annotation-Tags-Block").removeClass("Ldt-Annotation-NoTags"); + } else { + this.$.find(".Ldt-Annotation-Tags-Block").addClass("Ldt-Annotation-NoTags"); + } + this.$.find(".Ldt-Annotation-Title").html(_annotation.title); + this.$.find(".Ldt-Annotation-Description").html(_annotation.description); + this.$.find(".Ldt-Annotation-Begin").html(_annotation.begin.toString()); + this.$.find(".Ldt-Annotation-End").html(_annotation.end.toString()); + this.$.find(".Ldt-Annotation-Fb").attr("href", "http://www.facebook.com/share.php?" + IriSP.jQuery.param({ u: _url, t: _text })); + this.$.find(".Ldt-Annotation-Twitter").attr("href", "https://twitter.com/intent/tweet?" + IriSP.jQuery.param({ url: _url, text: _text })); + this.$.find(".Ldt-Annotation-Gplus").attr("href", "https://plusone.google.com/_/+1/confirm?" + IriSP.jQuery.param({ url: _url, title: _text })); + this.$.find(".Ldt-Annotation-Inner").removeClass("Ldt-Annotation-Empty"); +} + +IriSP.Widgets.Annotation.prototype.hide = function() { + this.$.slideUp(); +} + +IriSP.Widgets.Annotation.prototype.show = function() { + this.$.slideDown(); +} + +IriSP.Widgets.Annotation.prototype.minimize = function() { + this.$.find('.Ldt-Annotation-Inner').addClass("Ldt-Annotation-Minimized"); +} + +IriSP.Widgets.Annotation.prototype.maximize = function() { + this.$.find('.Ldt-Annotation-Inner').removeClass("Ldt-Annotation-Minimized"); +} \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/AnnotationsList.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/AnnotationsList.css Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,79 @@ +/* AnnotationsListWidget */ + +.Ldt-AnnotationsListWidget { + border: 1px solid #b6b8b8; + overflow: auto; + max-height: 480px; +} +.Ldt-AnnotationsListWidget a { + text-decoration: none; +} +ul.Ldt-AnnotationsList-ul { + list-style: none; + padding: 2px; + margin: 0; +} +li.Ldt-AnnotationsList-li { + width: 100%; + clear: both; + margin: 2px 0; + padding: 2px 0; + min-height: 60px; +} +.Ldt-AnnotationsList-li:hover { + background: url(img/pinstripe-grey.png); +} +.Ldt-AnnotationsList-highlight { + background: #F7268E; + color: #ffffff; +} +.Ldt-AnnotationsList-ThumbContainer { + float: left; + width: 80px; + height: 50px; + text-align: center; + margin: 2px 0; +} +.Ldt-AnnotationsList-Thumbnail { + border: none; + max-width: 100%; + max-height: 100%; + margin: 0 auto; +} +.Ldt-AnnotationsList-Duration { + color: #f7268e; + float: right; + text-align: right; + font-size: 12px; + margin: 2px; +} +h3.Ldt-AnnotationsList-Title { + color: #0068c4; + font-size: 13px; + margin: 2px 2px 0 82px; + font-weight: bold; +} +h3.Ldt-AnnotationsList-Title a { + color: #0068c4; +} +p.Ldt-AnnotationsList-Description { + margin: 2px 0 2px 82px; + font-size: 12px; + color: #666666; +} +ul.Ldt-AnnotationsList-Tags { + list-style: none; + padding: 0; + margin: 2px 0 0 82px; +} +li.Ldt-AnnotationsList-Tag-Li { + display: inline-block; + margin: 2px; + background: #0068c4; + color: #fff; + padding: 2px; + font-size: 12px; +} +li.Ldt-AnnotationsList-Tag-Li:hover { + background: #F7268E; +} diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/AnnotationsList.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/AnnotationsList.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,227 @@ +IriSP.Widgets.AnnotationsList = function(player, config) { + IriSP.Widgets.Widget.call(this, player, config); + this.searchString = false; + this.lastIds = []; + var _this = this; + this.throttledRefresh = IriSP._.throttle(function() { + _this.refresh(false); + }, 1500); +}; + +IriSP.Widgets.AnnotationsList.prototype = new IriSP.Widgets.Widget(); + +IriSP.Widgets.AnnotationsList.prototype.defaults = { + /* URL when the annotations are to be reloaded from an LDT-like segment API + * e.g. http://ldt.iri.centrepompidou.fr/ldtplatform/api/ldt/segments/{{media}}/{{begin}}/{{end}}?callback=? + */ + ajax_url : false, + /* how much ms should we look before and after the current timecode in the segment API + */ + ajax_granularity : 300000, + default_thumbnail : "http://ldt.iri.centrepompidou.fr/static/site/ldt/css/imgs/video_sequence.png", + /* URL when the annotation is not in the current project, + * e.g. http://ldt.iri.centrepompidou.fr/ldtplatform/ldt/front/player/{{media}}/{{project}}/{{annotationType}}#id={{annotation}} + */ + foreign_url : "", + cinecast_version : false, + annotation_type : false, + refresh_interval : 0, + limit_count : 10, + newest_first : false +}; + +IriSP.Widgets.AnnotationsList.prototype.template = + '
      ' + + '
        ' + + '{{#annotations}}' + + '
      • ' + + '
        ' + + '' + + '' + + '' + + '
        ' + + '
        {{begin}} - {{end}}
        ' + + '

        ' + + '{{title}}' + + '

        ' + + '

        {{description}}

        ' + + '{{#tags.length}}' + + '
          ' + + '{{#tags}}' + + '{{#.}}' + + '
        • ' + + '
          {{.}}
          ' + + '
        • ' + + '{{/.}}' + + '{{/tags}}' + + '
        ' + + '{{/tags.length}}' + + '
      • ' + + '{{/annotations}}' + + '
      ' + + '
      '; + +IriSP.Widgets.AnnotationsList.prototype.clear = function() { +}; + +IriSP.Widgets.AnnotationsList.prototype.clearWidget = function() { +}; + +IriSP.Widgets.AnnotationsList.prototype.onSearch = function(searchString) { + this.searchString = typeof searchString !== "undefined" ? searchString : ''; + var _n = this.refresh(true); + if (this.searchString) { + if (_n) { + this.player.popcorn.trigger("IriSP.search.matchFound"); + } else { + this.player.popcorn.trigger("IriSP.search.noMatchFound"); + } + } +} + +//obj.url = this.project_url + "/" + media + "/" + annotations[i].meta.project + "/" + annotations[i].meta["id-ref"] + '#id=' + annotations[i].id; + +IriSP.Widgets.AnnotationsList.prototype.ajaxSource = function() { + var _currentTime = this.player.popcorn.currentTime(), + _duration = this.source.getDuration(); + if (typeof _currentTime == "undefined") { + _currentTime = 0; + } + this.lastAjaxQuery = _currentTime; + _currentTime = Math.floor(1000 * _currentTime); + var _url = Mustache.to_html(this.ajax_url, { + media : this.source.currentMedia.namespacedId.name, + begin : Math.max(0, _currentTime - this.ajax_granularity), + end : Math.min(_duration.milliseconds, _currentTime + this.ajax_granularity) + }); + this.currentSource = this.player.loadMetadata(IriSP._.defaults({ + "url" : _url + }, this.metadata)); +} + +IriSP.Widgets.AnnotationsList.prototype.refresh = function(_forceRedraw) { + _forceRedraw = (typeof _forceRedraw !== "undefined" && _forceRedraw); + if (this.currentSource.status !== IriSP.Model._SOURCE_STATUS_READY) { + return 0; + } + var _this = this, + _currentTime = this.player.popcorn.currentTime(); + if (typeof _currentTime == "undefined") { + _currentTime = 0; + } + var _list = this.annotation_type ? this.currentSource.getAnnotationsByTypeTitle(this.annotation_type, true) : this.currentSource.getAnnotations(); + if (this.searchString) { + _list = _list.searchByTextFields(this.searchString); + } + if (this.limit_count) { + _list = _list.sortBy(function(_annotation) { + return Math.abs(_annotation.begin.getSeconds() - _currentTime); + }).slice(0, this.limit_count) + } + if (this.newest_first) { + _list = _list.sortBy(function(_annotation) { + return -_annotation.created.valueOf(); + }); + } else { + _list = _list.sortBy(function(_annotation) { + return _annotation.begin; + }); + } + + var _ids = _list.idIndex; + + if (_forceRedraw || !IriSP._.isEqual(_ids, this.lastIds)) { + /* This part only gets executed if the list needs updating */ + this.lastIds = _ids; + var _data = _list.map(function(_annotation) { + var _url = ( + ( typeof _annotation.url !== "undefined" && _annotation.url) + ? _annotation.url + : ( + ( typeof _this.source.projectId !== "undefined" && typeof _annotation.project !== "undefined" && _annotation.project && _this.source.projectId !== _annotation.project ) + ? Mustache.to_html( + _this.foreign_url, + { + project : _annotation.project, + media : _annotation.media.id.replace(/^.*:/,''), + annotation : _annotation.namespacedId.name, + annotationType : _annotation.annotationType.id.replace(/^.*:/,'') + } + ) + : '#id=' + _annotation.namespacedId.name + ) + ); + var _res = { + id : _annotation.id, + title : _annotation.title.replace(_annotation.description,''), + description : _annotation.description, + begin : _annotation.begin.toString(), + end : _annotation.end.toString(), + thumbnail : typeof _annotation.thumbnail !== "undefined" && _annotation.thumbnail ? _annotation.thumbnail : _this.default_thumbnail, + url : _url, + tags : _annotation.getTagTexts() + } + return _res; + }), + _html = Mustache.to_html( + this.template, + { + annotations : _data + }); + + this.$.html(_html); + + this.$.find('.Ldt-AnnotationsList-Tag-Li').click(function() { + _this.player.popcorn.trigger("IriSP.search.triggeredSearch", IriSP.jQuery(this).text().replace(/(^\s+|\s+$)/g,'')); + }) + + if(this.searchString) { + var _searchRe = new RegExp('(' + this.searchString.replace(/(\W)/gm,'\\$1') + ')','gim'); + this.$.find(".Ldt-AnnotationsList-Title a, .Ldt-AnnotationsList-Description").each(function() { + var _$ = IriSP.jQuery(this); + _$.html(_$.text().replace(/(^\s+|\s+$)/g,'').replace(_searchRe, '$1')) + }) + } + } + + if (this.ajax_url && this.ajax_granularity) { + if (Math.abs(_currentTime - this.lastAjaxQuery) > (this.ajax_granularity / 2000)) { + this.ajaxSource(); + } + } + return _list.length; +} + +IriSP.Widgets.AnnotationsList.prototype.draw = function() { + + this.bindPopcorn("IriSP.search", "onSearch"); + this.bindPopcorn("IriSP.search.closed", "onSearch"); + this.bindPopcorn("IriSP.search.cleared", "onSearch"); + + var _this = this; + + if (this.ajax_url && this.ajax_granularity) { + this.ajaxSource(); + } else { + this.currentSource = this.source; + } + + if (this.refresh_interval) { + window.setInterval(function() { + _this.currentSource.get() + }, this.refresh_interval); + } + + var _events = [ + "IriSP.createAnnotationWidget.addedAnnotation", + "timeupdate", + "seeked", + "loadedmetadata" + ]; + for (var _i = 0; _i < _events.length; _i++) { + this.player.popcorn.listen(_events[_i], this.throttledRefresh); + } + + this.throttledRefresh(); + +}; diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/Arrow.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/Arrow.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,105 @@ +IriSP.Widgets.Arrow = function(player, config) { + IriSP.Widgets.Widget.call(this, player, config); + this.current_pilot_widget = this.pilot_widget +}; + +IriSP.Widgets.Arrow.prototype = new IriSP.Widgets.Widget(); + +IriSP.Widgets.Arrow.prototype.defaults = { + arrow_height : 16, + arrow_width : 24, + base_height : 0, + base_curve : 0, + fill_url: IriSP.widgetsDir + '/img/pinstripe.png', + fill_color: "#ffffff", //Gradients can be used, e.g. "90-#000-#fff" for vertical white-to-black + stroke_color: "#b7b7b7", + stroke_width: 1.5, + animation_speed: 20, + pilot_widget: "Annotation" +} + +IriSP.Widgets.Arrow.prototype.draw = function() { + this.height = this.arrow_height + this.base_height; + this.$.addClass("Ldt-Arrow").css({ + height: this.height + "px", + "margin-top": "1px" + }); + this.paper = new Raphael(this.container, this.width, this.height ); + window.myArrow = this; + this.svgArrow = this.paper.path('M0,' + this.height + 'L' + this.width + ',' + this.height); + this.svgArrow.attr({ + stroke: this.stroke_color, + "stroke-width": this.stroke_width, + fill: this.fill_url ? ( 'url(' + this.fill_url + ')' ) : this.fill_color + }); + this.moveTo(0); + this.bindPopcorn("IriSP.Arrow.updatePosition","onUpdatePosition"); + this.bindPopcorn("IriSP.Arrow.takeover","onTakeover"); + this.bindPopcorn("IriSP.Arrow.release","onRelease"); +} + +IriSP.Widgets.Arrow.prototype.drawAt = function(_x) { + _x = Math.floor(Math.max(0, Math.min(_x, this.width))); + var _d = 'M0,' + this.height + + 'L0,' + Math.min( this.height, this.arrow_height + this.base_curve) + + 'Q0,' + this.arrow_height + + ' ' + Math.max(0, Math.min(this.base_curve, _x - this.arrow_width / 2)) + ',' + this.arrow_height + + 'L' + Math.max(0, _x - this.arrow_width / 2) + ',' + this.arrow_height + + 'L' + Math.max(0, _x - this.arrow_width / 2) + ',' + Math.min(this.arrow_height, 2 * this.arrow_height * _x / this.arrow_width) + + 'L' + _x + ',0' + + 'L' + Math.min(this.width, _x + this.arrow_width / 2) + ',' + Math.min(this.arrow_height, 2 * this.arrow_height * ( this.width - _x ) / this.arrow_width) + + 'L' + Math.min(this.width, _x + this.arrow_width / 2) + ',' + this.arrow_height + + 'L' + Math.min(this.width, Math.max(this.width - this.base_curve, _x + this.arrow_width / 2)) + ',' + this.arrow_height + + 'Q' + this.width + ',' + this.arrow_height + + ' ' + this.width + ',' + Math.min( this.height, this.arrow_height + this.base_curve) + + 'L' + this.width + ',' + this.height; + this.svgArrow.attr({ + path: _d + }); +} + +IriSP.Widgets.Arrow.prototype.moveTo = function(_x) { + this.targetX = Math.floor(Math.max(0, Math.min(_x, this.width))); + if (typeof this.animInterval === "undefined") { + this.animInterval = window.setInterval( + this.functionWrapper("increment"), + 40 + ) + } + this.increment(); +} + +IriSP.Widgets.Arrow.prototype.increment = function() { + if (typeof this.currentX === "undefined") { + this.currentX = this.targetX; + } + if (this.currentX < this.targetX) { + this.currentX = Math.min(this.targetX, this.currentX + this.animation_speed); + } + if (this.currentX > this.targetX) { + this.currentX = Math.max(this.targetX, this.currentX - this.animation_speed); + } + if (this.currentX === this.targetX) { + window.clearInterval(this.animInterval); + this.animInterval = undefined; + } + this.drawAt(this.currentX); +} + +IriSP.Widgets.Arrow.prototype.onUpdatePosition = function(_param) { + if (_param.widget === this.current_pilot_widget) { + if (typeof _param.x !== "undefined") { + this.moveTo(_param.x); + } else { + this.moveTo(this.width * _param.time / this.source.getDuration()); + } + } +} + +IriSP.Widgets.Arrow.prototype.onTakeover = function(_widget) { + this.current_pilot_widget = _widget; +} + +IriSP.Widgets.Arrow.prototype.onRelease = function(_widget) { + this.current_pilot_widget = this.pilot_widget; +} diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/Controller.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/Controller.css Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,177 @@ +/* Player Widget */ + +.Ldt-Ctrl { + font-size: 10px; + background:url('img/player_gradient.png') repeat-x transparent ; + height: 25px; + border: 1px solid #b6b8b8; + position: relative; +} + +.Ldt-Ctrl-Left { + float:left; +} + +.Ldt-Ctrl-Right { + float: right; +} + +.Ldt-Ctrl-button { + float: left; + width: 30px; height: 25px; + background: url('img/player-sprites.png'); + cursor: pointer; +} + +.Ldt-Ctrl-spacer { + float: left; width: 1px; height: 25px; background: #b6b8b8; +} + +.Ldt-Ctrl-Play { + margin: 0 15px; +} + +.Ldt-Ctrl-Play-PlayState { + background-position: 0 0; +} + +.Ldt-Ctrl-Play-PlayState:hover { + background-position: 0 -25px; +} + +.Ldt-Ctrl-Play-PlayState:active { + background-position: 0 -50px; +} + +.Ldt-Ctrl-Play-PauseState { + background-position: -30px 0; +} + +.Ldt-Ctrl-Play-PauseState:hover { + background-position: -30px -25px; +} + +.Ldt-Ctrl-Play-PauseState:active { + background-position: -30px -50px; +} + +.Ldt-Ctrl-Annotate { + margin: 0 2px; + background-position: -60px 0; +} + +.Ldt-Ctrl-Annotate:hover { + background-position: -60px -25px; +} + +.Ldt-Ctrl-Annotate:active { + background-position: -60px -50px; +} + +.Ldt-Ctrl-SearchBtn { + margin: 0 2px; + background-position: -90px 0; +} + +.Ldt-Ctrl-SearchBtn:hover { + background-position: -90px -25px; +} + +.Ldt-Ctrl-SearchBtn:active { + background-position: -90px -50px; +} + +.Ldt-Ctrl-Search { + display: none; + width: 165px; + height: 25px; + border: 1px; + border-color: #CFCFCF; + float: left; + text-align: center; +} + +.Ldt-Ctrl-Time { + float: left; + margin: 5px; + font-size: 12px; + font-family: Arial, Verdana, sans-serif; +} + +.Ldt-Ctrl-Time-Elapsed { + float: left; + color: #4a4a4a; +} + +.Ldt-Ctrl-Time-Separator { + margin: 0 4px; + float: left; +} + +.Ldt-Ctrl-Time-Total { + float: left; + color: #b2b2b2; +} + +.Ldt-Ctrl-Sound { + margin: 0 2px; +} + +.Ldt-Ctrl-Sound-Full { + background-position: -120px 0; +} + +.Ldt-Ctrl-Sound-Full:hover { + background-position: -120px -25px; +} + +.Ldt-Ctrl-Sound-Full:active { + background-position: -120px -50px; +} + +.Ldt-Ctrl-Sound-Mute { + background-position: -150px 0; +} + +.Ldt-Ctrl-Sound-Mute:hover { + background-position: -150px -25px; +} + +.Ldt-Ctrl-Sound-Mute:active { + background-position: -150px -50px; +} + +.Ldt-Ctrl-Sound-Half { + background-position: -180px 0; +} + +.Ldt-Ctrl-Sound-Half:hover { + background-position: -180px -25px; +} + +.Ldt-Ctrl-Sound-Half:active { + background-position: -180px -50px; +} + +.Ldt-Ctrl-Volume-Control { + display: none; + position: absolute; + background:url('img/player_gradient.png') repeat-x transparent ; + height: 25px; + width: 100px; top: 25px; right: -1px; z-index: 100; + padding: 0 2px; + border: 1px solid #b6b8b8; +} + +.Ldt-Ctrl-Volume-Bar { + height: 5px; margin: 9px 3px 0; background: #cccccc; border: 1px solid #999999; border-radius: 2px; +} + +.Ldt-Ctrl-Volume-Control .ui-slider-handle { + width: 6px; height: 19px; background: #a8a8a8; border: 1px solid #999999; border-radius: 2px; top: -8px; margin-left: -4px; + cursor: pointer; +} + +.Ldt-Ctrl-Volume-Control:hover .ui-slider-handle { + background: #F7268E; +} \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/Controller.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/Controller.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,296 @@ +/* Displays Play and Pause buttons, Search Button and Form, Volume Control */ + +IriSP.Widgets.Controller = function(player, config) { + IriSP.Widgets.Widget.call(this, player, config); + + this._searchLastValue = ""; +}; + +IriSP.Widgets.Controller.prototype = new IriSP.Widgets.Widget(); + +IriSP.Widgets.Controller.prototype.defaults = { + disable_annotate_btn: false, + disable_search_btn: false +} + +IriSP.Widgets.Controller.prototype.template = + '
      ' + + '
      ' + + '
      ' + + '
      ' + + '{{^disable_annotate_btn}}' + + '
      ' + + '
      ' + + '{{/disable_annotate_btn}}' + + '{{^disable_search_btn}}' + + '
      ' + + '
      ' + + '{{/disable_search_btn}}' + + '' + + '
      ' + + '
      ' + + '
      ' + + '
      ' + + '
      00:00
      ' + + '
      /
      ' + + '
      00:00
      ' + + '
      ' + + '
      ' + + '
      ' + + '
      ' + + '
      ' + + '
      ' + + '
      ' + + '
      '; + +IriSP.Widgets.Controller.prototype.messages = { + en: { + play_pause: "Play/Pause", + mute_unmute: "Mute/Unmute", + play: "Play", + pause: "Pause", + mute: "Mute", + unmute: "Unmute", + annotate: "Annotate", + search: "Search", + elapsed_time: "Elapsed time", + total_time: "Total time", + volume: "Volume", + volume_control: "Volume control" + }, + fr: { + play_pause: "Lecture/Pause", + mute_unmute: "Couper/Activer le son", + play: "Lecture", + pause: "Pause", + mute: "Couper le son", + unmute: "Activer le son", + annotate: "Annoter", + search: "Rechercher", + elapsed_time: "Durée écoulée", + total_time: "Durée totale", + volume: "Niveau sonore", + volume_control: "Réglage du niveau sonore" + } +}; + +IriSP.Widgets.Controller.prototype.draw = function() { + var _this = this; + this.renderTemplate(); + + // Define blocks + this.$playButton = this.$.find(".Ldt-Ctrl-Play"); + this.$searchBlock = this.$.find(".Ldt-Ctrl-Search"); + this.$searchInput = this.$.find(".Ldt-Ctrl-SearchInput"); + this.$volumeBar = this.$.find(".Ldt-Ctrl-Volume-Bar"); + + // handle events + this.bindPopcorn("play","playButtonUpdater"); + this.bindPopcorn("pause","playButtonUpdater"); + this.bindPopcorn("volumechange","volumeUpdater"); + this.bindPopcorn("timeupdate","timeDisplayUpdater"); + this.bindPopcorn("loadedmetadata","timeDisplayUpdater"); + this.bindPopcorn("IriSP.search.matchFound","searchMatch"); + this.bindPopcorn("IriSP.search.noMatchFound","searchNoMatch"); + this.bindPopcorn("IriSP.search.triggeredSearch","triggeredSearch"); + + // handle clicks + this.$playButton.click(this.functionWrapper("playHandler")); + + this.$.find(".Ldt-Ctrl-Annotate").click(function() { + _this.player.popcorn.trigger("IriSP.Player.AnnotateButton.clicked"); + }); + this.$.find(".Ldt-Ctrl-SearchBtn").click(this.functionWrapper("searchButtonHandler")); + + this.$searchInput.keyup(this.functionWrapper("searchHandler") ); + + var _volctrl = this.$.find(".Ldt-Ctrl-Volume-Control"); + this.$.find('.Ldt-Ctrl-Sound') + .click(this.functionWrapper("muteHandler")) + .mouseover(function() { + _volctrl.show(); + }) + .mouseout(function() { + _volctrl.hide(); + }); + _volctrl.mouseover(function() { + _volctrl.show(); + }).mouseout(function() { + _volctrl.hide(); + }); + + + // Allow Volume Cursor Dragging + this.$volumeBar.slider({ + slide: function(event, ui) { + _this.$volumeBar.attr("title",_this.l10n.volume+': ' + ui.value + '%'); + _this.player.popcorn.volume(ui.value / 100); + }, + stop: this.functionWrapper("volumeUpdater") + }); + + // trigger an IriSP.Player.MouseOver to the widgets that are interested (i.e : sliderWidget) + this.$.hover( + function() { + _this.player.popcorn.trigger("IriSP.Player.MouseOver"); + }, + function() { + _this.player.popcorn.trigger("IriSP.Player.MouseOut"); + }); + setTimeout(this.functionWrapper("volumeUpdater"), 1000); + /* some players - including jwplayer - save the state of the mute button between sessions */ +}; + +/* Update the elasped time div */ +IriSP.Widgets.Controller.prototype.timeDisplayUpdater = function() { + var _curTime = this.player.popcorn.roundTime(); + if (typeof this._previousSecond !== "undefined" && _curTime === this._previousSecond) { + return; + } + + // we get it at each call because it may change. + var _totalTime = this.source.getDuration(), + _elapsedTime = new IriSP.Model.Time(); + + _elapsedTime.setSeconds(_curTime); + + this.$.find(".Ldt-Ctrl-Time-Elapsed").html(_elapsedTime.toString()); + this.$.find(".Ldt-Ctrl-Time-Total").html(_totalTime.toString()); + this._previousSecond = _curTime; +}; + +/* update the icon of the button - separate function from playHandler + because in some cases (for instance, when the user directly clicks on + the jwplayer window) we have to change the icon without playing/pausing +*/ +IriSP.Widgets.Controller.prototype.playButtonUpdater = function() { + + var status = this.player.popcorn.media.paused; + + if (status) { + /* the background sprite is changed by adding/removing the correct classes */ + this.$playButton + .attr("title", this.l10n.play) + .removeClass("Ldt-Ctrl-Play-PauseState") + .addClass("Ldt-Ctrl-Play-PlayState"); + } else { + this.$playButton + .attr("title", this.l10n.pause) + .removeClass("Ldt-Ctrl-Play-PlayState") + .addClass("Ldt-Ctrl-Play-PauseState"); + } +}; + + +IriSP.Widgets.Controller.prototype.playHandler = function() { + + var status = this.player.popcorn.media.paused; + + if (status) { + this.player.popcorn.play(); + } else { + this.player.popcorn.pause(); + } +}; + +IriSP.Widgets.Controller.prototype.muteHandler = function() { + this.player.popcorn.mute(!this.player.popcorn.muted()); +}; + +IriSP.Widgets.Controller.prototype.volumeUpdater = function() { + var _muted = this.player.popcorn.muted(), + _vol = this.player.popcorn.volume(); + if (_vol === false) { + _vol = .5; + } + var _soundCtl = this.$.find(".Ldt-Ctrl-Sound"); + _soundCtl.removeClass("Ldt-Ctrl-Sound-Mute Ldt-Ctrl-Sound-Half Ldt-Ctrl-Sound-Full"); + if (_muted) { + _soundCtl.attr("title", this.l10n.unmute) + .addClass("Ldt-Ctrl-Sound-Mute"); + } else { + _soundCtl.attr("title", this.l10n.mute) + .addClass(_vol < .5 ? "Ldt-Ctrl-Sound-Half" : "Ldt-Ctrl-Sound-Full" ) + } + this.$volumeBar.slider("value", _muted ? 0 : 100 * _vol); +}; + +IriSP.Widgets.Controller.prototype.showSearchBlock = function() { + this.$searchBlock.show("blind", { direction: "horizontal"}, 100); + this.$searchInput.css('background-color','#fff'); + + this.$searchInput.focus(); + + // we need this variable because some widgets can find a match in + // their data while at the same time others don't. As we want the + // search field to become green when there's a match, we need a + // variable to remember that we had one. + this._positiveMatch = false; + + // tell the world the field is open + this.player.popcorn.trigger("IriSP.search.open"); +}; + +IriSP.Widgets.Controller.prototype.hideSearchBlock = function() { + this._searchLastValue = this.$searchInput.val(); + this.$searchInput.val(''); + this.$searchBlock.hide("blind", { direction: "horizontal"}, 75); + + this._positiveMatch = false; + + this.player.popcorn.trigger("IriSP.search.closed"); +}; + +/** react to clicks on the search button */ +IriSP.Widgets.Controller.prototype.searchButtonHandler = function() { + if ( this.$searchBlock.is(":hidden") ) { + this.showSearchBlock(); + this.$searchInput.val(this._searchLastValue); + this.player.popcorn.trigger("IriSP.search", this._searchLastValue); // trigger the search to make it more natural. + } else { + this.hideSearchBlock(); + } +}; + +/** this handler is called whenever the content of the search + field changes */ +IriSP.Widgets.Controller.prototype.searchHandler = function() { + this._searchLastValue = this.$searchInput.val(); + this._positiveMatch = false; + + // do nothing if the search field is empty, instead of highlighting everything. + if (this._searchLastValue == "") { + this.player.popcorn.trigger("IriSP.search.cleared"); + this.$searchInput.css('background-color',''); + } else { + this.player.popcorn.trigger("IriSP.search", this._searchLastValue); + } +}; + +/** + handler for the IriSP.search.found message, which is sent by some views when they + highlight a match. +*/ +IriSP.Widgets.Controller.prototype.searchMatch = function() { + this._positiveMatch = true; + this.$searchInput.css('background-color','#e1ffe1'); +}; + +/** the same, except that no value could be found */ +IriSP.Widgets.Controller.prototype.searchNoMatch = function() { + if (this._positiveMatch !== true) { + this.$searchInput.css('background-color', "#d62e3a"); + } +}; + +/** react to an IriSP.Player.triggeredSearch - that is, when + a widget ask the.Player to do a search on his behalf */ +IriSP.Widgets.Controller.prototype.triggeredSearch = function(searchString) { + this.showSearchBlock(); + this.$searchInput.attr('value', searchString); + this.player.popcorn.trigger("IriSP.search", searchString); // trigger the search to make it more natural. +}; + + diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/HelloWorld.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/HelloWorld.css Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,3 @@ +.Ldt-HelloWorld p { + text-align: center; font-size: 12px; margin: 2px 0; +} diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/HelloWorld.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/HelloWorld.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,33 @@ +/* Shows an example of a widget, with : + * - Use of source data + * - Use of templating + * - Use of internationalization + */ + +IriSP.Widgets.HelloWorld = function(player, config) { + console.log("Calling IriSP.Widget's constructor from IriSP.HelloWorldWidget"); + IriSP.Widgets.Widget.call(this, player, config); +} + +IriSP.Widgets.HelloWorld.prototype = new IriSP.Widgets.Widget(); + +IriSP.Widgets.HelloWorld.prototype.defaults = { + text: "world" +} + +IriSP.Widgets.HelloWorld.prototype.template = + '

      {{l10n.Hello}} {{text}}

      Looks like we have {{source.contents.annotation.length}} annotations in this feed

      '; + +IriSP.Widgets.HelloWorld.prototype.messages = { + "fr": { + "Hello" : "Bonjour," + }, + "en" : { + "Hello" : "Hello," + } +} + +IriSP.Widgets.HelloWorld.prototype.draw = function() { + this.renderTemplate(); + console.log("HelloWorldWidget was drawn"); +} \ No newline at end of file diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/LdtPlayer-core.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/LdtPlayer-core.css Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,17 @@ +/* Base classes */ + +.Ldt-Loader { + position: absolute; + min-height: 128px; + //background:url(img/loader.gif) center no-repeat; + text-indent: -9999px; + position: absolute; + width: 100%; +} + +.Ldt-Widget { + position: absolute; + font-family: Arial, Helvetica, sans-serif; + color: black; + font-size: 12px; +} diff -r 45c889eae324 -r 2c7fc855eba8 front_idill/src/player/metadataplayer/LdtPlayer-core.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/front_idill/src/player/metadataplayer/LdtPlayer-core.js Fri May 11 11:04:06 2012 +0200 @@ -0,0 +1,2171 @@ +/* + * + * Copyright 2010-2012 Institut de recherche et d'innovation + * contributor(s) : Karim Hamidou, Samuel Huron, Raphael Velt, Thibaut Cavalie + * + * contact@iri.centrepompidou.fr + * http://www.iri.centrepompidou.fr + * + * This software is a computer program whose purpose is to show and add annotations on a video . + * This software is governed by the CeCILL-C license under French law and + * abiding by the rules of distribution of free software. You can use, + * modify and/ or redistribute the software under the terms of the CeCILL-C + * license as circulated by CEA, CNRS and INRIA at the following URL + * "http://www.cecill.info". + * + * The fact that you are presently reading this means that you have had + * knowledge of the CeCILL-C license and that you accept its terms. +*/ +/*! LAB.js (LABjs :: Loading And Blocking JavaScript) + v2.0.3 (c) Kyle Simpson + MIT License +*/ +(function(o){var K=o.$LAB,y="UseLocalXHR",z="AlwaysPreserveOrder",u="AllowDuplicates",A="CacheBust",B="BasePath",C=/^[^?#]*\//.exec(location.href)[0],D=/^\w+\:\/\/\/?[^\/]+/.exec(C)[0],i=document.head||document.getElementsByTagName("head"),L=(o.opera&&Object.prototype.toString.call(o.opera)=="[object Opera]")||("MozAppearance"in document.documentElement.style),q=document.createElement("script"),E=typeof q.preload=="boolean",r=E||(q.readyState&&q.readyState=="uninitialized"),F=!r&&q.async===true,M=!r&&!F&&!L;function G(a){return Object.prototype.toString.call(a)=="[object Function]"}function H(a){return Object.prototype.toString.call(a)=="[object Array]"}function N(a,c){var b=/^\w+\:\/\//;if(/^\/\/\/?/.test(a)){a=location.protocol+a}else if(!b.test(a)&&a.charAt(0)!="/"){a=(c||"")+a}return b.test(a)?a:((a.charAt(0)=="/"?D:C)+a)}function s(a,c){for(var b in a){if(a.hasOwnProperty(b)){c[b]=a[b]}}return c}function O(a){var c=false;for(var b=0;b0){for(var a=0;a=0;){d=n.shift();a=a[d.type].apply(null,d.args)}return a},noConflict:function(){o.$LAB=K;return m},sandbox:function(){return J()}};return m}o.$LAB=J();(function(a,c,b){if(document.readyState==null&&document[a]){document.readyState="loading";document[a](c,b=function(){document.removeEventListener(c,b,false);document.readyState="complete"},false)}})("addEventListener","DOMContentLoaded")})(this);/* init.js - initialization and configuration of Popcorn and the widgets +*/ + +if (typeof window.IriSP === "undefined") { + IriSP = {}; +} + +/* The Metadataplayer Object, single point of entry, replaces IriSP.init_player */ + +IriSP.Metadataplayer = function(config, video_metadata) { + IriSP.log("IriSP.Metadataplayer constructor"); + for (var key in IriSP.guiDefaults) { + if (IriSP.guiDefaults.hasOwnProperty(key) && !config.gui.hasOwnProperty(key)) { + config.gui[key] = IriSP.guiDefaults[key] + } + } + var _container = document.getElementById(config.gui.container); + _container.innerHTML = '

      Loading... Chargement...

      '; + this.video_metadata = video_metadata; + this.sourceManager = new IriSP.Model.Directory(); + this.config = config; + this.loadLibs(); +} + +IriSP.Metadataplayer.prototype.toString = function() { + return 'A Metadataplayer in DIV #' + this.config.gui.container; +} + +IriSP.Metadataplayer.prototype.loadLibs = function() { + IriSP.log("IriSP.Metadataplayer.prototype.loadLibs"); + var $L = $LAB + .script(IriSP.getLib("underscore")) + .script(IriSP.getLib("Mustache")) + .script(IriSP.getLib("jQuery")) + .script(IriSP.getLib("swfObject")) + .wait() + .script(IriSP.getLib("jQueryUI")); + + if (this.config.player.type === "jwplayer" || this.config.player.type === "auto") { + $L.script(IriSP.getLib("jwplayer")); + } + + if (this.config.player.type !== "jwplayer" && this.config.player.type !== "allocine" && this.config.player.type !== "dailymotion") { + $L.script(IriSP.getLib("popcorn")); + } + + /* widget specific requirements */ + for(var _i = 0; _i < this.config.gui.widgets.length; _i++) { + var _t = this.config.gui.widgets[_i].type; + if (typeof IriSP.widgetsRequirements[_t] !== "undefined" && typeof IriSP.widgetsRequirements[_t].requires !== "undefined") { + $L.script(IriSP.getLib(IriSP.widgetsRequirements[_t].requires)); + } + } + + var _this = this; + IriSP.log($L); + $L.wait(function() { + _this.onLibsLoaded(); + }); +} + +IriSP.Metadataplayer.prototype.onLibsLoaded = function() { + IriSP.log("IriSP.Metadataplayer.prototype.onLibsLoaded"); + if (typeof IriSP.jQuery === "undefined" && typeof window.jQuery !== "undefined") { + IriSP.jQuery = window.jQuery.noConflict(); + } + if (typeof IriSP._ === "undefined" && typeof window._ !== "undefined") { + IriSP._ = window._.noConflict(); + } + IriSP.loadCss(IriSP.getLib("cssjQueryUI")); + IriSP.loadCss(this.config.gui.css); + + this.videoData = this.loadMetadata(this.video_metadata); + this.$ = IriSP.jQuery('#' + this.config.gui.container); + this.$.css({ + "width": this.config.gui.width, + "clear": "both" + }); + if (typeof this.config.gui.height !== "undefined") { + this.$.css("height", this.config.gui.height); + } + + var _this = this; + this.videoData.onLoad(function() { + _this.onVideoDataLoaded(); + }); +} + +IriSP.Metadataplayer.prototype.loadMetadata = function(_metadataInfo) { + if (typeof _metadataInfo.serializer === "undefined" && typeof _metadataInfo.format !== "undefined") { + _metadataInfo.serializer = IriSP.serializers[_metadataInfo.format]; + } + if (typeof _metadataInfo.url === "undefined" && typeof _metadataInfo.src !== "undefined") { + _metadataInfo.url = _metadataInfo.src; + } + if (typeof _metadataInfo.url !== "undefined" && typeof _metadataInfo.serializer !== "undefined") { + return this.sourceManager.remoteSource(_metadataInfo); + } else { + return this.sourceManager.newLocalSource(_metadataInfo); + } +} + +IriSP.Metadataplayer.prototype.onVideoDataLoaded = function() { + if (typeof this.videoData !== "undefined" && typeof this.config.player.video === "undefined") { + var _media = this.videoData.currentMedia; + if (typeof _media !== "undefined") { + this.config.player.video = _media.video; + if (typeof _media.streamer !== "undefined") { + this.config.player.streamer = _media.streamer; + this.config.player.video = _media.video.replace(_media.streamer,''); + } + } + + } + this.configurePopcorn(); + this.widgets = []; + var _this = this; + for(var i = 0; i < this.config.gui.widgets.length; i++) { + this.loadWidget(this.config.gui.widgets[i], function(_widget) { + _this.widgets.push(_widget) + }); + }; + this.$.find('.Ldt-Loader').detach(); +} + +IriSP.Metadataplayer.prototype.loadWidget = function(_widgetConfig, _callback) { + /* Creating containers if needed */ + if (typeof _widgetConfig.container === "undefined") { + var _divs = this.layoutDivs(_widgetConfig.type); + _widgetConfig.container = _divs[0]; + } + + var _this = this; + + if (typeof IriSP.Widgets[_widgetConfig.type] !== "undefined") { + IriSP._.defer(function() { + _callback(new IriSP.Widgets[_widgetConfig.type](_this, _widgetConfig)); + }); + } else { + /* Loading Widget CSS */ + if (typeof IriSP.widgetsRequirements[_widgetConfig.type] === "undefined" || typeof IriSP.widgetsRequirements[_widgetConfig.type].noCss === "undefined" || !IriSP.widgetsRequirements[_widgetConfig.type].noCss) { + IriSP.loadCss(IriSP.widgetsDir + '/' + _widgetConfig.type + '.css'); + } + /* Loading Widget JS */ + $LAB.script(IriSP.widgetsDir + '/' + _widgetConfig.type + '.js').wait(function() { + _callback(new IriSP.Widgets[_widgetConfig.type](_this, _widgetConfig)); + }); + } +} + +IriSP.Metadataplayer.prototype.configurePopcorn = function() { + IriSP.log("IriSP.Metadataplayer.prototype.configurePopcorn"); + var pop, + ret = this.layoutDivs("video"), + containerDiv = ret[0], + spacerDiv = ret[1], + _this = this, + _types = { + "html5" : /\.(ogg|ogv|webm|mp4)$/, + "youtube" : /^(https?:\/\/)?(www\.)?youtube\.com/, + "dailymotion" : /^(https?:\/\/)?(www\.)?dailymotion\.com/ + }; + + if (this.config.player.type === "auto") { + this.config.player.type = "jwplayer"; + IriSP._(_types).each(function(_v, _k) { + if (_v.test(_this.config.player.video)) { + _this.config.player.type = _k + } + }); + } + + switch(this.config.player.type) { + /* + todo : dynamically create the div/video tag which + will contain the video. + */ + case "html5": + var _tmpId = Popcorn.guid("video"), + _videoEl = IriSP.jQuery('