3 /** |
3 /** |
4 * FAKE ONE |
4 * FAKE ONE |
5 * Please edit the conférence details |
5 * Please edit the conférence details |
6 * |
6 * |
7 */ |
7 */ |
8 |
|
9 define('URL_ROOT', 'http://polemictweet.com/enmi/polemicaltimeline.php'); |
|
10 |
|
11 $config = array( |
8 $config = array( |
12 'root' => 'http://polemictweet.com/', |
|
13 |
|
14 'hashtag' => '#mashup', |
9 'hashtag' => '#mashup', |
15 'date' => '25.06.2011', |
10 'date' => '25.06.2011', |
16 'heure' => '15h00', |
11 'heure' => '15h00', |
17 'place' => 'Forum des images', |
12 'place' => 'Forum des images', |
18 |
13 |
19 'title' => "Mashup, remix, détournements : nouveaux usages des images sur les réseaux sociaux", |
14 'title' => "Mashup, remix, détournements : nouveaux usages des images sur les réseaux sociaux", |
|
15 'abstract' => '', |
20 'description'=> " |
16 'description'=> " |
21 Par le biais d'internet, les individus expriment, |
17 Par le biais d'internet, les individus expriment, |
22 à leurs proches ou à des publics lointains, |
18 à leurs proches ou à des publics lointains, |
23 leurs opinions ou leurs goûts en faisant leurs des contenus qu'ils apprécient ou qui les révoltent. |
19 leurs opinions ou leurs goûts en faisant leurs des contenus qu'ils apprécient ou qui les révoltent. |
24 Quelques uns vont s'exprimer en partageant ou commentant ces contenus tandis que d'autres |
20 Quelques uns vont s'exprimer en partageant ou commentant ces contenus tandis que d'autres |
36 ", |
32 ", |
37 |
33 |
38 'link' => 'http://www.forumdesimages.fr/fdi/Festivals-et-evenements/MashUp-Film-Festival/Mashup-remix-detournements-nouveaux-usages-des-images-sur-les-reseaux-sociaux', |
34 'link' => 'http://www.forumdesimages.fr/fdi/Festivals-et-evenements/MashUp-Film-Festival/Mashup-remix-detournements-nouveaux-usages-des-images-sur-les-reseaux-sociaux', |
39 'keywords' => 'mashup, film, festival, forum des images ', |
35 'keywords' => 'mashup, film, festival, forum des images ', |
40 'rep' => 'mashup', |
36 'rep' => 'mashup', |
|
37 'islive' => true, |
41 'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a> |
38 'partenaires'=> "<a href='http://www.iri.centrepompidou.fr/' class='footerLink' target='_blank'> IRI </a> |
42 | <a href='http://www.forumdesimages.fr/' class='footerLink' target='_blank' > Forum des images </a> |
39 | <a href='http://www.forumdesimages.fr/' class='footerLink' target='_blank' > Forum des images </a> |
43 | <a href='http://www.inflammableproductions.com/' class='footerLink' target='_blank'> Inflammable </a>", |
40 | <a href='http://www.inflammableproductions.com/' class='footerLink' target='_blank'> Inflammable </a>", |
44 |
41 |
45 // After the event |
42 // After the event |
48 array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/b2754186-a0c9-11e0-b8bd-00145ea49a02", 'display'=>'Conférence', 'duration'=>4605808), |
45 array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/b2754186-a0c9-11e0-b8bd-00145ea49a02", 'display'=>'Conférence', 'duration'=>4605808), |
49 'tableronde'=> |
46 'tableronde'=> |
50 array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/3f877114-a0cc-11e0-bc41-00145ea49a02", 'display'=>'Table Ronde', 'duration'=>5271088) |
47 array('url'=>"http://www.iri.centrepompidou.fr/dev/ldt/ldtplatform/ldt/cljson/id/3f877114-a0cc-11e0-bc41-00145ea49a02", 'display'=>'Table Ronde', 'duration'=>5271088) |
51 ), |
48 ), |
52 'player' => "res/metadataplayer/src/js/LdtPlayer.js", |
49 'player' => "res/metadataplayer/src/js/LdtPlayer.js", |
53 'duration' => "4606" |
50 'duration' => "4605808", |
|
51 'client_visual' => 'images/big_visuel_rsln_mb.jpg', // optional - relative path |
|
52 'head_logo' => 'images/head_logo.gif', // optional - relative path |
|
53 'slide_background' => 'images/slide4.jpg', |
|
54 'archive_img' => array( 'conference' => 'images/tail_mashup_conf.jpg', 'tableronde' => "images/tail_mashup_tr.png"), |
|
55 'archive_title' => array( 'conference' => 'Mashup Film Festival - Conférence', 'tableronde' => "Mashup Film Festival - Table Ronde"), |
|
56 'archive_description' => array( |
|
57 'conference' => 'par <a href="http://mashupfilmfestival.fr/" target="_blank">Mashup Film Festival</a> au <a href="http://www.forumdesimages.fr/" target="_blank">Forum des Images</a>.<br/>le samedi 25 juin 2011 | 15:00 - 17:00', |
|
58 'tableronde' => 'par <a href="http://mashupfilmfestival.fr/" target="_blank">Mashup Film Festival</a> au <a href="http://www.forumdesimages.fr/" target="_blank">Forum des Images</a>.<br/>le samedi 25 juin 2011 | 17:00 - 19:00' |
|
59 ), |
|
60 |
|
61 |
|
62 'div_height' => 670, |
|
63 'player_width' => 650, |
|
64 'player_height' => 450, |
54 ); |
65 ); |
55 |
66 |
56 $player_width = 600; |
|
57 $player_height = 480; |
|
58 ?> |
67 ?> |
59 |
68 |
60 |
69 |
61 |
70 |
62 |
71 |