unittests/mockTweetSerializer.js
branchnew-model
changeset 924 64c2eaafe5e2
parent 923 b3ee7d1b472a
child 925 28efc97b5d78
equal deleted inserted replaced
923:b3ee7d1b472a 924:64c2eaafe5e2
     1 /* mock serializer, for unit testing. This file is separated from data.js
       
     2    because the stub data is huge an we don't want to ship it with the rest
       
     3    of the app */
       
     4 
       
     5 IriSP.MockTweetSerializer = function(DataLoader, url) {
       
     6   IriSP.Serializer.call(this, DataLoader, url);
       
     7   this._data = IriSP.MockTweetSerializer.prototype._data;
       
     8 };
       
     9 
       
    10 IriSP.MockTweetSerializer.prototype = new IriSP.Serializer();   
       
    11 
       
    12 IriSP.MockTweetSerializer.prototype.currentMedia = function() {
       
    13   return this._data.medias[0];
       
    14 };
       
    15 
       
    16 // Copy some methods from JSONSerializer because we need them in
       
    17 // some tests.
       
    18 
       
    19 IriSP.MockTweetSerializer.prototype.searchAnnotations = IriSP.JSONSerializer.prototype.searchAnnotations;
       
    20 IriSP.MockTweetSerializer.prototype.searchOccurences = IriSP.JSONSerializer.prototype.searchOccurences;
       
    21 
       
    22 IriSP.MockTweetSerializer.prototype._data = {
       
    23 "views": [
       
    24 {
       
    25 "id": "0", 
       
    26 "contents": [
       
    27 "914e1bcc-b6e0-11e0-a965-00145ea49a02"
       
    28 ], 
       
    29 "annotation_types": [
       
    30 "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", 
       
    31 "61bcaa2e-9963-4df2-a987-34c08e184fb6"
       
    32 ]
       
    33 }
       
    34 ], 
       
    35 "tags": [
       
    36 {
       
    37 "meta": {
       
    38 "dc:contributor": "IRI", 
       
    39 "dc:created": "2011-11-03T14:57:21.009848", 
       
    40 "dc:title": "libidinal", 
       
    41 "dc:modified": "2011-11-03T14:57:21.009848", 
       
    42 "dc:creator": "IRI"
       
    43 }, 
       
    44 "id": "219d25fc-062c-11e1-93a3-00145ea49a02"
       
    45 }, 
       
    46 {
       
    47 "meta": {
       
    48 "dc:contributor": "IRI", 
       
    49 "dc:created": "2011-11-03T14:57:20.999902", 
       
    50 "dc:title": "eg8", 
       
    51 "dc:modified": "2011-11-03T14:57:20.999902", 
       
    52 "dc:creator": "IRI"
       
    53 }, 
       
    54 "id": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
    55 }, 
       
    56 {
       
    57 "meta": {
       
    58 "dc:contributor": "IRI", 
       
    59 "dc:created": "2011-11-03T14:57:20.993496", 
       
    60 "dc:title": "enmi", 
       
    61 "dc:modified": "2011-11-03T14:57:20.993496", 
       
    62 "dc:creator": "IRI"
       
    63 }, 
       
    64 "id": "219aa55c-062c-11e1-93a3-00145ea49a02"
       
    65 }, 
       
    66 {
       
    67 "meta": {
       
    68 "dc:contributor": "IRI", 
       
    69 "dc:created": "2011-11-03T14:57:20.995151", 
       
    70 "dc:title": "Hadopi", 
       
    71 "dc:modified": "2011-11-03T14:57:20.995151", 
       
    72 "dc:creator": "IRI"
       
    73 }, 
       
    74 "id": "219ae77e-062c-11e1-93a3-00145ea49a02"
       
    75 }, 
       
    76 {
       
    77 "meta": {
       
    78 "dc:contributor": "IRI", 
       
    79 "dc:created": "2011-11-03T14:57:20.995151", 
       
    80 "dc:title": "eG8", 
       
    81 "dc:modified": "2011-11-03T14:57:20.995151", 
       
    82 "dc:creator": "IRI"
       
    83 }, 
       
    84 "id": "219ae30a-062c-11e1-93a3-00145ea49a02"
       
    85 }, 
       
    86 {
       
    87 "meta": {
       
    88 "dc:contributor": "IRI", 
       
    89 "dc:created": "2011-11-03T14:57:21.009848", 
       
    90 "dc:title": "contribution", 
       
    91 "dc:modified": "2011-11-03T14:57:21.009848", 
       
    92 "dc:creator": "IRI"
       
    93 }, 
       
    94 "id": "219d2156-062c-11e1-93a3-00145ea49a02"
       
    95 }, 
       
    96 {
       
    97 "meta": {
       
    98 "dc:contributor": "IRI", 
       
    99 "dc:created": "2011-11-03T14:57:20.993496", 
       
   100 "dc:title": "trust", 
       
   101 "dc:modified": "2011-11-03T14:57:20.993496", 
       
   102 "dc:creator": "IRI"
       
   103 }, 
       
   104 "id": "219aaab6-062c-11e1-93a3-00145ea49a02"
       
   105 }, 
       
   106 {
       
   107 "meta": {
       
   108 "dc:contributor": "IRI", 
       
   109 "dc:created": "2011-11-03T14:57:20.999902", 
       
   110 "dc:title": "barlow", 
       
   111 "dc:modified": "2011-11-03T14:57:20.999902", 
       
   112 "dc:creator": "IRI"
       
   113 }, 
       
   114 "id": "219b9c96-062c-11e1-93a3-00145ea49a02"
       
   115 }
       
   116 ], 
       
   117 "lists": [
       
   118 {
       
   119 "items": [
       
   120 {
       
   121 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6"
       
   122 }
       
   123 ], 
       
   124 "meta": {
       
   125 "dc:contributor": "undefined", 
       
   126 "dc:created": "2011-11-03T14:57:20.992502", 
       
   127 "dc:creator": "undefined", 
       
   128 "id-ref": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   129 "dc:title": "Découpages personnels", 
       
   130 "editable": "false", 
       
   131 "dc:modified": "2011-11-03T14:57:20.992502", 
       
   132 "dc:description": ""
       
   133 }, 
       
   134 "id": "tweet_CB21314C-490A-91C7-ADAF-6212DFCF4E23"
       
   135 }, 
       
   136 {
       
   137 "items": [
       
   138 {
       
   139 "id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4"
       
   140 }
       
   141 ], 
       
   142 "meta": {
       
   143 "dc:contributor": "undefined", 
       
   144 "dc:created": "2011-11-03T14:57:21.010261", 
       
   145 "dc:creator": "undefined", 
       
   146 "id-ref": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   147 "dc:title": "Découpages personnels", 
       
   148 "editable": "false", 
       
   149 "dc:modified": "2011-11-03T14:57:21.010261", 
       
   150 "dc:description": ""
       
   151 }, 
       
   152 "id": "g_CB21314C-490A-91C7-ADAF-6212DFCF4E23"
       
   153 }
       
   154 ], 
       
   155 "medias": [
       
   156 {
       
   157 "origin": "0", 
       
   158 "http://advene.liris.cnrs.fr/ns/frame_of_reference/ms": "o=0", 
       
   159 "href": "rtmp://media.iri.centrepompidou.fr/ddc_player/video/enmi/iri_enmiprepa2011_1bs.flv", 
       
   160 "meta": {
       
   161 "dc:contributor": "IRI", 
       
   162 "item": {
       
   163 "name": "streamer", 
       
   164 "value": "rtmp://media.iri.centrepompidou.fr/ddc_player/"
       
   165 }, 
       
   166 "dc:created": "2011-07-25T19:08:41.797402", 
       
   167 "dc:duration": 1699997, 
       
   168 "dc:creator": "IRI", 
       
   169 "dc:created.contents": "2011-07-25", 
       
   170 "dc:title": "Bernard Stiegler - Introduction ENMI préparatoires 2011", 
       
   171 "dc:creator.contents": "IRI", 
       
   172 "dc:modified": "2011-07-25T19:08:41.862348", 
       
   173 "dc:description": ""
       
   174 }, 
       
   175 "id": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   176 "unit": "ms"
       
   177 }
       
   178 ], 
       
   179 "meta": {
       
   180 "dc:contributor": "admin", 
       
   181 "dc:created": "2011-07-25T19:08:53.255900", 
       
   182 "dc:creator": "admin", 
       
   183 "main_media": {
       
   184 "id-ref": "914e1bcc-b6e0-11e0-a965-00145ea49a02"
       
   185 }, 
       
   186 "dc:description": "", 
       
   187 "dc:title": " \tBernard Stiegler - Introduction ENMI préparatoires 2011", 
       
   188 "id": "c609832e-b6e0-11e0-9f0f-00145ea49a02", 
       
   189 "dc:modified": "2011-07-25T20:01:12.072312"
       
   190 }, 
       
   191 "annotations": [
       
   192 {
       
   193 "content": {
       
   194 "mimetype": "application/x-ldt-structured", 
       
   195 "description": "Bernard Stiegler : Introduction. Nouvel espace public - Wikileaks\nToute publication implique une dissimulation. Estia : le privé c'est le domestique. Le rapport public - privé est profondement bouleversé. Privé = privatisation (des données privées commercialisées). Nous sommes motivés par le désir de publication dont les industries culturelles nous ont privé. Ethique à Nicomaque (Aristote): il n'y a pas de confirance sans filia (amitié).", 
       
   196 "img": {
       
   197 "src": ""
       
   198 }, 
       
   199 "title": "Introduction", 
       
   200 "color": "16711680", 
       
   201 "polemics": [], 
       
   202 "audio": {
       
   203 "mimetype": "audio/mp3", 
       
   204 "src": "undefined", 
       
   205 "href": null
       
   206 }
       
   207 }, 
       
   208 "begin": 4364, 
       
   209 "meta": {
       
   210 "dc:contributor": "perso", 
       
   211 "id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", 
       
   212 "dc:created": "2011-11-03T14:57:21.010291", 
       
   213 "dc:modified": "2011-11-03T14:57:21.010291", 
       
   214 "dc:creator": "perso"
       
   215 }, 
       
   216 "end": 445403, 
       
   217 "tags": null, 
       
   218 "color": "16711680", 
       
   219 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   220 "id": "s_41FCF75C-4DBC-E109-57A2-2683540BC343"
       
   221 }, 
       
   222 {
       
   223 "content": {
       
   224 "mimetype": "application/x-ldt-structured", 
       
   225 "description": "Première considération. Antigone : Le choeur dit ce qu'est l'Homme : inquiétant est l'homme. Hegel ajoute : la sagesse procède de l'inquiétude. Freud : l'inquiétante étrangeté, fin de la quiétude.", 
       
   226 "img": {
       
   227 "src": ""
       
   228 }, 
       
   229 "title": "Première considération", 
       
   230 "color": "16737792", 
       
   231 "polemics": [], 
       
   232 "audio": {
       
   233 "mimetype": "audio/mp3", 
       
   234 "src": "undefined", 
       
   235 "href": null
       
   236 }
       
   237 }, 
       
   238 "begin": 446166, 
       
   239 "meta": {
       
   240 "dc:contributor": "perso", 
       
   241 "id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", 
       
   242 "dc:created": "2011-11-03T14:57:21.010291", 
       
   243 "dc:modified": "2011-11-03T14:57:21.010291", 
       
   244 "dc:creator": "perso"
       
   245 }, 
       
   246 "end": 683750, 
       
   247 "tags": null, 
       
   248 "color": "16737792", 
       
   249 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   250 "id": "s_ABD0E503-B166-8AAD-7109-2683540BA6C9"
       
   251 }, 
       
   252 {
       
   253 "content": {
       
   254 "mimetype": "application/x-ldt-structured", 
       
   255 "description": "Le double redoublement époqual (Epoké: suspension du rapport au monde)\nHusserl : nous sommes dans une époké technologique. La confiance passe par un système technique (imprimerie puis Luther) selon B. Gilles. Ces espaces de confiance sont repris par Max Weber (la foi est la conception monothéiste de la confiance) et doivent être calculables.", 
       
   256 "img": {
       
   257 "src": ""
       
   258 }, 
       
   259 "title": "Le double redoublement époqual", 
       
   260 "color": "16750848", 
       
   261 "polemics": [], 
       
   262 "audio": {
       
   263 "mimetype": "audio/mp3", 
       
   264 "src": "undefined", 
       
   265 "href": null
       
   266 }
       
   267 }, 
       
   268 "begin": 683750, 
       
   269 "meta": {
       
   270 "dc:contributor": "perso", 
       
   271 "id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", 
       
   272 "dc:created": "2011-11-03T14:57:21.010291", 
       
   273 "dc:modified": "2011-11-03T14:57:21.010291", 
       
   274 "dc:creator": "perso"
       
   275 }, 
       
   276 "end": 1132168, 
       
   277 "tags": null, 
       
   278 "color": "16750848", 
       
   279 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   280 "id": "s_A677A43D-BD3A-E2EB-46F5-2683540B5B5E"
       
   281 }, 
       
   282 {
       
   283 "content": {
       
   284 "mimetype": "application/x-ldt-structured", 
       
   285 "description": "La confiance, la foi, la croyance, la filia, tous ces contextes repassent par le concept de l'économie libidinale introduit par Freud. Ethique Hacker (Himanen) : réaction au désinvestissement libidinal. Nous sommes dans un processus de défiance et d'infantilisation de régression (catastrophé). Rôle grandissant des tiers de confiance.", 
       
   286 "img": {
       
   287 "src": ""
       
   288 }, 
       
   289 "title": "Économie libidinale - tiers de confiance", 
       
   290 "color": "13369344", 
       
   291 "polemics": [], 
       
   292 "audio": {
       
   293 "mimetype": "audio/mp3", 
       
   294 "src": "undefined", 
       
   295 "href": null
       
   296 }
       
   297 }, 
       
   298 "begin": 1132168, 
       
   299 "meta": {
       
   300 "dc:contributor": "perso", 
       
   301 "id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", 
       
   302 "dc:created": "2011-11-03T14:57:21.010291", 
       
   303 "dc:modified": "2011-11-03T14:57:21.010291", 
       
   304 "dc:creator": "perso"
       
   305 }, 
       
   306 "end": 1694349, 
       
   307 "tags": null, 
       
   308 "color": "13369344", 
       
   309 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   310 "id": "s_D68D6DC7-756D-0A6C-80C8-2683540B8F72"
       
   311 }, 
       
   312 {
       
   313 "content": {
       
   314 "mimetype": "application/x-ldt-structured", 
       
   315 "description": "", 
       
   316 "img": {
       
   317 "src": ""
       
   318 }, 
       
   319 "title": "", 
       
   320 "color": "16763904", 
       
   321 "polemics": [], 
       
   322 "audio": {
       
   323 "mimetype": "audio/mp3", 
       
   324 "src": "undefined", 
       
   325 "href": null
       
   326 }
       
   327 }, 
       
   328 "begin": 1694349, 
       
   329 "meta": {
       
   330 "dc:contributor": "perso", 
       
   331 "id-ref": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", 
       
   332 "dc:created": "2011-11-03T14:57:21.010291", 
       
   333 "dc:modified": "2011-11-03T14:57:21.010291", 
       
   334 "dc:creator": "perso"
       
   335 }, 
       
   336 "end": 1696543, 
       
   337 "tags": null, 
       
   338 "color": "16763904", 
       
   339 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   340 "id": "s_C6A7D84F-B50D-F756-2CAE-2683540B2F12"
       
   341 }, 
       
   342 {
       
   343 "content": {
       
   344 "mimetype": "application/x-ldt-structured", 
       
   345 "description": "RT @amil310: #enmi RT @amil310: #trust Waiting for Bernard Stiegler Can we trust in SNCF, really? Follow the seminar at http://bit.ly/l4ZbO4", 
       
   346 "img": {
       
   347 "src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg"
       
   348 }, 
       
   349 "title": "Alexandre Monnin: RT @amil310: #enmi RT @amil310: #trust Waiting for Bernard Stiegler Can we trust in SNCF, really? Follow the seminar at http://bit.ly/l4ZbO4", 
       
   350 "color": "16763904", 
       
   351 "polemics": [], 
       
   352 "audio": {
       
   353 "mimetype": "audio/mp3", 
       
   354 "src": "", 
       
   355 "href": null
       
   356 }
       
   357 }, 
       
   358 "begin": 15000, 
       
   359 "meta": {
       
   360 "dc:contributor": "perso", 
       
   361 "dc:source": {
       
   362 "mimetype": "application/json", 
       
   363 "url": "http://dev.twitter.com", 
       
   364 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 371, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2825, \"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\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"retweeted_status\": {\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 137694060, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 60, \"protected\": false, \"location\": \"Lyon, France\", \"default_profile_image\": false, \"listed_count\": 9, \"utc_offset\": null, \"statuses_count\": 138, \"description\": \"Prof, University Lyon1, France. Computer Science, Dynamic Knowledge Management and Engineering, Chair www2012\", \"friends_count\": 33, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a0.twimg.com/profile_images/855353678/alain_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"137694060\", \"profile_background_image_url\": \"http://a0.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Alain Mille\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 1, \"screen_name\": \"amil310\", \"url\": \"http://liris.cnrs.fr/alain.mille\", \"created_at\": \"Tue Apr 27 13:25:54 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [9, 17], \"id\": 137694060, \"id_str\": \"137694060\", \"name\": \"Alain Mille\", \"screen_name\": \"amil310\"}], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}, {\"indices\": [19, 25], \"text\": \"trust\"}], \"urls\": [{\"indices\": [107, 127], \"url\": \"http://bit.ly/l4ZbO4\", \"expanded_url\": null}]}, \"text\": \"#enmi RT @amil310: #trust Waiting for Bernard Stiegler Can we trust in SNCF, really? Follow the seminar at http://bit.ly/l4ZbO4\", \"created_at\": \"Wed May 25 09:00:33 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73312486249611265, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73312486249611265\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 11], \"id\": 137694060, \"id_str\": \"137694060\", \"name\": \"Alain Mille\", \"screen_name\": \"amil310\"}, {\"indices\": [22, 30], \"id\": 137694060, \"id_str\": \"137694060\", \"name\": \"Alain Mille\", \"screen_name\": \"amil310\"}], \"hashtags\": [{\"indices\": [13, 18], \"text\": \"enmi\"}, {\"indices\": [32, 38], \"text\": \"trust\"}], \"urls\": [{\"indices\": [120, 140], \"url\": \"http://bit.ly/l4ZbO4\", \"expanded_url\": null}]}, \"text\": \"RT @amil310: #enmi RT @amil310: #trust Waiting for Bernard Stiegler Can we trust in SNCF, really? Follow the seminar at http://bit.ly/l4ZbO4\", \"created_at\": \"Wed May 25 09:02:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73312863908925440, \"source\": \"<a href=\\\"http://twitter.com/tweetbutton\\\" rel=\\\"nofollow\\\">Tweet Button</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73312863908925440\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   365 }, 
       
   366 "dc:creator": "perso", 
       
   367 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   368 "dc:created": "2011-11-03T14:57:20.992536", 
       
   369 "dc:modified": "2011-11-03T14:57:20.992536"
       
   370 }, 
       
   371 "end": 15000, 
       
   372 "tags": [
       
   373 {
       
   374 "id-ref": "219aa55c-062c-11e1-93a3-00145ea49a02"
       
   375 }, 
       
   376 {
       
   377 "id-ref": "219aaab6-062c-11e1-93a3-00145ea49a02"
       
   378 }
       
   379 ], 
       
   380 "color": "16763904", 
       
   381 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   382 "id": "ada27eb6-1145-4b77-b7d5-dac5c65654e0-73312863908925440"
       
   383 }, 
       
   384 {
       
   385 "content": {
       
   386 "mimetype": "application/x-ldt-structured", 
       
   387 "description": "#enmi Souci de live ???", 
       
   388 "img": {
       
   389 "src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg"
       
   390 }, 
       
   391 "title": "Alexandre Monnin: #enmi Souci de live ???", 
       
   392 "color": "16763904", 
       
   393 "polemics": [
       
   394 "Q"
       
   395 ], 
       
   396 "audio": {
       
   397 "mimetype": "audio/mp3", 
       
   398 "src": "", 
       
   399 "href": null
       
   400 }
       
   401 }, 
       
   402 "begin": 50000, 
       
   403 "meta": {
       
   404 "dc:contributor": "perso", 
       
   405 "dc:source": {
       
   406 "mimetype": "application/json", 
       
   407 "url": "http://dev.twitter.com", 
       
   408 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2826, \"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\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Souci de live ???\", \"created_at\": \"Wed May 25 09:02:38 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313011430993920, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313011430993920\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   409 }, 
       
   410 "dc:creator": "perso", 
       
   411 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   412 "dc:created": "2011-11-03T14:57:20.992536", 
       
   413 "dc:modified": "2011-11-03T14:57:20.992536"
       
   414 }, 
       
   415 "end": 50000, 
       
   416 "tags": [
       
   417 {
       
   418 "id-ref": "219aaab6-062c-11e1-93a3-00145ea49a02"
       
   419 }
       
   420 ], 
       
   421 "color": "16763904", 
       
   422 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   423 "id": "2ac976de-899e-4a08-8513-e4ea7bc8b92e-73313011430993920"
       
   424 }, 
       
   425 {
       
   426 "content": {
       
   427 "mimetype": "application/x-ldt-structured", 
       
   428 "description": "RT @borisarfi: Xavier Niel sur #Hadopi \"Je pense que nous avons une mauvaise loi en France, une loi folle\" #eG8  #enmi", 
       
   429 "img": {
       
   430 "src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png"
       
   431 }, 
       
   432 "title": "Samuel Huron: RT @borisarfi: Xavier Niel sur #Hadopi \"Je pense que nous avons une mauvaise loi en France, une loi folle\" #eG8  #enmi", 
       
   433 "color": "16763904", 
       
   434 "polemics": [], 
       
   435 "audio": {
       
   436 "mimetype": "audio/mp3", 
       
   437 "src": "", 
       
   438 "href": null
       
   439 }
       
   440 }, 
       
   441 "begin": 80000, 
       
   442 "meta": {
       
   443 "dc:contributor": "perso", 
       
   444 "dc:source": {
       
   445 "mimetype": "application/json", 
       
   446 "url": "http://dev.twitter.com", 
       
   447 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1929, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"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_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 13], \"id\": 26981417, \"id_str\": \"26981417\", \"name\": \"Boris Arfi\", \"screen_name\": \"borisarfi\"}], \"hashtags\": [{\"indices\": [31, 38], \"text\": \"Hadopi\"}, {\"indices\": [107, 111], \"text\": \"eG8\"}, {\"indices\": [113, 118], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"RT @borisarfi: Xavier Niel sur #Hadopi \\\"Je pense que nous avons une mauvaise loi en France, une loi folle\\\" #eG8  #enmi\", \"created_at\": \"Wed May 25 09:03:08 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313137151057920, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313137151057920\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   448 }, 
       
   449 "dc:creator": "perso", 
       
   450 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   451 "dc:created": "2011-11-03T14:57:20.992536", 
       
   452 "dc:modified": "2011-11-03T14:57:20.992536"
       
   453 }, 
       
   454 "end": 80000, 
       
   455 "tags": [
       
   456 {
       
   457 "id-ref": "219ae30a-062c-11e1-93a3-00145ea49a02"
       
   458 }, 
       
   459 {
       
   460 "id-ref": "219ae30a-062c-11e1-93a3-00145ea49a02"
       
   461 }, 
       
   462 {
       
   463 "id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02"
       
   464 }
       
   465 ], 
       
   466 "color": "16763904", 
       
   467 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   468 "id": "9b766956-6bb2-4720-a7b5-d150a41ab202-73313137151057920"
       
   469 }, 
       
   470 {
       
   471 "content": {
       
   472 "mimetype": "application/x-ldt-structured", 
       
   473 "description": "#enmi La défiance ne serait seulement la perte de confiance, mais son retournement agressif, son inversion perverse, au sens etymologique", 
       
   474 "img": {
       
   475 "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_6_normal.png"
       
   476 }, 
       
   477 "title": "Etienne Armand AMATO: #enmi La défiance ne serait seulement la perte de confiance, mais son retournement agressif, son inversion perverse, au sens etymologique", 
       
   478 "color": "16763904", 
       
   479 "polemics": [], 
       
   480 "audio": {
       
   481 "mimetype": "audio/mp3", 
       
   482 "src": "", 
       
   483 "href": null
       
   484 }
       
   485 }, 
       
   486 "begin": 99000, 
       
   487 "meta": {
       
   488 "dc:contributor": "perso", 
       
   489 "dc:source": {
       
   490 "mimetype": "application/json", 
       
   491 "url": "http://dev.twitter.com", 
       
   492 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 223600369, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 7, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 1, \"description\": null, \"friends_count\": 1, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_6_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"223600369\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Etienne Armand AMATO\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"EA_Amato\", \"url\": null, \"created_at\": \"Mon Dec 06 20:51:31 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi La d\\u00e9fiance ne serait seulement la perte de confiance, mais son retournement agressif, son inversion perverse, au sens etymologique\", \"created_at\": \"Wed May 25 09:03:27 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313214305280000, \"source\": \"web\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313214305280000\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   493 }, 
       
   494 "dc:creator": "perso", 
       
   495 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   496 "dc:created": "2011-11-03T14:57:20.992536", 
       
   497 "dc:modified": "2011-11-03T14:57:20.992536"
       
   498 }, 
       
   499 "end": 99000, 
       
   500 "tags": [
       
   501 {
       
   502 "id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02"
       
   503 }
       
   504 ], 
       
   505 "color": "16763904", 
       
   506 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   507 "id": "b99854e0-29ad-4bc5-b38b-4aaa2b39f33d-73313214305280000"
       
   508 }, 
       
   509 {
       
   510 "content": {
       
   511 "mimetype": "application/x-ldt-structured", 
       
   512 "description": "#enmi mise en place d'un nouvel espace publique depuis 9/11. Espace public = dispositif de publication.", 
       
   513 "img": {
       
   514 "src": "http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg"
       
   515 }, 
       
   516 "title": "nicolasauret: #enmi mise en place d'un nouvel espace publique depuis 9/11. Espace public = dispositif de publication.", 
       
   517 "color": "16763904", 
       
   518 "polemics": [], 
       
   519 "audio": {
       
   520 "mimetype": "audio/mp3", 
       
   521 "src": "", 
       
   522 "href": null
       
   523 }
       
   524 }, 
       
   525 "begin": 188000, 
       
   526 "meta": {
       
   527 "dc:contributor": "perso", 
       
   528 "dc:source": {
       
   529 "mimetype": "application/json", 
       
   530 "url": "http://dev.twitter.com", 
       
   531 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 3, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi mise en place d'un nouvel espace publique depuis 9/11. Espace public = dispositif de publication.\", \"created_at\": \"Wed May 25 09:04:56 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313588592386048, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313588592386048\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   532 }, 
       
   533 "dc:creator": "perso", 
       
   534 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   535 "dc:created": "2011-11-03T14:57:20.992536", 
       
   536 "dc:modified": "2011-11-03T14:57:20.992536"
       
   537 }, 
       
   538 "end": 188000, 
       
   539 "tags": [
       
   540 {
       
   541 "id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02"
       
   542 }
       
   543 ], 
       
   544 "color": "16763904", 
       
   545 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   546 "id": "9e283e03-9d4d-4e7f-98f7-c3ea1e4fdabc-73313588592386048"
       
   547 }, 
       
   548 {
       
   549 "content": {
       
   550 "mimetype": "application/x-ldt-structured", 
       
   551 "description": "#enmi Catastrophe et Confiance == http://bit.ly/jh2dTK ??", 
       
   552 "img": {
       
   553 "src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png"
       
   554 }, 
       
   555 "title": "Samuel Huron: #enmi Catastrophe et Confiance == http://bit.ly/jh2dTK ??", 
       
   556 "color": "16763904", 
       
   557 "polemics": [
       
   558 "Q", 
       
   559 "REF"
       
   560 ], 
       
   561 "audio": {
       
   562 "mimetype": "audio/mp3", 
       
   563 "src": "", 
       
   564 "href": null
       
   565 }
       
   566 }, 
       
   567 "begin": 209000, 
       
   568 "meta": {
       
   569 "dc:contributor": "perso", 
       
   570 "dc:source": {
       
   571 "mimetype": "application/json", 
       
   572 "url": "http://dev.twitter.com", 
       
   573 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1929, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"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_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": [{\"indices\": [34, 54], \"url\": \"http://bit.ly/jh2dTK\", \"expanded_url\": null}]}, \"text\": \"#enmi Catastrophe et Confiance == http://bit.ly/jh2dTK ??\", \"created_at\": \"Wed May 25 09:05:17 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73313679264854016, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73313679264854016\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   574 }, 
       
   575 "dc:creator": "perso", 
       
   576 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   577 "dc:created": "2011-11-03T14:57:20.992536", 
       
   578 "dc:modified": "2011-11-03T14:57:20.992536"
       
   579 }, 
       
   580 "end": 209000, 
       
   581 "tags": [
       
   582 {
       
   583 "id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02"
       
   584 }
       
   585 ], 
       
   586 "color": "16763904", 
       
   587 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   588 "id": "b0b5c6f0-5ce3-4292-af28-11ddf80653b6-73313679264854016"
       
   589 }, 
       
   590 {
       
   591 "content": {
       
   592 "mimetype": "application/x-ldt-structured", 
       
   593 "description": "#enmi Plus de live -- :(", 
       
   594 "img": {
       
   595 "src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg"
       
   596 }, 
       
   597 "title": "Alexandre Monnin: #enmi Plus de live -- :(", 
       
   598 "color": "16763904", 
       
   599 "polemics": [
       
   600 "KO"
       
   601 ], 
       
   602 "audio": {
       
   603 "mimetype": "audio/mp3", 
       
   604 "src": "", 
       
   605 "href": null
       
   606 }
       
   607 }, 
       
   608 "begin": 287000, 
       
   609 "meta": {
       
   610 "dc:contributor": "perso", 
       
   611 "dc:source": {
       
   612 "mimetype": "application/json", 
       
   613 "url": "http://dev.twitter.com", 
       
   614 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2827, \"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\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Plus de live -- :(\", \"created_at\": \"Wed May 25 09:06:35 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73314003862044672, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73314003862044672\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   615 }, 
       
   616 "dc:creator": "perso", 
       
   617 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   618 "dc:created": "2011-11-03T14:57:20.992536", 
       
   619 "dc:modified": "2011-11-03T14:57:20.992536"
       
   620 }, 
       
   621 "end": 287000, 
       
   622 "tags": [
       
   623 {
       
   624 "id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02"
       
   625 }
       
   626 ], 
       
   627 "color": "16763904", 
       
   628 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   629 "id": "cbcdc041-a215-4f67-baa9-86f818392ac9-73314003862044672"
       
   630 }, 
       
   631 {
       
   632 "content": {
       
   633 "mimetype": "application/x-ldt-structured", 
       
   634 "description": "#enmi Dispositif de publication et d'occultation, qui compense la souffrance du peuple qui n'avait plus accès aux moyens de diffusion", 
       
   635 "img": {
       
   636 "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_6_normal.png"
       
   637 }, 
       
   638 "title": "Etienne Armand AMATO: #enmi Dispositif de publication et d'occultation, qui compense la souffrance du peuple qui n'avait plus accès aux moyens de diffusion", 
       
   639 "color": "16763904", 
       
   640 "polemics": [], 
       
   641 "audio": {
       
   642 "mimetype": "audio/mp3", 
       
   643 "src": "", 
       
   644 "href": null
       
   645 }
       
   646 }, 
       
   647 "begin": 325000, 
       
   648 "meta": {
       
   649 "dc:contributor": "perso", 
       
   650 "dc:source": {
       
   651 "mimetype": "application/json", 
       
   652 "url": "http://dev.twitter.com", 
       
   653 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 223600369, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 7, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 2, \"description\": null, \"friends_count\": 1, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_6_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"223600369\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Etienne Armand AMATO\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"EA_Amato\", \"url\": null, \"created_at\": \"Mon Dec 06 20:51:31 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Dispositif de publication et d'occultation, qui compense la souffrance du peuple qui n'avait plus acc\\u00e8s aux moyens de diffusion\", \"created_at\": \"Wed May 25 09:07:13 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73314163715358720, \"source\": \"web\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73314163715358720\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   654 }, 
       
   655 "dc:creator": "perso", 
       
   656 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   657 "dc:created": "2011-11-03T14:57:20.992536", 
       
   658 "dc:modified": "2011-11-03T14:57:20.992536"
       
   659 }, 
       
   660 "end": 325000, 
       
   661 "tags": [
       
   662 {
       
   663 "id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02"
       
   664 }
       
   665 ], 
       
   666 "color": "16763904", 
       
   667 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   668 "id": "9d2af859-5765-4013-9d81-edfdb44c0b49-73314163715358720"
       
   669 }, 
       
   670 {
       
   671 "content": {
       
   672 "mimetype": "application/x-ldt-structured", 
       
   673 "description": "== #enmi \"le peuple souffre depuis un siecle de ne plus avoir accés a la publication\"  B. Stiegler", 
       
   674 "img": {
       
   675 "src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png"
       
   676 }, 
       
   677 "title": "Samuel Huron: == #enmi \"le peuple souffre depuis un siecle de ne plus avoir accés a la publication\"  B. Stiegler", 
       
   678 "color": "16763904", 
       
   679 "polemics": [
       
   680 "REF"
       
   681 ], 
       
   682 "audio": {
       
   683 "mimetype": "audio/mp3", 
       
   684 "src": "", 
       
   685 "href": null
       
   686 }
       
   687 }, 
       
   688 "begin": 340000, 
       
   689 "meta": {
       
   690 "dc:contributor": "perso", 
       
   691 "dc:source": {
       
   692 "mimetype": "application/json", 
       
   693 "url": "http://dev.twitter.com", 
       
   694 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1930, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"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_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [3, 8], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"== #enmi \\\"le peuple souffre depuis un siecle de ne plus avoir acc\\u00e9s a la publication\\\"  B. Stiegler\", \"created_at\": \"Wed May 25 09:07:28 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73314228785790976, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73314228785790976\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   695 }, 
       
   696 "dc:creator": "perso", 
       
   697 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   698 "dc:created": "2011-11-03T14:57:20.992536", 
       
   699 "dc:modified": "2011-11-03T14:57:20.992536"
       
   700 }, 
       
   701 "end": 340000, 
       
   702 "tags": [
       
   703 {
       
   704 "id-ref": "219ae77e-062c-11e1-93a3-00145ea49a02"
       
   705 }
       
   706 ], 
       
   707 "color": "16763904", 
       
   708 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   709 "id": "4310875e-202f-4704-87e4-bd456f2a615f-73314228785790976"
       
   710 }, 
       
   711 {
       
   712 "content": {
       
   713 "mimetype": "application/x-ldt-structured", 
       
   714 "description": "#enmi B.Stiegler \"Montée en puissance du web numérique : nouvel espace de publication. Investit par un désir de publication.\" #eg8 #barlow", 
       
   715 "img": {
       
   716 "src": "http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg"
       
   717 }, 
       
   718 "title": "nicolasauret: #enmi B.Stiegler \"Montée en puissance du web numérique : nouvel espace de publication. Investit par un désir de publication.\" #eg8 #barlow", 
       
   719 "color": "16763904", 
       
   720 "polemics": [], 
       
   721 "audio": {
       
   722 "mimetype": "audio/mp3", 
       
   723 "src": "", 
       
   724 "href": null
       
   725 }
       
   726 }, 
       
   727 "begin": 401000, 
       
   728 "meta": {
       
   729 "dc:contributor": "perso", 
       
   730 "dc:source": {
       
   731 "mimetype": "application/json", 
       
   732 "url": "http://dev.twitter.com", 
       
   733 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 4, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}, {\"indices\": [126, 130], \"text\": \"eg8\"}, {\"indices\": [131, 138], \"text\": \"barlow\"}], \"urls\": []}, \"text\": \"#enmi B.Stiegler \\\"Mont\\u00e9e en puissance du web num\\u00e9rique : nouvel espace de publication. Investit par un d\\u00e9sir de publication.\\\" #eg8 #barlow\", \"created_at\": \"Wed May 25 09:08:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73314481106714624, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73314481106714624\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   734 }, 
       
   735 "dc:creator": "perso", 
       
   736 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   737 "dc:created": "2011-11-03T14:57:20.992536", 
       
   738 "dc:modified": "2011-11-03T14:57:20.992536"
       
   739 }, 
       
   740 "end": 401000, 
       
   741 "tags": [
       
   742 {
       
   743 "id-ref": "219b9c96-062c-11e1-93a3-00145ea49a02"
       
   744 }, 
       
   745 {
       
   746 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
   747 }, 
       
   748 {
       
   749 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
   750 }
       
   751 ], 
       
   752 "color": "16763904", 
       
   753 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   754 "id": "807eec28-0165-4fee-8f1e-0facab6d5bb7-73314481106714624"
       
   755 }, 
       
   756 {
       
   757 "content": {
       
   758 "mimetype": "application/x-ldt-structured", 
       
   759 "description": "#enmi Problème de réseau, le live est tombé. On essayera à la pause", 
       
   760 "img": {
       
   761 "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png"
       
   762 }, 
       
   763 "title": "Yves-Marie Haussonne: #enmi Problème de réseau, le live est tombé. On essayera à la pause", 
       
   764 "color": "16763904", 
       
   765 "polemics": [], 
       
   766 "audio": {
       
   767 "mimetype": "audio/mp3", 
       
   768 "src": "", 
       
   769 "href": null
       
   770 }
       
   771 }, 
       
   772 "begin": 572000, 
       
   773 "meta": {
       
   774 "dc:contributor": "perso", 
       
   775 "dc:source": {
       
   776 "mimetype": "application/json", 
       
   777 "url": "http://dev.twitter.com", 
       
   778 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 47312923, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 124, \"description\": null, \"friends_count\": 0, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"47312923\", \"profile_background_image_url\": \"http://a0.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Yves-Marie Haussonne\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"ymh_work\", \"url\": null, \"created_at\": \"Mon Jun 15 11:25:05 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Probl\\u00e8me de r\\u00e9seau, le live est tomb\\u00e9. On essayera \\u00e0 la pause\", \"created_at\": \"Wed May 25 09:11:20 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73315198567579649, \"source\": \"web\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73315198567579649\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   779 }, 
       
   780 "dc:creator": "perso", 
       
   781 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   782 "dc:created": "2011-11-03T14:57:20.992536", 
       
   783 "dc:modified": "2011-11-03T14:57:20.992536"
       
   784 }, 
       
   785 "end": 572000, 
       
   786 "tags": [
       
   787 {
       
   788 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
   789 }
       
   790 ], 
       
   791 "color": "16763904", 
       
   792 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   793 "id": "e0511a28-c123-4af0-859d-dfaa52ee74b3-73315198567579649"
       
   794 }, 
       
   795 {
       
   796 "content": {
       
   797 "mimetype": "application/x-ldt-structured", 
       
   798 "description": "#enmi \"inquiétant est l'homme\" sophocle  \"l'inquiétude est la source de la philo \" Hegel \"inquietante étrangeté\" Freud http://bit.ly/l0fanQ", 
       
   799 "img": {
       
   800 "src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png"
       
   801 }, 
       
   802 "title": "Samuel Huron: #enmi \"inquiétant est l'homme\" sophocle  \"l'inquiétude est la source de la philo \" Hegel \"inquietante étrangeté\" Freud http://bit.ly/l0fanQ", 
       
   803 "color": "16763904", 
       
   804 "polemics": [], 
       
   805 "audio": {
       
   806 "mimetype": "audio/mp3", 
       
   807 "src": "", 
       
   808 "href": null
       
   809 }
       
   810 }, 
       
   811 "begin": 628000, 
       
   812 "meta": {
       
   813 "dc:contributor": "perso", 
       
   814 "dc:source": {
       
   815 "mimetype": "application/json", 
       
   816 "url": "http://dev.twitter.com", 
       
   817 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1931, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"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_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": [{\"indices\": [119, 139], \"url\": \"http://bit.ly/l0fanQ\", \"expanded_url\": null}]}, \"text\": \"#enmi \\\"inqui\\u00e9tant est l'homme\\\" sophocle  \\\"l'inqui\\u00e9tude est la source de la philo \\\" Hegel \\\"inquietante \\u00e9tranget\\u00e9\\\" Freud http://bit.ly/l0fanQ\", \"created_at\": \"Wed May 25 09:12:16 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73315436367855616, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73315436367855616\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   818 }, 
       
   819 "dc:creator": "perso", 
       
   820 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   821 "dc:created": "2011-11-03T14:57:20.992536", 
       
   822 "dc:modified": "2011-11-03T14:57:20.992536"
       
   823 }, 
       
   824 "end": 628000, 
       
   825 "tags": [
       
   826 {
       
   827 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
   828 }
       
   829 ], 
       
   830 "color": "16763904", 
       
   831 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   832 "id": "61a45d63-7352-4611-9b09-bd37077987fe-73315436367855616"
       
   833 }, 
       
   834 {
       
   835 "content": {
       
   836 "mimetype": "application/x-ldt-structured", 
       
   837 "description": "#enmi Cable débranché. Le live est de retour", 
       
   838 "img": {
       
   839 "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png"
       
   840 }, 
       
   841 "title": "Yves-Marie Haussonne: #enmi Cable débranché. Le live est de retour", 
       
   842 "color": "16763904", 
       
   843 "polemics": [], 
       
   844 "audio": {
       
   845 "mimetype": "audio/mp3", 
       
   846 "src": "", 
       
   847 "href": null
       
   848 }
       
   849 }, 
       
   850 "begin": 735000, 
       
   851 "meta": {
       
   852 "dc:contributor": "perso", 
       
   853 "dc:source": {
       
   854 "mimetype": "application/json", 
       
   855 "url": "http://dev.twitter.com", 
       
   856 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 47312923, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 125, \"description\": null, \"friends_count\": 0, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"47312923\", \"profile_background_image_url\": \"http://a0.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Yves-Marie Haussonne\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"ymh_work\", \"url\": null, \"created_at\": \"Mon Jun 15 11:25:05 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Cable d\\u00e9branch\\u00e9. Le live est de retour\", \"created_at\": \"Wed May 25 09:14:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73315883203833856, \"source\": \"web\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73315883203833856\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   857 }, 
       
   858 "dc:creator": "perso", 
       
   859 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   860 "dc:created": "2011-11-03T14:57:20.992536", 
       
   861 "dc:modified": "2011-11-03T14:57:20.992536"
       
   862 }, 
       
   863 "end": 735000, 
       
   864 "tags": [
       
   865 {
       
   866 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
   867 }
       
   868 ], 
       
   869 "color": "16763904", 
       
   870 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   871 "id": "21693b30-7ded-4dbc-9827-136b15cfa5ec-73315883203833856"
       
   872 }, 
       
   873 {
       
   874 "content": {
       
   875 "mimetype": "application/x-ldt-structured", 
       
   876 "description": "#enmi ça remarche :) ++", 
       
   877 "img": {
       
   878 "src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg"
       
   879 }, 
       
   880 "title": "Alexandre Monnin: #enmi ça remarche :) ++", 
       
   881 "color": "16763904", 
       
   882 "polemics": [
       
   883 "OK"
       
   884 ], 
       
   885 "audio": {
       
   886 "mimetype": "audio/mp3", 
       
   887 "src": "", 
       
   888 "href": null
       
   889 }
       
   890 }, 
       
   891 "begin": 799000, 
       
   892 "meta": {
       
   893 "dc:contributor": "perso", 
       
   894 "dc:source": {
       
   895 "mimetype": "application/json", 
       
   896 "url": "http://dev.twitter.com", 
       
   897 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2828, \"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\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi \\u00e7a remarche :) ++\", \"created_at\": \"Wed May 25 09:15:07 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73316151018524672, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73316151018524672\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   898 }, 
       
   899 "dc:creator": "perso", 
       
   900 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   901 "dc:created": "2011-11-03T14:57:20.992536", 
       
   902 "dc:modified": "2011-11-03T14:57:20.992536"
       
   903 }, 
       
   904 "end": 799000, 
       
   905 "tags": [
       
   906 {
       
   907 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
   908 }
       
   909 ], 
       
   910 "color": "16763904", 
       
   911 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   912 "id": "d09bcacb-90e4-4a55-91d7-088125d9acfb-73316151018524672"
       
   913 }, 
       
   914 {
       
   915 "content": {
       
   916 "mimetype": "application/x-ldt-structured", 
       
   917 "description": "#enmi Descartes: interruption de ma volonté par rapport à mon entendement==", 
       
   918 "img": {
       
   919 "src": "http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg"
       
   920 }, 
       
   921 "title": "Vincent Puig: #enmi Descartes: interruption de ma volonté par rapport à mon entendement==", 
       
   922 "color": "16763904", 
       
   923 "polemics": [
       
   924 "REF"
       
   925 ], 
       
   926 "audio": {
       
   927 "mimetype": "audio/mp3", 
       
   928 "src": "", 
       
   929 "href": null
       
   930 }
       
   931 }, 
       
   932 "begin": 856000, 
       
   933 "meta": {
       
   934 "dc:contributor": "perso", 
       
   935 "dc:source": {
       
   936 "mimetype": "application/json", 
       
   937 "url": "http://dev.twitter.com", 
       
   938 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 93, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 169, \"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_color\": \"C0DEED\", \"id_str\": \"68424173\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Descartes: interruption de ma volont\\u00e9 par rapport \\u00e0 mon entendement==\", \"created_at\": \"Wed May 25 09:16:04 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73316389389217792, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73316389389217792\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   939 }, 
       
   940 "dc:creator": "perso", 
       
   941 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   942 "dc:created": "2011-11-03T14:57:20.992536", 
       
   943 "dc:modified": "2011-11-03T14:57:20.992536"
       
   944 }, 
       
   945 "end": 856000, 
       
   946 "tags": [
       
   947 {
       
   948 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
   949 }
       
   950 ], 
       
   951 "color": "16763904", 
       
   952 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   953 "id": "09b576b3-36c7-4775-91f0-41e38fe73ccd-73316389389217792"
       
   954 }, 
       
   955 {
       
   956 "content": {
       
   957 "mimetype": "application/x-ldt-structured", 
       
   958 "description": "#enmi le Web est aussi une technique de publication ++", 
       
   959 "img": {
       
   960 "src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg"
       
   961 }, 
       
   962 "title": "Alexandre Monnin: #enmi le Web est aussi une technique de publication ++", 
       
   963 "color": "16763904", 
       
   964 "polemics": [
       
   965 "OK"
       
   966 ], 
       
   967 "audio": {
       
   968 "mimetype": "audio/mp3", 
       
   969 "src": "", 
       
   970 "href": null
       
   971 }
       
   972 }, 
       
   973 "begin": 912000, 
       
   974 "meta": {
       
   975 "dc:contributor": "perso", 
       
   976 "dc:source": {
       
   977 "mimetype": "application/json", 
       
   978 "url": "http://dev.twitter.com", 
       
   979 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2829, \"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\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi le Web est aussi une technique de publication ++\", \"created_at\": \"Wed May 25 09:17:00 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73316627998982144, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73316627998982144\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
   980 }, 
       
   981 "dc:creator": "perso", 
       
   982 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
   983 "dc:created": "2011-11-03T14:57:20.992536", 
       
   984 "dc:modified": "2011-11-03T14:57:20.992536"
       
   985 }, 
       
   986 "end": 912000, 
       
   987 "tags": [
       
   988 {
       
   989 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
   990 }
       
   991 ], 
       
   992 "color": "16763904", 
       
   993 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
   994 "id": "429dd17e-568f-453b-b821-56cb419ba9d3-73316627998982144"
       
   995 }, 
       
   996 {
       
   997 "content": {
       
   998 "mimetype": "application/x-ldt-structured", 
       
   999 "description": "#enmi Donc d'écriture ++", 
       
  1000 "img": {
       
  1001 "src": "http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg"
       
  1002 }, 
       
  1003 "title": "Alexandre Monnin: #enmi Donc d'écriture ++", 
       
  1004 "color": "16763904", 
       
  1005 "polemics": [
       
  1006 "OK"
       
  1007 ], 
       
  1008 "audio": {
       
  1009 "mimetype": "audio/mp3", 
       
  1010 "src": "", 
       
  1011 "href": null
       
  1012 }
       
  1013 }, 
       
  1014 "begin": 923000, 
       
  1015 "meta": {
       
  1016 "dc:contributor": "perso", 
       
  1017 "dc:source": {
       
  1018 "mimetype": "application/json", 
       
  1019 "url": "http://dev.twitter.com", 
       
  1020 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 7409472, \"verified\": false, \"profile_sidebar_fill_color\": \"E3E2DE\", \"profile_text_color\": \"634047\", \"followers_count\": 370, \"protected\": false, \"location\": \"Paris\", \"default_profile_image\": false, \"listed_count\": 68, \"utc_offset\": -10800, \"statuses_count\": 2830, \"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\": 457, \"profile_link_color\": \"088253\", \"profile_image_url\": \"http://a1.twimg.com/profile_images/513016932/twitterProfilePhoto_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"EDECE9\", \"id_str\": \"7409472\", \"profile_background_image_url\": \"http://a1.twimg.com/images/themes/theme3/bg.gif\", \"name\": \"Alexandre Monnin\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Donc d'\\u00e9criture ++\", \"created_at\": \"Wed May 25 09:17:11 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73316673108717568, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73316673108717568\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1021 }, 
       
  1022 "dc:creator": "perso", 
       
  1023 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1024 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1025 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1026 }, 
       
  1027 "end": 923000, 
       
  1028 "tags": [
       
  1029 {
       
  1030 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1031 }
       
  1032 ], 
       
  1033 "color": "16763904", 
       
  1034 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1035 "id": "8b191a27-5c94-46c7-8d3e-1f0a3476f2cf-73316673108717568"
       
  1036 }, 
       
  1037 {
       
  1038 "content": {
       
  1039 "mimetype": "application/x-ldt-structured", 
       
  1040 "description": "#enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est régulièrement confronté à des suspensions technologiques.++", 
       
  1041 "img": {
       
  1042 "src": "http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg"
       
  1043 }, 
       
  1044 "title": "nicolasauret: #enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est régulièrement confronté à des suspensions technologiques.++", 
       
  1045 "color": "16763904", 
       
  1046 "polemics": [
       
  1047 "OK"
       
  1048 ], 
       
  1049 "audio": {
       
  1050 "mimetype": "audio/mp3", 
       
  1051 "src": "", 
       
  1052 "href": null
       
  1053 }
       
  1054 }, 
       
  1055 "begin": 1015000, 
       
  1056 "meta": {
       
  1057 "dc:contributor": "perso", 
       
  1058 "dc:source": {
       
  1059 "mimetype": "application/json", 
       
  1060 "url": "http://dev.twitter.com", 
       
  1061 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 7, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est r\\u00e9guli\\u00e8rement confront\\u00e9 \\u00e0 des suspensions technologiques.++\", \"created_at\": \"Wed May 25 09:18:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317056312909824, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317056312909824\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1062 }, 
       
  1063 "dc:creator": "perso", 
       
  1064 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1065 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1066 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1067 }, 
       
  1068 "end": 1015000, 
       
  1069 "tags": [
       
  1070 {
       
  1071 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1072 }
       
  1073 ], 
       
  1074 "color": "16763904", 
       
  1075 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1076 "id": "0f98001e-3c41-4b9c-921d-e369cfbdef7f-73317056312909824"
       
  1077 }, 
       
  1078 {
       
  1079 "content": {
       
  1080 "mimetype": "application/x-ldt-structured", 
       
  1081 "description": "#enmi Stiegler pense un rapport de l'Homme au monde par la technologie++", 
       
  1082 "img": {
       
  1083 "src": "http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg"
       
  1084 }, 
       
  1085 "title": "Vincent Puig: #enmi Stiegler pense un rapport de l'Homme au monde par la technologie++", 
       
  1086 "color": "16763904", 
       
  1087 "polemics": [
       
  1088 "OK"
       
  1089 ], 
       
  1090 "audio": {
       
  1091 "mimetype": "audio/mp3", 
       
  1092 "src": "", 
       
  1093 "href": null
       
  1094 }
       
  1095 }, 
       
  1096 "begin": 1025000, 
       
  1097 "meta": {
       
  1098 "dc:contributor": "perso", 
       
  1099 "dc:source": {
       
  1100 "mimetype": "application/json", 
       
  1101 "url": "http://dev.twitter.com", 
       
  1102 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 93, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 170, \"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_color\": \"C0DEED\", \"id_str\": \"68424173\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Stiegler pense un rapport de l'Homme au monde par la technologie++\", \"created_at\": \"Wed May 25 09:18:53 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317100810276864, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317100810276864\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1103 }, 
       
  1104 "dc:creator": "perso", 
       
  1105 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1106 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1107 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1108 }, 
       
  1109 "end": 1025000, 
       
  1110 "tags": [
       
  1111 {
       
  1112 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1113 }
       
  1114 ], 
       
  1115 "color": "16763904", 
       
  1116 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1117 "id": "b72f2732-73d9-4425-8e62-9d32b31a51fd-73317100810276864"
       
  1118 }, 
       
  1119 {
       
  1120 "content": {
       
  1121 "mimetype": "application/x-ldt-structured", 
       
  1122 "description": "#enmi la foi conception monotheist de lq confiance et calculabilite ==", 
       
  1123 "img": {
       
  1124 "src": "http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png"
       
  1125 }, 
       
  1126 "title": "Yves-Marie Haussonne: #enmi la foi conception monotheist de lq confiance et calculabilite ==", 
       
  1127 "color": "16763904", 
       
  1128 "polemics": [
       
  1129 "REF"
       
  1130 ], 
       
  1131 "audio": {
       
  1132 "mimetype": "audio/mp3", 
       
  1133 "src": "", 
       
  1134 "href": null
       
  1135 }
       
  1136 }, 
       
  1137 "begin": 1155000, 
       
  1138 "meta": {
       
  1139 "dc:contributor": "perso", 
       
  1140 "dc:source": {
       
  1141 "mimetype": "application/json", 
       
  1142 "url": "http://dev.twitter.com", 
       
  1143 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 47312923, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 4, \"protected\": false, \"location\": null, \"default_profile_image\": true, \"listed_count\": 0, \"utc_offset\": null, \"statuses_count\": 126, \"description\": null, \"friends_count\": 0, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"47312923\", \"profile_background_image_url\": \"http://a0.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Yves-Marie Haussonne\", \"lang\": \"en\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"ymh_work\", \"url\": null, \"created_at\": \"Mon Jun 15 11:25:05 +0000 2009\", \"contributors_enabled\": false, \"time_zone\": null, \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi la foi conception monotheist de lq confiance et calculabilite ==\", \"created_at\": \"Wed May 25 09:21:03 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317644270444546, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317644270444546\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1144 }, 
       
  1145 "dc:creator": "perso", 
       
  1146 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1147 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1148 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1149 }, 
       
  1150 "end": 1155000, 
       
  1151 "tags": [
       
  1152 {
       
  1153 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1154 }
       
  1155 ], 
       
  1156 "color": "16763904", 
       
  1157 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1158 "id": "875ca945-960a-4346-9149-692ba6575f2d-73317644270444546"
       
  1159 }, 
       
  1160 {
       
  1161 "content": {
       
  1162 "mimetype": "application/x-ldt-structured", 
       
  1163 "description": "RT @nicolasauret: #enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est régulièrement confronté à des suspens ...", 
       
  1164 "img": {
       
  1165 "src": "http://a2.twimg.com/profile_images/1367788685/021EB7A5-E5A2-4837-9E76-4A6019F6E1EE_normal"
       
  1166 }, 
       
  1167 "title": "Fabian Gental: RT @nicolasauret: #enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est régulièrement confronté à des suspens ...", 
       
  1168 "color": "16763904", 
       
  1169 "polemics": [], 
       
  1170 "audio": {
       
  1171 "mimetype": "audio/mp3", 
       
  1172 "src": "", 
       
  1173 "href": null
       
  1174 }
       
  1175 }, 
       
  1176 "begin": 1174000, 
       
  1177 "meta": {
       
  1178 "dc:contributor": "perso", 
       
  1179 "dc:source": {
       
  1180 "mimetype": "application/json", 
       
  1181 "url": "http://dev.twitter.com", 
       
  1182 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 115128839, \"verified\": false, \"profile_sidebar_fill_color\": \"d6fffc\", \"profile_text_color\": \"04838f\", \"followers_count\": 10, \"protected\": false, \"location\": \"Paris / Limoges / Berlin\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 14, \"description\": \"\\u00c9tudiant en design @ENSCI les Ateliers\\n@ENSA Limoges\", \"friends_count\": 29, \"profile_link_color\": \"05d5ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1367788685/021EB7A5-E5A2-4837-9E76-4A6019F6E1EE_normal\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"bf9dc9\", \"id_str\": \"115128839\", \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/76127896/test.png\", \"name\": \"Fabian Gental\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"3615fabe\", \"url\": null, \"created_at\": \"Wed Feb 17 18:08:52 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Berlin\", \"profile_sidebar_border_color\": \"ffffff\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"retweeted_status\": {\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 7, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est r\\u00e9guli\\u00e8rement confront\\u00e9 \\u00e0 des suspensions technologiques.++\", \"created_at\": \"Wed May 25 09:18:43 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317056312909824, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317056312909824\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}, \"contributors\": null, \"entities\": {\"user_mentions\": [{\"indices\": [3, 16], \"id\": 293395401, \"id_str\": \"293395401\", \"name\": \"nicolasauret\", \"screen_name\": \"nicolasauret\"}], \"hashtags\": [{\"indices\": [18, 23], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"RT @nicolasauret: #enmi Stiegler :Ce qui constitue l'humain depuis l'hominisation, c'est qu'il est r\\u00e9guli\\u00e8rement confront\\u00e9 \\u00e0 des suspens ...\", \"created_at\": \"Wed May 25 09:21:22 +0000 2011\", \"truncated\": true, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317726894030848, \"source\": \"<a href=\\\"http://tapbots.com/tweetbot\\\" rel=\\\"nofollow\\\">Tweetbot for iPhone</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317726894030848\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1183 }, 
       
  1184 "dc:creator": "perso", 
       
  1185 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1186 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1187 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1188 }, 
       
  1189 "end": 1174000, 
       
  1190 "tags": [
       
  1191 {
       
  1192 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1193 }
       
  1194 ], 
       
  1195 "color": "16763904", 
       
  1196 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1197 "id": "1adb2d5a-71d6-4704-acc1-71f7b2fe0130-73317726894030848"
       
  1198 }, 
       
  1199 {
       
  1200 "content": {
       
  1201 "mimetype": "application/x-ldt-structured", 
       
  1202 "description": "#enmi B stiegler :  Crise de confiance, car le nouveau systeme techno fait exploser les cadres sociaux http://bit.ly/l4ZbO4", 
       
  1203 "img": {
       
  1204 "src": "http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg"
       
  1205 }, 
       
  1206 "title": "nicolasauret: #enmi B stiegler :  Crise de confiance, car le nouveau systeme techno fait exploser les cadres sociaux http://bit.ly/l4ZbO4", 
       
  1207 "color": "16763904", 
       
  1208 "polemics": [], 
       
  1209 "audio": {
       
  1210 "mimetype": "audio/mp3", 
       
  1211 "src": "", 
       
  1212 "href": null
       
  1213 }
       
  1214 }, 
       
  1215 "begin": 1181000, 
       
  1216 "meta": {
       
  1217 "dc:contributor": "perso", 
       
  1218 "dc:source": {
       
  1219 "mimetype": "application/json", 
       
  1220 "url": "http://dev.twitter.com", 
       
  1221 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 293395401, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 3, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 8, \"description\": \"Founder of Inflammable Productions, producer of new media content + project manager @IRI Centre Pompidou\", \"friends_count\": 10, \"profile_link_color\": \"0084B4\", \"profile_image_url\": \"http://a3.twimg.com/profile_images/1339638568/photoNicoS_normal.jpg\", \"notifications\": null, \"show_all_inline_media\": true, \"geo_enabled\": false, \"profile_background_color\": \"C0DEED\", \"id_str\": \"293395401\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"nicolasauret\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 0, \"screen_name\": \"nicolasauret\", \"url\": null, \"created_at\": \"Thu May 05 08:31:25 +0000 2011\", \"contributors_enabled\": false, \"time_zone\": \"Paris\", \"profile_sidebar_border_color\": \"C0DEED\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": [{\"indices\": [103, 123], \"url\": \"http://bit.ly/l4ZbO4\", \"expanded_url\": null}]}, \"text\": \"#enmi B stiegler :  Crise de confiance, car le nouveau systeme techno fait exploser les cadres sociaux http://bit.ly/l4ZbO4\", \"created_at\": \"Wed May 25 09:21:29 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73317753603358720, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73317753603358720\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1222 }, 
       
  1223 "dc:creator": "perso", 
       
  1224 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1225 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1226 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1227 }, 
       
  1228 "end": 1181000, 
       
  1229 "tags": [
       
  1230 {
       
  1231 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1232 }
       
  1233 ], 
       
  1234 "color": "16763904", 
       
  1235 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1236 "id": "52afd104-e38f-4bf6-a23d-a6b5d6379da8-73317753603358720"
       
  1237 }, 
       
  1238 {
       
  1239 "content": {
       
  1240 "mimetype": "application/x-ldt-structured", 
       
  1241 "description": "#enmi Confiance calculable (raison) et foi (non calculable mais motivée par le desir) ne s'opposent pas.--", 
       
  1242 "img": {
       
  1243 "src": "http://a3.twimg.com/profile_images/379424006/PortaitVP120Ko_normal.jpg"
       
  1244 }, 
       
  1245 "title": "Vincent Puig: #enmi Confiance calculable (raison) et foi (non calculable mais motivée par le desir) ne s'opposent pas.--", 
       
  1246 "color": "16763904", 
       
  1247 "polemics": [
       
  1248 "KO"
       
  1249 ], 
       
  1250 "audio": {
       
  1251 "mimetype": "audio/mp3", 
       
  1252 "src": "", 
       
  1253 "href": null
       
  1254 }
       
  1255 }, 
       
  1256 "begin": 1438000, 
       
  1257 "meta": {
       
  1258 "dc:contributor": "perso", 
       
  1259 "dc:source": {
       
  1260 "mimetype": "application/json", 
       
  1261 "url": "http://dev.twitter.com", 
       
  1262 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 68424173, \"verified\": false, \"profile_sidebar_fill_color\": \"DDEEF6\", \"profile_text_color\": \"333333\", \"followers_count\": 93, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 5, \"utc_offset\": 3600, \"statuses_count\": 171, \"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_color\": \"C0DEED\", \"id_str\": \"68424173\", \"profile_background_image_url\": \"http://a3.twimg.com/images/themes/theme1/bg.png\", \"name\": \"Vincent Puig\", \"lang\": \"en\", \"following\": null, \"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\", \"default_profile\": true, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#enmi Confiance calculable (raison) et foi (non calculable mais motiv\\u00e9e par le desir) ne s'opposent pas.--\", \"created_at\": \"Wed May 25 09:25:46 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73318830763552769, \"source\": \"<a href=\\\"http://amateur.iri.centrepompidou.fr/\\\" rel=\\\"nofollow\\\">Annotation pol\\u00e9mique par tweeter</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73318830763552769\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1263 }, 
       
  1264 "dc:creator": "perso", 
       
  1265 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1266 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1267 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1268 }, 
       
  1269 "end": 1438000, 
       
  1270 "tags": [
       
  1271 {
       
  1272 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1273 }
       
  1274 ], 
       
  1275 "color": "16763904", 
       
  1276 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1277 "id": "6d1660e1-a012-484b-99f8-e6cc49ccf39c-73318830763552769"
       
  1278 }, 
       
  1279 {
       
  1280 "content": {
       
  1281 "mimetype": "application/x-ldt-structured", 
       
  1282 "description": "#eg8 #enmi :: le language, interface entre l'homme et le monde.   technologie de confiance ?? Qu'elles liberté ?", 
       
  1283 "img": {
       
  1284 "src": "http://a1.twimg.com/profile_images/309624209/Cy2_normal.png"
       
  1285 }, 
       
  1286 "title": "Samuel Huron: #eg8 #enmi :: le language, interface entre l'homme et le monde.   technologie de confiance ?? Qu'elles liberté ?", 
       
  1287 "color": "16763904", 
       
  1288 "polemics": [
       
  1289 "Q"
       
  1290 ], 
       
  1291 "audio": {
       
  1292 "mimetype": "audio/mp3", 
       
  1293 "src": "", 
       
  1294 "href": null
       
  1295 }
       
  1296 }, 
       
  1297 "begin": 1454000, 
       
  1298 "meta": {
       
  1299 "dc:contributor": "perso", 
       
  1300 "dc:source": {
       
  1301 "mimetype": "application/json", 
       
  1302 "url": "http://dev.twitter.com", 
       
  1303 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 14905766, \"verified\": false, \"profile_sidebar_fill_color\": \"ffffff\", \"profile_text_color\": \"4c9c8f\", \"followers_count\": 414, \"protected\": false, \"location\": \"Paris, France\", \"default_profile_image\": false, \"listed_count\": 46, \"utc_offset\": -10800, \"statuses_count\": 1934, \"description\": \"Designer @ IRI Centre Pompidou / PhD student in Computer Human interface @ Paris11 : #ui #infoviz #Webdesign, #WebScience, #philosophy, #open #innovation\", \"friends_count\": 542, \"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_color\": \"000000\", \"id_str\": \"14905766\", \"profile_background_image_url\": \"http://a2.twimg.com/profile_background_images/51130859/3577914799_1350cff02e.jpg\", \"name\": \"Samuel Huron\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": false, \"favourites_count\": 268, \"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\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 4], \"text\": \"eg8\"}, {\"indices\": [5, 10], \"text\": \"enmi\"}], \"urls\": []}, \"text\": \"#eg8 #enmi :: le language, interface entre l'homme et le monde.   technologie de confiance ?? Qu'elles libert\\u00e9 ?\", \"created_at\": \"Wed May 25 09:26:02 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": null, \"id\": 73318901475328000, \"source\": \"<a href=\\\"http://www.tweetdeck.com\\\" rel=\\\"nofollow\\\">TweetDeck</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73318901475328000\", \"place\": null, \"retweet_count\": 0, \"geo\": null, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1304 }, 
       
  1305 "dc:creator": "perso", 
       
  1306 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1307 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1308 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1309 }, 
       
  1310 "end": 1454000, 
       
  1311 "tags": [
       
  1312 {
       
  1313 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1314 }, 
       
  1315 {
       
  1316 "id-ref": "219ba10a-062c-11e1-93a3-00145ea49a02"
       
  1317 }
       
  1318 ], 
       
  1319 "color": "16763904", 
       
  1320 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1321 "id": "0a85f156-f4b1-49f1-ac00-51b0ea070134-73318901475328000"
       
  1322 }, 
       
  1323 {
       
  1324 "content": {
       
  1325 "mimetype": "application/x-ldt-structured", 
       
  1326 "description": "#enmi  edward bernays /VS/ pekka himanen ? #libidinal vers #contribution ?", 
       
  1327 "img": {
       
  1328 "src": "http://a2.twimg.com/profile_images/1367788685/021EB7A5-E5A2-4837-9E76-4A6019F6E1EE_normal"
       
  1329 }, 
       
  1330 "title": "Fabian Gental: #enmi  edward bernays /VS/ pekka himanen ? #libidinal vers #contribution ?", 
       
  1331 "color": "16763904", 
       
  1332 "polemics": [], 
       
  1333 "audio": {
       
  1334 "mimetype": "audio/mp3", 
       
  1335 "src": "", 
       
  1336 "href": null
       
  1337 }
       
  1338 }, 
       
  1339 "begin": 1538000, 
       
  1340 "meta": {
       
  1341 "dc:contributor": "perso", 
       
  1342 "dc:source": {
       
  1343 "mimetype": "application/json", 
       
  1344 "url": "http://dev.twitter.com", 
       
  1345 "content": "{\"user\": {\"follow_request_sent\": null, \"profile_use_background_image\": true, \"id\": 115128839, \"verified\": false, \"profile_sidebar_fill_color\": \"d6fffc\", \"profile_text_color\": \"04838f\", \"followers_count\": 10, \"protected\": false, \"location\": \"Paris / Limoges / Berlin\", \"default_profile_image\": false, \"listed_count\": 0, \"utc_offset\": 3600, \"statuses_count\": 16, \"description\": \"\\u00c9tudiant en design @ENSCI les Ateliers\\n@ENSA Limoges\", \"friends_count\": 29, \"profile_link_color\": \"05d5ff\", \"profile_image_url\": \"http://a2.twimg.com/profile_images/1367788685/021EB7A5-E5A2-4837-9E76-4A6019F6E1EE_normal\", \"notifications\": null, \"show_all_inline_media\": false, \"geo_enabled\": true, \"profile_background_color\": \"bf9dc9\", \"id_str\": \"115128839\", \"profile_background_image_url\": \"http://a3.twimg.com/profile_background_images/76127896/test.png\", \"name\": \"Fabian Gental\", \"lang\": \"fr\", \"following\": null, \"profile_background_tile\": true, \"favourites_count\": 1, \"screen_name\": \"3615fabe\", \"url\": null, \"created_at\": \"Wed Feb 17 18:08:52 +0000 2010\", \"contributors_enabled\": false, \"time_zone\": \"Berlin\", \"profile_sidebar_border_color\": \"ffffff\", \"default_profile\": false, \"is_translator\": false}, \"favorited\": false, \"contributors\": null, \"entities\": {\"user_mentions\": [], \"hashtags\": [{\"indices\": [0, 5], \"text\": \"enmi\"}, {\"indices\": [43, 53], \"text\": \"libidinal\"}, {\"indices\": [59, 72], \"text\": \"contribution\"}], \"urls\": []}, \"text\": \"#enmi  edward bernays /VS/ pekka himanen ? #libidinal vers #contribution ?\", \"created_at\": \"Wed May 25 09:27:26 +0000 2011\", \"truncated\": false, \"retweeted\": false, \"in_reply_to_status_id\": null, \"coordinates\": {\"type\": \"Point\", \"coordinates\": [2.3704253400000002, 48.858806250000001]}, \"id\": 73319252060405760, \"source\": \"<a href=\\\"http://tapbots.com/tweetbot\\\" rel=\\\"nofollow\\\">Tweetbot for iPhone</a>\", \"in_reply_to_status_id_str\": null, \"in_reply_to_screen_name\": null, \"id_str\": \"73319252060405760\", \"place\": {\"country_code\": \"FR\", \"url\": \"http://api.twitter.com/1/geo/id/7238f93a3e899af6.json\", \"country\": \"France\", \"place_type\": \"city\", \"bounding_box\": {\"type\": \"Polygon\", \"coordinates\": [[[2.2241005999999999, 48.815541400000001], [2.4697521, 48.815541400000001], [2.4697521, 48.902146100000003], [2.2241005999999999, 48.902146100000003]]]}, \"full_name\": \"Paris, Paris\", \"attributes\": {}, \"id\": \"7238f93a3e899af6\", \"name\": \"Paris\"}, \"retweet_count\": 0, \"geo\": {\"type\": \"Point\", \"coordinates\": [48.858806250000001, 2.3704253400000002]}, \"in_reply_to_user_id_str\": null, \"in_reply_to_user_id\": null}"
       
  1346 }, 
       
  1347 "dc:creator": "perso", 
       
  1348 "id-ref": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1349 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1350 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1351 }, 
       
  1352 "end": 1538000, 
       
  1353 "tags": [
       
  1354 {
       
  1355 "id-ref": "219d2156-062c-11e1-93a3-00145ea49a02"
       
  1356 }, 
       
  1357 {
       
  1358 "id-ref": "219d2156-062c-11e1-93a3-00145ea49a02"
       
  1359 }, 
       
  1360 {
       
  1361 "id-ref": "219d25fc-062c-11e1-93a3-00145ea49a02"
       
  1362 }
       
  1363 ], 
       
  1364 "color": "16763904", 
       
  1365 "media": "914e1bcc-b6e0-11e0-a965-00145ea49a02", 
       
  1366 "id": "9862e2d4-ef66-4368-98e2-562a61232a5a-73319252060405760"
       
  1367 }
       
  1368 ], 
       
  1369 "annotation-types": [
       
  1370 {
       
  1371 "dc:contributor": "perso", 
       
  1372 "dc:creator": "perso", 
       
  1373 "dc:title": "Bernard Stiegler", 
       
  1374 "id": "c_5AEE45AE-F0E5-2921-31CB-2683540AA7A4", 
       
  1375 "dc:created": "2011-11-03T14:57:21.010291", 
       
  1376 "dc:description": "", 
       
  1377 "dc:modified": "2011-11-03T14:57:21.010291"
       
  1378 }, 
       
  1379 {
       
  1380 "dc:contributor": "perso", 
       
  1381 "dc:creator": "perso", 
       
  1382 "dc:title": "Tweets", 
       
  1383 "id": "61bcaa2e-9963-4df2-a987-34c08e184fb6", 
       
  1384 "dc:created": "2011-11-03T14:57:20.992536", 
       
  1385 "dc:description": "Tweets", 
       
  1386 "dc:modified": "2011-11-03T14:57:20.992536"
       
  1387 }
       
  1388 ]
       
  1389 }