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" >
2016-03-07 11:13:16 +01:00
< title > Scope040< / title >
2015-04-16 10:18:08 +02:00
< meta name = "description" content = "" >
2015-11-11 19:53:04 +01:00
< link rel = "canonical" href = "http://scopesessions.org/2015/03/12/Scope040.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 " / >
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" >
< 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 >
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 >
< / 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 >
< a class = "header-btn navbar-text right button menu-icon hvr-sweep-to-top" href = "/about/" > About< / 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 >
< a class = "menu-icon-big navbar-text right button hvr-sweep-to-top" href = "/about/" > < i class = "fa fa-info" > < / 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" >
<!-- <div class="col - md - 6 col - md - offset - 1">
2015-04-16 10:18:08 +02:00
2016-03-07 11:13:16 +01:00
< h4 > < i class = "fa fa-calendar" > < / i > #53 / March 10th, 2016 @ < a class = "highlight button hvr-sweep-to-top" href = "" > Panke< / a > < / h4 >
2015-04-16 10:18:08 +02:00
< div class = "upcoming row" >
< div class = "col-md-2" >
< div class = "upcoming-media" >
2016-03-07 11:13:16 +01:00
< img src = /images/grapheme_robert-seidel_museum-wiesbaden_01.jpg > < / img >
2015-04-16 10:18:08 +02:00
< / div >
< / div >
< div class = "col-md-10" >
< div class = "upcoming-detail" >
2016-03-07 11:13:16 +01:00
< p > < a class = "button hvr-sweep-to-top" href = "http://www.robertseidel.com" > Robert Seidel< / a > < br / > On Film between Painting and Sculpture < / p >
< p class = "small-text" > The Berlin-based artist Robert Seidel dissolves boundaries of genre by extending the clarity of the drawing – through the flow of painting, the spatiality of sculpture and temporal elements – into an abstract-film narrative. Besides the silver screen, conceptual, as well as real visual projection surfaces include architectural and sculptural forms. The material for these medial interlacings frequently originates in nature and in the abstract gaze of science on nature, for example in the form of MRI images. Through subsequent deconstruction with digital tools, it becomes possible – before the eyes of the recipient – to condense these structures into a rhizomatic memory structure independent from physical space and linear time. The filmic image conserves the whole creation process in abstract-organic tableaux vivants. In the process, temporal sequences or movements become not only imagined – as frequently attempted in the history of drawing and painting – but actually represented.< / p >
2015-04-16 10:18:08 +02:00
< / div >
< / div >
< / div >
< div class = "upcoming row" >
< div class = "col-md-2" >
< div class = "upcoming-media" >
2016-03-07 11:13:16 +01:00
< img src = /images/f7dab3_60f05d67c41b474cadf6b40fb58e7551.jpg > < / img >
2015-04-16 10:18:08 +02:00
< / div >
< / div >
< div class = "col-md-10" >
< div class = "upcoming-detail" >
2016-03-07 11:13:16 +01:00
< p > < a class = "button hvr-sweep-to-top" href = "http://www.carlachan.com" > Carla Chan< / a > < br / > Poetic data: Humanising the digital - Carla Chan discusses digital manipulation of the erratic forms of nature < / p >
< p class = "small-text" > Carla will present her latest video works and talk about her creation process which will cover her 2 years research of immersion topic and artistic decision. Her artist decision dissuasion will focus on the role of computer in media art making process. < / p >
2015-06-07 05:45:26 +02:00
< / div >
< / div >
< / div >
2015-09-01 21:52:43 +02:00
< div class = "upcoming row" >
2015-04-16 10:18:08 +02:00
2015-09-01 21:52:43 +02:00
< div class = "col-md-2" >
< div class = "upcoming-media" >
2016-03-07 11:13:16 +01:00
< img src = /images/planescapevanderkooy_12.jpg > < / img >
2015-09-01 21:52:43 +02:00
< / div >
< / div >
< div class = "col-md-10" >
< div class = "upcoming-detail" >
2016-03-07 11:13:16 +01:00
< p > < a class = "button hvr-sweep-to-top" href = "http://plane-scape.net" > Yoko Seyama & Wolfgang Bittner< / a > < br / > Expanded Spaces / Light Circuits < / p >
< p class = "small-text" > immersive audio-visual environment, expanded cinema, modular spaces, light design, generative art, image - sound - space interaction, architecture, presentation of prototype of new collaborative work< / p >
2015-09-01 21:52:43 +02:00
< / div >
< / div >
< / div >
< / div > -->
< div class = "col-md-8" >
< h4 > < i class = "fa fa-search" > < / i > Browse by topic< / h4 >
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "0" > Film< / a >
2016-01-28 12:42:37 +01:00
< a class = "topic" data-scroll-nav = "0" > Video< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "0" > Space,Light< / a >
< a class = "topic" data-scroll-nav = "1" > Video< / a >
< a class = "topic" data-scroll-nav = "1" > ideologies< / a >
2015-09-01 21:52:43 +02:00
2015-10-04 13:44:49 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "1" > VR< / a >
2015-09-28 19:45:29 +02:00
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "2" > Rhizomatic< / a >
2015-09-28 19:45:29 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "2" > Multimedia< / a >
2015-09-28 19:45:29 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "2" > Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "3" > Animation< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "3" > Installation< / a >
2015-09-16 21:01:58 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "3" > Film< / a >
2015-09-16 21:01:58 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "4" > VJing< / a >
2015-09-16 21:01:58 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "4" > Sound< / a >
2015-11-11 19:53:04 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "4" > Music< / a >
2015-11-11 19:53:04 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "5" > Film< / a >
2015-11-11 19:53:04 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "5" > Photography< / a >
2015-12-01 23:52:57 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "5" > Screening< / a >
2015-12-01 23:52:57 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "6" > Design,Games< / a >
2015-12-01 23:52:57 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "6" > Visuals< / a >
2016-01-03 23:05:31 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "6" > VJing< / a >
2016-01-03 23:05:31 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "7" > Concept, Video< / a >
2016-01-03 23:05:31 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "7" > Sound, Generative< / a >
2016-01-28 12:42:37 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "7" > Mapping, Motion graphics< / a >
2016-01-28 12:42:37 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "8" > AV, Performance< / a >
2016-01-28 12:42:37 +01:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "8" > AV, Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "9" > Film< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "9" > Philosophy< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "9" > Concept< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "10" > Audiovisual, Live set< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "10" > Sound,Research< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "10" > Analog, Film< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "11" > Science,Art< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "11" > Live Cinema, Installation< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "11" > Photography,Microbiology< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "12" > Mobile< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "12" > Video,Meditation< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "12" > Software< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "12" > Software< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "13" > Open Source,Software,Hardware< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "13" > Dance,Film< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "14" > Installation,Music< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "14" > VVVV,Coding< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "15" > VJing,Installation,Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "15" > Coding,Research< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "15" > Installation,New Media< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "16" > Activism,Surveillance,Privacy< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "17" > Analog,Film,Research< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "17" > Installation,New Media< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "17" > Film,Projection,Glitch< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "18" > Media< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "18" > Science< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "18" > Installation< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "19" > Design,hardware,Installation< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "19" > VVVV,Coding,Sound< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "19" > VJing,Performance,Film< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "20" > Analog< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "20" > Interactive,Projection< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "20" > Science,Research< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "21" > Installation,Light< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "21" > Science,Film,Photography< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "21" > Mapping,Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "22" > VJing< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "22" > Interactive,Live,Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "22" > Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "23" > VJing< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "23" > VJing< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "23" > Science,Research< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "24" > Design< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "24" > Video,Sound< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "24" > VJing,Mapping< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "25" > Mapping< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "25" > Interactive,Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "26" > Film< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "26" > 3D,Generative< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "26" > Collective,Research< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "27" > Glitch,Pixel< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "27" > Open Source,Gaming< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "28" > Mixing,Vjing< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "28" > Live Cinema,Mapping< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "28" > Vjing< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "29" > Research,Project< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "29" > Interactive,Installation< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "29" > Vjing< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "30" > Coding,generative< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "30" > Open Source,Hardware< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "30" > Collective,Activism< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "31" > New Media,Interactive< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "31" > Performance,Humour< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "32" > 3D,AV Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "32" > Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "32" > Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "33" > Photography< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "33" > Robotics,Research< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "34" > Research,Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "34" > Design,AV Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "34" > Architecture< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "35" > AV Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "35" > AV Performance,Music< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "35" > Performance,Hacking< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "36" > Music production< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "36" > Hacking,Coding< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "36" > Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "37" > Interaction,Generative,Coding< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "37" > Performance,Dance,Interaction< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "37" > Interaction,Software< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "38" > Performance,Interactive< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "38" > Photography< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "38" > Performance,Sound< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "39" > New Media< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "39" > Sound,Installation< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "39" > Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "39" > Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "40" > video-mapping< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "40" > Performance,Film< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "40" > Theater,Politics,Live Cinema< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "41" > Software< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "41" > Film< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "41" > Hacking,Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "42" > AV,Perfomance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "42" > Experimental,Film< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "42" > Hacking,Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "43" > Perfomance,Illustration< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "43" > VVVV< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "44" > Performance,Paint< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "44" > Synaesthesia,Collaboration< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "45" > Video< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "45" > Hardware< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "45" > Vjing< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "46" > Light,Installation,Processing,Open Source< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "47" > Installation,Sound< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "47" > Software,Sound,Open Source< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "48" > Vjing,Festival< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "48" > Science< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "48" > Interaction,Installation< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "49" > Gaming,Festival< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "49" > Activism,Graffiti< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "50" > Design< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "50" > Game,Programming< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "50" > Dance,Performance< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "51" > live video< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "51" > coding,Pure Data< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "52" > video-mapping< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "52" > photography< / a >
2015-09-01 21:52:43 +02:00
2016-03-07 11:13:16 +01:00
< a class = "topic" data-scroll-nav = "52" > Sequencing,QuartzComposer< / a >
2015-09-01 21:52:43 +02:00
< / div >
< div class = "col-md-4" >
< 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 > #40< / h3 >
< h4 > March 12th, 2015< / h4 >
< / div >
< div class = "padded_vert" >
< ul >
< li > Open Source< / li >
< li > Software< / li >
< li > Hardware< / li >
< li > Dance< / li >
< li > Film< / li >
< / ul >
< / div >
< div class = "padded_vert" >
< ul >
< li > < a class = "highlight button hvr-sweep-to-top" href = target="_blank" > Panke< / a > < / li >
< li > < a class = "highlight button hvr-sweep-to-top" target = "_blank" href = > <i class = "fa fa-facebook-square" > < / i > < / a > < / li >
< / ul >
< / div >
< / div >
< div class = "event event-40 dark_bg col-md-7" >
< div class = "talk col-md-4" >
< div class = "artist-media" >
< img src = /images/fetch.png > < / img >
< / div >
< div class = "talk-detail" >
< h4 > Embedded Artist / The Embedded Artist System< / h4 >
< p > In this talk Spahn and Steiner introduce their open source Embedded Artist System and talk about its capabilities, the motivation behind it and the development process.< / p >
< h5 > About Embedded Artist< / h5 >
< p > The Berlin based artists Malte Steiner and Wolfgang Spahn are exploring the artistic potential of embedded open source systems. These small-sized computing platforms gives the possibility to combine a multitude of independent devices to create a more powerful system than most single computers can provide. Based on the idea of free tools for free art, all hard- and software is open source and can be used, modified and improved by all other artists. Instead of using one high tech super computer for multiprojection Spahn and Steiner developed and share a system which allows theoreticaly the connection of thousands of independent embedded platforms for one gigantic multivision show and still keep the costs low by using the cheap mini computer Raspberry Pi, a platform originally designed for eductional purposes.< / p >
< a class = "button hvr-sweep-to-top" href = http://embeddedartist.dernulleffekt.de/doku.php 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/112580876" width = "100%" height = "140" frameborder = "0" webkitallowfullscreen mozallowfullscreen allowfullscreen > < / iframe >
< / div >
< / div >
< / div >
< div class = "talk col-md-4" >
< div class = "artist-media" >
< img src = /images/kb_hn13_0029b.jpg > < / img >
< / div >
< div class = "talk-detail" >
< h4 > Karla Brunet / The Sea: Art, Technology and Environment< / h4 >
< p > I will present my artwork related to the environment, more specifically to the sea of my surroundings. It's a mixture of formats: photo exhibition, interactive installation, DIY sensors, data visualization, video art, VJing, databending and web art, all having the same source, the sea and its underwater world. Some of the works are collective, developed at Ecoarte - a research group I coordinate at UFBA, Bahia, Brazil. Others are more introspective solo work, dealing with subjective issues of the sea. It is about disturbance, disruption, sensing and perceiving nature but also being entrapped by it. At the same time, art and science blend, in an attempt to create an intimate science.< / p >
< h5 > About Karla Brunet< / h5 >
< p > Karla Brunet is an artist and researcher, has a PhD in Audiovisual Communication and a master degree in Fine Arts. She has participated on many photography and digital arts exhibitions in Brazil, Europe and the USA and got a grant from FAPESB for a post-doctoral research on Mobile Technology and Art. Karla is a professor at IHAC and Pós- Cultura at UFBA, where she researches projects that present intersection of art, science and technology. From 2009-2012, Karla was the coordinator of Labdebug.net, a media lab focus on women and technology, and in 2012, she is the curator of FACMIL/LabMAM. Karla coordinates the Ecoarte, an interdisciplinary research and art group. Nowadays she lives in Berlin for a year research grant at UDK. < / p >
< a class = "button hvr-sweep-to-top" href = http://karlabru.net/site/ 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/103669959" width = "100%" height = "140" frameborder = "0" webkitallowfullscreen mozallowfullscreen allowfullscreen > < / iframe >
< / div >
< / div >
< / div >
< div class = "talk col-md-4" >
< div class = "artist-media" >
< img src = /images/rnd_frame_2s_pb.jpg > < / img >
< / div >
< div class = "talk-detail" >
< h4 > Riko Murakami & Haruka Mitani / Performance Dance and Film improvisation Super 8 and Butoh dance< / h4 >
< p > 'Dance with Film' An improvised meeting of Butoh dance and hand-made Single 8 films of Butoh dance. Butoh is a journey to the Self. In this performance we explore existence and feeling beyond the mirage of film. There is no beginning and no ending.< / p >
< h5 > About Riko Murakami & Haruka Mitani< / h5 >
< p > Riko Murakami studied Image Arts and Science at Ritsumeikan University in Kyoto. While still a student, she joined the Butoh dance company Kiraza and has appeared in productions 'Hana-Ikusa' (2012) and 'Uzume - The Power to Open a Wind Cave' (2014). She collaborated with art photographer Marco van Duyvendijk on the photobook 'Riko' (2014) and acted the lead role in Takashi Ito's film 'The Last Angel' (2014). She has also regularly contributed to the event series 'Experiments in Art and Technology' organized by Michael Lyons. Haruka Mitani (Film) is an independent filmmaker whose films reflect hands-on processes and a deep interest in the materiality of film. In 2013 she completed a degree in Image Arts and Science at Ritsumeikan University in Kyoto. Her films have appeared in festivals around the world and she is active in expanded cinema performances at live events in Kyoto, including the “Experiments in Art and Technology” series. She was raised in a Kyoto crafts family and in addition to making films, she is an apprentice lacquerware artist.< / p >
< a class = "button hvr-sweep-to-top" href = http://haruka.kasrl.org 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/69155527" width = "100%" height = "140" frameborder = "0" webkitallowfullscreen mozallowfullscreen allowfullscreen > < / iframe >
< / div >
< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "row" >
< div class = "nav_bottom dark_bg col-md-7 col-md-offset-3" >
< h4 > Discover more< / h4 >
2016-03-07 11:13:16 +01:00
< a class = "button hvr-sweep-to-top left" href = /2015/01/08/Scope039.html > #39: Januar 8th, 2015 Scope039< / a >
2015-11-11 19:53:04 +01:00
< a class = "button hvr-sweep-to-top right" href = /2015/03/12/Scope041.html > #41: March 19th, 2015 SCOPE @ B-Seite< / 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" >
< div class = "col-md-7 col-md-offset-3" >
< 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 >
<!-- <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 >
2015-04-16 10:18:08 +02:00
< / ul >
< / div >
< / div >
< / div >
< / div >
< / footer >
< / body >
< / html >