web/enmi2011/config.php
changeset 420 eb7c2cff1816
parent 419 ad151a86046f
child 421 c8db83b70def
equal deleted inserted replaced
419:ad151a86046f 420:eb7c2cff1816
    67 	'duration'   => 8357400,
    67 	'duration'   => 8357400,
    68 	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
    68 	'player'        => "res/metadataplayer/src/js/LdtPlayer.js",
    69 	'div_height'    => 700,
    69 	'div_height'    => 700,
    70 	'player_width'  => 650,
    70 	'player_width'  => 650,
    71 	'player_height' => 488,
    71 	'player_height' => 488,
       
    72 	
       
    73     // New Tweet live parameters
       
    74     'use_tweetcast' => true,
       
    75     'js_config' => "
       
    76     var connect_type = 'standalone',
       
    77     source_address = 'http://velt.info/polemic/tweetdata.js',
       
    78     tracking_keywords = [ \"#enmi\" ],
       
    79     suggested_keywords = [
       
    80         \"confiance\",
       
    81         \"croyance\",
       
    82         \"crédit\",
       
    83         \"trace\",
       
    84         \"foi\",
       
    85         \"risque\", 
       
    86         \"assurance\", 
       
    87         \"démocratie\", 
       
    88         \"expertise\",
       
    89         \"catastrophe\",
       
    90         \"transparence\", 
       
    91         \"politique\"
       
    92     ],
       
    93     annotations = {
       
    94         \"default\" : {
       
    95             \"colors\" : {
       
    96                 \"h\" : 0,
       
    97                 \"s\" : 0
       
    98             }
       
    99         },
       
   100         \"positive\" : {
       
   101             \"display_name\" : \"++\",
       
   102             \"keywords\" : [ /\\+\\+/ ],
       
   103             \"colors\" : {
       
   104                 \"h\" : .3,
       
   105                 \"s\" : .65
       
   106             }
       
   107         },
       
   108         \"negative\" : {
       
   109             \"display_name\" : \"--\",
       
   110             \"keywords\" : [ /\\-\\-/ ],
       
   111             \"colors\" : {
       
   112                 \"h\" : 0,
       
   113                 \"s\" : .8
       
   114             }
       
   115         },
       
   116         \"reference\" : {
       
   117             \"display_name\" : \"==\",
       
   118             \"keywords\" : [ /\\=\\=/ ],
       
   119             \"colors\" : {
       
   120                 \"h\" : .16,
       
   121                 \"s\" : .8
       
   122             }
       
   123         },
       
   124         \"question\" : {
       
   125             \"display_name\" : \"??\",
       
   126             \"keywords\" : [ /\\?\\?/ ],
       
   127             \"colors\" : {
       
   128                 \"h\" : .6,
       
   129                 \"s\" : .8
       
   130             }
       
   131         }
       
   132     }"
       
   133     
       
   134     
    72 );
   135 );