2015-04-16 10:18:08 +02:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width initial-scale=1" >
< title > LPM Preview< / title >
< meta name = "description" content = "" >
2016-06-26 21:45:08 +02:00
< link rel = "canonical" href = "http://scopesessions.org/session/2013/05/09/022.html" >
2015-04-16 10:18:08 +02:00
< link rel = "alternate" type = "application/atom+xml" title = "Scope Sessions Artist talks & media salon" href = "http://scopesessions.org /feed.xml " / >
2017-01-06 12:57:43 +01:00
< link rel = "alternate" type = "application/atom+xml" title = "Scope Sessions Artist talks & media salon" href = "http://scopesessions.org /feed.json " / >
2015-09-16 21:01:58 +02:00
< link rel = "shortcut icon" href = "favicon.ico" type = "assets/favicon.ico" / >
2015-04-16 10:18:08 +02:00
< link rel = "stylesheet" href = "/bower_components/bootstrap/dist/css/bootstrap.min.css" type = "text/css" / >
< link rel = "stylesheet" href = "/bower_components/vegas/dist/jquery.vegas.min.css" type = "text/css" / >
< link rel = "stylesheet" href = "/bower_components/fontawesome/css/font-awesome.min.css" type = "text/css" / >
2015-09-16 21:01:58 +02:00
< link rel = "stylesheet" href = "/css/picbook.css" type = "text/css" / >
2015-04-16 10:18:08 +02:00
< link rel = "stylesheet" href = "/css/custom.css" type = "text/css" >
2017-01-13 18:12:02 +01:00
< link rel = "stylesheet" href = "/css/video.css" type = "text/css" >
2015-04-16 10:18:08 +02:00
< link rel = "stylesheet" href = "/css/hover.css" type = "text/css" >
< link href = 'http://fonts.googleapis.com/css?family=Abel' rel = 'stylesheet' type = 'text/css' >
< script src = "/bower_components/jquery/dist/jquery.min.js" type = "text/javascript" > < / script >
< script src = "/bower_components/bootstrap/dist/js/bootstrap.min.js" type = "text/javascript" > < / script >
< script src = "/bower_components/vegas/dist/jquery.vegas.min.js" type = "text/javascript" > < / script >
2017-01-22 18:36:33 +01:00
< script src = "/bower_components/isotope/dist/isotope.pkgd.min.js" type = "text/javascript" > < / script >
2015-09-16 21:01:58 +02:00
< script src = "/js/picbook.min.js" type = "text/javascript" > < / script >
2015-04-16 10:18:08 +02:00
< script src = "/js/jquery.imagefill.min.js" type = "text/javascript" > < / script >
< script src = "/js/jquery.cookie.js" type = "text/javascript" > < / script >
< script src = "/js/scrollIt.min.js" type = "text/javascript" > < / script >
< script src = "/js/custom.js" type = "text/javascript" > < / script >
2017-01-13 12:52:27 +01:00
2017-03-04 22:02:51 +01:00
< script >
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-90315927-1', 'auto');
ga('send', 'pageview');
< / script >
2017-01-13 12:52:27 +01:00
2015-04-16 10:18:08 +02:00
< / head >
< body >
< nav class = "navbar navbar-default navbar-fixed-top" >
2015-09-01 21:52:43 +02:00
< div class = "container-fluid" >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
< div class = "navbar-header" >
< a class = "navbar-brand" href = "/" >
< img alt = "Logo" src = "/assets/scope_logo.png" >
< / a >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
<!-- For desktop -->
< div class = "hidden-xs" >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
< a href = "/" class = "header-btn navbar-text button menu-icon hvr-sweep-to-top menu-icon-big navbar-text left" > < i class = "fa fa-angle-left" > < / i > Back< / a >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
<!-- Up button -->
< a class = "top-button navbar-text right button hvr-sweep-to-top" data-scroll-nav = "0" > < i class = "fa fa-arrow-up" > < / i > < / a >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
<!-- Pages -->
< a class = "header-btn navbar-text right button menu-icon hvr-sweep-to-top" href = "/call-for-talks/" > Call for talks< / a >
< a class = "header-btn navbar-text right button menu-icon hvr-sweep-to-top" href = "/artists/" > Artists< / a >
2017-02-07 18:32:17 +01:00
< a class = "header-btn navbar-text right button menu-icon hvr-sweep-to-top" href = "/about/" > About< / a >
< a class = "header-btn navbar-text right button menu-icon hvr-sweep-to-top" href = "/video/" > Video showcase< / a >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
< / div >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
<!-- For mobile -->
< div class = "visible-xs-inline" >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
< a href = "/" class = "menu-icon-big navbar-text left " > < i class = "fa fa-angle-left" > < / i > Back< / a >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
<!-- Up button -->
< a class = "top-button menu-icon-big navbar-text right" data-scroll-nav = "1" > < i class = "fa fa-arrow-up" > < / i > < / a >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
<!-- Pages -->
< a class = "menu-icon-big navbar-text right button hvr-sweep-to-top" href = "/call-for-talks/" > < i class = "fa fa-sign-in" > < / i > < / a >
< a class = "menu-icon-big navbar-text right button hvr-sweep-to-top" href = "/artists/" > < i class = "fa fa-user" > < / i > < / a >
2017-02-07 18:32:17 +01:00
< a class = "menu-icon-big navbar-text right button hvr-sweep-to-top" href = "/about/" > < i class = "fa fa-info" > < / i > < / a >
< a class = "menu-icon-big navbar-text right button hvr-sweep-to-top" href = "/video/" > < i class = "fa fa-video" > < / i > < / a >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
< / div >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
< / div >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
< / div >
2015-04-16 10:18:08 +02:00
< / nav >
< div class = "container-fluid navigator" >
2015-09-01 21:52:43 +02:00
< div class = "row" >
2017-05-23 16:56:24 +02:00
2015-09-01 21:52:43 +02:00
< div class = "col-md-8" >
< h4 > < i class = "fa fa-search" > < / i > Browse by topic< / h4 >
2017-02-07 18:32:17 +01:00
2016-05-29 13:48:11 +02:00
2017-02-07 18:32:17 +01:00
2016-05-08 22:58:49 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "7" > Live cinema< / a >
2017-03-04 22:02:51 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "7" > Body< / a >
2017-05-31 11:04:32 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "8" > Analog video< / a >
2017-05-31 11:04:32 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "8" > Music< / a >
2017-09-21 12:36:10 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "9" > Self-surveillance< / a >
2017-09-21 12:36:10 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "9" > calm technology, ambient interaction, experience prototyping, playable spaces< / a >
< a class = "topic" data-scroll-nav = "10" > migration< / a >
< a class = "topic" data-scroll-nav = "10" > Leisure< / a >
2017-03-04 22:02:51 +01:00
2017-03-08 20:02:12 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "10" > Loops< / a >
2017-03-08 20:02:12 +01:00
2017-03-04 22:02:51 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "11" > musicals < / a >
2017-02-07 18:32:17 +01:00
2016-05-29 13:48:11 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "11" > Art, science, magic< / a >
2017-05-06 21:37:31 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "11" > circular geometry< / a >
2017-02-07 18:32:17 +01:00
2016-06-17 17:48:29 +02:00
2017-02-07 18:32:17 +01:00
2016-05-29 13:48:11 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "12" > Deep learning< / a >
2017-05-06 21:37:31 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "12" > hybridity< / a >
2017-05-06 21:37:31 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "12" > sound< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2016-10-05 11:29:25 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "13" > net art< / a >
2017-02-07 18:32:17 +01:00
2016-06-17 17:48:29 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "13" > net art< / a >
2017-02-07 18:32:17 +01:00
2017-05-06 21:37:31 +02:00
2016-10-05 11:29:25 +02:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "67" > Audiovisual art< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-28 19:45:29 +02:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "14" > Analog,Film< / a >
2017-05-06 21:37:31 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "14" > Data,Robotics,Research< / a >
2017-05-06 21:37:31 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "14" > Performance,Light,Music,AV< / a >
2017-05-06 21:37:31 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "15" > Film< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "16" > 3D,Painting,Performance,Installation< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "16" > Installation< / a >
2017-02-07 18:32:17 +01:00
2015-09-16 21:01:58 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "16" > Av,Live Cinema,Performance,Vj< / a >
2017-02-07 18:32:17 +01:00
2015-09-16 21:01:58 +02:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "17" > music,software< / a >
2017-02-07 18:32:17 +01:00
2016-06-26 21:22:04 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "17" > mapping,software< / a >
2017-02-07 18:32:17 +01:00
2015-09-16 21:01:58 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "17" > software< / a >
2017-02-07 18:32:17 +01:00
2016-06-26 21:22:04 +02:00
2017-02-07 18:32:17 +01:00
2016-06-26 21:22:04 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "68" > Cooking Performance< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "68" > Patching< / a >
2017-02-07 18:32:17 +01:00
2015-11-11 19:53:04 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "68" > AV Performance< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2015-11-11 19:53:04 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "19" > virtual reality,performance,video art< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "19" > mapping,production< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "19" > performance,net art,virtual reality,av< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "19" > full dome,research,animation,installation,3d< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "20" > Drawing,Sound< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "20" > Animation,Virtual Reality,Software< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "20" > Collective,Installation,Science< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "21" > VJ< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "21" > Dance< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "21" > VJ,mapping< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "22" > Film,Painting,Installation< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "22" > 3D,Film,Full Dome< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "22" > Space,Light< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "23" > VJ,3d,glitch,AV< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "23" > Research,Music,software< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "23" > virtual reality,3d< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "24" > collective,sound,light< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "24" > AV,Installation,Sound,Light< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "24" > Performance< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "25" > Animation,3D< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "25" > Installation< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "25" > Film< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "26" > VJ< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "26" > Sound,Music,Software< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "26" > Music< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > AV Performance< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > Film< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "27" > Film,Analog,Research,Smell< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "27" > Photography,Analog< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "27" > Analog,Film< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "28" > Design,Games< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "28" > VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "28" > VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "29" > Concept, Video< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "29" > Sound, Generative< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "29" > Mapping, Motion graphics< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "69" > AV,Performance,Music< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "69" > AV,Performance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "31" > Film,Analog< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "31" > Philosophy,Performance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "31" > Net art,Painting< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "32" > AV,Painting,VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "32" > Sound,Research,Installation< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "32" > Analog,Film< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "33" > Science,Festival< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "33" > Live Cinema,Installation,Sound< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "33" > Photography,Science,Research< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "34" > Software< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "34" > Video,Meditation< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "34" > Software< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "34" > Software< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "35" > Open Source,Software,Hardware< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "35" > new media,research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "35" > Dance,Film< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "36" > Installation,Music< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "36" > VVVV,Coding,software< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "37" > VJ,Installation,Performance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "37" > Coding,Research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "37" > Installation,New Media< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "38" > Politics,Privacy< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "39" > Analog,Film,Research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "39" > Installation,New Media< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "39" > Film,Glitch,Analog,Sound< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "40" > Music,Performance,Sound< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "40" > Science,Research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "40" > Installation,Research,Interactive< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "41" > Design,hardware,Installation< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "41" > Software,Coding,Sound,Music< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "41" > VJ,Performance,Film< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-01-24 17:51:25 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "42" > Analog,Film< / a >
2017-02-07 18:32:17 +01:00
2017-01-24 17:51:25 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "42" > Interactive,Projection< / a >
2017-02-07 18:32:17 +01:00
2017-01-24 17:51:25 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "42" > Science,Research< / a >
2017-02-07 18:32:17 +01:00
2017-01-24 17:51:25 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "43" > Installation,Light,Full Dome,VJ< / a >
2017-02-07 18:32:17 +01:00
2017-01-24 17:51:25 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "43" > Science,Film,Photography< / a >
2017-02-07 18:32:17 +01:00
2017-01-24 17:51:25 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "43" > Mapping,Performance,VJ< / a >
2017-02-07 18:32:17 +01:00
2017-01-24 17:51:25 +01:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "44" > VJ,Drawing< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "44" > Interactive,Performance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "44" > Performance,Drawing< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "70" > mapping,vj< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "70" > science,dance,research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "45" > VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "45" > VJ,Dance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "45" > Science,Research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "46" > Design< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "46" > Software,Sound< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "46" > VJ,Mapping< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "47" > Mapping< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "47" > Interactive,Performance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "48" > Film< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "48" > 3D,Generative,Coding< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "48" > Collective,Research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "49" > Glitch,Net art,generative,coding,software< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "49" > Open Source,Games,Music,AV< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "50" > Festival,Vj< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "50" > Live Cinema,Mapping,VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "50" > Vj< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "51" > Research,Av,Music,VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "51" > Interactive,Installation< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "51" > Vj< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "52" > Coding,generative< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "52" > Open Source,Hardware< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "52" > Av,Music,Politics< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "53" > New Media,Interactive< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "53" > Performance,AV,VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "54" > 3D,AV< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "54" > Performance,Sound,Software,Installation< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "54" > Performance,Sound,AV< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "55" > Photography< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "55" > Robotics,Research< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "56" > Research,Performance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "56" > Design,AV< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "56" > Architecture< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "57" > AV,VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "57" > AV,Music< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "57" > Performance,Hacking,Music< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "58" > Music,Sound,Production,Research< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "58" > Hacking,Coding< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "58" > Performance,Dance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "59" > Interactive,Generative,Coding< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "59" > Performance,Dance,Interactive< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "59" > Interactive,Software< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "60" > Performance,Interactive,Software< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "60" > Photography< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "60" > Performance,Sound< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "71" > mapping,av< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "71" > coding,software< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "71" > dance,performance,animation< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "71" > software,vj,coding,Vvvv< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "71" > live cinema,vj,performance,av< / a >
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-02-07 18:32:17 +01:00
2017-01-22 18:36:33 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "61" > New Media,Research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "61" > Sound,Installation< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "61" > Performance,Software< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "61" > Performance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "62" > mapping< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "62" > Performance,Film< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "62" > Theater,Politics,Live Cinema< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "72" > festival,VJ< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "72" > festival,VJ,vvvv,Hardware< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "72" > festival,installation,software< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "72" > festival,installation,architecture,light< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "63" > Software< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "63" > Film< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "63" > Hacking,Performance,Software,VJ,Games< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "64" > AV,Performance< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "64" > Experimental,Film< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "64" > Hacking,Performance,VJ< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "65" > Performance,Illustration< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "65" > VVVV< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "73" > festival< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "73" > Festival< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "73" > installation,festival< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "73" > festival< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "73" > festival< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "66" > Performance,Painting< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "66" > Research,Collaboration< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "67" > Video Art,Research< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "67" > Hardware< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "67" > VJ, Video Art, Association,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "68" > Light,Installation,Processing,Open Source< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "69" > Installation,Sound< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "69" > Software,Sound,Open Source< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "70" > Vj,Festival< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "70" > Science,Performance< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "70" > Interaction,Installation,Software< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "71" > Games,Festival< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "71" > Politics,Street Art< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "72" > Design,Research< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "72" > Game,Programming< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "72" > Dance,Performance,VJ< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "73" > VJ< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "73" > coding,Pure Data,Processing< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > mapping< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > photography< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > Software,glitch,QuartzComposer< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > VJ,software,installation,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > AV,Live Cinema,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2017-01-27 11:29:45 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > music,games,AV,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > live cinema,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > AV,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > VJ,mapping,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > mapping,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > AV,music,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2017-01-23 14:32:34 +01:00
2017-02-07 18:32:17 +01:00
2017-09-27 23:15:44 +02:00
< a class = "topic" data-scroll-nav = "74" > hardware,live cinema,visualBerlin< / a >
2017-02-07 18:32:17 +01:00
2015-09-01 21:52:43 +02:00
< / div >
2017-02-07 18:32:17 +01:00
< div class = "col-md-4" >
2015-09-01 21:52:43 +02:00
< h4 > < i class = "fa fa-sign-in" > < / i > Participate< / h4 >
< p > Do you like to share your work as visual artist with our audience? Fill the form on our < a class = "button hvr-sweep-to-top" href = "/call-for-talks/" >
2015-04-16 10:18:08 +02:00
Call for Talks section.< / a >
2015-09-01 21:52:43 +02:00
< div class = "row" >
< div class = "col-md-7" >
< h4 > < i class = "fa fa-newspaper-o" > < / i > Join our newsletter< / h4 >
<!-- Begin MailChimp Signup Form -->
2015-04-16 10:18:08 +02:00
<!-- <link href="//cdn - images.mailchimp.com/embedcode/classic - 081711.css" rel="stylesheet" type="text/css"> -->
< div id = "mc_embed_signup" >
< form action = "//scopesessions.us4.list-manage.com/subscribe/post?u=81466f386ca5ae4d818e3f092&id=fa704d0d26" method = "post" id = "mc-embedded-subscribe-form" name = "mc-embedded-subscribe-form" class = "validate" target = "_blank" novalidate >
< div id = "mc_embed_signup_scroll" >
< div class = "mc-field-group" >
< label for = "mce-EMAIL" > Email Address
< / label >
< input type = "email" value = "" name = "EMAIL" class = "required email" id = "mce-EMAIL" >
< / div >
< div id = "mce-responses" class = "clear" >
< div class = "response" id = "mce-error-response" style = "display:none" > < / div >
< div class = "response" id = "mce-success-response" style = "display:none" > < / div >
< / div >
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups -->
< div style = "position: absolute; left: -5000px;" >
< input type = "text" name = "b_81466f386ca5ae4d818e3f092_fa704d0d26" tabindex = "-1" value = "" >
< / div >
< div class = "clear" >
< input type = "submit" value = "Subscribe" name = "subscribe" id = "mc-embedded-subscribe" class = "button" >
< / div >
< / div >
< / form >
< / div >
< script type = 'text/javascript' src = '//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js' > < / script >
< script type = 'text/javascript' >
(function($) {
window.fnames = new Array();
window.ftypes = new Array();
fnames[0] = 'EMAIL';
ftypes[0] = 'email';
fnames[1] = 'FNAME';
ftypes[1] = 'text';
fnames[2] = 'LNAME';
ftypes[2] = 'text';
}(jQuery));
var $mcj = jQuery.noConflict(true);
< / script >
2015-09-01 21:52:43 +02:00
< / div >
< div class = "col-md-5" >
< h4 > < i class = "fa fa-share-alt" > < / i > Spread the word< / h4 >
< div class = "share-page" >
2015-04-16 10:18:08 +02:00
< ul >
< li > < a class = "button hvr-sweep-to-top" href = "https://twitter.com/intent/tweet?text=Scope Sessions Artist talks & media salon&url=http://scopesessions.org" rel = "nofollow" target = "_blank" title = "Share on Twitter" > < i class = "fa fa-twitter" > < / i > < / a > < / li >
< li > < a class = "button hvr-sweep-to-top" href = "https://facebook.com/sharer.php?u=http://scopesessions.org" rel = "nofollow" target = "_blank" title = "Share on Facebook" > < i class = "fa fa-facebook" > < / i > < / a > < / li >
< li > < a class = "button hvr-sweep-to-top" href = "https://plus.google.com/share?url=http://scopesessions.org" rel = "nofollow" target = "_blank" title = "Share on Google+" > < i class = "fa fa-google-plus" > < / i > < / a > < / li >
< li > < a class = "button hvr-sweep-to-top" href = "http://pinterest.com/pin/create/button/?url=http://scopesessions.org&description=Scope Sessions Artist talks & media salon" rel = "nofollow" target = "_blank" title = "Share on Pinterest" > < i class = "fa fa-pinterest" > < / i > < / a > < / li >
< / ul >
< / div >
2015-09-01 21:52:43 +02:00
< / div >
< / div >
2015-04-16 10:18:08 +02:00
< / div >
< / div >
< / div >
< div class = "content container-fluid" >
< div class = "content container-fluid" >
< article >
< div class = "row" >
< div class = "transp-bg padded event-info col-md-2 col-md-offset-1" >
< div class = "event-date" >
< h3 > #22< / h3 >
< h4 > May 09th, 2013< / h4 >
< / div >
< div class = "padded_vert" >
< ul >
< li > New Media< / li >
< li > Interactive< / li >
< li > Performance< / li >
2017-01-25 22:51:30 +01:00
< li > AV< / li >
< li > VJ< / li >
2015-04-16 10:18:08 +02:00
< / ul >
< / div >
< div class = "padded_vert" >
< ul >
2017-05-23 16:56:24 +02:00
< li > < a class = "highlight button hvr-sweep-to-top" href = http://www.pankeculture.com target = "_blank" > Panke< / a > < / li >
2015-04-16 10:18:08 +02:00
2017-05-23 16:56:24 +02:00
< li > < a class = "highlight button hvr-sweep-to-top" target = "_blank" href = https://www.facebook.com/events/455007867911052/?ref=5 > < i class = "fa fa-facebook-square" > < / i > < / a > < / li >
2015-04-16 10:18:08 +02:00
< / ul >
< / div >
< / div >
< div class = "event event-22 dark_bg col-md-7" >
< div class = "talk col-md-6" >
< div class = "artist-media" >
2016-06-12 17:46:27 +02:00
< img src = /images/commandements-4.jpg_resized.png > < / img >
2015-04-16 10:18:08 +02:00
< / div >
< div class = "talk-detail" >
< h4 > Tokyo Data Collective / < / h4 >
< p > Their performance De Koog is a multi-media exploration that fuses together electronics and acoustics, light and sound, man and machine. It can be watched, touched, played, heard and experienced both as performer or audience. Its eyes and ears take in data from the surroundings and it responds to these stimuli with jittering visuals, harsh synthesis and animal screams.< / p >
< h5 > About Tokyo Data Collective< / h5 >
< p > Tokyo Data is a creative collective who understands its mission to engage emerging contemporary New Media artists and initiate transdisciplinary work between the universes of video art, acoustic architecture, performing arts, motion, interactive design, photography and graphic arts.< / p >
< a class = "button hvr-sweep-to-top" href = http://tokyodatacollective.com target = "_blank" > < i class = "fa fa-link" > < / i > Website< / a >
< div class = "transp-bg padded" >
< p > Artist's Video< / p >
< iframe src = "//player.vimeo.com/video/64406739" width = "100%" height = "140" frameborder = "0" webkitallowfullscreen mozallowfullscreen allowfullscreen > < / iframe >
< / div >
< div class = "transp-bg padded" >
< p > Talk's Video< / p >
< iframe src = "//player.vimeo.com/video/65964829" width = "100%" height = "140" frameborder = "0" webkitallowfullscreen mozallowfullscreen allowfullscreen > < / iframe >
< / div >
< / div >
< / div >
< div class = "talk col-md-6" >
< div class = "artist-media" >
2016-06-12 17:46:27 +02:00
< img src = /images/managua_still02_web.jpg_resized.png > < / img >
2015-04-16 10:18:08 +02:00
< / div >
< div class = "talk-detail" >
< h4 > A-LI-CE / < / h4 >
< p > For this years LPM edition, she will premiere the Piece «Parade: Ouverture», which is the first act of the “Parade A/V live performance project”, inspired freely on “The Atrocity Exhibition” of the writer J.G. Ballard. In collaboration with the sound artist Swub, it deals with spam messages, white lights, birds, electricity, schizophrenia, and Abba music.< / p >
< h5 > About A-LI-CE < / h5 >
2017-01-22 18:36:33 +01:00
< p > A-li-ce, based in Paris, works as video designer, live performer and VJ since 2004 around Europe. She uses a bunch of techniques from paper, animation and video, bridging the gap from hyperrealities “wonderland” to sophisticated, dark visual worlds. Her work deals with identity, humor, and acidity. She presented her work at audiovisual festivals like Mapping (Ch), LPM (It), Visual Berlin Festival (De), and Vision’ R (Fr), including VJ solos and collective projects with ‘ Homemade Collective’ and the duo ‘ :NÄ:’ . Her music videos and short animation movies have been screened in festivals as the International Animation Film Festivals of Moscow ( 2011) and Stuttgart (official music video selection, 2011), Cinemabrut (2010) and many more.< / p >
2015-04-16 10:18:08 +02:00
< a class = "button hvr-sweep-to-top" href = http://www.a-li-ce.com target = "_blank" > < i class = "fa fa-link" > < / i > Website< / a >
< div class = "transp-bg padded" >
< p > Artist's Video< / p >
< iframe src = "//player.vimeo.com/video/29071156" width = "100%" height = "140" frameborder = "0" webkitallowfullscreen mozallowfullscreen allowfullscreen > < / iframe >
< / div >
< div class = "transp-bg padded" >
< p > Talk's Video< / p >
< iframe src = "//player.vimeo.com/video/65964830" width = "100%" height = "140" frameborder = "0" webkitallowfullscreen mozallowfullscreen allowfullscreen > < / iframe >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "row" >
< div class = "gallery dark_bg col-md-7 col-md-offset-3" >
< h4 > Photo gallery of the event< / h4 >
< div class = "picbook" > < / div >
< script type = "text/javascript" >
var picbook = new picbookJs({
limit: 100,
albumId: '460722327348090'
});
< / script >
< / div >
< / div >
< / div >
< div class = "row" >
< div class = "nav_bottom dark_bg col-md-7 col-md-offset-3" >
< h4 > Discover more< / h4 >
2016-10-05 11:39:53 +02:00
< a class = "button hvr-sweep-to-top left" href = /session/2013/04/11/021.html > #21: April 11th, 2013 021< / a >
< a class = "button hvr-sweep-to-top right" href = /session/2013/06/06/023.html > #23: May 06th, 2013 023< / a >
2015-04-16 10:18:08 +02:00
< / div >
< / div >
< / article >
< / div >
< / div >
< footer class = "footer dark_bg" >
< div class = "container-fluid" >
< div class = "row" >
2016-08-31 22:41:43 +02:00
< div class = "col-md-8 col-md-offset-2" >
2015-04-16 10:18:08 +02:00
< div class = "footer-social" >
< ul >
< li > < a href = "mailto:mail@scopesessions.org" > < i class = "fa fa-envelope-o" > < / i > < / a >
< / li >
< li > < a href = " /feed.xml " > < i class = "fa fa-rss-square" > < / i > < / a >
< / li >
< li > < a href = "https://www.facebook.com/scopesessions" > < i class = "fa fa-facebook-square" > < / i > < / a >
< / li >
2016-08-31 22:41:43 +02:00
< li > < a href = "https://soundcloud.com/scopesessions" > < i class = "fa fa fa-soundcloud" > < / i > < / a >
< / li >
2015-04-16 10:18:08 +02:00
<!-- <li><a href="https://github.com/ScopeSessions"><i class="fa fa - github - square"></i></a>
< / li > -->
< / ul >
< / div >
< div class = "footer-support" >
< ul >
< li >
< h4 > Support from< / h4 >
< / li >
< li >
< a href = "http://pankeculture.com" target = "_blank" >
< img src = "/assets/panke_logo.png" > < / img >
< / a >
< / li >
< li >
< a href = "http://pankeculture.com" target = "_blank" >
< img src = "/assets/troika_logo.png" > < / img >
< / a >
< / li >
< li >
< a href = "http://www.nkprojekt.de/" target = "_blank" >
< img src = "/assets/nk_logo.png" > < / img >
< / a >
< / li >
< li >
< a href = "http://www.atelier-aeuglein.de" target = "_blank" >
< img src = "/assets/aa_logo.png" > < / img >
< / a >
< / li >
2016-02-04 10:46:18 +01:00
< li >
< a href = "http://www.beamaround.de/" target = "_blank" >
< img src = "/assets/BeamAround_Logo.jpg" > < / img >
< / a >
< / li >
2016-06-26 21:22:04 +02:00
< li >
< a href = "http://www.spektrumberlin.de/" target = "_blank" >
< img src = "/assets/spektrum_logo_small.png" > < / img >
< / a >
< / li >
2015-04-16 10:18:08 +02:00
< / ul >
< / div >
< / div >
< / div >
< / div >
< / footer >
< / body >
< / html >