diff --git a/.gitignore b/.gitignore index bd48d3d9..e74231e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .sass-cache /bower_components .remote-sync.json -_site/bower_components \ No newline at end of file +_site/bower_components +.jekyll-cache/ diff --git a/2_artists.html b/2_artists.html index cf67ed57..ea2a96fa 100644 --- a/2_artists.html +++ b/2_artists.html @@ -19,14 +19,14 @@ permalink: /artists/
{% endif %} - +
- {% if {{talk.media_artist_url}} %} - + {% if talk.media_artist_url %} + {% else %} - + {% endif %}
diff --git a/5_spektrum.html b/5_spektrum.html index 69d72298..6468b61f 100644 --- a/5_spektrum.html +++ b/5_spektrum.html @@ -24,7 +24,7 @@ permalink: /spektrum/
- +

#{{post.number}}

{{post.date_text}}

{% if post.title %} @@ -36,8 +36,8 @@ permalink: /spektrum/
    {% for talk in post.talks %} {% if talk.topics %} - {% assign tags = (talk.topics | split:",") %} - {% for tag in tags | uniq %} + {% assign tags = talk.topics | split: "," | uniq %} + {% for tag in tags %}
  • {{tag}}
  • {% endfor %} {% endif %} @@ -48,9 +48,9 @@ permalink: /spektrum/
    {% if post.location %} {% endif %} @@ -65,30 +65,31 @@ permalink: /spektrum/
    - {% if {{talk.media_artist_url}} %} - + {% if talk.media_artist_url %} + {% else %} - + {% endif %}

    {{talk.artist}} / {{talk.title}}

    - {% if (talk.description | size) > 300 %} + {% assign description_length = talk.description | size %} + {% if talk.description and description_length > 300 %}

    {{talk.description | truncate: 300 }}

    - {% else %} + {% elsif talk.description %}

    {{talk.description}}

    {% endif%} {% if talk.artist_website %} - Website + Website {% endif %} {% if talk.video_artist_url %}
    - Artist video + Artist video {% endif %} {% if talk.talk_video_url %}
    - Talk at Scope + Talk at Scope {% endif %}
    diff --git a/6_video.html b/6_video.html index ffe93994..413ff1b2 100644 --- a/6_video.html +++ b/6_video.html @@ -52,14 +52,15 @@ permalink: /video/ {% for talk in post.talks %} {% if talk.talk_video_url %} {% assign vimeo_id = talk.talk_video_url %} + {% assign tags = "" | split: "" %} {% if talk.topics %} - {% assign tags = (talk.topics | split:",") %} + {% assign tags = talk.topics | split: "," | uniq %} {% endif %} -
    -
    {{talk.artist}}
    -
    -

    {{talk.title}}

    Session #{{ post.number }}, {{post.date_text}}: {{talk.artist}} / {{talk.artist_website}} – {{talk.description}}

    {{talk.artist_bio}}

    -
    +
    +
    {{talk.artist}}
    +
    +

    {{talk.title}}

    Session #{{ post.number }}, {{post.date_text}}: {{talk.artist}} / {{talk.artist_website}} – {{talk.description}}

    {{talk.artist_bio}}

    +
    {% endif %} {% endfor %} {% endfor %} diff --git a/7_video_no_header_or_footer.html b/7_video_no_header_or_footer.html index 7137b830..dc0a7600 100644 --- a/7_video_no_header_or_footer.html +++ b/7_video_no_header_or_footer.html @@ -49,10 +49,11 @@ permalink: /video_fullscreen/ {% for talk in post.talks %} {% if talk.talk_video_url %} {% assign vimeo_id = talk.talk_video_url %} + {% assign tags = "" | split: "" %} {% if talk.topics %} - {% assign tags = (talk.topics | split:",") %} + {% assign tags = talk.topics | split: "," | uniq %} {% endif %} -
    +
    {{talk.artist}}

    {{talk.title}}

    {% if post.number %}Session #{{ post.number }}, {% endif %}{{post.date_text}}: {{talk.artist}} / {{talk.artist_website}} – {{talk.description}}

    {{talk.artist_bio}}

    diff --git a/Gemfile b/Gemfile index baef3690..f27f8c78 100644 --- a/Gemfile +++ b/Gemfile @@ -1,13 +1,8 @@ -# A sample Gemfile source "https://rubygems.org" -# gem "rails" -gem "mini_magick" -gem "faraday" -gem "kramdown" -gem "jekyll" -gem "jekyll-watch" - -# group :jekyll_plugins do -# gem "image-reference-update" -# end +gem "jekyll", "~> 4.3" +gem "jekyll-watch", "~> 2.2" +gem "kramdown", "~> 2.4" +gem "mini_magick", "~> 4.12" +gem "faraday", "~> 2.10" +gem "webrick", "~> 1.8" diff --git a/Gemfile.lock b/Gemfile.lock index 708bad72..7d955dd2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,47 +1,104 @@ GEM remote: https://rubygems.org/ specs: - colorator (0.1) - faraday (0.9.1) - multipart-post (>= 1.2, < 3) - ffi (1.9.10) - jekyll (3.1.6) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) + addressable (2.8.8) + public_suffix (>= 2.0.2, < 8.0) + base64 (0.3.0) + bigdecimal (4.0.1) + colorator (1.1.0) + concurrent-ruby (1.3.6) + csv (3.3.5) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + faraday (2.14.0) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) + ffi (1.17.2) + ffi (1.17.2-x86_64-linux-gnu) + forwardable-extended (2.6.0) + google-protobuf (4.33.2) + bigdecimal + rake (>= 13) + google-protobuf (4.33.2-x86_64-linux-gnu) + bigdecimal + rake (>= 13) + http_parser.rb (0.8.0) + i18n (1.14.8) + concurrent-ruby (~> 1.0) + jekyll (4.4.1) + addressable (~> 2.4) + base64 (~> 0.2) + colorator (~> 1.0) + csv (~> 3.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + json (~> 2.6) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (~> 0.3, >= 0.3.6) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-watch (1.3.1) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-sass-converter (3.1.0) + sass-embedded (~> 1.75) + jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (1.10.0) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.6) - mini_magick (4.5.1) - multipart-post (2.0.0) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - rouge (1.11.1) + json (2.18.0) + kramdown (2.5.1) + rexml (>= 3.3.9) + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.9.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) + mercenary (0.4.0) + mini_magick (4.13.2) + net-http (0.9.1) + uri (>= 0.11.1) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (7.0.0) + rake (13.3.1) + rb-fsevent (0.11.2) + rb-inotify (0.11.1) + ffi (~> 1.0) + rexml (3.4.4) + rouge (4.6.1) safe_yaml (1.0.5) - sass (3.7.4) + sass-embedded (1.97.1) + google-protobuf (~> 4.31) + rake (>= 13) + sass-embedded (1.97.1-x86_64-linux-gnu) + google-protobuf (~> 4.31) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.6.0) + uri (1.1.1) + webrick (1.9.2) PLATFORMS ruby + x86_64-linux DEPENDENCIES - faraday - jekyll - jekyll-watch - kramdown - mini_magick + faraday (~> 2.10) + jekyll (~> 4.3) + jekyll-watch (~> 2.2) + kramdown (~> 2.4) + mini_magick (~> 4.12) + webrick (~> 1.8) BUNDLED WITH - 2.0.2 + 4.0.2 diff --git a/README.md b/README.md index f956eae3..04c60c00 100644 --- a/README.md +++ b/README.md @@ -11,22 +11,21 @@ scopesessions.org ``` git clone https://bitbucket.org/acorbi/scopesessions.org.git ``` -* Install dependencies -``` -sudo apt-get install jekyll -sudo gem install bundle -sudo bundle install -``` -* Serve files -``` -jekyll serve -# Serve starts a small webserver with your site on http://localhost:4000 for testing -``` -* Build files -``` -jekyll build -# Build generates the HTML/JS/CSS into _site/ -``` +* Install dependencies +``` +gem install bundler +bundle install +``` +* Serve files +``` +bundle exec jekyll serve +# Serve starts a small webserver with your site on http://localhost:4000 for testing +``` +* Build files +``` +bundle exec jekyll build +# Build generates the HTML/JS/CSS into _site/ +``` * Commit/Push changes to master. ``` git add --all . diff --git a/_layouts/event-special.html b/_layouts/event-special.html index e76b280a..8b003966 100644 --- a/_layouts/event-special.html +++ b/_layouts/event-special.html @@ -19,8 +19,8 @@ layout: default
      {% for talk in page.talks %} {% if talk.topics %} - {% assign tags = (talk.topics | split:",") %} - {% for tag in tags | uniq %} + {% assign tags = talk.topics | split: "," | uniq %} + {% for tag in tags %}
    • {{tag}}
    • {% endfor %} {% endif %} @@ -31,9 +31,9 @@ layout: default
      {% if page.location %} {% endif %} @@ -48,10 +48,10 @@ layout: default
      - {% if {{talk.media_artist_url}} %} - + {% if talk.media_artist_url %} + {% else %} - + {% endif %}
      @@ -63,20 +63,20 @@ layout: default
      About {{talk.artist}}

      {{talk.artist_bio}}

      {% endif %} - {% if talk.artist_website || talk.video_artist_url || talk.video_url %} + {% if talk.artist_website or talk.video_artist_url or talk.video_url %} {% if talk.artist_website %} - Website + Website {% endif %} {% if talk.video_artist_url %}

      Artist's Video

      - +
      {% endif %} {% if talk.talk_video_url %}

      Talk's Video

      - +
      {% endif %} {% endif %} @@ -118,8 +118,8 @@ layout: default

      Discover more

      {% if page.previous %} - #{{page.previous.number}}: {{page.previous.date_text}} {{page.previous.title}} {% endif %} {% if page.next %} - #{{page.next.number}}: {{page.next.date_text}} {{page.next.title}} {% endif %} + #{{page.previous.number}}: {{page.previous.date_text}} {{page.previous.title}} {% endif %} {% if page.next %} + #{{page.next.number}}: {{page.next.date_text}} {{page.next.title}} {% endif %}
      diff --git a/_layouts/event-spektrum.html b/_layouts/event-spektrum.html index e76b280a..8b003966 100644 --- a/_layouts/event-spektrum.html +++ b/_layouts/event-spektrum.html @@ -19,8 +19,8 @@ layout: default
        {% for talk in page.talks %} {% if talk.topics %} - {% assign tags = (talk.topics | split:",") %} - {% for tag in tags | uniq %} + {% assign tags = talk.topics | split: "," | uniq %} + {% for tag in tags %}
      • {{tag}}
      • {% endfor %} {% endif %} @@ -31,9 +31,9 @@ layout: default
        {% if page.location %} {% endif %} @@ -48,10 +48,10 @@ layout: default
        - {% if {{talk.media_artist_url}} %} - + {% if talk.media_artist_url %} + {% else %} - + {% endif %}
        @@ -63,20 +63,20 @@ layout: default
        About {{talk.artist}}

        {{talk.artist_bio}}

        {% endif %} - {% if talk.artist_website || talk.video_artist_url || talk.video_url %} + {% if talk.artist_website or talk.video_artist_url or talk.video_url %} {% if talk.artist_website %} - Website + Website {% endif %} {% if talk.video_artist_url %}

        Artist's Video

        - +
        {% endif %} {% if talk.talk_video_url %}

        Talk's Video

        - +
        {% endif %} {% endif %} @@ -118,8 +118,8 @@ layout: default

        Discover more

        {% if page.previous %} - #{{page.previous.number}}: {{page.previous.date_text}} {{page.previous.title}} {% endif %} {% if page.next %} - #{{page.next.number}}: {{page.next.date_text}} {{page.next.title}} {% endif %} + #{{page.previous.number}}: {{page.previous.date_text}} {{page.previous.title}} {% endif %} {% if page.next %} + #{{page.next.number}}: {{page.next.date_text}} {{page.next.title}} {% endif %}
        diff --git a/_layouts/event.html b/_layouts/event.html index 9cf9d135..278b8144 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -16,11 +16,11 @@ layout: default
        -
          +
            {% for talk in page.talks %} {% if talk.topics %} - {% assign tags = (talk.topics | split:",") %} - {% for tag in tags | uniq %} + {% assign tags = talk.topics | split: "," | uniq %} + {% for tag in tags %}
          • {{tag}}
          • {% endfor %} {% endif %} @@ -31,9 +31,9 @@ layout: default
            {% if page.location %} {% endif %} @@ -48,10 +48,10 @@ layout: default
            - {% if {{talk.media_artist_url}} %} - + {% if talk.media_artist_url %} + {% else %} - + {% endif %}
            @@ -63,18 +63,18 @@ layout: default
            About {{talk.artist}}

            {{talk.artist_bio}}

            {% endif %} - {% if talk.artist_website || talk.video_artist_url || talk.video_url %} + {% if talk.artist_website or talk.video_artist_url or talk.video_url %} {% if talk.artist_website %} - Website + Website {% endif %} {% if talk.video_artist_url %}
            - Artist video + Artist video {% endif %} {% if talk.talk_video_url %}

            Talk's Video

            - +
            {% endif %} {% endif %} @@ -116,8 +116,8 @@ layout: default

            Discover more

            {% if page.previous %} - #{{page.previous.number}}: {{page.previous.date_text}} {{page.previous.title}} {% endif %} {% if page.next %} - #{{page.next.number}}: {{page.next.date_text}} {{page.next.title}} {% endif %} + #{{page.previous.number}}: {{page.previous.date_text}} {{page.previous.title}} {% endif %} {% if page.next %} + #{{page.next.number}}: {{page.next.date_text}} {{page.next.title}} {% endif %}
            diff --git a/_plugins/image-reference-update.rb b/_plugins/image-reference-update.rb index c24d24a3..061aa427 100644 --- a/_plugins/image-reference-update.rb +++ b/_plugins/image-reference-update.rb @@ -1,6 +1,7 @@ require 'uri' require 'faraday' require 'yaml' +require 'date' require 'mini_magick' class Localizer @@ -49,14 +50,17 @@ class Localizer # helper to make sure that we can follow redirects, which can be important for # many of the cloud file sharing services out there. - def download_file_helper(connection, url) - response = connection.get do |req| - req.url(url) - end + def download_file_helper(connection, url, redirect_limit = 5) + raise "Too many redirects while downloading #{url}" if redirect_limit <= 0 + + response = connection.get(url) case response.status - when 302 - download_file_helper(connection, response['Location']) + when 301, 302, 303, 307, 308 + location = response.headers['location'] + raise "Redirect received without Location header for #{url}" unless location + + download_file_helper(connection, location, redirect_limit - 1) when 200 response else @@ -70,7 +74,7 @@ class Localizer contents = File.read(file, encoding: 'UTF-8') # Step 1: get all the images that must be downloaded - yaml = YAML.load(contents) + yaml = YAML.safe_load(contents, permitted_classes: [Date], aliases: true) yaml['talks'].each do |talk| IMAGE_FIELDS.each do |image_field| diff --git a/_site/Gemfile b/_site/Gemfile deleted file mode 100644 index baef3690..00000000 --- a/_site/Gemfile +++ /dev/null @@ -1,13 +0,0 @@ -# A sample Gemfile -source "https://rubygems.org" - -# gem "rails" -gem "mini_magick" -gem "faraday" -gem "kramdown" -gem "jekyll" -gem "jekyll-watch" - -# group :jekyll_plugins do -# gem "image-reference-update" -# end diff --git a/_site/Gemfile.lock b/_site/Gemfile.lock deleted file mode 100644 index 708bad72..00000000 --- a/_site/Gemfile.lock +++ /dev/null @@ -1,47 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - colorator (0.1) - faraday (0.9.1) - multipart-post (>= 1.2, < 3) - ffi (1.9.10) - jekyll (3.1.6) - colorator (~> 0.1) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.3) - liquid (~> 3.0) - mercenary (~> 0.3.3) - rouge (~> 1.7) - safe_yaml (~> 1.0) - jekyll-sass-converter (1.5.2) - sass (~> 3.4) - jekyll-watch (1.3.1) - listen (~> 3.0) - kramdown (1.10.0) - liquid (3.0.6) - listen (3.0.6) - rb-fsevent (>= 0.9.3) - rb-inotify (>= 0.9.7) - mercenary (0.3.6) - mini_magick (4.5.1) - multipart-post (2.0.0) - rb-fsevent (0.9.7) - rb-inotify (0.9.7) - ffi (>= 0.5.0) - rouge (1.11.1) - safe_yaml (1.0.5) - sass (3.7.4) - -PLATFORMS - ruby - -DEPENDENCIES - faraday - jekyll - jekyll-watch - kramdown - mini_magick - -BUNDLED WITH - 2.0.2 diff --git a/_site/README.md b/_site/README.md index cdef1984..04c60c00 100644 --- a/_site/README.md +++ b/_site/README.md @@ -9,25 +9,24 @@ scopesessions.org ### Development ``` -git clone https://acorbi@bitbucket.org/acorbi/scopesessions.org.git +git clone https://bitbucket.org/acorbi/scopesessions.org.git ``` -* Install dependencies -``` -sudo apt-get install jekyll -sudo gem install bundle -sudo bundle install -``` -* Serve files -``` -jekyll serve -# Serve starts a small webserver with your site on http://localhost:4000 for testing -``` -* Build files -``` -jekyll build -# Build generates the HTML/JS/CSS into _site/ -``` -* Commit/Push changes to master or other branch. **NOTE** Optimally, all changes would be done in a separated branch and then merged per Pull-Request into master. +* Install dependencies +``` +gem install bundler +bundle install +``` +* Serve files +``` +bundle exec jekyll serve +# Serve starts a small webserver with your site on http://localhost:4000 for testing +``` +* Build files +``` +bundle exec jekyll build +# Build generates the HTML/JS/CSS into _site/ +``` +* Commit/Push changes to master. ``` git add --all . git commit -m "Changed this and that" @@ -36,9 +35,4 @@ git push ### Deployment -* SSH into scopesessions.org and pull the changes from master. -``` -cd /var/www/vhosts/scopesessions.org -git checkout master -git pull -``` +* Contact a.corbi@gmail.com diff --git a/_site/about/index.html b/_site/about/index.html index caf7f324..91451a42 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -9,9 +9,9 @@ About - - - + + + @@ -1556,10 +1556,10 @@

            Spread the word

            diff --git a/_site/artists/index.html b/_site/artists/index.html index f0f4e6d2..10240dd4 100644 --- a/_site/artists/index.html +++ b/_site/artists/index.html @@ -9,9 +9,9 @@ Artists - - - + + + @@ -1556,10 +1556,10 @@

            Spread the word

            @@ -1588,12 +1588,12 @@
            - +
            - +
            @@ -1607,12 +1607,12 @@ -
            +
            - +
            @@ -1626,12 +1626,12 @@ -
            +
            - +
            @@ -1645,12 +1645,12 @@ -
            +
            - +
            @@ -1668,12 +1668,12 @@
            - +
            - +
            @@ -1687,12 +1687,12 @@ -
            +
            - +
            @@ -1706,12 +1706,12 @@ -
            +
            - +
            @@ -1725,12 +1725,12 @@ -
            +
            - +
            @@ -1748,12 +1748,12 @@
            - +
            - +
            @@ -1767,12 +1767,12 @@ -
            +
            - +
            @@ -1786,12 +1786,12 @@ -
            +
            - +
            @@ -1805,12 +1805,12 @@ -
            +
            - +
            @@ -1828,12 +1828,12 @@
            - +
            - +
            @@ -1847,12 +1847,12 @@ -
            +
            - +
            @@ -1866,12 +1866,12 @@ -
            +
            - +
            @@ -1885,12 +1885,12 @@ -
            +
            - +
            @@ -1908,12 +1908,12 @@
            - +
            - +
            @@ -1927,12 +1927,12 @@ -
            +
            - +
            @@ -1946,12 +1946,12 @@ -
            +
            - +
            @@ -1965,12 +1965,12 @@ -
            +
            - +
            @@ -1988,12 +1988,12 @@
            - +
            - +
            @@ -2007,12 +2007,12 @@ -
            +
            - +
            @@ -2026,12 +2026,12 @@ -
            +
            - +
            @@ -2045,12 +2045,12 @@ -
            +
            - +
            @@ -2068,12 +2068,12 @@
            - +
            - +
            @@ -2087,12 +2087,12 @@ -
            +
            - +
            @@ -2106,12 +2106,12 @@ -
            +
            - +
            @@ -2125,12 +2125,12 @@ -
            +
            - +
            @@ -2148,12 +2148,12 @@
            - +
            - +
            @@ -2167,12 +2167,12 @@ -
            +
            - +
            @@ -2186,12 +2186,12 @@ -
            +
            - +
            @@ -2205,12 +2205,12 @@ -
            +
            - +
            @@ -2228,12 +2228,12 @@
            - +
            - +
            @@ -2247,12 +2247,12 @@ -
            +
            - +
            @@ -2266,12 +2266,12 @@ -
            +
            - +
            @@ -2285,12 +2285,12 @@ -
            +
            - +
            @@ -2308,12 +2308,12 @@
            - +
            - +
            @@ -2327,12 +2327,12 @@ -
            +
            - +
            @@ -2346,12 +2346,12 @@ -
            +
            - +
            @@ -2365,12 +2365,12 @@ -
            +
            - +
            @@ -2388,12 +2388,12 @@
            - +
            - +
            @@ -2407,12 +2407,12 @@ -
            +
            - +
            @@ -2426,12 +2426,12 @@ -
            +
            - +
            @@ -2445,12 +2445,12 @@ -
            +
            - +
            @@ -2468,12 +2468,12 @@
            - +
            - +
            @@ -2487,12 +2487,12 @@ -
            +
            - +
            @@ -2506,12 +2506,12 @@ -
            +
            - +
            @@ -2525,12 +2525,12 @@ -
            +
            - +
            @@ -2548,12 +2548,12 @@
            - +
            - +
            @@ -2567,12 +2567,12 @@ -
            +
            - +
            @@ -2586,12 +2586,12 @@ -
            +
            - +
            @@ -2605,12 +2605,12 @@ -
            +
            - +
            @@ -2628,12 +2628,12 @@
            - +
            - +
            @@ -2647,12 +2647,12 @@ -
            +
            - +
            @@ -2666,12 +2666,12 @@ -
            +
            - +
            @@ -2685,12 +2685,12 @@ -
            +
            - +
            @@ -2708,12 +2708,12 @@
            - +
            - +
            @@ -2727,12 +2727,12 @@ -
            +
            - +
            @@ -2746,12 +2746,12 @@ -
            +
            - +
            @@ -2765,12 +2765,12 @@ -
            +
            - +
            @@ -2788,12 +2788,12 @@
            - +
            - +
            @@ -2807,12 +2807,12 @@ -
            +
            - +
            @@ -2826,12 +2826,12 @@ -
            +
            - +
            @@ -2845,12 +2845,12 @@ -
            +
            - +
            @@ -2868,12 +2868,12 @@
            - +
            - +
            @@ -2887,12 +2887,12 @@ -
            +
            - +
            @@ -2906,12 +2906,12 @@ -
            +
            - +
            @@ -2925,12 +2925,12 @@ -
            +
            - +
            @@ -2948,12 +2948,12 @@
            - +
            - +
            @@ -2967,12 +2967,12 @@ -
            +
            - +
            @@ -2986,12 +2986,12 @@ -
            +
            - +
            @@ -3005,12 +3005,12 @@ -
            +
            - +
            @@ -3028,12 +3028,12 @@
            - +
            - +
            @@ -3047,12 +3047,12 @@ -
            +
            - +
            @@ -3066,12 +3066,12 @@ -
            +
            - +
            @@ -3085,12 +3085,12 @@ -
            +
            - +
            @@ -3108,12 +3108,12 @@
            - +
            - +
            @@ -3127,12 +3127,12 @@ -
            +
            - +
            @@ -3146,12 +3146,12 @@ -
            +
            - +
            @@ -3165,12 +3165,12 @@ -
            +
            - +
            @@ -3188,12 +3188,12 @@
            - +
            - +
            @@ -3207,12 +3207,12 @@ -
            +
            - +
            @@ -3226,12 +3226,12 @@ -
            +
            - +
            @@ -3245,12 +3245,12 @@ -
            +
            - +
            @@ -3268,12 +3268,12 @@
            - +
            - +
            @@ -3287,12 +3287,12 @@ -
            +
            - +
            @@ -3306,12 +3306,12 @@ -
            +
            - +
            @@ -3325,12 +3325,12 @@ -
            +
            - +
            @@ -3348,12 +3348,12 @@
            - +
            - +
            @@ -3367,12 +3367,12 @@ -
            +
            - +
            @@ -3386,12 +3386,12 @@ -
            +
            - +
            @@ -3405,12 +3405,12 @@ -
            +
            - +
            @@ -3428,12 +3428,12 @@
            - +
            - +
            @@ -3447,12 +3447,12 @@ -
            +
            - +
            @@ -3466,12 +3466,12 @@ -
            +
            - +
            @@ -3485,12 +3485,12 @@ -
            +
            - +
            @@ -3508,12 +3508,12 @@
            - +
            - +
            @@ -3527,12 +3527,12 @@ -
            +
            - +
            @@ -3546,12 +3546,12 @@ -
            +
            - +
            @@ -3565,12 +3565,12 @@ -
            +
            - +
            @@ -3588,12 +3588,12 @@
            - +
            - +
            @@ -3607,12 +3607,12 @@ -
            +
            - +
            @@ -3626,12 +3626,12 @@ -
            +
            - +
            @@ -3645,12 +3645,12 @@ -
            +
            - +
            @@ -3668,12 +3668,12 @@
            - +
            - +
            @@ -3687,12 +3687,12 @@ -
            +
            - +
            @@ -3706,12 +3706,12 @@ -
            +
            - +
            @@ -3725,12 +3725,12 @@ -
            +
            - +
            @@ -3748,12 +3748,12 @@
            - +
            - +
            @@ -3767,12 +3767,12 @@ -
            +
            - +
            @@ -3786,12 +3786,12 @@ -
            +
            - +
            @@ -3805,12 +3805,12 @@ -
            +
            - +
            @@ -3828,12 +3828,12 @@
            - +
            - +
            @@ -3847,12 +3847,12 @@ -
            +
            - +
            @@ -3866,12 +3866,12 @@ -
            +
            - +
            @@ -3885,12 +3885,12 @@ -
            +
            - +
            @@ -3908,12 +3908,12 @@
            - +
            - +
            @@ -3927,12 +3927,12 @@ -
            +
            - +
            @@ -3946,12 +3946,12 @@ -
            +
            - +
            @@ -3965,12 +3965,12 @@ -
            +
            - +
            @@ -3988,12 +3988,12 @@
            - +
            - +
            @@ -4007,12 +4007,12 @@ -
            +
            - +
            @@ -4026,12 +4026,12 @@ -
            +
            - +
            @@ -4045,12 +4045,12 @@ -
            +
            - +
            @@ -4068,12 +4068,12 @@
            - +
            - +
            @@ -4087,12 +4087,12 @@ -
            +
            - +
            @@ -4106,12 +4106,12 @@ -
            +
            - +
            @@ -4125,12 +4125,12 @@ -
            +
            - +
            @@ -4148,12 +4148,12 @@
            - +
            - +
            @@ -4167,12 +4167,12 @@ -
            +
            - +
            @@ -4186,12 +4186,12 @@ -
            +
            - +
            @@ -4205,12 +4205,12 @@ -
            +
            - +
            @@ -4228,12 +4228,12 @@
            - +
            - +
            @@ -4247,12 +4247,12 @@ -
            +
            - +
            @@ -4266,12 +4266,12 @@ -
            +
            - +
            @@ -4285,12 +4285,12 @@ -
            +
            - +
            @@ -4308,12 +4308,12 @@
            - +
            - +
            @@ -4327,12 +4327,12 @@ -
            +
            - +
            @@ -4346,12 +4346,12 @@ -
            +
            - +
            @@ -4365,12 +4365,12 @@ -
            +
            - +
            @@ -4388,12 +4388,12 @@
            - +
            - +
            @@ -4407,12 +4407,12 @@ -
            +
            - +
            @@ -4426,12 +4426,12 @@ -
            +
            - +
            @@ -4445,12 +4445,12 @@ -
            +
            - +
            @@ -4468,12 +4468,12 @@
            - +
            - +
            @@ -4487,12 +4487,12 @@ -
            +
            - +
            @@ -4506,12 +4506,12 @@ -
            +
            - +
            @@ -4525,12 +4525,12 @@ -
            +
            - +
            @@ -4548,12 +4548,12 @@
            - +
            - +
            @@ -4567,12 +4567,12 @@ -
            +
            - +
            @@ -4586,12 +4586,12 @@ -
            +
            - +
            @@ -4605,12 +4605,12 @@ -
            +
            - +
            @@ -4628,12 +4628,12 @@
            - +
            - +
            @@ -4647,12 +4647,12 @@ -
            +
            - +
            @@ -4666,12 +4666,12 @@ -
            +
            - +
            @@ -4685,12 +4685,12 @@ -
            +
            - +
            @@ -4708,12 +4708,12 @@
            - +
            - +
            @@ -4727,12 +4727,12 @@ -
            +
            - +
            @@ -4746,12 +4746,12 @@ -
            +
            - +
            @@ -4765,12 +4765,12 @@ -
            +
            - +
            @@ -4788,12 +4788,12 @@
            - +
            - +
            @@ -4807,12 +4807,12 @@ -
            +
            - +
            @@ -4826,12 +4826,12 @@ -
            +
            - +
            @@ -4845,12 +4845,12 @@ -
            +
            - +
            @@ -4868,12 +4868,12 @@
            - +
            - +
            @@ -4887,12 +4887,12 @@ -
            +
            - +
            @@ -4906,12 +4906,12 @@ -
            +
            - +
            @@ -4925,12 +4925,12 @@ -
            +
            - +
            @@ -4948,12 +4948,12 @@
            - +
            - +
            @@ -4967,12 +4967,12 @@ -
            +
            - +
            @@ -4986,12 +4986,12 @@ -
            +
            - +
            @@ -5005,12 +5005,12 @@ -
            +
            - +
            @@ -5028,12 +5028,12 @@
            - +
            - +
            @@ -5047,12 +5047,12 @@ -
            +
            - +
            @@ -5066,12 +5066,12 @@ -
            +
            - +
            @@ -5085,12 +5085,12 @@ -
            +
            - +
            @@ -5108,12 +5108,12 @@
            - +
            - +
            @@ -5127,12 +5127,12 @@ -
            +
            - +
            @@ -5146,12 +5146,12 @@ -
            +
            - +
            @@ -5165,12 +5165,12 @@ -
            +
            - +
            @@ -5188,12 +5188,12 @@
            - +
            - +
            @@ -5207,12 +5207,12 @@ -
            +
            - +
            @@ -5226,12 +5226,12 @@ -
            +
            - +
            @@ -5245,12 +5245,12 @@ -
            +
            - +
            @@ -5268,12 +5268,12 @@
            - +
            - +
            @@ -5287,12 +5287,12 @@ -
            +
            - +
            @@ -5306,12 +5306,12 @@ -
            +
            - +
            @@ -5325,12 +5325,12 @@ -
            +
            - +
            @@ -5348,12 +5348,12 @@
            - +
            - +
            @@ -5367,12 +5367,12 @@ -
            +
            - +
            @@ -5386,12 +5386,12 @@ -
            +
            - +
            @@ -5405,12 +5405,12 @@ -
            +
            - +
            @@ -5428,12 +5428,12 @@
            - +
            - +
            @@ -5447,12 +5447,12 @@ -
            +
            - +
            @@ -5466,12 +5466,12 @@ -
            +
            - +
            @@ -5485,12 +5485,12 @@ -
            +
            - +
            @@ -5508,12 +5508,12 @@
            - +
            - +
            @@ -5527,12 +5527,12 @@ -
            +
            - +
            @@ -5546,12 +5546,12 @@ -
            +
            - +
            @@ -5565,12 +5565,12 @@ -
            +
            - +
            @@ -5588,12 +5588,12 @@
            - +
            - +
            @@ -5607,12 +5607,12 @@ -
            +
            - +
            @@ -5626,12 +5626,12 @@ -
            +
            - +
            @@ -5645,12 +5645,12 @@ -
            +
            - +
            @@ -5668,12 +5668,12 @@
            - +
            - +
            @@ -5687,12 +5687,12 @@ -
            +
            - +
            @@ -5706,12 +5706,12 @@ -
            +
            - +
            @@ -5725,12 +5725,12 @@ -
            +
            - +
            @@ -5748,12 +5748,12 @@
            - +
            - +
            @@ -5767,12 +5767,12 @@ -
            +
            - +
            @@ -5786,12 +5786,12 @@ -
            +
            - +
            @@ -5805,12 +5805,12 @@ -
            +
            - +
            @@ -5828,12 +5828,12 @@
            - +
            - +
            @@ -5847,12 +5847,12 @@ -
            +
            - +
            @@ -5866,12 +5866,12 @@ -
            +
            - +
            @@ -5885,12 +5885,12 @@ -
            +
            - +
            @@ -5908,12 +5908,12 @@
            - +
            - +
            @@ -5927,12 +5927,12 @@ -
            +
            - +
            @@ -5946,12 +5946,12 @@ -
            +
            - +
            @@ -5965,12 +5965,12 @@ -
            +
            - +
            @@ -5988,12 +5988,12 @@
            - +
            - +
            @@ -6007,12 +6007,12 @@ -
            +
            - +
            @@ -6026,12 +6026,12 @@ -
            +
            - +
            @@ -6045,12 +6045,12 @@ -
            +
            - +
            @@ -6068,12 +6068,12 @@
            - +
            - +
            @@ -6087,12 +6087,12 @@ -
            +
            - +
            @@ -6106,12 +6106,12 @@ -
            +
            - +
            @@ -6125,12 +6125,12 @@ -
            +
            - +
            @@ -6148,12 +6148,12 @@
            - +
            - +
            @@ -6167,12 +6167,12 @@ -
            +
            - +
            @@ -6186,12 +6186,12 @@ -
            +
            - +
            @@ -6205,12 +6205,12 @@ -
            +
            - +
            @@ -6228,12 +6228,12 @@
            - +
            - +
            @@ -6247,12 +6247,12 @@ -
            +
            - +
            @@ -6266,12 +6266,12 @@ -
            +
            - +
            @@ -6285,12 +6285,12 @@ -
            +
            - +
            @@ -6308,12 +6308,12 @@
            - +
            - +
            @@ -6327,12 +6327,12 @@ -
            +
            - +
            @@ -6346,12 +6346,12 @@ -
            +
            - +
            @@ -6365,12 +6365,12 @@ -
            +
            - +
            @@ -6388,12 +6388,12 @@
            - +
            - +
            @@ -6407,12 +6407,12 @@ -
            +
            - +
            @@ -6426,12 +6426,12 @@ -
            +
            - +
            @@ -6445,12 +6445,12 @@ -
            +
            - +
            @@ -6468,12 +6468,12 @@
            - +
            - +
            @@ -6487,12 +6487,12 @@ -
            +
            - +
            @@ -6506,12 +6506,12 @@ -
            +
            - +
            @@ -6525,12 +6525,12 @@ -
            +
            - +
            @@ -6548,12 +6548,12 @@
            - +
            - +
            @@ -6567,12 +6567,12 @@ -
            +
            - +
            @@ -6586,12 +6586,12 @@ -
            +
            - +
            @@ -6605,12 +6605,12 @@ -
            +
            - +
            @@ -6628,12 +6628,12 @@
            - +
            - +
            @@ -6647,12 +6647,12 @@ -
            +
            - +
            diff --git a/_site/call-for-talks/index.html b/_site/call-for-talks/index.html index 20ce6df3..5f8e7ac2 100644 --- a/_site/call-for-talks/index.html +++ b/_site/call-for-talks/index.html @@ -9,9 +9,9 @@ Call for talks - - - + + + @@ -1556,10 +1556,10 @@

            Spread the word

            diff --git a/_site/event-special/2012/06/01/LPM.html b/_site/event-special/2012/06/01/LPM.html index 46e87faa..5922e7fb 100644 --- a/_site/event-special/2012/06/01/LPM.html +++ b/_site/event-special/2012/06/01/LPM.html @@ -8,9 +8,9 @@ Scope @ LPM - - - + + + @@ -1555,10 +1555,10 @@

            Spread the word

            @@ -1657,7 +1657,7 @@
            - +
            @@ -1668,7 +1668,7 @@ - Website + Website @@ -1688,7 +1688,7 @@
            - +
            @@ -1703,7 +1703,7 @@ Professional, portable VJ system for iPad 2 At home or in the club, professional - Website + Website @@ -1723,7 +1723,7 @@ Professional, portable VJ system for iPad 2 At home or in the club, professional
            - +
            @@ -1735,7 +1735,7 @@ Together with Katerina Liana presented at LPM 2012 their Live Performance called - Website + Website @@ -1755,7 +1755,7 @@ Together with Katerina Liana presented at LPM 2012 their Live Performance called
            - +
            @@ -1768,7 +1768,7 @@ MESO is working on the border line between technology and design — offering an - Website + Website @@ -1788,7 +1788,7 @@ MESO is working on the border line between technology and design — offering an
            - +
            @@ -1801,7 +1801,7 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines - Website + Website @@ -1832,8 +1832,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines

            Discover more

            - #14: May 10th, 2012 FAMU/CAS special session - #15: September 13th, 2012 015 + #14: May 10th, 2012 FAMU/CAS special session + #15: September 13th, 2012 015
            diff --git a/_site/feed.xml b/_site/feed.xml index 30650254..56eb3932 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -4,19 +4,19 @@ Scope Sessions Artist talks & media salon Scope is a meeting point for the creative and the curious, a platform for sharing and learning in an informal setting. Guest artists are invited to present a project, a concept, a process or an experience. The presentations are short, around 40 minutes and unrestricted in form. Each session offers a variety of topics and approaches; Scope is about exposure, not for the artist, but for the audience. If you wish to share at one of our sessions send us a mail to mail [at] scopesessions [dot] org. Our focus is on intermedia arts and technologies, but we love to be surprised..! - http://scopesessions.org/ - - Sat, 01 Feb 2020 14:23:00 +0100 - Sat, 01 Feb 2020 14:23:00 +0100 - Jekyll v3.1.6 + http://localhost:4000/ + + Mon, 22 Dec 2025 14:37:18 +0200 + Mon, 22 Dec 2025 14:37:18 +0200 + Jekyll v4.4.1 089 - Thu, 13 Feb 2020 00:00:00 +0100 - http://scopesessions.org/session/2020/02/13/089.html - http://scopesessions.org/session/2020/02/13/089.html + Thu, 13 Feb 2020 00:00:00 +0200 + http://localhost:4000/session/2020/02/13/089.html + http://localhost:4000/session/2020/02/13/089.html session @@ -26,9 +26,9 @@ 088 - Thu, 05 Dec 2019 00:00:00 +0100 - http://scopesessions.org/session/2019/12/05/088.html - http://scopesessions.org/session/2019/12/05/088.html + Thu, 05 Dec 2019 00:00:00 +0200 + http://localhost:4000/session/2019/12/05/088.html + http://localhost:4000/session/2019/12/05/088.html session @@ -38,9 +38,9 @@ 087 - Fri, 01 Nov 2019 00:00:00 +0100 - http://scopesessions.org/session/2019/11/01/087.html - http://scopesessions.org/session/2019/11/01/087.html + Fri, 01 Nov 2019 00:00:00 +0200 + http://localhost:4000/session/2019/11/01/087.html + http://localhost:4000/session/2019/11/01/087.html session @@ -50,9 +50,9 @@ 086 - Thu, 10 Oct 2019 00:00:00 +0200 - http://scopesessions.org/session/2019/10/10/086.html - http://scopesessions.org/session/2019/10/10/086.html + Thu, 10 Oct 2019 00:00:00 +0300 + http://localhost:4000/session/2019/10/10/086.html + http://localhost:4000/session/2019/10/10/086.html session @@ -62,9 +62,9 @@ 084 - Thu, 13 Jun 2019 00:00:00 +0200 - http://scopesessions.org/session/2019/06/13/084.html - http://scopesessions.org/session/2019/06/13/084.html + Thu, 13 Jun 2019 00:00:00 +0300 + http://localhost:4000/session/2019/06/13/084.html + http://localhost:4000/session/2019/06/13/084.html session @@ -74,9 +74,9 @@ 083 - Thu, 09 May 2019 00:00:00 +0200 - http://scopesessions.org/session/2019/05/09/083.html - http://scopesessions.org/session/2019/05/09/083.html + Thu, 09 May 2019 00:00:00 +0300 + http://localhost:4000/session/2019/05/09/083.html + http://localhost:4000/session/2019/05/09/083.html session @@ -86,9 +86,9 @@ 080 - Thu, 07 Feb 2019 00:00:00 +0100 - http://scopesessions.org/session/2019/02/07/080.html - http://scopesessions.org/session/2019/02/07/080.html + Thu, 07 Feb 2019 00:00:00 +0200 + http://localhost:4000/session/2019/02/07/080.html + http://localhost:4000/session/2019/02/07/080.html session @@ -98,9 +98,9 @@ 079 - Thu, 10 Jan 2019 00:00:00 +0100 - http://scopesessions.org/session/2019/01/10/079.html - http://scopesessions.org/session/2019/01/10/079.html + Thu, 10 Jan 2019 00:00:00 +0200 + http://localhost:4000/session/2019/01/10/079.html + http://localhost:4000/session/2019/01/10/079.html session @@ -110,9 +110,9 @@ 078 - Thu, 13 Dec 2018 00:00:00 +0100 - http://scopesessions.org/session/2018/12/13/078.html - http://scopesessions.org/session/2018/12/13/078.html + Thu, 13 Dec 2018 00:00:00 +0200 + http://localhost:4000/session/2018/12/13/078.html + http://localhost:4000/session/2018/12/13/078.html session @@ -122,9 +122,9 @@ 077 - Thu, 08 Nov 2018 00:00:00 +0100 - http://scopesessions.org/session/2018/11/08/077.html - http://scopesessions.org/session/2018/11/08/077.html + Thu, 08 Nov 2018 00:00:00 +0200 + http://localhost:4000/session/2018/11/08/077.html + http://localhost:4000/session/2018/11/08/077.html session diff --git a/_site/images/001 BiofilmStar Pablo Rojas Images of Fascination.jpg b/_site/images/001 BiofilmStar Pablo Rojas Images of Fascination.jpg deleted file mode 100644 index 330b1825..00000000 Binary files a/_site/images/001 BiofilmStar Pablo Rojas Images of Fascination.jpg and /dev/null differ diff --git a/_site/images/001%20BiofilmStar%20Pablo%20Rojas%20Images%20of%20Fascination.jpg_resized.png b/_site/images/001 BiofilmStar Pablo Rojas Images of Fascination.jpg_resized.png similarity index 100% rename from _site/images/001%20BiofilmStar%20Pablo%20Rojas%20Images%20of%20Fascination.jpg_resized.png rename to _site/images/001 BiofilmStar Pablo Rojas Images of Fascination.jpg_resized.png diff --git a/_site/images/001%20BiofilmStar%20Pablo%20Rojas%20Images%20of%20Fascination.jpg b/_site/images/001%20BiofilmStar%20Pablo%20Rojas%20Images%20of%20Fascination.jpg deleted file mode 100644 index 330b1825..00000000 Binary files a/_site/images/001%20BiofilmStar%20Pablo%20Rojas%20Images%20of%20Fascination.jpg and /dev/null differ diff --git a/_site/images/richard%20tuohy%20photo%20web%20photo.JPG b/_site/images/richard tuohy photo web photo.JPG similarity index 100% rename from _site/images/richard%20tuohy%20photo%20web%20photo.JPG rename to _site/images/richard tuohy photo web photo.JPG diff --git a/_site/images/richard%20tuohy%20photo%20web%20photo.JPG_resized.png b/_site/images/richard tuohy photo web photo.JPG_resized.png similarity index 100% rename from _site/images/richard%20tuohy%20photo%20web%20photo.JPG_resized.png rename to _site/images/richard tuohy photo web photo.JPG_resized.png diff --git a/_site/index.html b/_site/index.html index 3b6958db..9ac80803 100644 --- a/_site/index.html +++ b/_site/index.html @@ -9,9 +9,9 @@ Scope Sessions Artist talks & media salon - - - + + + @@ -1557,10 +1557,10 @@

            Spread the word

            @@ -1578,7 +1578,7 @@
            - +

            Upcoming session

            #89

            February 13th, 2020

            @@ -1587,7 +1587,7 @@
              - + @@ -1605,9 +1605,9 @@
            @@ -1621,21 +1621,22 @@
            - +

            AAA Collective / Utopias - Navigating Without Coordinates

            +

            AAA is an art collective that uses video-game engines, web technologies, performance and lectures as part of their creative practice. Since 2015, they have been curating aaartgames, a public community event at Spektrum Berlin with a focus on investigating how video-games, virtual worlds and exper...

            - Website + Website
            - Artist video + Artist video
            @@ -1646,21 +1647,22 @@
            - +

            Thorsten S. Wiedemann / A MAZE

            +

            Thorsten S. Wiedemann is a founder and artistic director of A MAZE. Under this international label he produces and curates festivals, exhibitions and workshops on the intersection of games, digital arts and playful media. With 'A MAZE. / Berlin' and 'A MAZE. / Johannesburg (until 2017)'' Thorst...

            - Website + Website
            - Artist video + Artist video
            @@ -1693,7 +1695,7 @@
            - +

            #88

            @@ -1744,9 +1746,9 @@
            @@ -1764,21 +1766,22 @@
            - +

            Mind Buffer / Generative Audiovisual

            +

            MindBuffer is a nine year collaboration between Dr. Joshua Batty and Mitchell Nordine. The pair have traveled and worked together extensively on a wide range of audiovisual and interactive projects around the world. They are also the authors of the open-source Rust creative coding framework calle...

            - Website + Website
            - Artist video + Artist video
            @@ -1791,17 +1794,18 @@
            - +

            Ramses Salas / Video interactive graphic projections

            +

            Ramses Salas is a Web/Software Developer based in Berlin and graduated from Charles III University of Madrid in 2016. Member of the Dance and Technologies laboratory at the same University during 2016 and 2017. He has collaborated in the creation of video interactive pieces presented as part of c...

            - Website + Website @@ -1825,7 +1829,7 @@
            - +

            #87

            @@ -1870,9 +1874,9 @@
            @@ -1890,18 +1894,19 @@
            - +

            David Leroy / Simplex

            +

            David Leroy is a French/German Media and Light artist. He specialized in realtime based applications using the Canadian software TouchDesigner. After studying and living in Weimar, he recently moved to Berlin where he based his studio at the Node Institute in Neukölln. David will present a theore...

            - Website + Website @@ -1915,17 +1920,18 @@ David will present a theore...

            - +

            Kat Austen / Where do I stop / Where do I start?

            +

            Kat Austen is a person. In her artistic practice, she focusses on environmental issues. She melds disciplines and media, creating sculptural and new media installations, performances and participatory work. Austen’s practice is underpinned by extensive research and theory, and driven by a motivat...

            - Website + Website @@ -1949,7 +1955,7 @@ David will present a theore...

            - +

            #86

            @@ -1994,9 +2000,9 @@ David will present a theore...

            @@ -2014,17 +2020,18 @@ David will present a theore...

            - +

            Fabrizio Augusto Poltronieri / Chance, Artificial Intelligence and Computer Art

            +

            Fabrizio Poltronieri is an artist who explores the relationship between technology and deep-rooted philosophical concepts, such as chance. His current artwork involves Artificial Intelligence, applying machine and deep learning techniques to create and design narratives, moving images and objects...

            - Website + Website @@ -2038,21 +2045,22 @@ David will present a theore...

            - +

            Rita Eperjesi / How to feel slightly less akward as a human in virtual and non-virtual realities

            +

            Rita Eperjesi is a Berlin/Budapest based Hungarian new media artist/art director. She is the founder of the Creative Code community in Budapest, won several competitions for young creatives in advertising, and works with virtual reality in her free time. What she cares about the most are humans,...

            - Website + Website
            - Artist video + Artist video
            @@ -2075,7 +2083,7 @@ David will present a theore...

            - +

            #84

            @@ -2116,9 +2124,9 @@ David will present a theore...

            @@ -2136,17 +2144,18 @@ David will present a theore...

            - +

            Automaton Lab /

            +

            We are a collective of New Media artists with backgrounds from interactive media, creative coding, performance, installations, and design. Our goal is to find balance between artistic concept and aesthetics, we always attempt to tackle the problem from social-political, design, to relational amon...

            - Website + Website @@ -2160,19 +2169,20 @@ David will present a theore...

            - +

            VanTa / <> How to connect one thing to another!

            +

            VanTa is an experienced developer, with a strong focus in the field of computer graphics. In his creations, he always tries to find a balance between geometry, abstraction, and chaos. At the age of eight he left home and founded his own aerospace startup with very little venture capital, that ope...

            - Website + Website @@ -2196,7 +2206,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            #83

            @@ -2239,9 +2249,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -2259,17 +2269,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Viviana Druga / Confessions

            +

            Viviana Druga is a Romanian ritualista based in Berlin who uses performance and photography and installation based work as her main forms of expression. She was born in Transylvania – Romania. Until the age of 12 she would visit together with her sister the grandparents living near the Carpathian...

            - Website + Website @@ -2283,17 +2294,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Rachid Moro / Techno'graphy

            +

            Rachid Moro was born in Belgium in 1972 and is based in Brussel and Berlin. Moro is an electronic musician, visual artist and light designer working with self-made technologies, both software and hardware to create immersive performances, sensitive sculptures, light scenographies and generative g...

            - Website + Website @@ -2317,7 +2329,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            #80

            @@ -2356,9 +2368,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -2376,17 +2388,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Sofia Crespo / Neural Zoo

            +

            Sofia Crespo is an artist working at the intersection of biology and technology. She is interested in the interplay between organic life, artificial mechanisms, simulation, evolution, and the idea that technologies are a biased product of the organic life that created them. Sofia is also concerne...

            - Website + Website @@ -2400,17 +2413,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Florence Razoux / Art & Science: From the Brain to Body Fluids

            +

            Florence (Flo) Razoux is a biologist from background with a PhD in neurosciences & biomedical engineering. In parallel to their scientific career, Razoux started to explore an interdisciplinary creative landscape and has gradually become an active member of the Art & Science community. Bridging s...

            - Website + Website @@ -2434,7 +2448,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            #79

            @@ -2469,9 +2483,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -2489,17 +2503,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Pierre Depaz / Computed Discourses

            +

            This talk will use the pretext of an overview of work, from public to personal, professional to amateur and artistic to technical, to circle around the concept of the languages and communication, both human and machine -stretching from formal grammars to code poetry.

            - Website + Website @@ -2513,21 +2528,22 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Selcuk Artut / Recent works

            +

            At Scope, Artut will be presenting his recent works that encompass his academic and artistic production, including some insights about his new coming exhibition in Berlin named 'Habituation'.

            - Website + Website
            - Artist video + Artist video
            @@ -2550,7 +2566,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            #78

            @@ -2585,9 +2601,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -2605,21 +2621,22 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Innative Lab / Phygital Immersive Experiences

            +

            For Scope #78 INNATIVE LAB will introduce their artistic research on the phenomenon of interconnection between humans and with nature, focused on the study of ancestral practices and the use of cutting-edge sensing technologies. An insight into the interdisciplinarity within the combination of Ne...

            - Website + Website
            - Artist video + Artist video
            @@ -2632,21 +2649,22 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Matt Gingold (aka Helen Back aka gameover/hack) / The Complaints Department

            +

            The talk will cover transitions, New Work und die Zukunft!****CONTENT WARNING FOR THIS TALK**** Some content may trigger mental health issues, cause epilepsy and/or offend viewers sensitive to pornographic, stroboscopic, psychedelic or traumatic audio visual material.

            - Website + Website
            - Artist video + Artist video
            @@ -2669,7 +2687,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            #77

            @@ -2712,9 +2730,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -2732,17 +2750,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Kate Danyu Chen / Cyborgian Spaces

            +

            During her presentation, she will discuss her work with the curator and art historian Johanna Hohage (Berlin), whose research is focused on art and feminism, technology and new medias.

            - Website + Website @@ -2756,17 +2775,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Mila Chiral / Four-Dimensional Sound Choreographies

            +

            Mila Chiral will talk about her music, her transdisciplinary artworks and collaborations. In selected examples she will give an insight to her artistic approach and techniques, including her artistic background from dance/choreography to electronic music and interdisciplinary art forms such as di...

            - Website + Website @@ -2790,7 +2810,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            #76

            @@ -2838,9 +2858,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -2858,17 +2878,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Pascal Glissmann / Observing Machines — Machines Observing

            +

            In his presentation Pascal Glissmann will talk about Artificial Life, Electronic Handcraft, Observational Practices, Transdisciplinary Collaboration, Anthropogenic Substances, Machine Learning

            - Website + Website @@ -2882,17 +2903,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Michael Reiley McDermott / Deep Listening

            +

            Michael will be presenting some of his work and talking about the nested rings of meditative states in the swirling expanding sphere of listening consciousness. Also some iPad apps he uses to make music.

            - Website + Website @@ -2906,21 +2928,22 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Patchlab Digital Art Festival / ARTBOTS

            +

            In an online live presentation Patchlab will be represented by production coordinator Karolina Paluch.

            - Website + Website
            - Artist video + Artist video
            @@ -2943,7 +2966,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            #75

            @@ -2982,9 +3005,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -3002,17 +3025,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Psst.one / Psst.one - Presentation and Discussion

            +

            Andrea Familiari, creator of Psst.one will speak about the intention of his channel. Developments over the last year and plans for the next season. His talk will be followed by a group discussion, where we can gather ideas around the audiovisual community's needs in Berlin in general.

            - Website + Website @@ -3026,17 +3050,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Anna Z / In Between the lines. Behind the screen.

            +

            Anna will speak about her background, collaboration in different media, the theory of limits in visual art and music and synthesis script of music and visuals.

            - Website + Website @@ -3060,7 +3085,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Special event

            @@ -3103,9 +3128,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -3123,17 +3148,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Mila Chiral and Optic Veil / MYRIADS OF MEMORIES - Live AV session

            +

            'Myriads of Memories' is the audiovisual performance by Mila Chiral and Optic Veil to explore a feeling of fleeting memories. Audio recordings of a clarinet meet analogue synthesizers and digitally produced sounds in a four-dimensional arrangement. The visual element, created with analog video ha...

            - Website + Website @@ -3147,17 +3173,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            MENION + A-li-ce / (MIND) WAVES - Live AV session

            +

            A-li-ce & Menion collaborate for the first time tonight for a special improvisation session based on their common interest for connections between our minds, our memories, and its visual and musical respresentations. The sound concept is based on an analogue processing of the electric guitar to t...

            - Website + Website @@ -3171,17 +3198,18 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Guy Briller + Georg Werner / Hoshen - upcycling illumination

            +

            Audioreactive light installation - Originally Hoshen was a wearable sacred object that was used by the high priests in ancient jewish ceremonies.

            - Website + Website @@ -3205,7 +3233,7 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            #74

            @@ -3252,9 +3280,9 @@ At the age of eight he left home and founded his own aerospace startup with very
            @@ -3272,25 +3300,26 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            Amberscope / audiovisuals of fossilized history

            +

            The Amberscope team will present the story of the project and unveil the secret of the amber beamer. Hopefully it will become an open disscussion where visual artist Linas Kutavičius and musician/composer Paulius Kilbauskas will disscuss their practices in a wider sense.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -3302,26 +3331,27 @@ At the age of eight he left home and founded his own aerospace startup with very
            - +

            M. Kardinal & Monocube / APPARITIONS: III. Substratum

            +

            APPARITIONS: III. Substratum, the audiovisual performance of M. Kardinal & Monocube is the third part of APPARITIONS series to reflect and embody elusive happenings beyond human’s perception using analog technique. In their talk, M. Kardinal and Monocube will talk about their collaboration and wo...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -3343,7 +3373,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #73

            @@ -3378,9 +3408,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -3398,21 +3428,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Julia Charlotte Richter / Play time

            +

            Julia Charlotte Richter, video artist and filmmaker, will give an insight into her artistic approach. In her videos, she explores the meaning of present in different stages of age and awareness, and depicts how consciousness, behavior, wishes and desires blend together. On the basis of sensitivel...

            - Website + Website
            - Artist video + Artist video
            @@ -3425,21 +3456,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Sarah Oh-Mok / About the fear and how Art can answer

            +

            The artist Sarah Oh-Mock will present a selection of her artistic works and working process, especially into the media art scene. She will also focus on the cooperation aspects' of her works and on her experience / existence as an artist in Berlin.

            - Website + Website
            - Artist video + Artist video
            @@ -3462,7 +3494,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #72

            @@ -3497,9 +3529,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -3517,17 +3549,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Nick Meehan / Paradigm Shift : Contemporary Spaces for Sound, Immersive Art, and Electronic Music Culture.

            +

            Immersive art and electronic music have emerged as interrelated forms in the public awareness, while ways in which they are presented together are rapidly evolving. Increasing numbers of artistic works, exhibitions and installations can be found on display in traditional art spaces. This is made ...

            - Website + Website @@ -3541,17 +3574,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Tarik Barri / Creating for the Hexadome + Community Discussion

            +

            Tarik will show a preview of elements of his upcoming Hexadome performance and installation, created with Thom Yorke. Plus there'll be a discussion about the importance of discussion in and about our art community.

            - Website + Website @@ -3575,7 +3609,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #71

            @@ -3610,9 +3644,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -3630,21 +3664,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Ali M. Demirel / Technological Minimalism

            +

            Demirel will present some of his projects since 1993 and elaborate the role of technology in his multi-disciplinary artistic creation.

            - Website + Website
            - Artist video + Artist video
            @@ -3657,21 +3692,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            HMDMR [hamdemir] / Alchemist for performing visual arts

            +

            Performing live his last audiovisual composition »MECHANISCHE EXZENTRIK redux« [parallel version] a synthesis of point/line, surface/volume, shape, movement, sound, light and shadow. Composed for: three digital oscillators, two parallel visual axis, one video projector, two ultra-short wave tra...

            - Website + Website
            - Artist video + Artist video
            @@ -3694,7 +3730,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Spektrum event

            @@ -3723,9 +3759,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -3743,21 +3779,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Markus Mehr, Stefanie Sixt / DYSCHRONIA – LIVE AV

            +

            Time is money? Or is time not just simply time? Our perception of time seems to be a driven one, a disturbed and an acceleratingly unhealthy one. Instead of living in the now and perceiving the things being around us, we are hunting from one appointment to another, on top of it every free second ...

            - Website + Website
            - Artist video + Artist video
            @@ -3780,7 +3817,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #70

            @@ -3808,9 +3845,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -3828,17 +3865,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kosmica institute / Kosmica Film Night

            +

            Scope presents our artist talk session #70 with something a little different! This time we welcome Kosmica who will bring us an evening of video art that will take us closer to outer space from Scope Sessions, Panke. KOSMICA will present a kaleidoscope of artworks that connect in different ways t...

            - Website + Website @@ -3862,7 +3900,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #69

            @@ -3899,9 +3937,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -3919,21 +3957,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Florence To / Performative Space + Design Relationships

            +

            As an artist working in various mediums, Florence will give a presentation on how her visual process and objective thinking within design, space and performance guides the psychological development of her work.

            - Website + Website
            - Artist video + Artist video
            @@ -3946,21 +3985,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Cristina Tarquini / A vision into the invisible

            +

            Cristina will discuss her practice, inspiration and processes in the realm of Art Direction and Media Arts with a focus on virtual realities, robotics and characterisation.

            - Website + Website
            - Artist video + Artist video
            @@ -3983,7 +4023,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #68

            @@ -4018,9 +4058,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -4038,21 +4078,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Ouananiche / From Vjing to Cinema

            +

            The audiovisual artist Ouananiche will explain and show how he created an video-music instrument to perform live cinema, and how he created a feature length documentary with it, Elsewhere. Scope is also proud to welcome the German Premiere of his film Elsewhere on the 11th of October in Spektrum....

            - Website + Website
            - Artist video + Artist video
            @@ -4065,21 +4106,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Parisa Karimi / Body Memory - Body Frontiers

            +

            The media artist Parisa Karimi presents excerpts from her current research, along with others from her portfolio, in order to discuss her fields of exploration. Her following performance will combine elements of expanded cinema, poetry and sound; found footages and personal recordings, animations...

            - Website + Website
            - Artist video + Artist video
            @@ -4102,7 +4144,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #67

            @@ -4137,9 +4179,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -4157,21 +4199,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Autr / Ghosts in the machine

            +

            An exploration of the aesthetics of feedback and recursion; practical techniques for experimentation in the analogue video signal chain, and in conversation with hybrid analogue-digital image making. The talk will be followed by screenings of new artworks and music videos.

            - Website + Website
            - Artist video + Artist video
            @@ -4184,21 +4227,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Geso, Marie Takahashi, Kamil Korolczuk / Morpheme, a project of visual music

            +

            The talk is a presentation of the conception and the process that lead Pablo (Geso) along Marie and Kamil to start this audio-visual project, an experiment within the following concepts: visual music, improvisation, free jazz, experimental music, synesthesia. Pablo understands visuals as just one...

            - Website + Website
            - Artist video + Artist video
            @@ -4221,7 +4265,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #66

            @@ -4262,9 +4306,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -4282,21 +4326,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kovács, O’Doherty / Self-surveillance and pervasive data

            +

            We live in an era of pervasive data trails and generalised, automated surveillance. In one sense, an Orwellian vision of total control is becoming real, but perhaps not as we might have imagined. It has instead been partly realised as a strange outgrowth of consumer choice. Most recently, we can ...

            - Website + Website
            - Artist video + Artist video
            @@ -4309,21 +4354,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Raphaël de Courville / Escape From Flatland

            +

            Humans are spatial creatures. We evolved to navigate complex environments and manipulate three dimensional objects. Yet our digital lives today are mostly confined to the thin rectangular space of a screen. We live in Flatland. Not only do touch screens restrict our hands to a form of glorified f...

            - Website + Website
            - Artist video + Artist video
            @@ -4346,7 +4392,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #65

            @@ -4388,9 +4434,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -4408,21 +4454,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Miguel Azuaga / 'Migration' of bodies to a digital context

            +

            In this talk, along with a presentation of selected video works, Miguel Azuaga will be focus on migration and memory among other topics. He will also discuss about the role of fiction in his multidisciplinary approaches and its ability to generate new realities.

            - Website + Website
            - Artist video + Artist video
            @@ -4435,17 +4482,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Leisure Inc. / How to Beat Everyone in Your Office at Table Tennis

            +

            A series of desperate attempts at exploring the medium of leisure, presented by Leisure Inc., a think-tank founded by Silvio Lorusso and Sebastian Schmieg in 2016.

            - Website + Website @@ -4459,17 +4507,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            VJ Fader / avloops.com

            +

            VJ Fader will discuss why he created AVloops.com, a creative content marketplace tailored for visual artists and animators to sell original animation as digital downloads online. He will talk about the challenges in today’s visual market and where this platform is headed. In addition he will show...

            - Website + Website @@ -4493,7 +4542,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #64

            @@ -4539,9 +4588,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -4559,17 +4608,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Iruuuuu / Multi-Media Musical Environments

            +

            I'm currently preparing a musical for May 7th, and would like to discuss this and how it also connects to technology. How breaking the structure of specific fields and attempting to interesting combinations.

            - Website + Website @@ -4583,21 +4633,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Vera Kochubey / METAMENTALITY. Art, science, magic

            +

            art business, personal branding, self realisation, self awareness, tarot, pr, communication, art management

            - Website + Website
            - Artist video + Artist video
            @@ -4610,21 +4661,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Hiroshi Matoba / Circular geometry and audiovisual composition

            +

            Brief history of circular geometry and music/visual composition. Example projects and introduction of his works.

            - Website + Website
            - Artist video + Artist video
            @@ -4647,7 +4699,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #63

            @@ -4689,9 +4741,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -4709,21 +4761,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Gene Kogan / Pixels, Noise and Blenders

            +

            Recent works applying deep learning research to visual and sound art, and an introduction to ml4a.github.io, a free, online book about ML for artists

            - Website + Website
            - Artist video + Artist video
            @@ -4736,21 +4789,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Margherita Pevere / On Hybridity

            +

            What role does hybridity play in art practices that mediate biological and technological materials? What can hybridity tell us about relationships, disruption, violence, and regeneration? What are its implications at an aesthetic, relational, and political level?

            - Website + Website
            - Artist video + Artist video
            @@ -4763,21 +4817,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Samuel Hertz / Hearing Environmental Affect

            +

            Infrasound, Environmental Affect, Human body as listening apparatus, Ecological/Human crossings

            - Website + Website
            - Artist video + Artist video
            @@ -4800,7 +4855,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #62

            @@ -4835,9 +4890,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -4855,17 +4910,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Sakrowski / Performative Socigrammatic

            +

            Anlässlich der parallel zum Talk in der panke.gallery eröffnenden Ausstellung 'Netzkunst im Berlin der 90er Jahre – kick-off zur kritischen Bestandsaufnahme' werde ich die 'performativen soziogrammatik' VideoInterviewTechnik presentieren und dabei meine verschiedentsten Ansätze und Versuche NetzK...

            - Website + Website @@ -4879,21 +4935,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Fiona Valentine Thomann / The gesture of scanning

            +

            The talk will focus on the gesture of scanning and will concentrate on the latest artworks and researches of fiona valentine thomann.

            - Website + Website
            - Artist video + Artist video
            @@ -4916,7 +4973,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Special event

            @@ -4945,9 +5002,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -4965,17 +5022,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Scope Sessions / Transmediale Vorspiel special event

            +

            Since its start in 2011, Scope Sessions has represented a platform for audiovisual artists to share their work with a curious and like-minded audience. For this special event, Scope curates a series of audio-visual performances and installations.

            - Website + Website @@ -4999,7 +5057,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #61

            @@ -5053,9 +5111,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -5073,25 +5131,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Susi Sie / Between Art and Science

            +

            Introduction, background, how I came to the idea of filming liquids and particles, why working strictly analog, showreel, photos of working process, studio, private projects, client projects.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -5103,25 +5162,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Quadrature / Personal views on objective data

            +

            Quadrature will speak about their current works and projects, possible cooperations between art and science from an artist perspective, artistic practice in relation to data as material.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -5133,25 +5193,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Doron Sadja / Mapping the Perceptual Landscape

            +

            In 'Mapping the Perceptual Landscape', Doron Sadja will give an overview of his practice followed by a discussion of auditory and visual phenomena, approaches to site specific performance, and the importance of losing control of your electronic instruments.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -5173,7 +5234,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #60

            @@ -5201,9 +5262,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -5221,17 +5282,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kasumi / Movie screening: Shockwaves

            +

            SHOCKWAVES is a 80 minute film that depicts a man’s subconscious mind in the the moments before his death, exploring the formation of our memory and collective consciousness. The media artist Kasumi deploys an astonishing 25,000 public domain film samples, rotoscoped and live action film clips, d...

            - Website + Website @@ -5255,7 +5317,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #59

            @@ -5309,9 +5371,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -5329,22 +5391,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Gajek / How paintings obtain another dimension.

            +

            Overview of past and current projects in painting involving 3D technique, creation process, how the utilized 3D anaglyph technique works, previous works in performance, silkprint, installation and painting.

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -5356,25 +5419,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Martìn Romeo / Ephemera - immaterial work

            +

            The artist will show his latest work Ephemera - interactive olfactory installation, which consists in distill the real world in data that take on new olfative return. The audiences will be invited to follow the next Interactive Art workshop to be held on October 16 at Artistic Workshop Series.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -5386,25 +5450,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kiritan Flux / Performing in Physical and Mental Space

            +

            Throughout my work in the field of improvised live video art ('VJing') one special focus has always been the 'set and setting' of the performance. Who am I besides the operator of my instruments? In which local and cultural context do I present my art right now? I deliberately use such questions ...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -5426,7 +5491,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #58

            @@ -5472,9 +5537,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -5492,21 +5557,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Darsha Hewitt / The World's Most Obsolete Portable Drum Machine

            +

            A listening session and Sample Salon with the Wurlitzer Sideman 5000 and Darsha Hewitt Manufactured in 1959 and often referred to as the cadillac of drum machines, the Wurlitzer Sideman 5000 is the world's oldest commercially available rhythm generator. Weighing in at 25 kg, this electromechanica...

            - Website + Website
            - Artist video + Artist video
            @@ -5519,17 +5585,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Krisjanis Rijnieks / Projection Mapping with the Raspberry Pi

            +

            Personal background, creating a projection mapping tool for the Raspberry Pi, my master's thesis, projection mapping workshops, further development of the projection mapping tool, invitation to join my next workshop.

            - Website + Website @@ -5543,17 +5610,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Servando Barreiro / Live coding with puredata

            +

            generative graphics for video/mapping installations in pd and live coding.

            - Website + Website @@ -5577,7 +5645,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Special event

            @@ -5620,9 +5688,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -5640,17 +5708,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kasia Justka / Singing kitchen

            +

            audio-visual feeding performance smelly sounds / cooking / diy circuits / modular synth kitchen

            - Website + Website @@ -5664,17 +5733,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Mirko Petrovich / NONLINEAR (Random Walk)

            +

            Audiovisual improvisation driven by feedback, feedforward and open-loop systems. 'NONLINEAR' performance is an attempt to tame a chaotic system based in custom analog/digital hardware, code and video synthesis to attain a symbiotic behavior between gesture, image and sound.

            - Website + Website @@ -5688,17 +5758,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Nenad Popov / Sloeblack, slow, black, crowblack, fishingboat-bobbing sea

            +

            Audio-visual performance, ~20min, single channel video and stereo sound, analog synths.A tension between synthetic and natural. Algorithm struggles to keep up with the reality of turbulent sea in the video slowed down to the extreme of perception.

            - Website + Website @@ -5722,7 +5793,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #56

            @@ -5791,9 +5862,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -5811,20 +5882,21 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Lauren Moffatt /

            +

            Lauren Moffatt will speak about her experiences producing virtual reality in an art context, including the struggle to develop a visual language for the medium, the awkward meeting of the gaming and film industries, and the stampede to develop content and services in time for the projected boom. ...


            - Talk at Scope + Talk at Scope
            @@ -5836,22 +5908,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Onionlab /

            +

            Onionlab talks about their experience with architecture mappings and how to plan and realize mappings from the idea to the projection itself. Onionlab is a Barcelona-based multidisciplinary studio that creates interactive products and experiences, motion design movies and audiovisual shows. Their...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -5863,22 +5936,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Marija Bozinovska Jones / MBJ Wetware

            +

            Marija Bozinovska Jones will elaborate her practice under the pseudonym MBJ Wetware and her approach of live performance as constructing virtual environments extending beyond spatial and audiovisual. She will be covering the conception of GAD Technologies, work commissioned for Club Transmediale ...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -5890,22 +5964,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Carla Chan / Black Moves

            +

            Carla Chan introduces us to her aesthetics and the techniques used to create her amorphous, immersive full-dome video 'Black moves'. She will discuss her research into manipulating erratic nature forms in digital and E/M/D/L projects, focusing on different approaches and creation methods in immer...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -5927,7 +6002,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #55

            @@ -5979,9 +6054,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -5999,25 +6074,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Patrick K.-H., Andreas Karaoulanis / 'Alice Wonderland meets Monty Python' - (un)imation of Patrick K.-H.

            +

            (un)imation, unmusic, (un)struments

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -6029,17 +6105,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            schnellebuntebilder / Recent and upcoming projects of schnellebuntebilder

            +

            Animation, interaction, virtual reality, digital art, data viz, vvvv

            - Website + Website @@ -6053,25 +6130,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Thomas Heidtmann, Soma Holiday & Jemma Woolmore // Lacuna Lab / lacunalab

            +

            Creation of Tycho, brief history of the artists, story and first exhibition of Lacuna Lab

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -6093,7 +6171,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #54

            @@ -6137,9 +6215,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -6157,21 +6235,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Koolik / The Importance of Passion as a Foundation

            +

            How passion plays a roll in advancing your life and career

            - Website + Website
            - Artist video + Artist video
            @@ -6184,17 +6263,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Siciliano Contemporary Ballet / From emotion to movement

            +

            Siciliano Contemporary Ballet is an up-and-coming dance company based in Berlin, Germany. After a history of choreographic success in Italy, Greece, Spain, and Germany, Salvatore Siciliano founded the company in January 2015. The company has flourished in the Berlin arts scene, transforming alter...

            - Website + Website @@ -6208,21 +6288,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kalma / Sonification of light

            +

            An overview of past and recent proyects: mapping, vjing, interaction. Presentation of the upcoming installation 'Blow my mind' and interactive work based on a fire interface.

            - Website + Website
            - Artist video + Artist video
            @@ -6245,7 +6326,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #53

            @@ -6297,9 +6378,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -6317,21 +6398,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Robert Seidel / On Film between Painting and Sculpture

            +

            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...

            - Website + Website
            - Artist video + Artist video
            @@ -6344,21 +6426,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Carla Chan / Poetic data: Humanising the digital - Carla Chan discusses digital manipulation of the erratic forms of nature

            +

            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.

            - Website + Website
            - Artist video + Artist video
            @@ -6371,21 +6454,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Yoko Seyama & Wolfgang Bittner / Expanded Spaces / Light Circuits

            +

            immersive audio-visual environment, expanded cinema, modular spaces, light design, generative art, image - sound - space interaction, architecture, presentation of prototype of new collaborative work

            - Website + Website
            - Artist video + Artist video
            @@ -6408,7 +6492,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #52

            @@ -6462,9 +6546,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -6482,17 +6566,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Lucas Gutierrez / Audiovisual empanada

            +

            A presentation of selected works, beautiful mistakes, current AV show and upcoming projects. Plus a Towel.

            - Website + Website @@ -6506,21 +6591,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Martin Backes / A (brave) new [digital] world?

            +

            techno-culture, media sociology, science, technology, society, politics, privacy, surveillance, human perception, ideologies, art

            - Website + Website
            - Artist video + Artist video
            @@ -6533,21 +6619,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Christin Marczinzik / VR Experiences & Media Installations – Perception on SWING as an example

            +

            Christin will speak about her background / personal projects / showing making of SWING VR from idea, concept, design, VR research to realisation / future & tendencies.

            - Website + Website
            - Artist video + Artist video
            @@ -6570,7 +6657,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #51

            @@ -6622,9 +6709,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -6642,21 +6729,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            RaumZeitPiraten / Rhizomatic engineering - crossing all borders as cultural pirates

            +

            rhizomatic, optoacoustic, machine, technology, engineering, light, sound, performance, environment, urban, intervention, art

            - Website + Website
            - Artist video + Artist video
            @@ -6669,21 +6757,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Wolfgang Spahn / Uncovering The Invisible

            +

            Berlin based Austrian artist Wolfgang Spahn introduces the analogue aesthetics and techniques that lay at the core of most of his multimedia installations. Starting in the 1990s with modifications of the classic photo slide Spahn decided to stretch the boundaries of slide projections by adding co...

            - Website + Website
            - Artist video + Artist video
            @@ -6696,21 +6785,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Marco Donnarumma / Aesthetic and politics

            +

            There is a tendency in art and technology artworks to equate the artistic value of an artwork with its level of displayed beauty and uncritical engagement. This implies discarding the political aspects that are implicit to art and technology; it means to isolate artistic practice in a limbo of di...

            - Website + Website
            - Artist video + Artist video
            @@ -6733,7 +6823,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #50

            @@ -6777,9 +6867,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -6797,21 +6887,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            DEFASTEN / Geometry and Cinema

            +

            A look at some past, recent and upcoming projects, including a new work featuring audio by Kode9 of Hyperdub Records.

            - Website + Website
            - Artist video + Artist video
            @@ -6824,17 +6915,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Mirko Petrovich / Code space: developing tools for performing arts

            +

            In this talk I will share my experience working in the field of performance arts as a coder. I will show and discuss the technical and artistic challenges I have been facing working with real time video processing, motion tracking, mapping, sound generation and spatialization, light, sensors and ...

            - Website + Website @@ -6848,17 +6940,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Natalia Sookias / Sculpting Light

            +

            Natalia will tell us a story about light, sound, Armenian dragons and cinematic sources.

            - Website + Website @@ -6882,7 +6975,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #49

            @@ -6928,9 +7021,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -6948,21 +7041,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            MXZEHN / Small Town - Big Screen / Live Video Performance from Weimar

            +

            In the talk Stefan Kraus will talk about his journey as a VJ, starting out with networks of analogue devices, taking VJing to the University, entering the digital realm with MXWendler, discovering videomapping and finally building live AV performances with TouchDesigner. Analogue VJing, Early Di...

            - Website + Website
            - Artist video + Artist video
            @@ -6975,17 +7069,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            MF / Fractal as an effective approach to sound generation

            +

            What is additive synthesis, how fractal makes sound generation an effective and organic process, what tools are involved in the initial stage of ideation & prototyping the device, brief demo of Polyphylla.

            - Website + Website @@ -6999,17 +7094,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Sebastian Arnold / Senode: Music from Finite State Machines

            +

            Sebastian uses his drum kit to interact with melodies and sequencer patterns. To be able to access music through the drum sticks, he developed Senode, a tool for non-linear composition and performance. The outcome is a graph-based representation for music that can be interpreted by a computer and...

            - Website + Website @@ -7033,7 +7129,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Spektrum event

            @@ -7069,7 +7165,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -7087,21 +7183,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Klara Ravat, Circuit Splash / Tief - A/V by Klara Ravat & Circuit Splash

            +

            Tief is an atmospheric audio-visual live set composed by the sound artist Circuit Splash and experimental filmmaker and olfactory artist Klara Ravat. Together they generate a tranquil transition between frames, grain and noise. For this performance the duo will be playing with scent in combinatio...

            - Website + Website
            - Artist video + Artist video
            @@ -7114,21 +7211,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            A-li-ce,Swub / Intruders

            +

            Based on amateur and family film archives from the 1920's to present times, Intruders is an audio- visual memory remix of anonymous stories and portraits, a dancing conversation with our own ghosts. Attracted by nostalgia and voyeurism, we are led into a time travel in which we are increasingly f...

            - Website + Website
            - Artist video + Artist video
            @@ -7151,7 +7249,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #48

            @@ -7203,9 +7301,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -7223,21 +7321,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Klara Ravat / Perceptual experimentation

            +

            Olfactory experimentation and experimental film.

            - Website + Website
            - Artist video + Artist video
            @@ -7250,21 +7349,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            M. Kardinal / Distorted landscapes: the inner gestural nature of moving images

            +

            With the metamorphosis of the image – when treated in unexpected ways, especially under malfunction – I try to develop a Poetry of failure and dive beneath the surface of the image, and discover the “unconscious” in the image. The visible and the invisible in the image. They coexist but the “unco...

            - Website + Website
            - Artist video + Artist video
            @@ -7277,21 +7377,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Taylor Dunne / Screening: KATAH-DIN (33min. 16mm. 2014)

            +

            KATAH-DIN (33min. 16mm. 2014) The people who for centuries lived in what is now Maine were the Wabanaki, an Eastern Algonquin word meaning people of the dawn. Called this because they lived where the sun first strikes the continent at the peak of Katahdin. This place was home to a Wabanaki woman...

            - Website + Website
            - Artist video + Artist video
            @@ -7314,7 +7415,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #47

            @@ -7358,9 +7459,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -7378,21 +7479,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Tatiana Vilela / Playful performances : another way to look at games

            +

            Games are meant to be played as a matter of course. Yet there exist games as much interesting to watch being played as actually playing them. They are not just games to play but games to perform. How can performance improve the gaming experience ? Do the collective judgment or the desire to enter...

            - Website + Website
            - Artist video + Artist video
            @@ -7405,21 +7507,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Theresa Baumgartner / Warped Vision

            +

            In a first degree access to creating visuals Theresa manipulates live captured and live generated content with both analogue and digital tools. The findings of that process is a distorted picture of the immediate present, the now ripped apart into various layers.

            - Website + Website
            - Artist video + Artist video
            @@ -7432,17 +7535,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Plus [+] / Music for the Eyes

            +

            Personal work, Q&A

            - Website + Website @@ -7466,7 +7570,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #46

            @@ -7514,9 +7618,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -7534,17 +7638,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            IOCOSE / NoTube: Investigating the dark side of meaning production

            +

            NoTube Contest, First-Viewer Television, YouTube, social media, user generated content, curating YouTube

            - Website + Website @@ -7558,17 +7663,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            MyungDuk-Kim / Transform/ Sounds-Movements visual works

            +

            Simple relationships between visual and sound rendering, corresponding to Movements.By defining this relationship, create a Sounds object that can be ’communicated’ with Movements and Visual.Focus on the activity of presenting motion while sounds triggered. The combination of these different med...

            - Website + Website @@ -7582,17 +7688,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Julien Bach / Augmented Illustration & Engaged motion-design

            +

            Video-mapping, augmented illustration, collaborative work, future of motion-design, social engagement

            - Website + Website @@ -7616,7 +7723,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Special event

            @@ -7658,7 +7765,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -7676,21 +7783,20 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Lola and Yukao / Lola and Yukao Meet 'Nuits génératives' - AV Performance

            -

            - Website + Website
            - Artist video + Artist video
            @@ -7703,21 +7809,20 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Dasein / 'Faceless Country' - AV Performance

            -

            - Website + Website
            - Artist video + Artist video
            @@ -7740,7 +7845,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #44

            @@ -7788,9 +7893,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -7808,17 +7913,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Clint Enns / Lost Images Found: Resurrecting Past Lives

            +

            Exploring the art of decontextualizing (and re-contextualizing) lost and discarded media. By creating an archive of found images and working in the milieu of found footage appropriation, the artworks created are an attempt to resurrect abandoned cultural artifacts.

            - Website + Website @@ -7832,17 +7938,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Ira Konyukhova / Image, sound, talk: an attempt of deconstruction film

            +

            Film as a philosophical and artistic medium, deconstruction principe, power and weakness of language superposed with moving image.

            - Website + Website @@ -7856,17 +7963,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Elisabeth Rhies / Formulas for Beauty

            +

            Is it possible to develop some kind of formula or system and use it as the basis for the creation process of images? And who is able to use this formula? Everyone? What does it take to create something beautiful? Can coincidence or a formula do so, or is it that one needs the hand of a genius?

            - Website + Website @@ -7890,7 +7998,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #43

            @@ -7942,9 +8050,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -7962,21 +8070,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Theresa Baumgartner,Alis / Warped vision

            +

            Alis and I will present a short live set. After that I will talk abut the idea, concept and technical approach of the visual part

            - Website + Website
            - Artist video + Artist video
            @@ -7989,17 +8098,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Alona Rodeh / Safe and Sound: a personal reflection on the nature of alarming systems

            +

            Alona Rodeh was born in 1979 in Israel and is based in Tel Aviv and Berlin. Holding an MFA from the Bezalel Academy of Art and Design (2009), Rodeh has presented large-scale commissioned projects and solo shows at several international venues including Herzliya Museum of Contemporary Art (Herzliy...

            - Website + Website @@ -8013,21 +8123,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Susi Sie / Between Art & Science

            +

            My background / how I came to the idea of filming analog moving structures / showing master films / showing making of scenes and describing the process / struggle between artwork and client work

            - Website + Website
            - Artist video + Artist video
            @@ -8050,7 +8161,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #42

            @@ -8102,9 +8213,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -8122,21 +8233,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Christian Rauch / STATE Festival

            +

            A quick tour behind the scenes of STATE Experience Science, a collective of independent scientists, artists and cultural producers, working to make science accessible and facilitate creativity without borders. Last year's STATE Festival featured 4 days of events in 2 locations in the heart of Ber...

            - Website + Website
            - Artist video + Artist video
            @@ -8149,21 +8261,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Nenad Popov / Ways of Knowing

            +

            Reflection on the State festival. Inspiration through science. Towards embedding citizen science in artistic practice.

            - Website + Website
            - Artist video + Artist video
            @@ -8176,17 +8289,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Pablo Rojas / 19th century maladies vs. 'the wonders of science' calendar syndrome

            +

            The everyday growing branches of science, especially biology, hold the possibility to provide the general public with an infinite variety of innovative topics and colorful images. Such information could potentially be used as a novel source of inspiration for the creation of art pieces. Although ...

            - Website + Website @@ -8210,7 +8324,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #41

            @@ -8261,9 +8375,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -8281,21 +8395,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Vj Fader / I'm on EDMT

            +

            EDMT is an interactive audio visual app designed by media artist Fader. He's combining years of his experience as a visual and software designer into one amazing app. It allows you to 'play' with your phone and tablet to create wonderful visuals and make beautiful sounds. There are several engagi...

            - Website + Website
            - Artist video + Artist video
            @@ -8308,21 +8423,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kash / Intuitive Journeys

            +

            MAGIC OF CIRCLE videogram is video based on around hundred sequences from inner meditative journey made in photoshop during several months in 2014. Those circle graphics are then morphed into meditative videogram with idea to catch us in present state of absolute film that is ongoing inside of ea...

            - Website + Website
            - Artist video + Artist video
            @@ -8335,21 +8451,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            CloneProduction / CloneProduction

            +

            Irwin will talk about why he is using his own tool to VJ and how he got to this point.

            - Website + Website
            - Artist video + Artist video
            @@ -8362,21 +8479,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Roberto Cuellar / Light sculptures

            +

            Robert will talk about his light sculptures. His sculptures are usually made of wood and the design is based on 2D silhouettes which is then extend to 3D. Lighting plays a big role in his work. For B-Seite he produced a special sculpture that is projection mapped.

            - Website + Website
            - Artist video + Artist video
            @@ -8399,7 +8517,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #40

            @@ -8449,9 +8567,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -8469,21 +8587,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Embedded Artist / The Embedded Artist System

            +

            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.

            - Website + Website
            - Artist video + Artist video
            @@ -8496,21 +8615,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Karla Brunet / The Sea: Art, Technology and Environment

            +

            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 und...

            - Website + Website
            - Artist video + Artist video
            @@ -8523,21 +8643,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Riko Murakami & Haruka Mitani / Performance Dance and Film improvisation Super 8 and Butoh dance

            +

            '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.

            - Website + Website
            - Artist video + Artist video
            @@ -8560,7 +8681,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #39

            @@ -8601,9 +8722,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -8621,22 +8742,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Pierce Warnecke / Audio-visual works

            +

            My work stems from interest in the effects of time on matter: modification, deterioration and disappearance. Whether the focus is on digital forms or rough materials, large scales of time or microscopic details, the goal of my work is to re-adapt existing objects and materials into parallel conte...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -8648,22 +8770,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Tebjan Halm & Elias Holzer / 50, that next big thing

            +

            In the past few years we’ve been eagerly working on a complete rewrite of vvvv which lead to a new visual programming language in combination with a development and runtime environment. In this talk we’ll give you a short introduction into the key features of this new language we’re internally ca...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -8685,7 +8808,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #38

            @@ -8735,9 +8858,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -8755,22 +8878,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Transforma / Transforma: 2001 bis 2014

            +

            A chronological presentation of selected works from the world of transforma.

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -8782,25 +8906,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Marcel Schwittlick / Current Status

            +

            It's just me showing my work.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -8812,25 +8937,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Marcellina Wellmer / Crossing the border - RANDOM IN ANALOG AND DIGITAL MEDIA

            +

            Generative factor in a visual message, connected with electronic devices, used in a set of variable objects. Hybrid of media and cultural&philospohical garbology. Reverse engineering.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -8852,7 +8978,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #37

            @@ -8882,9 +9008,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -8902,21 +9028,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Ioann Maria / Privacy and online freedom of expression.

            +

            This Session will attempt an open discussion that addresses issues of privacy and online freedom of expression. We want to discuss if and why privacy matters. How does that relate to contemporary artists and the tools they (we) are using? Is there a space for a political statement? How much stren...

            - Website + Website
            - Artist video + Artist video
            @@ -8939,7 +9066,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #36

            @@ -8993,9 +9120,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -9013,17 +9140,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kevin Rice / Photochemical Intiatives

            +

            Kevin Rice, a member of Process Reversal, will be presenting on behalf of the collective. He is a self described ‘film archivist’ whose practice focuses on the study of photochemical theories, the development of lab resources for filmmakers, and the documentation of various darkroom odysseys on m...

            - Website + Website @@ -9037,22 +9165,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            So Kanno / Signal, noise and machine

            +

            Such as drawing machines which is not perfectly controlled by numbers, 3D printed sculpture and garment which uses errors and imperfectness of system intentionally. Predicting the future but not forgetting critical point of view for technology.

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -9064,21 +9193,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kris Limbach / On improvised Cinema

            +

            Kris Limbach will perform a short improvised piece to give an insight in his techniques and workflow

            - Website + Website
            - Artist video + Artist video
            @@ -9101,7 +9231,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #35

            @@ -9153,9 +9283,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -9173,22 +9303,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Derek Holzer / Probing the Past: A Media Archaeology of Handmade Electronic Sound

            +

            The utopias of electronic sound have hardly changed in its hundred-year history. We still want to imitate existing instruments, create sounds which have never been heard before and realize complex compositions without the need of an orchestra. It is only the tools which have become more complex. ...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -9200,25 +9331,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Imanol Gomez / Science Inspires Art

            +

            The talk will focus on how art and science are moving towards one another. It should not be forgotten that both have always been characterised by creative and imaginative processes. Many artist have found their inspiration by the physical and natural world through observation and experiment. Tod...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -9230,25 +9362,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Juan Carlos Duarte Regino / Audiovisual Interactions and ludic design for ludic interfaces

            +

            The talk will review some own project and other state of art related examples around the interactive aspect of live visuals. The use of open source technologies expertise and knowledge share has enhanced the scene of creators and artists looking to use alternative tools for creation of locative a...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -9270,7 +9403,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #34

            @@ -9326,9 +9459,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -9346,25 +9479,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Quadrature / From a visual journey into another dimension.

            +

            After introducing themselves and their work, they will focus on the problems for media artists to be part of the traditional gallery-marked in the art business. Even so a lot of Art projects, which use modern technology and try to bring it into a different not consumer-based context, are quite su...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -9376,22 +9510,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Miller Puckette / How to have fun with a six channel guitar pckup

            +

            Puckette demonstrates what happens when you put individual pickup coils on each string of your guitar, opening up a wide range of sonic possibilities beyond what you can get out of an ordinary pickup. Techniques like filtering and distortion can be applied to the signals before they're mixed. T...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -9403,25 +9538,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            3ez / From a visual journey into another dimension.

            +

            Probably known mostly about his former old project called Jonnyzeb as surf movie producer, Bruno Bez has released a series of experimental board sports movies with a good dose of imagination and a ludic taste from Brazil around the world. Traveling, filming and producing in extreme places, Bez ha...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -9443,7 +9579,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #33

            @@ -9491,9 +9627,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -9511,17 +9647,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Richard Tuohy / Dot Matrix - A strategy for direct film

            +

            After a brief contextualising introduction, I will perform my two x 16mm projector expanded cinema piece Dot Matrix (2013, 16 minutes). I will then give an account of the works origins and my working proceedure for its creation. I will contrast this film with two earlier works of mine - Flyscre...

            - Website + Website @@ -9535,21 +9672,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Wolfgang Spahn / VGA-Hacking or Materiality in a Digital World

            +

            Name Yun Pike is known for manipulating a TV set with a magnet. One might think that after we abandoned monitor tubes the combination of TV and magnetism is gone as well. But similar is still possible today by manipulating the monitor signal. The fact that VGA is a signal based on electric curren...

            - Website + Website
            - Artist video + Artist video
            @@ -9562,13 +9700,14 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Ercan Engin Kuruoglu / Making the Picture of the Early Universe

            +

            This talk will summarise the efforts to make a picture of the universe just after big bang. We will introduce the big bang theory, the satellite missions to measure cosmic microwave radiation and how we utilized the Information Theory of Shannon to obtain the earliest picture of the universe. We ...

            @@ -9594,7 +9733,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #32

            @@ -9650,9 +9789,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -9670,25 +9809,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Lichtpiraten / Make love not art

            +

            die LiCHTPiRATEN zeigen uns, dass nichts aussehen muss wie es gerade scheint langsam begreifen wir, dass wir in einer kuenstlichen welt leben, die aussieht wie sie aussehen soll. die oberflaeche der dinge die uns bestimmen sind erdacht, gestaltet und in unseren alltag geschmuggelt. die LiCHTPiRAT...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -9700,21 +9840,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            BildPeter / Conquering the world though Art & Science

            +

            The talk will give an overview of the three main fields of BildPeters work: digital art, film/photography and science. It will touch fields like: VJing with Quartz Composer. Video generation with Processing and OpenFrameworks. Filming with DSLRs. Science with an iPad.

            - Website + Website
            - Artist video + Artist video
            @@ -9727,25 +9868,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            VJ Fader / Breaking the Screen

            +

            I will discuss how my work have progressed into areas such as video mapping and stage design in the past 10 years. My presentation will focus on the deconstruction of the rectangular video screen where the form is just as important as the content.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -9767,7 +9909,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #31

            @@ -9815,9 +9957,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -9835,25 +9977,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Vj Chuu / Guruguru kun

            +

            Chuuu recently works on the intersection of noise music and live drawings. In his talk, we will give some close-ups to art practices. Follow him on his blog: chuuu.hateblo.jp

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -9865,22 +10008,21 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +
            @@ -9892,22 +10034,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Trashpuzzle /

            +

            During three years Trashpuzzle developed. New people joined the group, equipment has evolved and they gave dozens of shows in clubs around Berlin and other cities. Antique episcope has been replaced by beamer. The transport band is filmed by a live mix of two cameras that are hidden in a black bo...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -9929,7 +10072,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Special event

            @@ -9971,7 +10114,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -9989,22 +10132,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Martin Mayer /

            +

            Martin Mayer is a visual artist and VJ based in Munich. Studying media art at the Munich Academy of Fine Arts, he is co-founder of the multimedia art duo mayer+empl. Specialized in interior and exterior mappings – highlighting architectural and physical conditions of the space - their projections...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -10016,22 +10160,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Agnieszka ‘Bronka’ Bronowska / Mixing Art and Science

            +

            Life sciences and visual arts can fuel each other. Good visualization is pivotal for biological and chemical sciences – to illustrate and transmit information. Protein dynamics and ligand-protein interactions can serve as a canvas for story-telling, and the concept of periodic boundary conditions...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -10053,7 +10198,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #30

            @@ -10099,7 +10244,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -10117,21 +10262,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Martin Meyer / Sinsynplus

            +

            After his talk, Martin will immediately change spaces and head back to zeitraum.exit to prepare his performance project , that will be performed at 10pm! Will will join them after our session!

            - Website + Website
            - Artist video + Artist video
            @@ -10144,21 +10290,20 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            ë / ë - anya orel and e

            -

            - Website + Website
            - Artist video + Artist video
            @@ -10171,17 +10316,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Agnieszka “Bronka” Bronowska / Mixing art and science – enthalpy, entropy, visual narration, and dance

            +

            In my talk I will briefly introduce the concepts, data sources, and tools, which can be used by visual artists in their work. I will focus on the need for motion graphics, especially in depicting the phenomena which involve dynamic components hence the entropic terms (e.g. drug-receptor interacti...

            - Website + Website @@ -10205,7 +10351,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #29

            @@ -10251,9 +10397,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -10271,21 +10417,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            FELD - Studio for digital crafts /

            +

            The talk will be about the role of custom software and manufacturing techniques as part of the design and prototyping process in our daily work and thinking. We will present some of our recent projects and discuss the processes and technologies behind them.

            - Website + Website
            - Artist video + Artist video
            @@ -10298,25 +10445,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Valentina Ferrandes /

            +

            Valentina will present her project “Berg“, an exploration of Teufelsberg Listening Station comprising a video and a GPS triggered soundscape for iPhone and iPad.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -10328,25 +10476,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Andrea Familari aka. Fax /

            +

            Drøp is an electronic music project born in Berlin in 2010 by Giuseppe Bifulcosound designer and engineer. It focuses on sounds investigation and experimentation, not that much in an aesthetic meaning, rather than in a perceptual and sensorial one, considering the sound as a bundle of information...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -10368,7 +10517,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #28

            @@ -10405,9 +10554,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -10425,25 +10574,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Julien Bach / Video mapping Jam

            +

            Julien will present a selection of his past work, mostly video mapping, and also introduce a community event he will start in January : A video mapping jam evening, happening once every two months in the Atelier.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -10455,25 +10605,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            StratoFyzika / Writing movement in interactive mediated spaces

            +

            In this talk StratoFyzika will speak about their experience in experimenting with audio-visual-movement performances and recent collaborations with other artists. The use of sensors and wearable technologies, mapping the parameters of human movement to those possible in the world of sound and pro...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -10495,7 +10646,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #27

            @@ -10543,9 +10694,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -10563,21 +10714,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Georgina Espasa / Half a Quarter

            +

            During this talk Georgina will present the creative process of her latest work: a documentary film (“Half a Quarter”) that took her three years to complete and is linked to her personal evolution, and relates to her understanding the roots and the assimilation of her family legacy. The film will ...

            - Website + Website
            - Artist video + Artist video
            @@ -10590,21 +10742,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Tarik Barri / Versum: audiovisual composing in 3D

            +

            Tarik will present his ‘Versum’ software, which was originally developed as a 3D audiovisual sequencer for the purpose of creating music by flying through melodies within a virtual space. The software has been gradually adapted to be a purely visual tool and works with any kind of music. At the e...

            - Website + Website
            - Artist video + Artist video
            @@ -10617,21 +10770,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            TorpeDeArte Kollektiv / TelevisArte Installation

            +

            The project is based on TorpeDeArte’s shared perception of art as an active form of research. We don’t believe in one path for the creative process. There are infinite means to reach any one end and infinite unimaginable ends awaiting to be discovered. All we need is to establish a creative publi...

            - Website + Website
            - Artist video + Artist video
            @@ -10654,7 +10808,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #26

            @@ -10703,9 +10857,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -10723,25 +10877,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            pixelnoizz / touch.gl

            +

            David Szauder will present touch.gl, an app to create a glitch composition using your fingers. glitch.gl offers several glitch method options, noizes, databending, offsets for composition from different sources, such as camera input or image files. touch.gl was recently exhibited in the Centre Po...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -10753,25 +10908,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Malte Steiner / Open source game engines and realtime 3D for visuals

            +

            n his talk, Steiner will show the use of open source game engines for live visuals and interactive art pieces from the humble beginnings in late 90s towards today. He currently develops and shares a system based on the engine Panda 3D which can be programmed in Python. With the implementation of ...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -10793,7 +10949,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #25

            @@ -10841,9 +10997,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -10861,17 +11017,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Tim Vis / Mixing after SD video

            +

            Now that we have overcome the limited possibilites of old-style SD mixing by the development of new Hard and Software, there is the opportunity to redefine the VJ as a performer, not only beeing a controller of some software, which he was mostly after SD-Video outputs on the computers have been s...

            - Website + Website @@ -10885,21 +11042,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Elektro Moon / Patch:audio_visual lab

            +

            will present P a t c h :audio_visual lab – international festival dedicated to the contemporary digital art forms, which they organize in Krakow, Poland as an AV Node member. This year it will take place from 10-12 Oct at the Contemporary Art Gallery Bunkier Sztuki in the center of Krakow (exhibi...

            - Website + Website
            - Artist video + Artist video
            @@ -10912,21 +11070,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            VJ Radiance /

            +

            She will talk about her personal approach to creating video material coming from a fine arts / printmaking and graphic design background and through a selection of projects. This includes ‘Memento Mori‘ which uses stop motion collages to remix religious iconography, and ‘The Space Between Us’ wh...

            - Website + Website
            - Artist video + Artist video
            @@ -10949,7 +11108,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #24

            @@ -10999,9 +11158,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -11019,25 +11178,24 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Joel Dittrich / White Noise/Black Noise

            -

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11049,25 +11207,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            WHITEvoid /

            +

            Lights are screens and screens are lights. pixels become physical and tangible. buildings and spaces are shaped by computer generated patterns and mathematical algorithms. in the age of projection mapping the real and the digital world are merging to form a new reality. real and virtual worlds ar...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11079,25 +11238,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            VJ Juladi /

            +

            As VJ Juladi she creates new imagery and makes sounds visible. She specializes in analog and handmade visuals. Responding live to music, she experiments with the movements of her hands and body in addition to placing various objects in front of the camera: feathers, leafs, fabrics, fire, etc. to ...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11119,7 +11279,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #23

            @@ -11169,9 +11329,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -11189,21 +11349,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Rainer Kohlberger / The void beyond this feeling

            +

            «My talk will examine the colors of noise, the worms in my signals and the serendipity of music. The black square is the feeling. The white field equals the voice beyond this feeling. The metal machine will display my work.»

            - Website + Website
            - Artist video + Artist video
            @@ -11216,25 +11377,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Sébastien Bourdeauducq / Story and development of the Mixxeo digital video mixer

            +

            Many video artists need a device that can blend video streams from two or more computers. A common solution is to use SD analog video and a commercially available mixer such as the Edirol V4. But the move to the better quality of digital video and the high cost of commercial digital mixers has pr...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11246,25 +11408,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            ReVerse Bullets / Kunst, Kultur & Kino Collage

            +

            “Kunst, Kultur & Kino Kollage” will be an examination of the process of re-appropriating the images and sounds of pop culture, propaganda, educational films, and the tools of the populist media to create subversive audiovisual art. The talk will feature an analysis of the creation of the debut Re...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11286,7 +11449,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #22

            @@ -11327,9 +11490,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -11347,25 +11510,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Tokyo Data Collective /

            +

            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 ...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11377,25 +11541,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            A-LI-CE /

            +

            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, whit...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11417,7 +11582,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #21

            @@ -11471,9 +11636,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -11491,25 +11656,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            pussykrew /

            +

            In 2010 they’ve started their audio-visual noise project – Domestic Violence, which merges field recordings, live coding and audio-responsive glitches, by using self-made interfaces, controllers and patches. Domestic Violence performed in Finland, Germany, UK, Italy and Poland. work by Tikul & Je...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11521,25 +11687,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +
            @@ -11551,21 +11718,22 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Kasia Justka aka pani K. /

            +

            Kasia is a one man studio, audiovisual composer, video-maker and live performer who loves to experiment. She is driven by a desire to find beauty in an ugly world and amplifies images, sounds and lights with her inner emotions, feelings, intuitions. Her work is a combination of the harsh and deli...

            - Website + Website
            - Artist video + Artist video
            @@ -11588,7 +11756,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #20

            @@ -11625,9 +11793,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -11645,25 +11813,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Aude Rose /

            +

            Aude Francois also called Aude Rrose is multi-disciplinary artist living between Paris and Berlin, working with performance, photography, sound and live video. She regularly presents her video performances in international festivals. Her imagery plays with narrative structures, developing dreamy ...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11675,22 +11844,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Mey Lean Kronemann & David Sanz Kirbis /

            +

            David and Mey are currently working on their project Tower of Babel, an emergent robotic sculpture that builds itself. A pack of small, autonomous robots is trying to climb on top of each other in order to form a tower. At some point, the tower gets too high and the robots fall down. This project...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -11712,7 +11882,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #19

            @@ -11758,9 +11928,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -11778,25 +11948,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Vanessa Ramos-Velazquez /

            +

            She is currently collaborating with legendary electronic musician/producer A Guy Called Gerald for her interactive performance Coded Narratives, and with sound artist Derek Holzer will debut her live videomicrography performance.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11808,25 +11979,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Geso /

            +

            Geso is the moniker he uses for his most personal and experimental work, specially focused in video-art and visual performances. His videos are a combination of glitches, geometric graphics, landscapes and images from nature, evoking a short of lost paradise or residual image from a better world....

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11838,22 +12010,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Alex Haw /

            +

            His work, which spans the scales from buildings to installations, masterplans to furniture, seeks a synthesis of mind & body – creating meaningful, pleasurable, enduring and immersive experiences. Much of his work involves cutting-edge fabrication technologies and digital mapping, exploring the c...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -11875,7 +12048,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #18

            @@ -11925,9 +12098,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -11945,25 +12118,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Jem The Misfit / Performance as process

            +

            Jem about her Talk: “For scope sessions I will present a selection of projects from 2012 that range from large scale festival VJing to new AV collaborations, as well as the strange world of VJ competitions. Through these projects I will give some insight into my background and work process and di...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -11975,22 +12149,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Zan Lyons / Cross-disciplinary AV production

            +

            In his talk he gives an insight to his special mix of violin play, computer synthetics, video timelines and ideas about it.

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12002,22 +12177,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Onyx Ashanti / The Beatjazz Controller System

            +

            equations relative to each other are beginning to synergize. aesthetic based on function is proving to be a decent guiding principle for not just design, but sonic interval interpretation, formerly called music. the rabbit hole has heiroglyphs on the walls of its interior. the myth construct has ...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12039,7 +12215,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #17

            @@ -12091,9 +12267,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -12111,17 +12287,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Max Schneider / 9 Evenings Reconsidered: The 10th Evening

            +

            The talk will focus on a student project cooperation between the Academy of Visual Arts and the Academy for Music and Theatre in Leipzig conducted in 2011/12. The project “9 Evenings reconsidered: The 10th Evening” is based upon the milestone media arts event “9 Evenings” (1966 New York). Over th...

            - Website + Website @@ -12135,17 +12312,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Jakob Wierzba / Hacky Live Video 3Dification

            +

            He will talk about works that deal with the transformation of 2D video into a 3D representation by hacking a set of common tools whilst avoiding frameworks, and how this can help to get the viewer to “feel the algorithm”. Tech meat: C, OpenGL, MIDI glued together by PHP and fueled by UNIX and DIY...

            - Website + Website @@ -12159,17 +12337,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Melody Panosian / From bad to worse. Ruby-I in talk with Swimsuit Tissue.

            +

            At Scope Sessions – artist talks & media salon, Ruby-I and the traveller Swimsuit Tissue have a talk about Swimsuits alter ego Leni Riefenstahl. Ruby-I is a archetypical female Cyborg – partly human and partly automata. Ruby-I is like a talk show host, however, in an opposite manner. Because she ...

            - Website + Website @@ -12193,7 +12372,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #16

            @@ -12245,9 +12424,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -12265,25 +12444,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Andreas Nicolas Fischer / Schwarm

            +

            In his talk, A. N. Fischer is going to talk about his artwork “Schwarm”, a software that creates constantly changing, abstract composition running in real time. As this work comes to life through software that executes a coded behaviour, the computer system becomes an integral part of the creatio...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -12295,25 +12475,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Frieder Weiss / Intermedia Dance Performances with Motion Sensing

            +

            With his background in computer science and automation technology, he started developing interactive systems in 1993. For many years he was codirector of Palindrome Performance group, developing media performances which toured worldwide and have received numerous awards. While his early works wer...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -12325,25 +12506,26 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Felix Bonowski / Reverse modelling

            +

            In his talk, he will give some insight into how mathematical modelling can be used as an artistic tool to break the determinism of man-machine interaction and create a corporeal experience in a world without haptic feedback.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -12365,7 +12547,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            #15

            @@ -12413,9 +12595,9 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            @@ -12433,22 +12615,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Mark Coniglio / The Past and Future of Technology & Performance

            +

            Media artist, composer and programmer Mark Coniglio will present an artist talk that combines an overview of the history of interactive/media-intensive performance with a consideration of how to take keep this work meaningful in the future.

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12460,17 +12643,18 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Adam Magyar / Scripted Rhymes

            +

            Seemingly, state of the art devices give you everything you need for completing your photography projects. But what if the image you have in mind demands even more and you need to reach for fields outside photography? In Scripted Rhymes, imagemaker Adam Magyar tells the story of his journey down ...

            - Website + Website @@ -12484,22 +12668,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Berlan Allee / ”BERLAN ALLEE” Radio Show & ”SAROSEDA Collective

            +

            Next, Arash Salehi the founder of SAROSEDA will briefly present their collective. SAROSEDA is a digital art collective which tries to reach new forms and concepts in Iranian Contemporary Art scene by introducing the potential of collaboration between different disciplines in the shape of organizi...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12521,7 +12706,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Special event

            @@ -12611,22 +12796,23 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +
            @@ -12638,24 +12824,25 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and
            - +

            Robert Fischer (Hexler) / TouchOSC & TouchViz

            +

            Dr. Mo talks with Robert about his Apps: TouchOSC Modular OSC and MIDI control surface for iPhone / iPod Touch / iPad Sends and receives Open Sound Control messages over a Wi-Fi network using the UDP protocol and supports both CoreMIDI and the Line 6 MIDI Mobilizer interfaces for sending and rece...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12667,22 +12854,23 @@ Modular OSC and MIDI control surface for iPhone / iPod Touch / iPad Sends and re
            - +

            Andreas Karaoulanis & Katerina Liana / "Lava" Live Dance Performance

            +

            Andreas Karaoulanis comes from a Computer Science and Animation background. His current work deals with interactive media design and animation. He has present his work in Museum Of London, Moscow, Paris and in various Galleries and spaces around Europe. One of his latest projects is "bestbefore",...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12694,23 +12882,24 @@ Modular OSC and MIDI control surface for iPhone / iPod Touch / iPad Sends and re
            - +

            Valerie & David ( Meso ) / VVVV and IRIS VJ tool

            +

            vvvv is a hybrid graphical/textual programming environment for easy prototyping and development. It is designed to facilitate the handling of large media environments with physical interfaces, real-time motion graphics, audio and video that can interact with many users simultaneously. IRIS Intera...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12722,23 +12911,24 @@ IRIS Intera...

            - +

            Toby Harris (*spark) & Light Surgeons / Origin, present and future of Live Cinema

            +

            The Light Surgeons is a collective of pioneering multimedia artists founded in 1995 by creative director Christopher Thomas Allen. It now functions as an media arts production company which develops new work in a diverse range of mediums; print, photography, motion graphics, digital film producti...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12760,7 +12950,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #14

            @@ -12815,9 +13005,9 @@ It now functions as an media arts production company which develops new work in
            @@ -12835,25 +13025,26 @@ It now functions as an media arts production company which develops new work in
            - +

            Dalibor Knapp / CAS presentation

            +

            Dalibor will introduce us the department and the areas they work in, but centerpiece of this talk is show some of the spectrum of works being done by the students.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -12865,22 +13056,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Stanislav Abraham /

            +

            He will show us his work in progress on the topic of disembodied human voice in relation to phonographic technologies, speech synthesis and text to speech.

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -12892,25 +13084,26 @@ It now functions as an media arts production company which develops new work in
            - +

            Katerina Bilkova, Fabian Scharpf /

            +

            She will perform “Outer Scan” and explain the technique behind it. Using a regular scanner, images of different analog objects are animated using a Quartz Composer patch and accompanied by live audio performed by Fabian Scharpf with Max/Msp.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -12922,25 +13115,26 @@ It now functions as an media arts production company which develops new work in
            - +

            Alexandra Moralesova /

            +

            Together with our second speaker, Stanislav Abraham, she will show us her new Performance “Gardening”. Gardening is a kind of semiotics, the performance tries to find the way through the garden’s syntax and plays with its visible and notional elements. The strategy to this inquiry lies in remedia...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -12962,7 +13156,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #13

            @@ -13010,9 +13204,9 @@ It now functions as an media arts production company which develops new work in
            @@ -13030,25 +13224,26 @@ It now functions as an media arts production company which develops new work in
            - +

            YUKIJUNG /

            +

            After a short introduction to her design studio, YUKIJUNG will share her know-how with the audience by explaining her usual conceptual approach in planning an architectural multimedia scenography on the basis of two exemplary projects: the multimedia tour through history „Promenades sous les étoi...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -13060,25 +13255,26 @@ It now functions as an media arts production company which develops new work in
            - +

            Ioann Maria /

            +

            In her talk Ioann Maria will present her current work in progress “Artificial Rat”, which is open for interdisciplinary collaboration. The Project aims to investigate the nature of human-machine relationship, provoking an interaction between the two. The artificial rat should appear to respond to...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -13090,22 +13286,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Giorgos Kakanakis /

            +

            Under the title “Real time forms are rich only if they are rich in flaws”, Giorgos will give a fragmented dialogue consisting of a non-linear presentation of The Erasers’ work in real time audio visual performance, a brief discussion on the possibilities of live cinema/real time film, moments of ...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13127,7 +13324,7 @@ It now functions as an media arts production company which develops new work in
            - +

            Special event

            @@ -13195,7 +13392,7 @@ It now functions as an media arts production company which develops new work in
            @@ -13213,22 +13410,23 @@ It now functions as an media arts production company which develops new work in
            - +

            4youreye & Frau Fitzke / AV in Austria

            +

            Interview mit Eva Bischof (4youreye) und Lisa Malle (Frau Fitzke), zwei langjährigen Protagonistinnen der Wiener Visualistenszene - im Gespräch über das ehemalige internationale VJ Festival "Contact Europe", dem jährlich von ihnen organiserten "AV Playground" und die Szene in Österreich. Das Inte...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13240,22 +13438,23 @@ It now functions as an media arts production company which develops new work in
            - +

            cyper /

            +

            Flux spricht mit VJ Veteran und vvvv Wizard Karsten Schneider aka. cyper über dessen Installation, Kunst, Technik und das B-Seite Festival in Mannheim. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13267,17 +13466,18 @@ It now functions as an media arts production company which develops new work in
            - +

            Janina Schlichte /

            +

            Eklis Rellüm spricht mit Janina Schlichte über ihre Installation und Kooperation plusminus]S.P.A.C.E, wie das alles funktioniert und über das B-Seite Festival. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

            - Website + Website @@ -13291,22 +13491,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Thorsten Kußmack /

            +

            Eklis Rellüm spricht mit Thorsten Kußmack über seine Installation, Kunst, Architektur und das B-Seite Festival Mannheim. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13328,7 +13529,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #12

            @@ -13378,9 +13579,9 @@ It now functions as an media arts production company which develops new work in
            @@ -13398,21 +13599,22 @@ It now functions as an media arts production company which develops new work in
            - +

            Konkreet Labs /

            +

            In their presentation Shai Levy and Marc Tiedemann will give a live performance of their app, talk about its development through the many stages of conceptualizing, researching and creating and will share their thoughts on the pros and cons of using a touch-screen a creative medium.

            - Website + Website
            - Artist video + Artist video
            @@ -13425,21 +13627,22 @@ It now functions as an media arts production company which develops new work in
            - +

            Reynold Reynolds /

            +

            During his presentation Reynold will show works made in his Berlin studio (Six Apartments) and some older works from his collaborations in New York with Patrick Jolley (The Drowning Room).

            - Website + Website
            - Artist video + Artist video
            @@ -13452,17 +13655,18 @@ It now functions as an media arts production company which develops new work in
            - +

            Pikilipita /

            +

            When mixing with these tools instead of your usual laptop, the performer can be much closer to the audience, creating a totally new experience both for the artist and the performer. At scopesession clement will demonstrate how this works using two of his newest pieces of software: PS24VJ with run...

            - Website + Website @@ -13486,7 +13690,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #11

            @@ -13536,9 +13740,9 @@ It now functions as an media arts production company which develops new work in
            @@ -13556,25 +13760,24 @@ It now functions as an media arts production company which develops new work in
            - +
            @@ -13586,25 +13789,24 @@ It now functions as an media arts production company which develops new work in
            - +
            @@ -13616,25 +13818,26 @@ It now functions as an media arts production company which develops new work in
            - +

            Sansculotte /

            +

            Along the way will be mentioned: pure data, glsl, digital cut-up, appropriation and information overload.

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -13656,7 +13859,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #10

            @@ -13693,9 +13896,9 @@ It now functions as an media arts production company which develops new work in
            @@ -13713,21 +13916,22 @@ It now functions as an media arts production company which develops new work in
            - +

            Andreas Karaoulanis /

            +

            A technique that can be used in various forms, from live dj ing to theater and dance performances. Software used VDMX ,a firewire camera plus lots of white A3 papers, black markers!

            - Website + Website
            - Artist video + Artist video
            @@ -13740,17 +13944,16 @@ It now functions as an media arts production company which develops new work in
            - +

            Christoph Rittweger /

            -

            - Website + Website @@ -13774,7 +13977,7 @@ It now functions as an media arts production company which develops new work in
            - +

            Special event

            @@ -13833,9 +14036,9 @@ It now functions as an media arts production company which develops new work in
            @@ -13853,22 +14056,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Francesco Salizzoni / roBOt Festival

            +

            In an interview with Eklis Rellüm, Francesco Salizzoni talks about the annual robot festival in Bologna, Italy

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13880,22 +14084,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Willem van der Schans / Freemote Festival

            +

            In an interview with Eklis Rellüm, Willem van der Schans talks about the annual FREEMOTE festival in Utrecht, Netherlands

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13907,22 +14112,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Elektro Moon Vision / Elektro Moon Vision

            +

            In an interview with Eklis Rellüm, Elwira Wojtunik and Popesz Csaba Láng of Elektro Moon Vision talk about their installation at FREEMOTE and their planned future festival in Kraków, Poland

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13934,22 +14140,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Live Performers Meeting / Live Performers Meeting

            +

            In an interview with Eklis Rellüm, Ioann Maria and Gianluca del Gobbo talk about their Live Performers Meeting (LPM) that takes place every year in Rome, IT

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13961,22 +14168,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Benjamin Jantzen / B-Seite Festival

            +

            In einem Interview mit Eklis Rellüm spricht Benjamin Jantzen über das B-Seite Festival für Jetztkultur in Mannheim, DE

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -13998,7 +14206,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #09

            @@ -14037,9 +14245,9 @@ It now functions as an media arts production company which develops new work in
            @@ -14057,21 +14265,22 @@ It now functions as an media arts production company which develops new work in
            - +

            Tetsuya Hori and Yurie Ido /

            +

            Tetsuya Hori and Yurie Ido will present their video performance “dead” and explain their collaborative work.

            - Website + Website
            - Artist video + Artist video
            @@ -14084,21 +14293,22 @@ It now functions as an media arts production company which develops new work in
            - +

            Larissa Wunderlich / SYNÆSTHESIA!

            +

            'This project will be the master thesis for my studies at the Bauhaus University Weimar. Since I’m a synesthete myself, synesthesia is a topic that is present in my life for many years. The idea of involving this topic into my work first came to my mind about three years ago. It developed and gre...

            - Website + Website
            - Artist video + Artist video
            @@ -14121,7 +14331,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #08

            @@ -14171,9 +14381,9 @@ It now functions as an media arts production company which develops new work in
            @@ -14191,25 +14401,24 @@ It now functions as an media arts production company which develops new work in
            - +
            @@ -14221,22 +14430,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Sébastien Bourdeauducq / Milkymist One

            +

            Developer Sébastien Bourdeauducq will present the The Milkymist One, an open hardware product that concentrates all the processing power and the interfaces of an heavily interactive VJ setup into one small box. With a unique combination of built-in interfaces such as MIDI, DMX512, analogue video ...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -14248,22 +14458,23 @@ It now functions as an media arts production company which develops new work in
            - +

            VisualBerlin / VisualBerlin

            +

            VisualBerlin management board member Aude François and co-founder Kiritan Flux will present Berlin’s number one video-arts and VJ association VisualBerlin, how it all started in 2005 and what it has developed to today. Members and projects will be presented and people will have the chance to ask ...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -14285,7 +14496,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #7

            @@ -14319,7 +14530,7 @@ It now functions as an media arts production company which develops new work in
            @@ -14337,25 +14548,26 @@ It now functions as an media arts production company which develops new work in
            - +

            Alex Corbi /

            +

            This session, we’ll welcome Alex Corbi who will show us his work under Arduino and Processing. He will start simple, and then more complex. After his presentation, we can get to the computers, and try, share, get started, ask questions, manipulate a bit, have a look over the functions and possibi...

            - Website + Website
            - Artist video + Artist video
            - Talk at Scope + Talk at Scope
            @@ -14377,7 +14589,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #6

            @@ -14418,7 +14630,7 @@ It now functions as an media arts production company which develops new work in
            @@ -14436,21 +14648,20 @@ It now functions as an media arts production company which develops new work in
            - +

            Servando Barreiro /

            -

            - Website + Website
            - Artist video + Artist video
            @@ -14463,21 +14674,20 @@ It now functions as an media arts production company which develops new work in
            - +
            @@ -14500,7 +14710,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #5

            @@ -14550,9 +14760,9 @@ It now functions as an media arts production company which develops new work in
            @@ -14570,17 +14780,16 @@ It now functions as an media arts production company which develops new work in
            - +

            VJ Fest Istanbul / VJ Fest Istanbul

            -

            - Website + Website @@ -14594,21 +14803,20 @@ It now functions as an media arts production company which develops new work in
            - +

            Pierce Warnecke /

            -

            - Website + Website
            - Artist video + Artist video
            @@ -14621,21 +14829,22 @@ It now functions as an media arts production company which develops new work in
            - +

            Mauritius Seeger / Digital techniques in interactive art.

            +

            Mauritius Seeger, VJ, digital artist and programmer will talk about how specialised software can be used to build engaging and responsive artworks and installations. Mostly using examples from his own work he will present the challenges and solutions encountered when trying to make interactive so...

            - Website + Website
            - Artist video + Artist video
            @@ -14658,7 +14867,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #4

            @@ -14697,7 +14906,7 @@ It now functions as an media arts production company which develops new work in
            @@ -14715,17 +14924,18 @@ It now functions as an media arts production company which develops new work in
            - +

            A MAZE / A MAZE

            +

            Thorsten “Storno” Wiedemann presented the idea of A MAZE and talked about past and future projects.

            - Website + Website @@ -14739,17 +14949,18 @@ It now functions as an media arts production company which develops new work in
            - +

            Grafitti Research Lab / Grafitti Research Lab

            +

            Mirae Rosner and Jesse Scott of the Berlin cell of GRL talked about past and ongoing projects in Berlin, built “LED throwies” together with the audience and brought their “BlitzTag” installation to play with.

            - Website + Website @@ -14773,7 +14984,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #3

            @@ -14823,9 +15034,9 @@ It now functions as an media arts production company which develops new work in
            @@ -14843,22 +15054,21 @@ It now functions as an media arts production company which develops new work in
            - +
            @@ -14870,17 +15080,18 @@ It now functions as an media arts production company which develops new work in
            - +

            David Croft /

            +

            David Croft will be introducing a project to create a wall art installation that dynamically and fluidly interacts with the viewers by monitoring the position of their bodies to give a natural-feeling experience. He’ll describe the theory behind the hardware, give an overview of the software, and...

            - Website + Website @@ -14894,22 +15105,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Eric Dunlap /

            +

            Movement and Video Artist Eric Dunlap will discuss his work creating dance and video pieces, producing VJs, and construction audience interactive video installations.

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -14931,7 +15143,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #2

            @@ -14970,9 +15182,9 @@ It now functions as an media arts production company which develops new work in
            @@ -14990,17 +15202,18 @@ It now functions as an media arts production company which develops new work in
            - +

            Ilan Katin / Re:tired VJ

            +

            In anticipation of the retirement of this media Ilan presented each piece of media and in the process of doing so talked about his approach to creating and performing with the material as well as reflected on his thoughts about live video performance in general.

            - Website + Website @@ -15014,17 +15227,18 @@ It now functions as an media arts production company which develops new work in
            - +

            Peter Kirn / PIXELS AND PICS: Etudes in Code, For Non-Coding Artist

            +

            Slides of the presentation: http://www.slideshare.net/peterkirn/etudes-in-code-with-processing

            - Website + Website @@ -15048,7 +15262,7 @@ It now functions as an media arts production company which develops new work in
            - +

            #1

            @@ -15094,9 +15308,9 @@ It now functions as an media arts production company which develops new work in
            @@ -15114,17 +15328,18 @@ It now functions as an media arts production company which develops new work in
            - +

            Arran Hearn /

            +

            Australian designer and artist Arran Hearn showcased his video-mapping work titled “isometric cubes” and Julien Bach of Atelier Überall presented a whole workflow for mapping onto them, with both 2D & 3D templates.

            - Website + Website @@ -15138,17 +15353,18 @@ It now functions as an media arts production company which develops new work in
            - +

            Aude Françoise /

            +

            Aude Françoise video artist working on a project of argentic black and white fotography with long exposure, exploring the metamorphosis of the body acting with white elements…

            - Website + Website @@ -15162,17 +15378,18 @@ It now functions as an media arts production company which develops new work in
            - +

            Pixelnoizz /

            +

            Media artist and programmer David Szauder aka. pixelnoizz presented his QuartzComposer based tool “get control”. This was the first public presentation of the software as proof of concept that will show live video sequencing and frame manipulation with a drawing tablet and further aspects (live e...

            - Website + Website @@ -15196,7 +15413,7 @@ It now functions as an media arts production company which develops new work in
            - +

            Special event

            @@ -15315,9 +15532,9 @@ It now functions as an media arts production company which develops new work in
            @@ -15335,22 +15552,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Ran Ancor / The Mask Generator

            +

            The Mask Generator may be used for vj set and played live with an external controller or screened as a solo installation in an audio reactive mode. I also use the 3xvga for a larger space of projection Mask Generator is a generative software that produce a geometrical bidimensional world where a ...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -15362,22 +15580,23 @@ It now functions as an media arts production company which develops new work in
            - +

            The Exlex / Code 36

            +

            Sanfranciscobeat aka Profile25 was chosen in the top 5 DJs in Hungary, 2009. He played together with names as Richie Hawtin, Magda, Hernan Cattaneo, Tiga, Matyas Kalman and Daniel Besnyo are both founders of the Hungarian VJ movement and independent studio, VJ Centrum (nonamevj.blogspot.com), the...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -15389,23 +15608,24 @@ It now functions as an media arts production company which develops new work in
            - +

            Notendo /

            +

            Jeff Donaldson began the noteNdo project in 2001 with the intent to create animation entirely with his own hardware modifications of 8bit NES and 16bit SEGA Genesis/Master Systems. There is no new code involved, only machine logic.
            (This video was produced in 2010 at visualberlinFestival ...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -15417,20 +15637,21 @@ It now functions as an media arts production company which develops new work in
            - +

            fAlk / Live Cinema Reconsidered

            +

            Creating a new type of event is the conclusion out of 10 years of frustration, research and performances. fALk will be sharing his most recent theoretical research in the field of live audiovisual storytelling and performances. He will shed light on how to succeed in telling a story that has emot...


            - Talk at Scope + Talk at Scope
            @@ -15442,22 +15663,23 @@ It now functions as an media arts production company which develops new work in
            - +

            :NÄ: /

            +

            :NÄ: is the meeting of A-li-ce (video) and Mectoob (Music), creating some electro / breakbeat / experimental live sets and dubstep mix sets, evolving into some graphical colorful universes, full of strange and absurd creatures. Le Goûter chelou / A mad tea-party is their first project together. S...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -15469,22 +15691,23 @@ It now functions as an media arts production company which develops new work in
            - +

            Sinsynplus /

            +

            2001 shado sinfusion synkretistem founded. shadovisuals.com myspace.com/shadovisuals 2003 Akademie der bildenden Künste, Munich i-crew.org 2005/06 stipendiary Hochschule für Gestaltung, Karlsruhe 2006 sep.-oct. work for Greenpost, postproduction, vietnam 2007 LPM 2007 – LIVE PERFORMERS MEETING, R...

            - Website + Website
            - Talk at Scope + Talk at Scope
            @@ -15496,13 +15719,14 @@ It now functions as an media arts production company which develops new work in
            - +

            VJ Chindogu & Alfafa /

            +

            Special thanks to our huruguayan friends -VJ Chindogu & Alfafa- who made an amazing drawing audio visual mapping in the tresor, great work, spirit and vibs!!!
            (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included ...

            @@ -15510,7 +15734,7 @@ It now functions as an media arts production company which develops new work in
            - Talk at Scope + Talk at Scope
            @@ -15522,20 +15746,21 @@ It now functions as an media arts production company which develops new work in
            - +

            TriOOn /

            +

            TRIoon is a live oriented AV project bringing together in a unique jam session three experienced independent artists with diverse backgrounds and approaches. A TRIoon performance is a bending of time in realtime: where moments in time are reassembled using the resonant and the electrical, using t...


            - Talk at Scope + Talk at Scope
            @@ -15547,22 +15772,23 @@ It now functions as an media arts production company which develops new work in
            - +

            toby*spark / *spark d-fuser

            +

            A thirty minute presentation given at visualberlin-festival about the dvi mixer project. Its in two parts, a story - parable, almost - about how much more malleable the modern world seems to be now in allowing such things to be possible, and an eight point announcement of the key *spark d-fuser f...

            - Website + Website
            - Talk at Scope + Talk at Scope
            diff --git a/_site/join-our-team/index.html b/_site/join-our-team/index.html index bb3289ff..5d7f3550 100644 --- a/_site/join-our-team/index.html +++ b/_site/join-our-team/index.html @@ -9,9 +9,9 @@ Join our team - - - + + + @@ -1556,10 +1556,10 @@

            Spread the word

            diff --git a/_site/session/2011/07/07/001.html b/_site/session/2011/07/07/001.html index c9933d42..c824ea53 100644 --- a/_site/session/2011/07/07/001.html +++ b/_site/session/2011/07/07/001.html @@ -8,9 +8,9 @@ 001 - - - + + + @@ -1555,10 +1555,10 @@

            Spread the word

            @@ -1583,7 +1583,7 @@
            -
            -
            -
            -
            -
            -
            -
              +
                @@ -1604,7 +1604,7 @@
                @@ -1620,7 +1620,7 @@
                - +
                @@ -1631,11 +1631,11 @@ - Website + Website
                - Artist video + Artist video diff --git a/_site/session/2011/11/10/008.html b/_site/session/2011/11/10/008.html index c7d4c7b8..0153fe79 100644 --- a/_site/session/2011/11/10/008.html +++ b/_site/session/2011/11/10/008.html @@ -8,9 +8,9 @@ 008 - - - + + + @@ -1555,10 +1555,10 @@

                Spread the word

                @@ -1583,7 +1583,7 @@
                -
                  +
                    @@ -1620,9 +1620,9 @@
                    @@ -1638,7 +1638,7 @@
                    - +
                    @@ -1650,11 +1650,11 @@ - Website + Website
                    - Artist video + Artist video
                    @@ -1673,7 +1673,7 @@
                    - +
                    @@ -1684,7 +1684,7 @@ - Website + Website @@ -1704,7 +1704,7 @@
                    - +
                    @@ -1715,7 +1715,7 @@ - Website + Website @@ -1746,8 +1746,8 @@

                    Discover more

                    - #7: October 20th, 2011 007 - #09: November 17th, 2011 009 + #7: October 20th, 2011 007 + #09: November 17th, 2011 009
                    diff --git a/_site/session/2011/11/17/009.html b/_site/session/2011/11/17/009.html index fcba35a1..8a95e421 100644 --- a/_site/session/2011/11/17/009.html +++ b/_site/session/2011/11/17/009.html @@ -8,9 +8,9 @@ 009 - - - + + + @@ -1555,10 +1555,10 @@

                    Spread the word

                    @@ -1583,7 +1583,7 @@
                    -
                    -
                    -
                      +
                        @@ -1620,9 +1620,9 @@
                        @@ -1638,7 +1638,7 @@
                        - +
                        @@ -1650,11 +1650,11 @@ - Website + Website
                        - Artist video + Artist video
                        @@ -1673,7 +1673,7 @@
                        - +
                        @@ -1685,11 +1685,11 @@ - Website + Website
                        - Artist video + Artist video
                        @@ -1708,7 +1708,7 @@
                        - +
                        @@ -1722,11 +1722,11 @@ - Website + Website
                        - Artist video + Artist video diff --git a/_site/session/2012/03/08/012.html b/_site/session/2012/03/08/012.html index c98713f2..58d3a6f8 100644 --- a/_site/session/2012/03/08/012.html +++ b/_site/session/2012/03/08/012.html @@ -8,9 +8,9 @@ 012 - - - + + + @@ -1555,10 +1555,10 @@

                        Spread the word

                        @@ -1583,7 +1583,7 @@
                        -
                        -
                          +
                            @@ -1618,9 +1618,9 @@
                            @@ -1636,7 +1636,7 @@
                            - +
                            @@ -1650,11 +1650,11 @@ - Website + Website
                            - Artist video + Artist video
                            @@ -1673,7 +1673,7 @@
                            - +
                            @@ -1687,11 +1687,11 @@ - Website + Website
                            - Artist video + Artist video diff --git a/_site/session/2012/05/10/014.html b/_site/session/2012/05/10/014.html index 89578566..03df7b9b 100644 --- a/_site/session/2012/05/10/014.html +++ b/_site/session/2012/05/10/014.html @@ -8,9 +8,9 @@ FAMU/CAS special session - - - + + + @@ -1555,10 +1555,10 @@

                            Spread the word

                            @@ -1583,7 +1583,7 @@
                            -
                              +
                                @@ -1625,9 +1625,9 @@
                                @@ -1643,7 +1643,7 @@
                                - +
                                @@ -1657,11 +1657,11 @@ - Website + Website
                                - Artist video + Artist video
                                @@ -1680,7 +1680,7 @@
                                - +
                                @@ -1694,7 +1694,7 @@ - Website + Website @@ -1714,7 +1714,7 @@
                                - +
                                @@ -1728,11 +1728,11 @@ - Website + Website
                                - Artist video + Artist video
                                @@ -1751,7 +1751,7 @@
                                - +
                                @@ -1765,11 +1765,11 @@ - Website + Website
                                - Artist video + Artist video diff --git a/_site/session/2012/09/13/015.html b/_site/session/2012/09/13/015.html index 1a527dab..162b1c49 100644 --- a/_site/session/2012/09/13/015.html +++ b/_site/session/2012/09/13/015.html @@ -8,9 +8,9 @@ 015 - - - + + + @@ -1555,10 +1555,10 @@

                                Spread the word

                                @@ -1583,7 +1583,7 @@
                                -
                                -
                                  +
                                    @@ -1622,9 +1622,9 @@
                                    @@ -1640,7 +1640,7 @@
                                    - +
                                    @@ -1654,11 +1654,11 @@ - Website + Website
                                    - Artist video + Artist video
                                    @@ -1677,7 +1677,7 @@
                                    - +
                                    @@ -1691,11 +1691,11 @@ - Website + Website
                                    - Artist video + Artist video
                                    @@ -1714,7 +1714,7 @@
                                    - +
                                    @@ -1728,11 +1728,11 @@ - Website + Website
                                    - Artist video + Artist video diff --git a/_site/session/2012/11/08/017.html b/_site/session/2012/11/08/017.html index 1ad5b69e..df7bbe46 100644 --- a/_site/session/2012/11/08/017.html +++ b/_site/session/2012/11/08/017.html @@ -8,9 +8,9 @@ HGB Leipzig Special Session - - - + + + @@ -1555,10 +1555,10 @@

                                    Spread the word

                                    @@ -1583,7 +1583,7 @@
                                    -
                                    -
                                      +
                                        @@ -1620,9 +1620,9 @@
                                        @@ -1638,7 +1638,7 @@
                                        - +
                                        @@ -1652,11 +1652,11 @@ - Website + Website
                                        - Artist video + Artist video
                                        @@ -1675,7 +1675,7 @@
                                        - +
                                        @@ -1689,7 +1689,7 @@ - Website + Website @@ -1709,7 +1709,7 @@
                                        - +
                                        @@ -1723,7 +1723,7 @@ - Website + Website @@ -1754,8 +1754,8 @@

                                        Discover more

                                        - #17: November 08th, 2012 HGB Leipzig Special Session - #19: February 21st, 2013 019 + #17: November 08th, 2012 HGB Leipzig Special Session + #19: February 21st, 2013 019
                                        diff --git a/_site/session/2013/02/21/019.html b/_site/session/2013/02/21/019.html index d623c3f8..c2a7494f 100644 --- a/_site/session/2013/02/21/019.html +++ b/_site/session/2013/02/21/019.html @@ -8,9 +8,9 @@ 019 - - - + + + @@ -1555,10 +1555,10 @@

                                        Spread the word

                                        @@ -1583,7 +1583,7 @@
                                        -
                                          +
                                            @@ -1616,9 +1616,9 @@
                                            @@ -1634,7 +1634,7 @@
                                            - +
                                            @@ -1648,11 +1648,11 @@ - Website + Website
                                            - Artist video + Artist video
                                            @@ -1671,7 +1671,7 @@
                                            - +
                                            @@ -1685,11 +1685,11 @@ - Website + Website
                                            - Artist video + Artist video
                                            @@ -1708,7 +1708,7 @@
                                            - +
                                            @@ -1722,7 +1722,7 @@ - Website + Website @@ -1770,8 +1770,8 @@

                                            Discover more

                                            - #18: December 18th, 2012 018 - #20: March 14th, 2013 020 + #18: December 18th, 2012 018 + #20: March 14th, 2013 020
                                            diff --git a/_site/session/2013/03/14/020.html b/_site/session/2013/03/14/020.html index 2822b6e6..39af92b2 100644 --- a/_site/session/2013/03/14/020.html +++ b/_site/session/2013/03/14/020.html @@ -8,9 +8,9 @@ 020 - - - + + + @@ -1555,10 +1555,10 @@

                                            Spread the word

                                            @@ -1583,7 +1583,7 @@
                                            -
                                              +
                                                @@ -1607,9 +1607,9 @@
                                                @@ -1625,7 +1625,7 @@
                                                - +
                                                @@ -1639,11 +1639,11 @@ - Website + Website
                                                - Artist video + Artist video
                                                @@ -1662,7 +1662,7 @@
                                                - +
                                                @@ -1676,7 +1676,7 @@ - Website + Website @@ -1724,8 +1724,8 @@

                                                Discover more

                                                - #19: February 21st, 2013 019 - #21: April 11th, 2013 021 + #19: February 21st, 2013 019 + #21: April 11th, 2013 021
                                                diff --git a/_site/session/2013/04/11/021.html b/_site/session/2013/04/11/021.html index e4af5923..72b7673b 100644 --- a/_site/session/2013/04/11/021.html +++ b/_site/session/2013/04/11/021.html @@ -8,9 +8,9 @@ 021 - - - + + + @@ -1555,10 +1555,10 @@

                                                Spread the word

                                                @@ -1583,7 +1583,7 @@
                                                -
                                                  +
                                                    @@ -1624,9 +1624,9 @@
                                                    @@ -1642,7 +1642,7 @@
                                                    - +
                                                    @@ -1656,11 +1656,11 @@ - Website + Website
                                                    - Artist video + Artist video
                                                    @@ -1679,7 +1679,7 @@
                                                    - +
                                                    @@ -1693,11 +1693,11 @@ - Website + Website
                                                    - Artist video + Artist video
                                                    @@ -1716,7 +1716,7 @@
                                                    - +
                                                    @@ -1730,11 +1730,11 @@ - Website + Website
                                                    - Artist video + Artist video @@ -1776,8 +1776,8 @@

                                                    Discover more

                                                    - #20: March 14th, 2013 020 - #22: May 09th, 2013 LPM Preview + #20: March 14th, 2013 020 + #22: May 09th, 2013 LPM Preview
                                                    diff --git a/_site/session/2013/05/09/022.html b/_site/session/2013/05/09/022.html index 618cad3a..960b5c40 100644 --- a/_site/session/2013/05/09/022.html +++ b/_site/session/2013/05/09/022.html @@ -8,9 +8,9 @@ LPM Preview - - - + + + @@ -1555,10 +1555,10 @@

                                                    Spread the word

                                                    @@ -1583,7 +1583,7 @@
                                                    -
                                                      +
                                                        @@ -1611,9 +1611,9 @@
                                                        @@ -1629,7 +1629,7 @@
                                                        - +
                                                        @@ -1643,11 +1643,11 @@ - Website + Website
                                                        - Artist video + Artist video
                                                        @@ -1666,7 +1666,7 @@
                                                        - +
                                                        @@ -1680,11 +1680,11 @@ - Website + Website
                                                        - Artist video + Artist video diff --git a/_site/session/2013/06/06/023.html b/_site/session/2013/06/06/023.html index 00f84ccb..c6df62d2 100644 --- a/_site/session/2013/06/06/023.html +++ b/_site/session/2013/06/06/023.html @@ -8,9 +8,9 @@ 023 - - - + + + @@ -1555,10 +1555,10 @@

                                                        Spread the word

                                                        @@ -1583,7 +1583,7 @@
                                                        -
                                                          +
                                                            @@ -1620,9 +1620,9 @@
                                                            @@ -1638,7 +1638,7 @@
                                                            - +
                                                            @@ -1652,11 +1652,11 @@ - Website + Website
                                                            - Artist video + Artist video @@ -1670,7 +1670,7 @@
                                                            - +
                                                            @@ -1684,11 +1684,11 @@ - Website + Website
                                                            - Artist video + Artist video
                                                            @@ -1707,7 +1707,7 @@
                                                            - +
                                                            @@ -1721,11 +1721,11 @@ - Website + Website
                                                            - Artist video + Artist video diff --git a/_site/session/2013/07/11/024.html b/_site/session/2013/07/11/024.html index 74eff511..94ec21b1 100644 --- a/_site/session/2013/07/11/024.html +++ b/_site/session/2013/07/11/024.html @@ -8,9 +8,9 @@ 024 - - - + + + @@ -1555,10 +1555,10 @@

                                                            Spread the word

                                                            @@ -1583,7 +1583,7 @@
                                                            -
                                                              +
                                                                @@ -1620,9 +1620,9 @@
                                                                @@ -1638,7 +1638,7 @@
                                                                - +
                                                                @@ -1650,11 +1650,11 @@ - Website + Website
                                                                - Artist video + Artist video
                                                                @@ -1673,7 +1673,7 @@
                                                                - +
                                                                @@ -1687,11 +1687,11 @@ - Website + Website
                                                                - Artist video + Artist video
                                                                @@ -1710,7 +1710,7 @@
                                                                - +
                                                                @@ -1724,11 +1724,11 @@ - Website + Website
                                                                - Artist video + Artist video diff --git a/_site/session/2013/09/12/025.html b/_site/session/2013/09/12/025.html index c863dae2..51de4c39 100644 --- a/_site/session/2013/09/12/025.html +++ b/_site/session/2013/09/12/025.html @@ -8,9 +8,9 @@ 025 - - - + + + @@ -1555,10 +1555,10 @@

                                                                Spread the word

                                                                @@ -1583,7 +1583,7 @@
                                                                -
                                                                -
                                                                  +
                                                                    @@ -1619,9 +1619,9 @@
                                                                    @@ -1637,7 +1637,7 @@
                                                                    - +
                                                                    @@ -1651,11 +1651,11 @@ - Website + Website
                                                                    - Artist video + Artist video
                                                                    @@ -1674,7 +1674,7 @@
                                                                    - +
                                                                    @@ -1688,11 +1688,11 @@ - Website + Website
                                                                    - Artist video + Artist video diff --git a/_site/session/2013/11/14/027.html b/_site/session/2013/11/14/027.html index b96a4e55..9135e719 100644 --- a/_site/session/2013/11/14/027.html +++ b/_site/session/2013/11/14/027.html @@ -8,9 +8,9 @@ 027 - - - + + + @@ -1555,10 +1555,10 @@

                                                                    Spread the word

                                                                    @@ -1583,7 +1583,7 @@
                                                                    -
                                                                    -
                                                                      +
                                                                        @@ -1607,9 +1607,9 @@
                                                                        @@ -1625,7 +1625,7 @@
                                                                        - +
                                                                        @@ -1639,11 +1639,11 @@ - Website + Website
                                                                        - Artist video + Artist video
                                                                        @@ -1662,7 +1662,7 @@
                                                                        - +
                                                                        @@ -1676,11 +1676,11 @@ - Website + Website
                                                                        - Artist video + Artist video diff --git a/_site/session/2014/02/13/029.html b/_site/session/2014/02/13/029.html index 6f05d560..a6e579ac 100644 --- a/_site/session/2014/02/13/029.html +++ b/_site/session/2014/02/13/029.html @@ -8,9 +8,9 @@ 029 - - - + + + @@ -1555,10 +1555,10 @@

                                                                        Spread the word

                                                                        @@ -1583,7 +1583,7 @@
                                                                        -
                                                                          +
                                                                            @@ -1616,9 +1616,9 @@
                                                                            @@ -1634,7 +1634,7 @@
                                                                            - +
                                                                            @@ -1648,11 +1648,11 @@ - Website + Website
                                                                            - Artist video + Artist video @@ -1666,7 +1666,7 @@
                                                                            - +
                                                                            @@ -1680,11 +1680,11 @@ - Website + Website
                                                                            - Artist video + Artist video
                                                                            @@ -1703,7 +1703,7 @@
                                                                            - +
                                                                            @@ -1717,11 +1717,11 @@ - Website + Website
                                                                            - Artist video + Artist video diff --git a/_site/session/2014/03/20/030.html b/_site/session/2014/03/20/030.html index ca486bc6..e7afce64 100644 --- a/_site/session/2014/03/20/030.html +++ b/_site/session/2014/03/20/030.html @@ -8,9 +8,9 @@ B-Seite Mannheim - - - + + + @@ -1555,10 +1555,10 @@

                                                                            Spread the word

                                                                            @@ -1583,7 +1583,7 @@
                                                                            -
                                                                            -
                                                                              +
                                                                                @@ -1618,9 +1618,9 @@
                                                                                @@ -1636,7 +1636,7 @@
                                                                                - +
                                                                                @@ -1650,11 +1650,11 @@ - Website + Website
                                                                                - Artist video + Artist video
                                                                                @@ -1673,7 +1673,7 @@
                                                                                - +
                                                                                @@ -1685,7 +1685,7 @@ - Website + Website @@ -1705,7 +1705,7 @@
                                                                                - +
                                                                                @@ -1719,7 +1719,7 @@ - Website + Website @@ -1767,8 +1767,8 @@

                                                                                Discover more

                                                                                - #5: March 23, 2014 Scope @ B-Seite - #32: May 8th, 2014 032 + #5: March 23, 2014 Scope @ B-Seite + #32: May 8th, 2014 032
                                                                                diff --git a/_site/session/2014/05/08/032.html b/_site/session/2014/05/08/032.html index b30c2f90..f6d3264f 100644 --- a/_site/session/2014/05/08/032.html +++ b/_site/session/2014/05/08/032.html @@ -8,9 +8,9 @@ 032 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                Spread the word

                                                                                @@ -1583,7 +1583,7 @@
                                                                                -
                                                                                  +
                                                                                    @@ -1626,9 +1626,9 @@
                                                                                    @@ -1644,7 +1644,7 @@
                                                                                    - +
                                                                                    @@ -1658,11 +1658,11 @@ - Website + Website
                                                                                    - Artist video + Artist video
                                                                                    @@ -1681,7 +1681,7 @@
                                                                                    - +
                                                                                    @@ -1695,11 +1695,11 @@ - Website + Website
                                                                                    - Artist video + Artist video @@ -1713,7 +1713,7 @@
                                                                                    - +
                                                                                    @@ -1727,11 +1727,11 @@ - Website + Website
                                                                                    - Artist video + Artist video diff --git a/_site/session/2014/06/12/033.html b/_site/session/2014/06/12/033.html index 92aedcac..602acd9c 100644 --- a/_site/session/2014/06/12/033.html +++ b/_site/session/2014/06/12/033.html @@ -8,9 +8,9 @@ 033 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                    Spread the word

                                                                                    @@ -1583,7 +1583,7 @@
                                                                                    -
                                                                                    -
                                                                                      +
                                                                                        @@ -1626,9 +1626,9 @@
                                                                                        @@ -1644,7 +1644,7 @@
                                                                                        - +
                                                                                        @@ -1658,11 +1658,11 @@ - Website + Website
                                                                                        - Artist video + Artist video
                                                                                        @@ -1681,7 +1681,7 @@
                                                                                        - +
                                                                                        @@ -1695,7 +1695,7 @@ - Website + Website @@ -1715,7 +1715,7 @@
                                                                                        - +
                                                                                        @@ -1729,11 +1729,11 @@ - Website + Website
                                                                                        - Artist video + Artist video diff --git a/_site/session/2014/09/11/035.html b/_site/session/2014/09/11/035.html index 92bccfda..6e215458 100644 --- a/_site/session/2014/09/11/035.html +++ b/_site/session/2014/09/11/035.html @@ -8,9 +8,9 @@ 035 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                        Spread the word

                                                                                        @@ -1583,7 +1583,7 @@
                                                                                        -
                                                                                          +
                                                                                            @@ -1622,9 +1622,9 @@
                                                                                            @@ -1640,7 +1640,7 @@
                                                                                            - +
                                                                                            @@ -1654,7 +1654,7 @@ - Website + Website @@ -1674,7 +1674,7 @@
                                                                                            - +
                                                                                            @@ -1688,11 +1688,11 @@ - Website + Website
                                                                                            - Artist video + Artist video
                                                                                            @@ -1711,7 +1711,7 @@
                                                                                            - +
                                                                                            @@ -1725,11 +1725,11 @@ - Website + Website
                                                                                            - Artist video + Artist video diff --git a/_site/session/2014/10/09/036.html b/_site/session/2014/10/09/036.html index e82cd590..d42b9c02 100644 --- a/_site/session/2014/10/09/036.html +++ b/_site/session/2014/10/09/036.html @@ -8,9 +8,9 @@ 036 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                            Spread the word

                                                                                            @@ -1583,7 +1583,7 @@
                                                                                            -
                                                                                            -
                                                                                            -
                                                                                              +
                                                                                                @@ -1620,9 +1620,9 @@
                                                                                                @@ -1638,7 +1638,7 @@
                                                                                                - +
                                                                                                @@ -1652,7 +1652,7 @@ - Website + Website @@ -1672,7 +1672,7 @@
                                                                                                - +
                                                                                                @@ -1686,11 +1686,11 @@ - Website + Website
                                                                                                - Artist video + Artist video
                                                                                                @@ -1709,7 +1709,7 @@
                                                                                                - +
                                                                                                @@ -1723,11 +1723,11 @@ - Website + Website
                                                                                                - Artist video + Artist video diff --git a/_site/session/2015/01/08/039.html b/_site/session/2015/01/08/039.html index aec00c6a..e58dc820 100644 --- a/_site/session/2015/01/08/039.html +++ b/_site/session/2015/01/08/039.html @@ -8,9 +8,9 @@ 039 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                Spread the word

                                                                                                @@ -1583,7 +1583,7 @@
                                                                                                -
                                                                                                -
                                                                                                -
                                                                                                -
                                                                                                -
                                                                                                -
                                                                                                  +
                                                                                                    @@ -1618,9 +1618,9 @@
                                                                                                    @@ -1636,7 +1636,7 @@
                                                                                                    - +
                                                                                                    @@ -1650,7 +1650,7 @@ - Website + Website @@ -1665,7 +1665,7 @@
                                                                                                    - +
                                                                                                    @@ -1679,7 +1679,7 @@ - Website + Website @@ -1694,7 +1694,7 @@
                                                                                                    - +
                                                                                                    @@ -1708,7 +1708,7 @@ - Website + Website @@ -1751,8 +1751,8 @@

                                                                                                    Discover more

                                                                                                    - #43: May 14th, 2015 043 - #6: June 27th, 2015 Vision'r special performances night + #43: May 14th, 2015 043 + #6: June 27th, 2015 Vision'r special performances night
                                                                                                    diff --git a/_site/session/2015/06/27/Vision_r.html b/_site/session/2015/06/27/Vision_r.html index d6964498..18b5fe1c 100644 --- a/_site/session/2015/06/27/Vision_r.html +++ b/_site/session/2015/06/27/Vision_r.html @@ -8,9 +8,9 @@ Vision'r special performances night - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                    Spread the word

                                                                                                    @@ -1611,7 +1611,7 @@
                                                                                                    @@ -1627,7 +1627,7 @@
                                                                                                    - +
                                                                                                    @@ -1639,7 +1639,7 @@ - Website + Website
                                                                                                    @@ -1659,7 +1659,7 @@
                                                                                                    - +
                                                                                                    @@ -1671,7 +1671,7 @@ - Website + Website diff --git a/_site/session/2015/09/10/046.html b/_site/session/2015/09/10/046.html index 8e0e3d16..f8f434c8 100644 --- a/_site/session/2015/09/10/046.html +++ b/_site/session/2015/09/10/046.html @@ -8,9 +8,9 @@ 046 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                    Spread the word

                                                                                                    @@ -1583,7 +1583,7 @@
                                                                                                    -
                                                                                                    -
                                                                                                    -
                                                                                                    -
                                                                                                    -
                                                                                                    -
                                                                                                    -
                                                                                                    -
                                                                                                    -
                                                                                                    -
                                                                                                      +
                                                                                                        @@ -1622,9 +1622,9 @@
                                                                                                        @@ -1640,7 +1640,7 @@
                                                                                                        - +
                                                                                                        @@ -1654,11 +1654,11 @@ - Website + Website
                                                                                                        - Artist video + Artist video
                                                                                                        @@ -1677,7 +1677,7 @@
                                                                                                        - +
                                                                                                        @@ -1691,7 +1691,7 @@ - Website + Website @@ -1706,7 +1706,7 @@
                                                                                                        - +
                                                                                                        @@ -1720,11 +1720,11 @@ - Website + Website
                                                                                                        - Artist video + Artist video diff --git a/_site/session/2016/06/11/056.html b/_site/session/2016/06/11/056.html index 461bbd4e..e5aad0f4 100644 --- a/_site/session/2016/06/11/056.html +++ b/_site/session/2016/06/11/056.html @@ -8,9 +8,9 @@ Scope @ MIRA Berlin - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                        Spread the word

                                                                                                        @@ -1583,7 +1583,7 @@
                                                                                                        -
                                                                                                        -
                                                                                                        -
                                                                                                          +
                                                                                                            @@ -1624,9 +1624,9 @@
                                                                                                            @@ -1642,7 +1642,7 @@
                                                                                                            - +
                                                                                                            @@ -1656,7 +1656,7 @@ - Website + Website @@ -1676,7 +1676,7 @@
                                                                                                            - +
                                                                                                            @@ -1690,11 +1690,11 @@ - Website + Website
                                                                                                            - Artist video + Artist video
                                                                                                            @@ -1713,7 +1713,7 @@
                                                                                                            - +
                                                                                                            @@ -1727,11 +1727,11 @@ - Website + Website
                                                                                                            - Artist video + Artist video diff --git a/_site/session/2016/11/10/060.html b/_site/session/2016/11/10/060.html index f3516597..6e8cf4f0 100644 --- a/_site/session/2016/11/10/060.html +++ b/_site/session/2016/11/10/060.html @@ -8,9 +8,9 @@ 060 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                            Spread the word

                                                                                                            @@ -1583,7 +1583,7 @@
                                                                                                            -
                                                                                                            -
                                                                                                              +
                                                                                                                @@ -1624,9 +1624,9 @@
                                                                                                                @@ -1642,7 +1642,7 @@
                                                                                                                - +
                                                                                                                @@ -1656,11 +1656,11 @@ - Website + Website
                                                                                                                - Artist video + Artist video
                                                                                                                @@ -1679,7 +1679,7 @@
                                                                                                                - +
                                                                                                                @@ -1693,11 +1693,11 @@ - Website + Website
                                                                                                                - Artist video + Artist video
                                                                                                                @@ -1716,7 +1716,7 @@
                                                                                                                - +
                                                                                                                @@ -1730,11 +1730,11 @@ - Website + Website
                                                                                                                - Artist video + Artist video diff --git a/_site/session/2017/01/28/Vorspiel.html b/_site/session/2017/01/28/Vorspiel.html index 6ee284f7..b2e78ee2 100644 --- a/_site/session/2017/01/28/Vorspiel.html +++ b/_site/session/2017/01/28/Vorspiel.html @@ -8,9 +8,9 @@ Transmediale Vorspiel special event - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                Spread the word

                                                                                                                @@ -1598,9 +1598,9 @@
                                                                                                                @@ -1616,7 +1616,7 @@
                                                                                                                - +
                                                                                                                @@ -1630,7 +1630,7 @@ - Website + Website @@ -1656,8 +1656,8 @@

                                                                                                                Discover more

                                                                                                                - #61: December 8th, 2016 061 - #62: February 09th, 2017 062 + #61: December 8th, 2016 061 + #62: February 09th, 2017 062
                                                                                                                diff --git a/_site/session/2017/02/09/062.html b/_site/session/2017/02/09/062.html index e8fe9618..646637ec 100644 --- a/_site/session/2017/02/09/062.html +++ b/_site/session/2017/02/09/062.html @@ -8,9 +8,9 @@ 062 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                Spread the word

                                                                                                                @@ -1583,7 +1583,7 @@
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                -
                                                                                                                  +
                                                                                                                    @@ -1617,9 +1617,9 @@
                                                                                                                    @@ -1635,7 +1635,7 @@
                                                                                                                    - +
                                                                                                                    @@ -1650,11 +1650,11 @@ Musician and composer Paulius Kilbauskas known in the independent, experimental - Website + Website
                                                                                                                    - Artist video + Artist video
                                                                                                                    @@ -1673,7 +1673,7 @@ Musician and composer Paulius Kilbauskas known in the independent, experimental
                                                                                                                    - +
                                                                                                                    @@ -1689,11 +1689,11 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat - Website + Website
                                                                                                                    - Artist video + Artist video
                                                                                                                    @@ -1740,8 +1740,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat

                                                                                                                    Discover more

                                                                                                                    - #73: April 12th, 2018 073 - #9: June 15th, 2018 Scope turns 7! + #73: April 12th, 2018 073 + #9: June 15th, 2018 Scope turns 7!
                                                                                                                    diff --git a/_site/session/2018/06/15/7th_birthday.html b/_site/session/2018/06/15/7th_birthday.html index a8955a86..2e6ceac2 100644 --- a/_site/session/2018/06/15/7th_birthday.html +++ b/_site/session/2018/06/15/7th_birthday.html @@ -8,9 +8,9 @@ Scope turns 7! - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                    Spread the word

                                                                                                                    @@ -1612,9 +1612,9 @@
                                                                                                                    @@ -1630,7 +1630,7 @@
                                                                                                                    - +
                                                                                                                    @@ -1644,7 +1644,7 @@ - Website + Website @@ -1659,7 +1659,7 @@
                                                                                                                    - +
                                                                                                                    @@ -1673,7 +1673,7 @@ - Website + Website @@ -1688,7 +1688,7 @@
                                                                                                                    - +
                                                                                                                    @@ -1702,7 +1702,7 @@ - Website + Website @@ -1728,8 +1728,8 @@

                                                                                                                    Discover more

                                                                                                                    - #74: May 10th, 2018 074 - #75: September 13th, 2018 075 + #74: May 10th, 2018 074 + #75: September 13th, 2018 075
                                                                                                                    diff --git a/_site/session/2018/09/13/075.html b/_site/session/2018/09/13/075.html index 4743e5ef..fa19ddb4 100644 --- a/_site/session/2018/09/13/075.html +++ b/_site/session/2018/09/13/075.html @@ -8,9 +8,9 @@ 075 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                    Spread the word

                                                                                                                    @@ -1583,7 +1583,7 @@
                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                    -
                                                                                                                      +
                                                                                                                        @@ -1609,9 +1609,9 @@
                                                                                                                        @@ -1627,7 +1627,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1638,7 +1638,7 @@ - Website + Website @@ -1653,7 +1653,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1665,7 +1665,7 @@ Topics of her talk will be Art & Science, Neuroscience, Cognitive Psychology, Re - Website + Website @@ -1691,8 +1691,8 @@ Topics of her talk will be Art & Science, Neuroscience, Cognitive Psychology, Re

                                                                                                                        Discover more

                                                                                                                        - #79: January 10th, 2019 079 - #83: May 9th, 2019 083 + #79: January 10th, 2019 079 + #83: May 9th, 2019 083
                                                                                                                        diff --git a/_site/session/2019/05/09/083.html b/_site/session/2019/05/09/083.html index 41e586e2..a5b4dda0 100644 --- a/_site/session/2019/05/09/083.html +++ b/_site/session/2019/05/09/083.html @@ -8,9 +8,9 @@ 083 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1583,7 +1583,7 @@
                                                                                                                    -
                                                                                                                      +
                                                                                                                        @@ -1613,9 +1613,9 @@
                                                                                                                        @@ -1631,7 +1631,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1642,7 +1642,7 @@ - Website + Website @@ -1657,7 +1657,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1670,7 +1670,7 @@ This talk will be dedicated to present some recent works and collaborations circ - Website + Website @@ -1696,8 +1696,8 @@ This talk will be dedicated to present some recent works and collaborations circ

                                                                                                                        Discover more

                                                                                                                        - #80: February 7th, 2019 080 - #84: June 13th, 2019 084 + #80: February 7th, 2019 080 + #84: June 13th, 2019 084
                                                                                                                        diff --git a/_site/session/2019/06/13/084.html b/_site/session/2019/06/13/084.html index c27e8f0d..7ae6a586 100644 --- a/_site/session/2019/06/13/084.html +++ b/_site/session/2019/06/13/084.html @@ -8,9 +8,9 @@ 084 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1583,7 +1583,7 @@
                                                                                                                    -
                                                                                                                      +
                                                                                                                        @@ -1611,9 +1611,9 @@
                                                                                                                        @@ -1629,7 +1629,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1640,7 +1640,7 @@ - Website + Website @@ -1655,7 +1655,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1669,7 +1669,7 @@ With a background in environmental science, his work revolves around the interse - Website + Website @@ -1695,8 +1695,8 @@ With a background in environmental science, his work revolves around the interse

                                                                                                                        Discover more

                                                                                                                        - #83: May 9th, 2019 083 - #86: October 10th, 2019 086 + #83: May 9th, 2019 083 + #86: October 10th, 2019 086
                                                                                                                        diff --git a/_site/session/2019/10/10/086.html b/_site/session/2019/10/10/086.html index b8e63195..573a45b7 100644 --- a/_site/session/2019/10/10/086.html +++ b/_site/session/2019/10/10/086.html @@ -8,9 +8,9 @@ 086 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1583,7 +1583,7 @@
                                                                                                                    -
                                                                                                                    -
                                                                                                                      +
                                                                                                                        @@ -1615,9 +1615,9 @@
                                                                                                                        @@ -1633,7 +1633,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1645,7 +1645,7 @@ David will present a theoretical & historical introduction into Ken Perlin and h - Website + Website @@ -1660,7 +1660,7 @@ David will present a theoretical & historical introduction into Ken Perlin and h
                                                                                                                        - +
                                                                                                                        @@ -1672,7 +1672,7 @@ Her talk will cover topics ranging from sound art, climate crisis, working with - Website + Website @@ -1698,8 +1698,8 @@ Her talk will cover topics ranging from sound art, climate crisis, working with

                                                                                                                        Discover more

                                                                                                                        - #86: October 10th, 2019 086 - #88: December 5th, 2019 088 + #86: October 10th, 2019 086 + #88: December 5th, 2019 088
                                                                                                                        diff --git a/_site/session/2019/12/05/088.html b/_site/session/2019/12/05/088.html index 168dbc54..0a703afa 100644 --- a/_site/session/2019/12/05/088.html +++ b/_site/session/2019/12/05/088.html @@ -8,9 +8,9 @@ 088 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1583,7 +1583,7 @@
                                                                                                                    -
                                                                                                                      +
                                                                                                                        @@ -1621,9 +1621,9 @@
                                                                                                                        @@ -1639,7 +1639,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1652,11 +1652,11 @@ MindBuffer's talk will be about their work with creative coding, audiovisual gen - Website + Website
                                                                                                                        - Artist video + Artist video @@ -1670,7 +1670,7 @@ MindBuffer's talk will be about their work with creative coding, audiovisual gen
                                                                                                                        - +
                                                                                                                        @@ -1682,7 +1682,7 @@ Ramses will talk about his work in creating visual art, computer graphics, inter - Website + Website @@ -1708,8 +1708,8 @@ Ramses will talk about his work in creating visual art, computer graphics, inter

                                                                                                                        Discover more

                                                                                                                        - #87: November 1st, 2019 087 - #89: February 13th, 2020 089 + #87: November 1st, 2019 087 + #89: February 13th, 2020 089
                                                                                                                        diff --git a/_site/session/2020/02/13/089.html b/_site/session/2020/02/13/089.html index fb17f874..ca633641 100644 --- a/_site/session/2020/02/13/089.html +++ b/_site/session/2020/02/13/089.html @@ -8,9 +8,9 @@ 089 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1583,7 +1583,7 @@
                                                                                                                    -
                                                                                                                      +
                                                                                                                        @@ -1605,9 +1605,9 @@
                                                                                                                        @@ -1623,7 +1623,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1635,11 +1635,11 @@ Their recent work includes projects 'Utopias: Navigating Without Coordinates', a - Website + Website
                                                                                                                        - Artist video + Artist video @@ -1653,7 +1653,7 @@ Their recent work includes projects 'Utopias: Navigating Without Coordinates', a
                                                                                                                        - +
                                                                                                                        @@ -1667,11 +1667,11 @@ A MAZE. invites artists and creatives from diverse fields to share their vision - Website + Website
                                                                                                                        - Artist video + Artist video @@ -1696,7 +1696,7 @@ A MAZE. invites artists and creatives from diverse fields to share their vision

                                                                                                                        Discover more

                                                                                                                        - #88: December 5th, 2019 088 + #88: December 5th, 2019 088
                                                                                                                        diff --git a/_site/special/2010/06/01/visualberlinFestival.html b/_site/special/2010/06/01/visualberlinFestival.html index 35107c34..4d7457c5 100644 --- a/_site/special/2010/06/01/visualberlinFestival.html +++ b/_site/special/2010/06/01/visualberlinFestival.html @@ -8,9 +8,9 @@ visualberlinFestival - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1688,9 +1688,9 @@
                                                                                                                        @@ -1706,7 +1706,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1721,7 +1721,7 @@ - Website + Website @@ -1741,7 +1741,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1754,7 +1754,7 @@ Audiovisual live act of the CODE36 DVD. A strange fusion of techno music and sil - Website + Website @@ -1774,7 +1774,7 @@ Audiovisual live act of the CODE36 DVD. A strange fusion of techno music and sil
                                                                                                                        - +
                                                                                                                        @@ -1789,7 +1789,7 @@ Audiovisual live act of the CODE36 DVD. A strange fusion of techno music and sil - Website + Website @@ -1809,7 +1809,7 @@ Audiovisual live act of the CODE36 DVD. A strange fusion of techno music and sil
                                                                                                                        - +
                                                                                                                        @@ -1832,7 +1832,7 @@ As per usual in his presentation this comes with a heavy dose of utopianism and
                                                                                                                        - +
                                                                                                                        @@ -1844,7 +1844,7 @@ As per usual in his presentation this comes with a heavy dose of utopianism and - Website + Website @@ -1864,7 +1864,7 @@ As per usual in his presentation this comes with a heavy dose of utopianism and
                                                                                                                        - +
                                                                                                                        @@ -1877,7 +1877,7 @@ visual hardrock since 2001.. sinsynplus starts vjing and visual arts back in 200 - Website + Website @@ -1897,7 +1897,7 @@ visual hardrock since 2001.. sinsynplus starts vjing and visual arts back in 200
                                                                                                                        - +
                                                                                                                        @@ -1918,7 +1918,7 @@ visual hardrock since 2001.. sinsynplus starts vjing and visual arts back in 200
                                                                                                                        - +
                                                                                                                        @@ -1941,7 +1941,7 @@ TRIoon is an international collaboration between producer/musicians Dr.Nojoke (G
                                                                                                                        - +
                                                                                                                        @@ -1953,7 +1953,7 @@ TRIoon is an international collaboration between producer/musicians Dr.Nojoke (G - Website + Website @@ -1984,7 +1984,7 @@ TRIoon is an international collaboration between producer/musicians Dr.Nojoke (G

                                                                                                                        Discover more

                                                                                                                        - #1: July 07th, 2011 001 + #1: July 07th, 2011 001
                                                                                                                        diff --git a/_site/special/2011/12/11/Freemote.html b/_site/special/2011/12/11/Freemote.html index f7bb47bf..e5562dd8 100644 --- a/_site/special/2011/12/11/Freemote.html +++ b/_site/special/2011/12/11/Freemote.html @@ -8,9 +8,9 @@ Scope @ Freemote - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1628,9 +1628,9 @@
                                                                                                                        @@ -1646,7 +1646,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1657,7 +1657,7 @@ - Website + Website @@ -1677,7 +1677,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1688,7 +1688,7 @@ - Website + Website @@ -1708,7 +1708,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1719,7 +1719,7 @@ - Website + Website @@ -1739,7 +1739,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1750,7 +1750,7 @@ - Website + Website @@ -1770,7 +1770,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1781,7 +1781,7 @@ - Website + Website @@ -1812,8 +1812,8 @@

                                                                                                                        Discover more

                                                                                                                        - #09: November 17th, 2011 009 - #10: January 10th, 2012 010 + #09: November 17th, 2011 009 + #10: January 10th, 2012 010
                                                                                                                        diff --git a/_site/special/2012/03/23/B-Seite.html b/_site/special/2012/03/23/B-Seite.html index 732f1b65..7e6cabd2 100644 --- a/_site/special/2012/03/23/B-Seite.html +++ b/_site/special/2012/03/23/B-Seite.html @@ -8,9 +8,9 @@ Scope @ B-Seite - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1637,7 +1637,7 @@
                                                                                                                        @@ -1653,7 +1653,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1664,7 +1664,7 @@ - Website + Website @@ -1684,7 +1684,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1695,7 +1695,7 @@ - Website + Website @@ -1715,7 +1715,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1726,7 +1726,7 @@ - Website + Website @@ -1741,7 +1741,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1752,7 +1752,7 @@ - Website + Website @@ -1783,8 +1783,8 @@

                                                                                                                        Discover more

                                                                                                                        - #12: March 08th, 2012 012 - #13: April 12th, 2012 013 + #12: March 08th, 2012 012 + #13: April 12th, 2012 013
                                                                                                                        diff --git a/_site/special/2014/03/23/B-Seite.html b/_site/special/2014/03/23/B-Seite.html index 539eae26..f948f566 100644 --- a/_site/special/2014/03/23/B-Seite.html +++ b/_site/special/2014/03/23/B-Seite.html @@ -8,9 +8,9 @@ Scope @ B-Seite - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1611,7 +1611,7 @@
                                                                                                                        @@ -1627,7 +1627,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1638,7 +1638,7 @@ - Website + Website @@ -1658,7 +1658,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1669,7 +1669,7 @@ - Website + Website @@ -1700,8 +1700,8 @@

                                                                                                                        Discover more

                                                                                                                        - #30: March 20th, 2014 B-Seite Mannheim - #31: April 10th, 2014 031 + #30: March 20th, 2014 B-Seite Mannheim + #31: April 10th, 2014 031
                                                                                                                        diff --git a/_site/spektrum/2015/10/09/048s.html b/_site/spektrum/2015/10/09/048s.html index 951e9104..830eddb0 100644 --- a/_site/spektrum/2015/10/09/048s.html +++ b/_site/spektrum/2015/10/09/048s.html @@ -8,9 +8,9 @@ A-li-ce / Swub, Klara Ravat / Circuit Splash #47 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1605,7 +1605,7 @@
                                                                                                                        @@ -1621,7 +1621,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1636,7 +1636,7 @@ Circuit Splash is an ambient project with a touch of glitch, experimentation, dr - Website + Website
                                                                                                                        @@ -1656,7 +1656,7 @@ Circuit Splash is an ambient project with a touch of glitch, experimentation, dr
                                                                                                                        - +
                                                                                                                        @@ -1670,7 +1670,7 @@ Circuit Splash is an ambient project with a touch of glitch, experimentation, dr - Website + Website
                                                                                                                        @@ -1701,8 +1701,8 @@ Circuit Splash is an ambient project with a touch of glitch, experimentation, dr

                                                                                                                        Discover more

                                                                                                                        - #48: October 8th, 2015 048 - #49: November 12th, 2015 049 + #48: October 8th, 2015 048 + #49: November 12th, 2015 049
                                                                                                                        diff --git a/_site/spektrum/2018/01/12/070s.html b/_site/spektrum/2018/01/12/070s.html index 80fd4218..bed64f0a 100644 --- a/_site/spektrum/2018/01/12/070s.html +++ b/_site/spektrum/2018/01/12/070s.html @@ -8,9 +8,9 @@ Scope Presents: Markus Mehr / Stefanie Sixt #406 - - - + + + @@ -1555,10 +1555,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1598,9 +1598,9 @@
                                                                                                                        @@ -1616,7 +1616,7 @@
                                                                                                                        - +
                                                                                                                        @@ -1634,7 +1634,7 @@ Markus Mehr is a composer. one focus of his compositions lies in sculpting of so - Website + Website
                                                                                                                        @@ -1665,8 +1665,8 @@ Markus Mehr is a composer. one focus of his compositions lies in sculpting of so

                                                                                                                        Discover more

                                                                                                                        - #70: December 14th, 2017 070 - #71: February 8th, 2018 071 + #70: December 14th, 2017 070 + #71: February 8th, 2018 071
                                                                                                                        diff --git a/_site/spektrum/index.html b/_site/spektrum/index.html index 54970776..9a389c76 100644 --- a/_site/spektrum/index.html +++ b/_site/spektrum/index.html @@ -9,9 +9,9 @@ Spektrum - - - + + + @@ -1556,10 +1556,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1642,7 +1642,7 @@
                                                                                                                        - +

                                                                                                                        #2

                                                                                                                        January 12th, 2018

                                                                                                                        @@ -1666,9 +1666,9 @@
                                                                                                                        @@ -1684,21 +1684,22 @@
                                                                                                                        - +

                                                                                                                        Markus Mehr, Stefanie Sixt / DYSCHRONIA – LIVE AV

                                                                                                                        +

                                                                                                                        Time is money? Or is time not just simply time? Our perception of time seems to be a driven one, a disturbed and an acceleratingly unhealthy one. Instead of living in the now and perceiving the things being around us, we are hunting from one appointment to another, on top of it every free second ...

                                                                                                                        - Website + Website
                                                                                                                        - Artist video + Artist video
                                                                                                                        @@ -1792,7 +1793,7 @@
                                                                                                                        - +

                                                                                                                        #1

                                                                                                                        October 9th, 2015

                                                                                                                        @@ -1823,7 +1824,7 @@
                                                                                                                        @@ -1839,21 +1840,22 @@
                                                                                                                        - +

                                                                                                                        Klara Ravat, Circuit Splash / Tief - A/V by Klara Ravat & Circuit Splash

                                                                                                                        +

                                                                                                                        Tief is an atmospheric audio-visual live set composed by the sound artist Circuit Splash and experimental filmmaker and olfactory artist Klara Ravat. Together they generate a tranquil transition between frames, grain and noise. For this performance the duo will be playing with scent in combinatio...

                                                                                                                        - Website + Website
                                                                                                                        - Artist video + Artist video
                                                                                                                        @@ -1866,21 +1868,22 @@
                                                                                                                        - +

                                                                                                                        A-li-ce,Swub / Intruders

                                                                                                                        +

                                                                                                                        Based on amateur and family film archives from the 1920's to present times, Intruders is an audio- visual memory remix of anonymous stories and portraits, a dancing conversation with our own ghosts. Attracted by nostalgia and voyeurism, we are led into a time travel in which we are increasingly f...

                                                                                                                        - Website + Website
                                                                                                                        - Artist video + Artist video
                                                                                                                        diff --git a/_site/video/index.html b/_site/video/index.html index 6919cdd4..ead29282 100644 --- a/_site/video/index.html +++ b/_site/video/index.html @@ -9,9 +9,9 @@ Video showcase - - - + + + @@ -1556,10 +1556,10 @@

                                                                                                                        Spread the word

                                                                                                                        @@ -1788,24 +1788,26 @@ -
                                                                                                                        -
                                                                                                                        Amberscope
                                                                                                                        -
                                                                                                                        -

                                                                                                                        audiovisuals of fossilized history

                                                                                                                        Session #74, May 10th, 2018: Amberscope / http://www.lightforms.lt – The Amberscope team will present the story of the project and unveil the secret of the amber beamer. Hopefully it will become an open disscussion where visual artist Linas Kutavičius and musician/composer Paulius Kilbauskas will disscuss their practices in a wider sense.

                                                                                                                        Visual artist Linas Kutavičius known for his light instalations shaping the public spaces of the venues and festivals in Lithuania for the last fifteen years. Big size geometric and sculptural light instalations became trademark of him. Last couple of years Linas Kutavičius started experiments with the focused lightbeam projecting the natural Baltic amber by his original design devices. In collaboration with Paulius Kilbauskas it became an Amberscope project. + +

                                                                                                                        +
                                                                                                                        Amberscope
                                                                                                                        +
                                                                                                                        +

                                                                                                                        audiovisuals of fossilized history

                                                                                                                        Session #74, May 10th, 2018: Amberscope / http://www.lightforms.lt – The Amberscope team will present the story of the project and unveil the secret of the amber beamer. Hopefully it will become an open disscussion where visual artist Linas Kutavičius and musician/composer Paulius Kilbauskas will disscuss their practices in a wider sense.

                                                                                                                        Visual artist Linas Kutavičius known for his light instalations shaping the public spaces of the venues and festivals in Lithuania for the last fifteen years. Big size geometric and sculptural light instalations became trademark of him. Last couple of years Linas Kutavičius started experiments with the focused lightbeam projecting the natural Baltic amber by his original design devices. In collaboration with Paulius Kilbauskas it became an Amberscope project. Musician and composer Paulius Kilbauskas known in the independent, experimental music scene of Lithuania since late nineties, made a long way in electronic music by connecting instrumental sound with the the digital and analog extensions. Lately known for his works in film industry by making soundtracks for movies and documentaries. His organic synthesized sound becomes the storyteller of the Amberscope.

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        M. Kardinal & Monocube
                                                                                                                        -
                                                                                                                        -

                                                                                                                        APPARITIONS: III. Substratum

                                                                                                                        Session #74, May 10th, 2018: M. Kardinal & Monocube / http://segmentederwirklichkeit.de/Apparitions_2 – APPARITIONS: III. Substratum, the audiovisual performance of M. Kardinal & Monocube is the third part of APPARITIONS series to reflect and embody elusive happenings beyond human’s perception using analog technique. + +

                                                                                                                        +
                                                                                                                        M. Kardinal & Monocube
                                                                                                                        +
                                                                                                                        +

                                                                                                                        APPARITIONS: III. Substratum

                                                                                                                        Session #74, May 10th, 2018: M. Kardinal & Monocube / http://segmentederwirklichkeit.de/Apparitions_2 – APPARITIONS: III. Substratum, the audiovisual performance of M. Kardinal & Monocube is the third part of APPARITIONS series to reflect and embody elusive happenings beyond human’s perception using analog technique. In their talk, M. Kardinal and Monocube will talk about their collaboration and work process.

                                                                                                                        M. Kardinal is a visual artist based in Berlin (DE). Her work has been internationally exhibited, screened, performed live and discussed since 2004 across Europe, North America and New Zealand. She has collaborated with various musicians and artists from Galicia (Spain), Germany, Italy, Ukraine, Canada and the United States. http://segmentederwirklichkeit.de/ Monocube is a Ukrainian dark ambient act, being active since 2008. He participated “Drone Mind“ LP compilation series on Drone Records (DE) and released the full length album on Malignant Records (US). Since 2017 Monocube collaborated with M. Kardinal and various international artists from Germany, Sweden, Finland and Norway. Currently a new album is being prepared for the release on Malignant Records and Cyclic Law. http://monocubeofficial.com/

                                                                                                                        -
                                                                                                                        +
                                                                                                                        @@ -1897,31 +1899,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Susi Sie
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Between Art and Science

                                                                                                                        Session #61, December 8th, 2016: Susi Sie / http://www.susisie.de – Introduction, background, how I came to the idea of filming liquids and particles, why working strictly analog, showreel, photos of working process, studio, private projects, client projects.

                                                                                                                        SUSI SIE (1982) is a Berlin-based artist whose work moves between the fields of art and science. She is on a mission to explore the physical and mathematical nature of unusual forms, substances and materials
to show the hidden beauty and magic of our natural world that constantly surrounds us. Strictly applying analog techniques and refusing any computer animations or effects, Susi Sie’s haptic and detailed work is above all a highly personal study of the genuineness, perception and authenticity of things. Susi Sie’s work has been featured by internationally renowned online platforms such as Fubiz, Gizmodo, The Creators Project, This Is Colossal, Motionographer and Arte Creative, has been exhibited around the globe (New York, London, Paris, Rome, Sao Paulo, Norway) and won several Vimeo Staff Picks and awards at international film festivals. She studied video art in Maastricht (2002-2006) and worked in a Cologne-based post production agency (2006-2011). Since 2011 she works as a freelance director, DoP and editor. She does what she loves. And loves what she does.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Susi Sie
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Between Art and Science

                                                                                                                        Session #61, December 8th, 2016: Susi Sie / http://www.susisie.de – Introduction, background, how I came to the idea of filming liquids and particles, why working strictly analog, showreel, photos of working process, studio, private projects, client projects.

                                                                                                                        SUSI SIE (1982) is a Berlin-based artist whose work moves between the fields of art and science. She is on a mission to explore the physical and mathematical nature of unusual forms, substances and materials
to show the hidden beauty and magic of our natural world that constantly surrounds us. Strictly applying analog techniques and refusing any computer animations or effects, Susi Sie’s haptic and detailed work is above all a highly personal study of the genuineness, perception and authenticity of things. Susi Sie’s work has been featured by internationally renowned online platforms such as Fubiz, Gizmodo, The Creators Project, This Is Colossal, Motionographer and Arte Creative, has been exhibited around the globe (New York, London, Paris, Rome, Sao Paulo, Norway) and won several Vimeo Staff Picks and awards at international film festivals. She studied video art in Maastricht (2002-2006) and worked in a Cologne-based post production agency (2006-2011). Since 2011 she works as a freelance director, DoP and editor. She does what she loves. And loves what she does.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Quadrature
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Personal views on objective data

                                                                                                                        Session #61, December 8th, 2016: Quadrature / http://www.quadrature.co/ – Quadrature will speak about their current works and projects, possible cooperations between art and science from an artist perspective, artistic practice in relation to data as material.

                                                                                                                        Quadrature is a collective for arts, light and robotics. The emphasis of our work is on the intersection of the physical and digital worlds and of art and science. The three members Jan Bernstein, Juliane Götz and Sebastian Neitsch met 10 years ago at the Kunsthochschule Burg Giebichenstein in Halle/Saale, Germany. Six years ago the first collaboration resulted in the wish to join forces and formulate a common artistic practice. Since 2012 all three members of Quadrature finally live and work in Berlin. They all share a love of machines and outer space.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Quadrature
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Personal views on objective data

                                                                                                                        Session #61, December 8th, 2016: Quadrature / http://www.quadrature.co/ – Quadrature will speak about their current works and projects, possible cooperations between art and science from an artist perspective, artistic practice in relation to data as material.

                                                                                                                        Quadrature is a collective for arts, light and robotics. The emphasis of our work is on the intersection of the physical and digital worlds and of art and science. The three members Jan Bernstein, Juliane Götz and Sebastian Neitsch met 10 years ago at the Kunsthochschule Burg Giebichenstein in Halle/Saale, Germany. Six years ago the first collaboration resulted in the wish to join forces and formulate a common artistic practice. Since 2012 all three members of Quadrature finally live and work in Berlin. They all share a love of machines and outer space.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Doron Sadja
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Mapping the Perceptual Landscape

                                                                                                                        Session #61, December 8th, 2016: Doron Sadja / http://www.doron.sadja.com – In 'Mapping the Perceptual Landscape', Doron Sadja will give an overview of his practice followed by a discussion of auditory and visual phenomena, approaches to site specific performance, and the importance of losing control of your electronic instruments.

                                                                                                                        Doron Sadja is an American artist, composer, and curator whose work explores modes of perception and the experience of sound, light, and space. Often working with multi-channel spatialized sound, smoke machines, and high intensity lights, Sadja combines pristine electronics with lush romantic synthesizers, dense noise, and immersive light projections to create hyper-emotive sonic architecture. Although each of Sadja’s works are striking in their singular and focused approach, his output is diverse: spanning everything from 25 speaker sound works to stroboscopic smoke and light shows, 360 degree projection pieces, and custom built motorized speaker systems that can precisely track sound around a room. Sadja founded Shinkoyo Records and the West Nile performance space in Brooklyn (RIP), and currently runs the Sound Portraits lecture/listening series in Berlin. Sadja studied Technology in Music and Related Arts at the Oberlin Conservatory of Music, and received his MFA in Sound Art from Bard College where he studied with Maryanne Amacher, Marina Rosenfeld, and David Behrman.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Doron Sadja
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Mapping the Perceptual Landscape

                                                                                                                        Session #61, December 8th, 2016: Doron Sadja / http://www.doron.sadja.com – In 'Mapping the Perceptual Landscape', Doron Sadja will give an overview of his practice followed by a discussion of auditory and visual phenomena, approaches to site specific performance, and the importance of losing control of your electronic instruments.

                                                                                                                        Doron Sadja is an American artist, composer, and curator whose work explores modes of perception and the experience of sound, light, and space. Often working with multi-channel spatialized sound, smoke machines, and high intensity lights, Sadja combines pristine electronics with lush romantic synthesizers, dense noise, and immersive light projections to create hyper-emotive sonic architecture. Although each of Sadja’s works are striking in their singular and focused approach, his output is diverse: spanning everything from 25 speaker sound works to stroboscopic smoke and light shows, 360 degree projection pieces, and custom built motorized speaker systems that can precisely track sound around a room. Sadja founded Shinkoyo Records and the West Nile performance space in Brooklyn (RIP), and currently runs the Sound Portraits lecture/listening series in Berlin. Sadja studied Technology in Music and Related Arts at the Oberlin Conservatory of Music, and received his MFA in Sound Art from Bard College where he studied with Maryanne Amacher, Marina Rosenfeld, and David Behrman.

                                                                                                                        +
                                                                                                                        @@ -1933,31 +1938,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Gajek
                                                                                                                        -
                                                                                                                        -

                                                                                                                        How paintings obtain another dimension.

                                                                                                                        Session #59, October 13th, 2016: Gajek / http://www.agnieszkagajewska.com – Overview of past and current projects in painting involving 3D technique, creation process, how the utilized 3D anaglyph technique works, previous works in performance, silkprint, installation and painting.

                                                                                                                        Agnieszka Gajewska aka Gajek, born in Chorzów, Poland in 1982. Lived in Brussels, Belgium, 2010-2015. Lives in Mannheim, Germany since 2016. Graduated from Fine Arts Academy in Gdańsk, Painting and Serigraphy in 2008. Studied Painting at the Marmara University in 2007/2008.Gajek applies different 'optical' techniques, that has not been used so far in painting. She adapts them as a tool to highlight the message hidden in the work. This gives an extra aesthetic and emotional experience. Her works do not allow viewer to pass without getting a bit closer and contemplate a while. The main subject is people and emotions, often embodied by animals. Winner of the 'Minister of Culture and National Heritage Prize' (best master diploma in Painting in Poland), 2008. Award nominee for 'Creators of Culture in Gdańsk 2009' and 'Storm of the Year 2009'. Polish representative at the 'XIV Biennale of Young Artists from Europe and the Mediterranean' (BJCEM) in Skopje, Macedonia, 2009 and at the Biennale 'XIII BJCEM' in Bari, Italy, 2008. Received many cultural scholarships and grants in Poland. Numerous national and international exhibitions.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Gajek
                                                                                                                        +
                                                                                                                        +

                                                                                                                        How paintings obtain another dimension.

                                                                                                                        Session #59, October 13th, 2016: Gajek / http://www.agnieszkagajewska.com – Overview of past and current projects in painting involving 3D technique, creation process, how the utilized 3D anaglyph technique works, previous works in performance, silkprint, installation and painting.

                                                                                                                        Agnieszka Gajewska aka Gajek, born in Chorzów, Poland in 1982. Lived in Brussels, Belgium, 2010-2015. Lives in Mannheim, Germany since 2016. Graduated from Fine Arts Academy in Gdańsk, Painting and Serigraphy in 2008. Studied Painting at the Marmara University in 2007/2008.Gajek applies different 'optical' techniques, that has not been used so far in painting. She adapts them as a tool to highlight the message hidden in the work. This gives an extra aesthetic and emotional experience. Her works do not allow viewer to pass without getting a bit closer and contemplate a while. The main subject is people and emotions, often embodied by animals. Winner of the 'Minister of Culture and National Heritage Prize' (best master diploma in Painting in Poland), 2008. Award nominee for 'Creators of Culture in Gdańsk 2009' and 'Storm of the Year 2009'. Polish representative at the 'XIV Biennale of Young Artists from Europe and the Mediterranean' (BJCEM) in Skopje, Macedonia, 2009 and at the Biennale 'XIII BJCEM' in Bari, Italy, 2008. Received many cultural scholarships and grants in Poland. Numerous national and international exhibitions.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Martìn Romeo
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Ephemera - immaterial work

                                                                                                                        Session #59, October 13th, 2016: Martìn Romeo / http://www.martinromeo.com/ – The artist will show his latest work Ephemera - interactive olfactory installation, which consists in distill the real world in data that take on new olfative return. The audiences will be invited to follow the next Interactive Art workshop to be held on October 16 at Artistic Workshop Series.

                                                                                                                        Martín Romeo is an Italian-Argentine multimedia artist-based in Venice, whose research is directed to interactive art ranging from video installations and dance performances. Artistic director and founder of the Toolkit Festival of Venice, he presented his work in various European and international contexts. He teaches new artistic forms connected to interactive technology, among others, in Belgium, China, Italy and Netherlands.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Martìn Romeo
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Ephemera - immaterial work

                                                                                                                        Session #59, October 13th, 2016: Martìn Romeo / http://www.martinromeo.com/ – The artist will show his latest work Ephemera - interactive olfactory installation, which consists in distill the real world in data that take on new olfative return. The audiences will be invited to follow the next Interactive Art workshop to be held on October 16 at Artistic Workshop Series.

                                                                                                                        Martín Romeo is an Italian-Argentine multimedia artist-based in Venice, whose research is directed to interactive art ranging from video installations and dance performances. Artistic director and founder of the Toolkit Festival of Venice, he presented his work in various European and international contexts. He teaches new artistic forms connected to interactive technology, among others, in Belgium, China, Italy and Netherlands.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Kiritan Flux
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Performing in Physical and Mental Space

                                                                                                                        Session #59, October 13th, 2016: Kiritan Flux / http://flux.vision/ – Throughout my work in the field of improvised live video art ('VJing') one special focus has always been the 'set and setting' of the performance. Who am I besides the operator of my instruments? In which local and cultural context do I present my art right now? I deliberately use such questions as prime inspiration for conceptual live performances unique to the place of their presentation and my subjective reception of that place. 'Place' in a spatial and also geographical sense. In my talk I will present a selection of my past and current work related to this concept.

                                                                                                                        Kiritan Flux works as a live visual artist and expanded-media producer since 2004. His artistic work ranges from VJ shows at prominent techno events such as TimeWarp (DE), or Sonus Festival (HR) to more conceptual live-cinema performances tailored to their unique local context. In addition to artistic works, he co-curates the monthly artist talk event Scope Sessions in Berlin.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Kiritan Flux
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Performing in Physical and Mental Space

                                                                                                                        Session #59, October 13th, 2016: Kiritan Flux / http://flux.vision/ – Throughout my work in the field of improvised live video art ('VJing') one special focus has always been the 'set and setting' of the performance. Who am I besides the operator of my instruments? In which local and cultural context do I present my art right now? I deliberately use such questions as prime inspiration for conceptual live performances unique to the place of their presentation and my subjective reception of that place. 'Place' in a spatial and also geographical sense. In my talk I will present a selection of my past and current work related to this concept.

                                                                                                                        Kiritan Flux works as a live visual artist and expanded-media producer since 2004. His artistic work ranges from VJ shows at prominent techno events such as TimeWarp (DE), or Sonus Festival (HR) to more conceptual live-cinema performances tailored to their unique local context. In addition to artistic works, he co-curates the monthly artist talk event Scope Sessions in Berlin.

                                                                                                                        +
                                                                                                                        @@ -1981,41 +1989,45 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Lauren Moffatt
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #56, June 11, 2016: Lauren Moffatt / – Lauren Moffatt will speak about her experiences producing virtual reality in an art context, including the struggle to develop a visual language for the medium, the awkward meeting of the gaming and film industries, and the stampede to develop content and services in time for the projected boom. Lauren Moffatt is an Australian artist currently living in Berlin and working between video, performance and immersive technologies. She is interested in how the dimension of depth in digital moving image can be used as a storytelling device. Her works, often presented in multiple forms, explore contemporary subjectivity and connected bodies as well as the limits between virtual and physical worlds. Over a number of years she has developed a body of work pivoting on stereoscopic photography and video and informed by the history of cinema and broadcast technologies. Her works have been screened and exhibited most recently at Centrale for Contemporary Art in Brussels, New Frontier at the Sundance Film Festival, Les Champs Libres in Rennes and at the ZKM in Karlsruhe.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Lauren Moffatt
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #56, June 11, 2016: Lauren Moffatt / – Lauren Moffatt will speak about her experiences producing virtual reality in an art context, including the struggle to develop a visual language for the medium, the awkward meeting of the gaming and film industries, and the stampede to develop content and services in time for the projected boom. Lauren Moffatt is an Australian artist currently living in Berlin and working between video, performance and immersive technologies. She is interested in how the dimension of depth in digital moving image can be used as a storytelling device. Her works, often presented in multiple forms, explore contemporary subjectivity and connected bodies as well as the limits between virtual and physical worlds. Over a number of years she has developed a body of work pivoting on stereoscopic photography and video and informed by the history of cinema and broadcast technologies. Her works have been screened and exhibited most recently at Centrale for Contemporary Art in Brussels, New Frontier at the Sundance Film Festival, Les Champs Libres in Rennes and at the ZKM in Karlsruhe.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Onionlab
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #56, June 11, 2016: Onionlab / http://onionlab.com – Onionlab talks about their experience with architecture mappings and how to plan and realize mappings from the idea to the projection itself. Onionlab is a Barcelona-based multidisciplinary studio that creates interactive products and experiences, motion design movies and audiovisual shows. Their works are based on the aesthetic attention to detail and the technical innovation, making use of the power of scripting and the seduction of music and sound design. Jordi Pont is Onionlab’s creative director and has been vjing since 2002 with artistic collectives Lectrovision and Telenoika and also as a resident on Razzmatazz clubs for more than 10 years.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Onionlab
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #56, June 11, 2016: Onionlab / http://onionlab.com – Onionlab talks about their experience with architecture mappings and how to plan and realize mappings from the idea to the projection itself. Onionlab is a Barcelona-based multidisciplinary studio that creates interactive products and experiences, motion design movies and audiovisual shows. Their works are based on the aesthetic attention to detail and the technical innovation, making use of the power of scripting and the seduction of music and sound design. Jordi Pont is Onionlab’s creative director and has been vjing since 2002 with artistic collectives Lectrovision and Telenoika and also as a resident on Razzmatazz clubs for more than 10 years.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Marija Bozinovska Jones
                                                                                                                        -
                                                                                                                        -

                                                                                                                        MBJ Wetware

                                                                                                                        Session #56, June 11, 2016: Marija Bozinovska Jones / http://marijabozinovskajones.com – Marija Bozinovska Jones will elaborate her practice under the pseudonym MBJ Wetware and her approach of live performance as constructing virtual environments extending beyond spatial and audiovisual. She will be covering the conception of GAD Technologies, work commissioned for Club Transmediale 2016 and premiered at Berghain as a collaboration with J G Biberkopf. MBJ will be also presenting her recent work employing voice controlled lasers. Marija Bozinovska Jones’ work revolves around identity formation in an era of technocapitalist amplification and perpetual online presence. She explores socio-political implications of planetary scale computation, seeking out apophenic patterns with an array of elements ranging from subcultural formations to totalitarian architecture. Jones explores society’s anthropological adaptations intertwined in the framework of networked capitalism, its coping mechanism of coming to terms with challenged ontological axioms of cognition, affection and memory. Under the alias MBJ Wetware, Jones develops immersive live performances simulating heterotopian landscapes.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Marija Bozinovska Jones
                                                                                                                        +
                                                                                                                        +

                                                                                                                        MBJ Wetware

                                                                                                                        Session #56, June 11, 2016: Marija Bozinovska Jones / http://marijabozinovskajones.com – Marija Bozinovska Jones will elaborate her practice under the pseudonym MBJ Wetware and her approach of live performance as constructing virtual environments extending beyond spatial and audiovisual. She will be covering the conception of GAD Technologies, work commissioned for Club Transmediale 2016 and premiered at Berghain as a collaboration with J G Biberkopf. MBJ will be also presenting her recent work employing voice controlled lasers. Marija Bozinovska Jones’ work revolves around identity formation in an era of technocapitalist amplification and perpetual online presence. She explores socio-political implications of planetary scale computation, seeking out apophenic patterns with an array of elements ranging from subcultural formations to totalitarian architecture. Jones explores society’s anthropological adaptations intertwined in the framework of networked capitalism, its coping mechanism of coming to terms with challenged ontological axioms of cognition, affection and memory. Under the alias MBJ Wetware, Jones develops immersive live performances simulating heterotopian landscapes.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Carla Chan
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Black Moves

                                                                                                                        Session #56, June 11, 2016: Carla Chan / http://carlachan.com – Carla Chan introduces us to her aesthetics and the techniques used to create her amorphous, immersive full-dome video 'Black moves'. She will discuss her research into manipulating erratic nature forms in digital and E/M/D/L projects, focusing on different approaches and creation methods in immersive artistic production. Black moves will be presented as a full dome installation at this years festival in the MIRA dome. Carla Chan is media artist based in Berlin and Hong Kong. She works with a variety of media, such as video, installation, photography and interactive media. Minimal in style and form, Chan’s works often toy with the blurred boundaries between reality and illusion, figure and abstraction. Her screening Black Moves is selected for showcase at 21st Incubator for Film and Visual media in Asia as a finalist and 22nd International Symposium on Electronic Art (ISEA) in Hong Kong. Black Moves is an immersive video, a spatial drama and a virtual landscape that simulates the forming and de-forming of an amorphous black mass. Black Moves springs from a long obsession and fascination with natural transformations, particularly formless shapes and their movement.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Carla Chan
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Black Moves

                                                                                                                        Session #56, June 11, 2016: Carla Chan / http://carlachan.com – Carla Chan introduces us to her aesthetics and the techniques used to create her amorphous, immersive full-dome video 'Black moves'. She will discuss her research into manipulating erratic nature forms in digital and E/M/D/L projects, focusing on different approaches and creation methods in immersive artistic production. Black moves will be presented as a full dome installation at this years festival in the MIRA dome. Carla Chan is media artist based in Berlin and Hong Kong. She works with a variety of media, such as video, installation, photography and interactive media. Minimal in style and form, Chan’s works often toy with the blurred boundaries between reality and illusion, figure and abstraction. Her screening Black Moves is selected for showcase at 21st Incubator for Film and Visual media in Asia as a finalist and 22nd International Symposium on Electronic Art (ISEA) in Hong Kong. Black Moves is an immersive video, a spatial drama and a virtual landscape that simulates the forming and de-forming of an amorphous black mass. Black Moves springs from a long obsession and fascination with natural transformations, particularly formless shapes and their movement.

                                                                                                                        +
                                                                                                                        @@ -2023,11 +2035,12 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Patrick K.-H., Andreas Karaoulanis
                                                                                                                        -
                                                                                                                        -

                                                                                                                        'Alice Wonderland meets Monty Python' - (un)imation of Patrick K.-H.

                                                                                                                        Session #55, May 12th, 2016: Patrick K.-H., Andreas Karaoulanis / http://drawnsound.org/ – (un)imation, unmusic, (un)struments

                                                                                                                        Patrick K.-H. (Anton Iakhontov, b. 1980) sound artist / video artist / composer, for the time works with sound installations, live and written acousmatic, graphical collage and animation. Researches interactive / cross-disciplinary forms, permutating the media, aiming on achieving unexpected mutants. Member of Theremin Center for Electroacoustic Music at Moscow Conservatory and Institut für Medienarchäologie (Austria). Author of music / video to drama / contemporary dance / post-dramatic theater plays and performances as well as his own works in Russia, Austria and Germany. Art-director of Media Studio in Alexandrinsky Theater, St. Petersburg. Founder and co-curator of the Floating Sound Gallery for spatial sound (St.Petersburg). Currently lives and works in Vienna / St.Petersburg.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Patrick K.-H., Andreas Karaoulanis
                                                                                                                        +
                                                                                                                        +

                                                                                                                        'Alice Wonderland meets Monty Python' - (un)imation of Patrick K.-H.

                                                                                                                        Session #55, May 12th, 2016: Patrick K.-H., Andreas Karaoulanis / http://drawnsound.org/ – (un)imation, unmusic, (un)struments

                                                                                                                        Patrick K.-H. (Anton Iakhontov, b. 1980) sound artist / video artist / composer, for the time works with sound installations, live and written acousmatic, graphical collage and animation. Researches interactive / cross-disciplinary forms, permutating the media, aiming on achieving unexpected mutants. Member of Theremin Center for Electroacoustic Music at Moscow Conservatory and Institut für Medienarchäologie (Austria). Author of music / video to drama / contemporary dance / post-dramatic theater plays and performances as well as his own works in Russia, Austria and Germany. Art-director of Media Studio in Alexandrinsky Theater, St. Petersburg. Founder and co-curator of the Floating Sound Gallery for spatial sound (St.Petersburg). Currently lives and works in Vienna / St.Petersburg.

                                                                                                                        +
                                                                                                                        @@ -2035,11 +2048,12 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Thomas Heidtmann, Soma Holiday & Jemma Woolmore // Lacuna Lab
                                                                                                                        -
                                                                                                                        -

                                                                                                                        lacunalab

                                                                                                                        Session #55, May 12th, 2016: Thomas Heidtmann, Soma Holiday & Jemma Woolmore // Lacuna Lab / http://lacunalab.org – Creation of Tycho, brief history of the artists, story and first exhibition of Lacuna Lab

                                                                                                                        Thomas Heidtmann studied Fine Arts with an emphasis on painting. After this time, he devoted himself more to the creation of interactive installations and the research of participative art approaches at the intersection of arts, science, music, and technology. Soma Holiday is a creative technologist interested in interactive sculptures that foster spontaneous human connection. He has a background in computer science and a predilection for geometry, laser cutters, and LEDs. Jemma Woolmore's work spans AV performance, bespoke visual production and video installation. Her carefully crafted performances create spatial and textural landscapes, merging digital 3D design with hand-made sculptural objects to blur the boundaries between real and virtual. Lacuna Lab is a collaborative co-creation space in Berlin Kreuzberg. We mix logic and beauty to create interactive works, driven by imagination, playfulness, and experimentation. We love partnering with others on projects and collaborations, and sharing what they learn through public exhibitions, classes, and workshops.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Thomas Heidtmann, Soma Holiday & Jemma Woolmore // Lacuna Lab
                                                                                                                        +
                                                                                                                        +

                                                                                                                        lacunalab

                                                                                                                        Session #55, May 12th, 2016: Thomas Heidtmann, Soma Holiday & Jemma Woolmore // Lacuna Lab / http://lacunalab.org – Creation of Tycho, brief history of the artists, story and first exhibition of Lacuna Lab

                                                                                                                        Thomas Heidtmann studied Fine Arts with an emphasis on painting. After this time, he devoted himself more to the creation of interactive installations and the research of participative art approaches at the intersection of arts, science, music, and technology. Soma Holiday is a creative technologist interested in interactive sculptures that foster spontaneous human connection. He has a background in computer science and a predilection for geometry, laser cutters, and LEDs. Jemma Woolmore's work spans AV performance, bespoke visual production and video installation. Her carefully crafted performances create spatial and textural landscapes, merging digital 3D design with hand-made sculptural objects to blur the boundaries between real and virtual. Lacuna Lab is a collaborative co-creation space in Berlin Kreuzberg. We mix logic and beauty to create interactive works, driven by imagination, playfulness, and experimentation. We love partnering with others on projects and collaborations, and sharing what they learn through public exhibitions, classes, and workshops.

                                                                                                                        +
                                                                                                                        @@ -2173,21 +2187,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Pierce Warnecke
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Audio-visual works

                                                                                                                        Session #39, Januar 8th, 2015: Pierce Warnecke / http://piercewarnecke.com/ – My work stems from interest in the effects of time on matter: modification, deterioration and disappearance. Whether the focus is on digital forms or rough materials, large scales of time or microscopic details, the goal of my work is to re-adapt existing objects and materials into parallel contexts where their signified meanings, symbols and cultural connections have become residual ghosts. I like to imagine false paradigms, inexistent branches of research and fictional sciences in order to create unrealistic questionings as a basis for a new work. Form emerges through a process of collecting, filtering and combining phenomena (objects, data, sounds, images) that is linked to the conjecture. There are explorations and structures in this 'research' but no conclusions, except the ones you make.

                                                                                                                        Pierce Warnecke is a sound and video artist from California, currently residing in Berlin after living in France for 10 years. He graduated from Berklee College of Music in 2007 and in 2013 completed his Meisterschüler studies at Universität der Kunst Berlin (Kunst und Medien). In addition to artistic works, he co-curates Emitter Micro Festival and label with Kris Limbach. He has presented his works at KW Institut (Berlin), LEAP (Berlin), FEED (Berlin), Harvestworks (NY), Luggage Store Gallery (SF), Berklee (Boston), CalArts (LA) as well as festivals like Zero1 Biennale, Transmediale, Bozart/BEAF (Brussels), MadeiraDig (PT), LAB30 (DE), Jazz à Vienne, Jazz d'Or, Boston Cyberarts, Visionsonic (FR), Pixelache (FR), Vidéoformes (FR), SXSW Interactive (US) and more. He has released music on Khalija, Staaltape, Gaffer and Attenuation Circuit, and Gruenrekorder.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Pierce Warnecke
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Audio-visual works

                                                                                                                        Session #39, Januar 8th, 2015: Pierce Warnecke / http://piercewarnecke.com/ – My work stems from interest in the effects of time on matter: modification, deterioration and disappearance. Whether the focus is on digital forms or rough materials, large scales of time or microscopic details, the goal of my work is to re-adapt existing objects and materials into parallel contexts where their signified meanings, symbols and cultural connections have become residual ghosts. I like to imagine false paradigms, inexistent branches of research and fictional sciences in order to create unrealistic questionings as a basis for a new work. Form emerges through a process of collecting, filtering and combining phenomena (objects, data, sounds, images) that is linked to the conjecture. There are explorations and structures in this 'research' but no conclusions, except the ones you make.

                                                                                                                        Pierce Warnecke is a sound and video artist from California, currently residing in Berlin after living in France for 10 years. He graduated from Berklee College of Music in 2007 and in 2013 completed his Meisterschüler studies at Universität der Kunst Berlin (Kunst und Medien). In addition to artistic works, he co-curates Emitter Micro Festival and label with Kris Limbach. He has presented his works at KW Institut (Berlin), LEAP (Berlin), FEED (Berlin), Harvestworks (NY), Luggage Store Gallery (SF), Berklee (Boston), CalArts (LA) as well as festivals like Zero1 Biennale, Transmediale, Bozart/BEAF (Brussels), MadeiraDig (PT), LAB30 (DE), Jazz à Vienne, Jazz d'Or, Boston Cyberarts, Visionsonic (FR), Pixelache (FR), Vidéoformes (FR), SXSW Interactive (US) and more. He has released music on Khalija, Staaltape, Gaffer and Attenuation Circuit, and Gruenrekorder.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Tebjan Halm & Elias Holzer
                                                                                                                        -
                                                                                                                        -

                                                                                                                        50, that next big thing

                                                                                                                        Session #39, Januar 8th, 2015: Tebjan Halm & Elias Holzer / http://vvvv.org/ – In the past few years we’ve been eagerly working on a complete rewrite of vvvv which lead to a new visual programming language in combination with a development and runtime environment. In this talk we’ll give you a short introduction into the key features of this new language we’re internally calling “50″.

                                                                                                                        We're two developers of vvvv, a live-programming environment commonly used to implement large scale media projects and digital art. It’s been around for more than a decade used and cultivated by a strong international community.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Tebjan Halm & Elias Holzer
                                                                                                                        +
                                                                                                                        +

                                                                                                                        50, that next big thing

                                                                                                                        Session #39, Januar 8th, 2015: Tebjan Halm & Elias Holzer / http://vvvv.org/ – In the past few years we’ve been eagerly working on a complete rewrite of vvvv which lead to a new visual programming language in combination with a development and runtime environment. In this talk we’ll give you a short introduction into the key features of this new language we’re internally calling “50″.

                                                                                                                        We're two developers of vvvv, a live-programming environment commonly used to implement large scale media projects and digital art. It’s been around for more than a decade used and cultivated by a strong international community.

                                                                                                                        +
                                                                                                                        @@ -2195,31 +2211,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Transforma
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Transforma: 2001 bis 2014

                                                                                                                        Session #38, December 11th, 2014: Transforma / http://www.transforma.de – A chronological presentation of selected works from the world of transforma.

                                                                                                                        Transforma is an artist group with a focus on video, performance, installations and music/video works. Transforma collaborates with other artists and musicians to create pieces, that blur borders of established genres in live performance, art & music. Transforma's work has been performed live and shown at festivals around the world. Transforma are Luke Bennett, Baris Hasselbach and Simon Krahl.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Transforma
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Transforma: 2001 bis 2014

                                                                                                                        Session #38, December 11th, 2014: Transforma / http://www.transforma.de – A chronological presentation of selected works from the world of transforma.

                                                                                                                        Transforma is an artist group with a focus on video, performance, installations and music/video works. Transforma collaborates with other artists and musicians to create pieces, that blur borders of established genres in live performance, art & music. Transforma's work has been performed live and shown at festivals around the world. Transforma are Luke Bennett, Baris Hasselbach and Simon Krahl.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Marcel Schwittlick
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Current Status

                                                                                                                        Session #38, December 11th, 2014: Marcel Schwittlick / http://www.mrzl.net – It's just me showing my work.

                                                                                                                        Marcel Schwittlick is a German generative artist living and working in Berlin. With his work he is examining different notions of reality especially those who result of recent tendencies of digital culture. His work has a philosophical foundation that often evolved into tangible images, videos or installations. He is working with digital technology as his main tool. As most of his work is necessary to be realized in the context of generative, real-time software systems, he is usually creating computer programs which are instructed to carry out his thoughts and ideas.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Marcel Schwittlick
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Current Status

                                                                                                                        Session #38, December 11th, 2014: Marcel Schwittlick / http://www.mrzl.net – It's just me showing my work.

                                                                                                                        Marcel Schwittlick is a German generative artist living and working in Berlin. With his work he is examining different notions of reality especially those who result of recent tendencies of digital culture. His work has a philosophical foundation that often evolved into tangible images, videos or installations. He is working with digital technology as his main tool. As most of his work is necessary to be realized in the context of generative, real-time software systems, he is usually creating computer programs which are instructed to carry out his thoughts and ideas.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Marcellina Wellmer
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Crossing the border - RANDOM IN ANALOG AND DIGITAL MEDIA

                                                                                                                        Session #38, December 11th, 2014: Marcellina Wellmer / http://marcelinawellmer.com – Generative factor in a visual message, connected with electronic devices, used in a set of variable objects. Hybrid of media and cultural&philospohical garbology. Reverse engineering.

                                                                                                                        I am operating at the edge of video, installation and painting. My works are dealing with the relation of humans and technology and with the interference of information and media, crossing the border from analog to digital and vice versa. Pieces are controlled and displayed through self written software that works with random seeds. Part of my creation is to play with the edges of media, to amplify their very own characteristics.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Marcellina Wellmer
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Crossing the border - RANDOM IN ANALOG AND DIGITAL MEDIA

                                                                                                                        Session #38, December 11th, 2014: Marcellina Wellmer / http://marcelinawellmer.com – Generative factor in a visual message, connected with electronic devices, used in a set of variable objects. Hybrid of media and cultural&philospohical garbology. Reverse engineering.

                                                                                                                        I am operating at the edge of video, installation and painting. My works are dealing with the relation of humans and technology and with the interference of information and media, crossing the border from analog to digital and vice versa. Pieces are controlled and displayed through self written software that works with random seeds. Part of my creation is to play with the edges of media, to amplify their very own characteristics.

                                                                                                                        +
                                                                                                                        @@ -2233,11 +2252,12 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        So Kanno
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Signal, noise and machine

                                                                                                                        Session #36, October 9th, 2014: So Kanno / http://kanno.so/ – Such as drawing machines which is not perfectly controlled by numbers, 3D printed sculpture and garment which uses errors and imperfectness of system intentionally. Predicting the future but not forgetting critical point of view for technology.

                                                                                                                        Using technology and focusing on some specific matters of technology like relation between signal and noise, error and glitch. Making things that KANNO want to see and observe. Such as drawing machines which is not perfectly controlled by numbers, 3D printed sculpture and garment which uses errors and imperfectness of system intentionally. Predicting the future but not forgetting critical point of view for technology.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        So Kanno
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Signal, noise and machine

                                                                                                                        Session #36, October 9th, 2014: So Kanno / http://kanno.so/ – Such as drawing machines which is not perfectly controlled by numbers, 3D printed sculpture and garment which uses errors and imperfectness of system intentionally. Predicting the future but not forgetting critical point of view for technology.

                                                                                                                        Using technology and focusing on some specific matters of technology like relation between signal and noise, error and glitch. Making things that KANNO want to see and observe. Such as drawing machines which is not perfectly controlled by numbers, 3D printed sculpture and garment which uses errors and imperfectness of system intentionally. Predicting the future but not forgetting critical point of view for technology.

                                                                                                                        +
                                                                                                                        @@ -2247,31 +2267,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Derek Holzer
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Probing the Past: A Media Archaeology of Handmade Electronic Sound

                                                                                                                        Session #35, September 11th, 2014: Derek Holzer / http://macumbista.net/ – The utopias of electronic sound have hardly changed in its hundred-year history. We still want to imitate existing instruments, create sounds which have never been heard before and realize complex compositions without the need of an orchestra. It is only the tools which have become more complex. But there are dystopias as well, which come especially from using tools designed around other people’s way of creating sound, rather than your own. Instrument builder, teacher and performer Derek Holzer of Macumbista.net will discuss the inspiration of some of the pioneers of 20th Century electronic sound as springboards to some of his own creations, which the audience will have a chance to explore following the talk.

                                                                                                                        Derek Holzer (1972) is an American instrument builder and sound artist based in Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Derek Holzer
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Probing the Past: A Media Archaeology of Handmade Electronic Sound

                                                                                                                        Session #35, September 11th, 2014: Derek Holzer / http://macumbista.net/ – The utopias of electronic sound have hardly changed in its hundred-year history. We still want to imitate existing instruments, create sounds which have never been heard before and realize complex compositions without the need of an orchestra. It is only the tools which have become more complex. But there are dystopias as well, which come especially from using tools designed around other people’s way of creating sound, rather than your own. Instrument builder, teacher and performer Derek Holzer of Macumbista.net will discuss the inspiration of some of the pioneers of 20th Century electronic sound as springboards to some of his own creations, which the audience will have a chance to explore following the talk.

                                                                                                                        Derek Holzer (1972) is an American instrument builder and sound artist based in Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Imanol Gomez
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Science Inspires Art

                                                                                                                        Session #35, September 11th, 2014: Imanol Gomez / http://imanolgomez.net/ – The talk will focus on how art and science are moving towards one another. It should not be forgotten that both have always been characterised by creative and imaginative processes. Many artist have found their inspiration by the physical and natural world through observation and experiment. Today, new media artist are working on novel ways of scientific communication, searching for the aesthetics on research data and experimenting with new scientific tools. Anyway, who doesn’t take a look at the universe, with its sublime and redemptive quality? It makes us all feel small but peaceful.

                                                                                                                        Imanol Gomez has worked on a broad range of media art projects for artists, museums and companies. He continues to find forward thinking creative solutions using cutting-edge creative technology. He was born in London and grew up in Madrid. Fascinated by science he completed an MSC in Telecommunication Engineering. He later undertook a Sound and Music Computing research program at the MTG in Barcelona. After several years of research experience Imanol moved to Ars Electronica to work as a creative engineer. In 2014, he set himself up as a freelance creative technologist in Berlin. He continues to pursue his passion for science, art, technology and his enthusiasm for redefining interactive storytelling. He now divides his time between personal projects, collaborations, research and freelancing.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Imanol Gomez
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Science Inspires Art

                                                                                                                        Session #35, September 11th, 2014: Imanol Gomez / http://imanolgomez.net/ – The talk will focus on how art and science are moving towards one another. It should not be forgotten that both have always been characterised by creative and imaginative processes. Many artist have found their inspiration by the physical and natural world through observation and experiment. Today, new media artist are working on novel ways of scientific communication, searching for the aesthetics on research data and experimenting with new scientific tools. Anyway, who doesn’t take a look at the universe, with its sublime and redemptive quality? It makes us all feel small but peaceful.

                                                                                                                        Imanol Gomez has worked on a broad range of media art projects for artists, museums and companies. He continues to find forward thinking creative solutions using cutting-edge creative technology. He was born in London and grew up in Madrid. Fascinated by science he completed an MSC in Telecommunication Engineering. He later undertook a Sound and Music Computing research program at the MTG in Barcelona. After several years of research experience Imanol moved to Ars Electronica to work as a creative engineer. In 2014, he set himself up as a freelance creative technologist in Berlin. He continues to pursue his passion for science, art, technology and his enthusiasm for redefining interactive storytelling. He now divides his time between personal projects, collaborations, research and freelancing.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Juan Carlos Duarte Regino
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Audiovisual Interactions and ludic design for ludic interfaces

                                                                                                                        Session #35, September 11th, 2014: Juan Carlos Duarte Regino / http://www.juanduarteregino.com/ – The talk will review some own project and other state of art related examples around the interactive aspect of live visuals. The use of open source technologies expertise and knowledge share has enhanced the scene of creators and artists looking to use alternative tools for creation of locative and or gesture based media.

                                                                                                                        With a background in Audiovisual Media studies, Juan Duarte is based Helsinki Finland, since 2011 carries out studies in New Media, in the field of interaction design for media installations, and interfaces in live performance.His work aims to explore creative coding for sound and visuals, analog electronics, techno ecologies and media archeology.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Juan Carlos Duarte Regino
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Audiovisual Interactions and ludic design for ludic interfaces

                                                                                                                        Session #35, September 11th, 2014: Juan Carlos Duarte Regino / http://www.juanduarteregino.com/ – The talk will review some own project and other state of art related examples around the interactive aspect of live visuals. The use of open source technologies expertise and knowledge share has enhanced the scene of creators and artists looking to use alternative tools for creation of locative and or gesture based media.

                                                                                                                        With a background in Audiovisual Media studies, Juan Duarte is based Helsinki Finland, since 2011 carries out studies in New Media, in the field of interaction design for media installations, and interfaces in live performance.His work aims to explore creative coding for sound and visuals, analog electronics, techno ecologies and media archeology.

                                                                                                                        +
                                                                                                                        @@ -2279,31 +2302,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Quadrature
                                                                                                                        -
                                                                                                                        -

                                                                                                                        From a visual journey into another dimension.

                                                                                                                        Session #34, July 10th, 2014: Quadrature / http://quadrature.co/ – After introducing themselves and their work, they will focus on the problems for media artists to be part of the traditional gallery-marked in the art business. Even so a lot of Art projects, which use modern technology and try to bring it into a different not consumer-based context, are quite successful, a lot of them are being displayed only in festivals or as digital copies in the internet, rather then being shown in privat galleries. This implements that the creators make a living either from grants, teaching, very small fees or they finance their free art work with client-based commissions. The reasons for this are manifold. A lot of projects are technical experiments on a larger scale, which can hardly be sold as an peace of art that the client could simply place or even hang in his home. Another reason is the fact that a lot of Media Artists rather work on a very conceptual level, creating work that is either only excisting in digital form,very much created for certain spaces or react to certain appearings of modern society. So whenever you would take this projects out of their context they would not make any sense at all.

                                                                                                                        Quadrature is a group of three former designers who combine their very specific personal skills to create complex systems for highly technolgical installations. Jan Bernstein concentrates on the creative implementation of physical and functional aspects into Quadrature’s work. His substantial practical expertise fertilizes his artistic research in materials and fine mechanics. Influenced by his specialty, Jan’s creative approach is concentrated and structured, keeping every detail in mind in order to formulate the ideal aesthetic and conceptional expression. Sebastian Neitsch rather employs experimental and assiociative methods in order to achieve innovative and intuitiv systems and thoughts for Quadrature’s conceptual and artistic vision.While his focus is on the digital world – including everything concerning code, electronics and new technologies – he considers teamwork and communication as the perfect source to generate creative output and solutions. Juliane Götz: is the latest member of Quadrature and fills the missing link between hardware based pragmatism and digital utopics in Quadrature’s projects. Her design and handcraft skills as fashion designer are combined with the abiltiy to quickly understand and implement new dynamic workflows and structures into the group. They all share a love for machines and outer space.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Quadrature
                                                                                                                        +
                                                                                                                        +

                                                                                                                        From a visual journey into another dimension.

                                                                                                                        Session #34, July 10th, 2014: Quadrature / http://quadrature.co/ – After introducing themselves and their work, they will focus on the problems for media artists to be part of the traditional gallery-marked in the art business. Even so a lot of Art projects, which use modern technology and try to bring it into a different not consumer-based context, are quite successful, a lot of them are being displayed only in festivals or as digital copies in the internet, rather then being shown in privat galleries. This implements that the creators make a living either from grants, teaching, very small fees or they finance their free art work with client-based commissions. The reasons for this are manifold. A lot of projects are technical experiments on a larger scale, which can hardly be sold as an peace of art that the client could simply place or even hang in his home. Another reason is the fact that a lot of Media Artists rather work on a very conceptual level, creating work that is either only excisting in digital form,very much created for certain spaces or react to certain appearings of modern society. So whenever you would take this projects out of their context they would not make any sense at all.

                                                                                                                        Quadrature is a group of three former designers who combine their very specific personal skills to create complex systems for highly technolgical installations. Jan Bernstein concentrates on the creative implementation of physical and functional aspects into Quadrature’s work. His substantial practical expertise fertilizes his artistic research in materials and fine mechanics. Influenced by his specialty, Jan’s creative approach is concentrated and structured, keeping every detail in mind in order to formulate the ideal aesthetic and conceptional expression. Sebastian Neitsch rather employs experimental and assiociative methods in order to achieve innovative and intuitiv systems and thoughts for Quadrature’s conceptual and artistic vision.While his focus is on the digital world – including everything concerning code, electronics and new technologies – he considers teamwork and communication as the perfect source to generate creative output and solutions. Juliane Götz: is the latest member of Quadrature and fills the missing link between hardware based pragmatism and digital utopics in Quadrature’s projects. Her design and handcraft skills as fashion designer are combined with the abiltiy to quickly understand and implement new dynamic workflows and structures into the group. They all share a love for machines and outer space.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Miller Puckette
                                                                                                                        -
                                                                                                                        -

                                                                                                                        How to have fun with a six channel guitar pckup

                                                                                                                        Session #34, July 10th, 2014: Miller Puckette / http://msp.ucsd.edu/ – Puckette demonstrates what happens when you put individual pickup coils on each string of your guitar, opening up a wide range of sonic possibilities beyond what you can get out of an ordinary pickup. Techniques like filtering and distortion can be applied to the signals before they're mixed. This makes it possible to get results that are both rich sounding and precisely controllable. The software to do this is open source, free to download.

                                                                                                                        Miller Puckette is best known as the author of the Max/MSP and Pure Data software environments, which are widely used in electronic music and the electronic arts. He usually teaches music at the University of California, San Diego, but is now a guest professor at TU Berlin. He performs with the Convolution Brothers and in a duo with the singer Juliana Snapper.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Miller Puckette
                                                                                                                        +
                                                                                                                        +

                                                                                                                        How to have fun with a six channel guitar pckup

                                                                                                                        Session #34, July 10th, 2014: Miller Puckette / http://msp.ucsd.edu/ – Puckette demonstrates what happens when you put individual pickup coils on each string of your guitar, opening up a wide range of sonic possibilities beyond what you can get out of an ordinary pickup. Techniques like filtering and distortion can be applied to the signals before they're mixed. This makes it possible to get results that are both rich sounding and precisely controllable. The software to do this is open source, free to download.

                                                                                                                        Miller Puckette is best known as the author of the Max/MSP and Pure Data software environments, which are widely used in electronic music and the electronic arts. He usually teaches music at the University of California, San Diego, but is now a guest professor at TU Berlin. He performs with the Convolution Brothers and in a duo with the singer Juliana Snapper.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        3ez
                                                                                                                        -
                                                                                                                        -

                                                                                                                        From a visual journey into another dimension.

                                                                                                                        Session #34, July 10th, 2014: 3ez / http://3ezvisuals.wix.com/bruno3ez – Probably known mostly about his former old project called Jonnyzeb as surf movie producer, Bruno Bez has released a series of experimental board sports movies with a good dose of imagination and a ludic taste from Brazil around the world. Traveling, filming and producing in extreme places, Bez have being learning with his perspective inside of this creative universe doing visuals in your own way to express yourself.

                                                                                                                        Born in the beautiful island Florianopolis, south of Brazil, visualist Bruno Bez began his career through new media creations around boardsports since 15 years old. His first films and productions focused on enhancing the appeal over environment, boardsports and artistic themes. Since then he is diving deeper into handling audiovisual techniques as Vj and Filmaker with an accurate optic sense in order to introduce an immersive thematic presented by an hybrid reality and multiple means. The direction and concepts depend strongly of the place and time, in each one of this corners, everything looks dramatically different surfing between glitches, fractal formulas and open source tools and several collab with others authentic artists.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        3ez
                                                                                                                        +
                                                                                                                        +

                                                                                                                        From a visual journey into another dimension.

                                                                                                                        Session #34, July 10th, 2014: 3ez / http://3ezvisuals.wix.com/bruno3ez – Probably known mostly about his former old project called Jonnyzeb as surf movie producer, Bruno Bez has released a series of experimental board sports movies with a good dose of imagination and a ludic taste from Brazil around the world. Traveling, filming and producing in extreme places, Bez have being learning with his perspective inside of this creative universe doing visuals in your own way to express yourself.

                                                                                                                        Born in the beautiful island Florianopolis, south of Brazil, visualist Bruno Bez began his career through new media creations around boardsports since 15 years old. His first films and productions focused on enhancing the appeal over environment, boardsports and artistic themes. Since then he is diving deeper into handling audiovisual techniques as Vj and Filmaker with an accurate optic sense in order to introduce an immersive thematic presented by an hybrid reality and multiple means. The direction and concepts depend strongly of the place and time, in each one of this corners, everything looks dramatically different surfing between glitches, fractal formulas and open source tools and several collab with others authentic artists.

                                                                                                                        +
                                                                                                                        @@ -2319,11 +2345,12 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Lichtpiraten
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Make love not art

                                                                                                                        Session #32, May 8th, 2014: Lichtpiraten / http://lichtpiraten.net – die LiCHTPiRATEN zeigen uns, dass nichts aussehen muss wie es gerade scheint langsam begreifen wir, dass wir in einer kuenstlichen welt leben, die aussieht wie sie aussehen soll. die oberflaeche der dinge die uns bestimmen sind erdacht, gestaltet und in unseren alltag geschmuggelt. die LiCHTPiRATEN kapern das antlitz von etwas, uebernehmen darueber kontrolle, zeichnen um, deuten an. Schicht fuer schicht verschmelzen die ebenen der wahrnehmeung und hinterlassen ein vibrieren in der seele, dass daran erinnert: es ist leicht frei zu sein.

                                                                                                                        Welcome into the world of shadow and light. We create new rooms, imagine other dimensions and find ways out let´s inspire, discover and astonished pirate the world

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Lichtpiraten
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Make love not art

                                                                                                                        Session #32, May 8th, 2014: Lichtpiraten / http://lichtpiraten.net – die LiCHTPiRATEN zeigen uns, dass nichts aussehen muss wie es gerade scheint langsam begreifen wir, dass wir in einer kuenstlichen welt leben, die aussieht wie sie aussehen soll. die oberflaeche der dinge die uns bestimmen sind erdacht, gestaltet und in unseren alltag geschmuggelt. die LiCHTPiRATEN kapern das antlitz von etwas, uebernehmen darueber kontrolle, zeichnen um, deuten an. Schicht fuer schicht verschmelzen die ebenen der wahrnehmeung und hinterlassen ein vibrieren in der seele, dass daran erinnert: es ist leicht frei zu sein.

                                                                                                                        Welcome into the world of shadow and light. We create new rooms, imagine other dimensions and find ways out let´s inspire, discover and astonished pirate the world

                                                                                                                        +
                                                                                                                        @@ -2331,11 +2358,12 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        VJ Fader
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Breaking the Screen

                                                                                                                        Session #32, May 8th, 2014: VJ Fader / http://www.vjfader.com – I will discuss how my work have progressed into areas such as video mapping and stage design in the past 10 years. My presentation will focus on the deconstruction of the rectangular video screen where the form is just as important as the content.

                                                                                                                        Fader is a visual artist who works with multimedia in a variety of disciplines. From video mapping, generative animation, music videos, stage design to art installations, his work has been shown to broad audiences around the world. He has exhibited at numerous festivals such as Coachella (Indio), Burningman (Black Rock City), Insomniac Events (Los Angeles), Fuji Rock Festival (Japan) and the Mapping Festival (Geneva).

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        VJ Fader
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Breaking the Screen

                                                                                                                        Session #32, May 8th, 2014: VJ Fader / http://www.vjfader.com – I will discuss how my work have progressed into areas such as video mapping and stage design in the past 10 years. My presentation will focus on the deconstruction of the rectangular video screen where the form is just as important as the content.

                                                                                                                        Fader is a visual artist who works with multimedia in a variety of disciplines. From video mapping, generative animation, music videos, stage design to art installations, his work has been shown to broad audiences around the world. He has exhibited at numerous festivals such as Coachella (Indio), Burningman (Black Rock City), Insomniac Events (Los Angeles), Fuji Rock Festival (Japan) and the Mapping Festival (Geneva).

                                                                                                                        +
                                                                                                                        @@ -2343,31 +2371,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Vj Chuu
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Guruguru kun

                                                                                                                        Session #31, April 10th, 2014: Vj Chuu / http://chuuu.xxxxxxxx.jp/ – Chuuu recently works on the intersection of noise music and live drawings. In his talk, we will give some close-ups to art practices. Follow him on his blog: chuuu.hateblo.jp

                                                                                                                        Chuuu is a painter, vj and live performer. He grew up in Kyoto, Japan, and graduated at the Kyoto Seika University, that is well known for its faculties for manga and anime. After moving to Berlin he got involved in more action based art practices. As a VJ he got famous for his elaborate visual animations turning on the vinyl player, telling handdrawn stories. In fact a very traditional way and once pioneering discovery for moving images – so called Phenakistoscope.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Vj Chuu
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Guruguru kun

                                                                                                                        Session #31, April 10th, 2014: Vj Chuu / http://chuuu.xxxxxxxx.jp/ – Chuuu recently works on the intersection of noise music and live drawings. In his talk, we will give some close-ups to art practices. Follow him on his blog: chuuu.hateblo.jp

                                                                                                                        Chuuu is a painter, vj and live performer. He grew up in Kyoto, Japan, and graduated at the Kyoto Seika University, that is well known for its faculties for manga and anime. After moving to Berlin he got involved in more action based art practices. As a VJ he got famous for his elaborate visual animations turning on the vinyl player, telling handdrawn stories. In fact a very traditional way and once pioneering discovery for moving images – so called Phenakistoscope.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Mahir Duman
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #31, April 10th, 2014: Mahir Duman / http://www.popkinsart.com/ –

                                                                                                                        Mahir Duman is a visual artist born in Ordu, Turkey. He studied in Istanbul and lives and works in Berlin since 2011. As a VJ, Mahir is doing interactive live performances and installations for clubs, special events and art galleries. He works with video, short film, music clips and lots of different media sets, mixed and synchronized with sound and the rhythm of action. He describes his imagery as unrealistic and surreal, that question human perception and the interplay between subjects.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Mahir Duman
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #31, April 10th, 2014: Mahir Duman / http://www.popkinsart.com/ –

                                                                                                                        Mahir Duman is a visual artist born in Ordu, Turkey. He studied in Istanbul and lives and works in Berlin since 2011. As a VJ, Mahir is doing interactive live performances and installations for clubs, special events and art galleries. He works with video, short film, music clips and lots of different media sets, mixed and synchronized with sound and the rhythm of action. He describes his imagery as unrealistic and surreal, that question human perception and the interplay between subjects.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Trashpuzzle
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #31, April 10th, 2014: Trashpuzzle / http://www.trashpuzzle.com/ – During three years Trashpuzzle developed. New people joined the group, equipment has evolved and they gave dozens of shows in clubs around Berlin and other cities. Antique episcope has been replaced by beamer. The transport band is filmed by a live mix of two cameras that are hidden in a black box. And the group expanded to five members, who are pushing the idea forward and have a lot of fun.

                                                                                                                        In May 2010 “trashpuzzle” was born. Their aim was to entertain people on a party by performing a handmade live-collage, that was projected on a wall. They used an old technology – episcope and a little transport band to let the pictures move automatically. The effect was fantastic. The dancefloor turned into a colorful carpet made of our pictures. People were fascinated with their spontaneous creations. Some even joined their session.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Trashpuzzle
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #31, April 10th, 2014: Trashpuzzle / http://www.trashpuzzle.com/ – During three years Trashpuzzle developed. New people joined the group, equipment has evolved and they gave dozens of shows in clubs around Berlin and other cities. Antique episcope has been replaced by beamer. The transport band is filmed by a live mix of two cameras that are hidden in a black box. And the group expanded to five members, who are pushing the idea forward and have a lot of fun.

                                                                                                                        In May 2010 “trashpuzzle” was born. Their aim was to entertain people on a party by performing a handmade live-collage, that was projected on a wall. They used an old technology – episcope and a little transport band to let the pictures move automatically. The effect was fantastic. The dancefloor turned into a colorful carpet made of our pictures. People were fascinated with their spontaneous creations. Some even joined their session.

                                                                                                                        +
                                                                                                                        @@ -2375,21 +2406,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Martin Mayer
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #5, March 23, 2014: Martin Mayer / http://mayerempl.de – Martin Mayer is a visual artist and VJ based in Munich. Studying media art at the Munich Academy of Fine Arts, he is co-founder of the multimedia art duo mayer+empl. Specialized in interior and exterior mappings – highlighting architectural and physical conditions of the space - their projections are creating entirely new atmospheric spaces.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Martin Mayer
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #5, March 23, 2014: Martin Mayer / http://mayerempl.de – Martin Mayer is a visual artist and VJ based in Munich. Studying media art at the Munich Academy of Fine Arts, he is co-founder of the multimedia art duo mayer+empl. Specialized in interior and exterior mappings – highlighting architectural and physical conditions of the space - their projections are creating entirely new atmospheric spaces.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Agnieszka ‘Bronka’ Bronowska
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Mixing Art and Science

                                                                                                                        Session #5, March 23, 2014: Agnieszka ‘Bronka’ Bronowska / https://vimeo.com/user5853568 – Life sciences and visual arts can fuel each other. Good visualization is pivotal for biological and chemical sciences – to illustrate and transmit information. Protein dynamics and ligand-protein interactions can serve as a canvas for story-telling, and the concept of periodic boundary conditions (PBC) used in molecular simulations, can be exploited as a parallel to the concept of social roles. And such concepts and tools can actually be used by visual artists in their work...

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Agnieszka ‘Bronka’ Bronowska
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Mixing Art and Science

                                                                                                                        Session #5, March 23, 2014: Agnieszka ‘Bronka’ Bronowska / https://vimeo.com/user5853568 – Life sciences and visual arts can fuel each other. Good visualization is pivotal for biological and chemical sciences – to illustrate and transmit information. Protein dynamics and ligand-protein interactions can serve as a canvas for story-telling, and the concept of periodic boundary conditions (PBC) used in molecular simulations, can be exploited as a parallel to the concept of social roles. And such concepts and tools can actually be used by visual artists in their work...

                                                                                                                        +
                                                                                                                        @@ -2407,21 +2440,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Valentina Ferrandes
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #29, February 13th, 2014: Valentina Ferrandes / http://www.valentinaferrandes.com – Valentina will present her project “Berg“, an exploration of Teufelsberg Listening Station comprising a video and a GPS triggered soundscape for iPhone and iPad.

                                                                                                                        Valentina Ferrandes is an italian artist living in Berlin. Her video and sound pieces explore possible connections between micro-narratives, landscapes and urban geography.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Valentina Ferrandes
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #29, February 13th, 2014: Valentina Ferrandes / http://www.valentinaferrandes.com – Valentina will present her project “Berg“, an exploration of Teufelsberg Listening Station comprising a video and a GPS triggered soundscape for iPhone and iPad.

                                                                                                                        Valentina Ferrandes is an italian artist living in Berlin. Her video and sound pieces explore possible connections between micro-narratives, landscapes and urban geography.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Andrea Familari aka. Fax
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #29, February 13th, 2014: Andrea Familari aka. Fax / http://famifax.com – Drøp is an electronic music project born in Berlin in 2010 by Giuseppe Bifulcosound designer and engineer. It focuses on sounds investigation and experimentation, not that much in an aesthetic meaning, rather than in a perceptual and sensorial one, considering the sound as a bundle of informations that deal with psycho-acoustic and music therapy.

                                                                                                                        Italian artist, born in 1987, lives and works in Berlin, Germany. His works encompass from Vjiing, Audio/Visual Interactions, Mapping, Interactive installations to Scenic-design and investigate mostly on the decomposition of micro/macro cosmos.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Andrea Familari aka. Fax
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #29, February 13th, 2014: Andrea Familari aka. Fax / http://famifax.com – Drøp is an electronic music project born in Berlin in 2010 by Giuseppe Bifulcosound designer and engineer. It focuses on sounds investigation and experimentation, not that much in an aesthetic meaning, rather than in a perceptual and sensorial one, considering the sound as a bundle of informations that deal with psycho-acoustic and music therapy.

                                                                                                                        Italian artist, born in 1987, lives and works in Berlin, Germany. His works encompass from Vjiing, Audio/Visual Interactions, Mapping, Interactive installations to Scenic-design and investigate mostly on the decomposition of micro/macro cosmos.

                                                                                                                        +
                                                                                                                        @@ -2429,21 +2464,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Julien Bach
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Video mapping Jam

                                                                                                                        Session #28, December 12th, 2013: Julien Bach / http://julienbach.com – Julien will present a selection of his past work, mostly video mapping, and also introduce a community event he will start in January : A video mapping jam evening, happening once every two months in the Atelier.

                                                                                                                        Julien Bach is a “3d generalist” freelancer working for many different kind of agencies : Architecture, motion-graphics, advertisement, projections for festivals… Also in charge of a small co-working space, Atelier Äuglein, hosting nine coworkers, focusing on visual arts.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Julien Bach
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Video mapping Jam

                                                                                                                        Session #28, December 12th, 2013: Julien Bach / http://julienbach.com – Julien will present a selection of his past work, mostly video mapping, and also introduce a community event he will start in January : A video mapping jam evening, happening once every two months in the Atelier.

                                                                                                                        Julien Bach is a “3d generalist” freelancer working for many different kind of agencies : Architecture, motion-graphics, advertisement, projections for festivals… Also in charge of a small co-working space, Atelier Äuglein, hosting nine coworkers, focusing on visual arts.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        StratoFyzika
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Writing movement in interactive mediated spaces

                                                                                                                        Session #28, December 12th, 2013: StratoFyzika / http://www.stratofyzika.com – In this talk StratoFyzika will speak about their experience in experimenting with audio-visual-movement performances and recent collaborations with other artists. The use of sensors and wearable technologies, mapping the parameters of human movement to those possible in the world of sound and projection, as well as the use of physical and digital shadows together to visually represent the unconscious vibration of the ego in time.

                                                                                                                        StratoFyzika is a collective creating movement-based interactive audiovisual performances. They are three artists of various backgrounds; each representing one “stratum” of perception: audio, visual and movement. We use the laws of physics (Fyzika) as a metaphorical way of explaining material states from the realms of imagination, emotions and spirit.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        StratoFyzika
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Writing movement in interactive mediated spaces

                                                                                                                        Session #28, December 12th, 2013: StratoFyzika / http://www.stratofyzika.com – In this talk StratoFyzika will speak about their experience in experimenting with audio-visual-movement performances and recent collaborations with other artists. The use of sensors and wearable technologies, mapping the parameters of human movement to those possible in the world of sound and projection, as well as the use of physical and digital shadows together to visually represent the unconscious vibration of the ego in time.

                                                                                                                        StratoFyzika is a collective creating movement-based interactive audiovisual performances. They are three artists of various backgrounds; each representing one “stratum” of perception: audio, visual and movement. We use the laws of physics (Fyzika) as a metaphorical way of explaining material states from the realms of imagination, emotions and spirit.

                                                                                                                        +
                                                                                                                        @@ -2459,21 +2496,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        pixelnoizz
                                                                                                                        -
                                                                                                                        -

                                                                                                                        touch.gl

                                                                                                                        Session #26, October 10th, 2013: pixelnoizz / http://pixelnoizz.wordpress.com/ – David Szauder will present touch.gl, an app to create a glitch composition using your fingers. glitch.gl offers several glitch method options, noizes, databending, offsets for composition from different sources, such as camera input or image files. touch.gl was recently exhibited in the Centre Pompidou (Paris, France), during the show called DigitART organised and curated by Abdel Bounane. He will also premiere the latest soon to be released 6th version of his other application GlitchPatternGenerator. The audiencewill have the chance to play with both apps after the presentation.

                                                                                                                        Budapest born and Berlin based artist David Szauder aka. pixelnoizz mostly works with generative structures both on audiovisual -and art field. He experiments also in interactive visual design and works on different publications about experimental, audiovisual and live cinema.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        pixelnoizz
                                                                                                                        +
                                                                                                                        +

                                                                                                                        touch.gl

                                                                                                                        Session #26, October 10th, 2013: pixelnoizz / http://pixelnoizz.wordpress.com/ – David Szauder will present touch.gl, an app to create a glitch composition using your fingers. glitch.gl offers several glitch method options, noizes, databending, offsets for composition from different sources, such as camera input or image files. touch.gl was recently exhibited in the Centre Pompidou (Paris, France), during the show called DigitART organised and curated by Abdel Bounane. He will also premiere the latest soon to be released 6th version of his other application GlitchPatternGenerator. The audiencewill have the chance to play with both apps after the presentation.

                                                                                                                        Budapest born and Berlin based artist David Szauder aka. pixelnoizz mostly works with generative structures both on audiovisual -and art field. He experiments also in interactive visual design and works on different publications about experimental, audiovisual and live cinema.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Malte Steiner
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Open source game engines and realtime 3D for visuals

                                                                                                                        Session #26, October 10th, 2013: Malte Steiner / http://block4.com – n his talk, Steiner will show the use of open source game engines for live visuals and interactive art pieces from the humble beginnings in late 90s towards today. He currently develops and shares a system based on the engine Panda 3D which can be programmed in Python. With the implementation of full OSC control it can communicate with any other data from applications, like Pure Data…

                                                                                                                        Malte Steiner is media artist, sound designer and software developer. Starting around 1983, developing his own vision of the interdisciplinary Gesamtkunstwerk, working with, and not limited to, film, theater, video games and interactive installations. Releases on cassette, vinyl, CD and online. Concerts, exhibitions, and collaborations in Europe, Asia and America. In 2011 he moved to Berlin and opened his own media lab to work on his projects like Notstandskomitee, Elektronengehirn, Akustikkoppler with Matthias Schuster from Hamburg and Restlichtverstärker with Servando Barreiro, but also mastering and remixing other artists. He organizes twice a month the Pure Data Berlin ‘patching circle’ at Berlins well known C-Base.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Malte Steiner
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Open source game engines and realtime 3D for visuals

                                                                                                                        Session #26, October 10th, 2013: Malte Steiner / http://block4.com – n his talk, Steiner will show the use of open source game engines for live visuals and interactive art pieces from the humble beginnings in late 90s towards today. He currently develops and shares a system based on the engine Panda 3D which can be programmed in Python. With the implementation of full OSC control it can communicate with any other data from applications, like Pure Data…

                                                                                                                        Malte Steiner is media artist, sound designer and software developer. Starting around 1983, developing his own vision of the interdisciplinary Gesamtkunstwerk, working with, and not limited to, film, theater, video games and interactive installations. Releases on cassette, vinyl, CD and online. Concerts, exhibitions, and collaborations in Europe, Asia and America. In 2011 he moved to Berlin and opened his own media lab to work on his projects like Notstandskomitee, Elektronengehirn, Akustikkoppler with Matthias Schuster from Hamburg and Restlichtverstärker with Servando Barreiro, but also mastering and remixing other artists. He organizes twice a month the Pure Data Berlin ‘patching circle’ at Berlins well known C-Base.

                                                                                                                        +
                                                                                                                        @@ -2489,31 +2528,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Joel Dittrich
                                                                                                                        -
                                                                                                                        -

                                                                                                                        White Noise/Black Noise

                                                                                                                        Session #24, July 11th, 2013: Joel Dittrich / http://joeldittrich.se/ –

                                                                                                                        Swedish audio/visual artist and university college teacher Joel Dittrich will talk about the latest incarnation of White Noise/Black Noise. An audio/visual project where Dittrich is experimenting with intermodal aesthetics, creating audio and visuals side by side and performing live with a digital set up, relaying heavily on OSC, MIDI and audio analysis, to control audio and visuals simultaneously. During 2013 Dittrich has received a lot of praise after performing at Elektra Festival (Montreal), The Lab (San Francisco), Live Performers Meeting (Rome) and The Bang Bang Bar (Stockholm). Dittrich teaches at five universities/colleges and engages in a number of projects in the realm of audio/visual and projection mapping, in Sweden as well as the rest of Europe and North America.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Joel Dittrich
                                                                                                                        +
                                                                                                                        +

                                                                                                                        White Noise/Black Noise

                                                                                                                        Session #24, July 11th, 2013: Joel Dittrich / http://joeldittrich.se/ –

                                                                                                                        Swedish audio/visual artist and university college teacher Joel Dittrich will talk about the latest incarnation of White Noise/Black Noise. An audio/visual project where Dittrich is experimenting with intermodal aesthetics, creating audio and visuals side by side and performing live with a digital set up, relaying heavily on OSC, MIDI and audio analysis, to control audio and visuals simultaneously. During 2013 Dittrich has received a lot of praise after performing at Elektra Festival (Montreal), The Lab (San Francisco), Live Performers Meeting (Rome) and The Bang Bang Bar (Stockholm). Dittrich teaches at five universities/colleges and engages in a number of projects in the realm of audio/visual and projection mapping, in Sweden as well as the rest of Europe and North America.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        WHITEvoid
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #24, July 11th, 2013: WHITEvoid / http://www.whitevoid.com – Lights are screens and screens are lights. pixels become physical and tangible. buildings and spaces are shaped by computer generated patterns and mathematical algorithms. in the age of projection mapping the real and the digital world are merging to form a new reality. real and virtual worlds are inseparable. Christopher Bauder talks about chances and challenges for computer aided design and scenography.<

                                                                                                                        Christopher Bauder started working in the field of interactive installation art and design after finishing his studies in the Digital Media Class at the Berlin University of the Arts. His projects focus on the translation of bits and bytes into objects and environments and vice versa. Space, object, sound and interaction are the key elements of his work. In 2004 Christopher Bauder founded studio WHITEvoid as a necessity to realize his large scale art and design pieces and environments. The studio is comprised of specialists in interaction design, media design, product design, interior architecture and electronic engineering. The interactive installations and products are created for museums, exhibitions and trade fairs, festivals, concerts and clubs. WHITEvoid’s designs are exhibited and experienced internationally and have gained worldwide recognition.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        WHITEvoid
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #24, July 11th, 2013: WHITEvoid / http://www.whitevoid.com – Lights are screens and screens are lights. pixels become physical and tangible. buildings and spaces are shaped by computer generated patterns and mathematical algorithms. in the age of projection mapping the real and the digital world are merging to form a new reality. real and virtual worlds are inseparable. Christopher Bauder talks about chances and challenges for computer aided design and scenography.<

                                                                                                                        Christopher Bauder started working in the field of interactive installation art and design after finishing his studies in the Digital Media Class at the Berlin University of the Arts. His projects focus on the translation of bits and bytes into objects and environments and vice versa. Space, object, sound and interaction are the key elements of his work. In 2004 Christopher Bauder founded studio WHITEvoid as a necessity to realize his large scale art and design pieces and environments. The studio is comprised of specialists in interaction design, media design, product design, interior architecture and electronic engineering. The interactive installations and products are created for museums, exhibitions and trade fairs, festivals, concerts and clubs. WHITEvoid’s designs are exhibited and experienced internationally and have gained worldwide recognition.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        VJ Juladi
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #24, July 11th, 2013: VJ Juladi / http://juladi.blogspot.de/ – As VJ Juladi she creates new imagery and makes sounds visible. She specializes in analog and handmade visuals. Responding live to music, she experiments with the movements of her hands and body in addition to placing various objects in front of the camera: feathers, leafs, fabrics, fire, etc. to create mesmerizing effects which are sent through a video mixer and out to a screen. For the last few years she has also been using her whole body for the visuals, starting to dance, perform and move in front of the screen. The pictures which appear are always different. Simple hand movements result in intriguing patterns and shapes on the screen …. which sometimes even look like birds or digital animated forms.

                                                                                                                        Elke Radtke has been active in the video art scene for 7 years. She has performed at multiple Video Art and Music Festivals around the world, as well as lectured on video art in Mexico City at the Arts University San Carlos. She won the Mapping Festival VJ Competition 2013 in Geneva and was the 1st runner up at VJ Torna at the Live Performers Meeting Festival 2012 in Rome (Championship Category) and 2011 (Battle Category).

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        VJ Juladi
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #24, July 11th, 2013: VJ Juladi / http://juladi.blogspot.de/ – As VJ Juladi she creates new imagery and makes sounds visible. She specializes in analog and handmade visuals. Responding live to music, she experiments with the movements of her hands and body in addition to placing various objects in front of the camera: feathers, leafs, fabrics, fire, etc. to create mesmerizing effects which are sent through a video mixer and out to a screen. For the last few years she has also been using her whole body for the visuals, starting to dance, perform and move in front of the screen. The pictures which appear are always different. Simple hand movements result in intriguing patterns and shapes on the screen …. which sometimes even look like birds or digital animated forms.

                                                                                                                        Elke Radtke has been active in the video art scene for 7 years. She has performed at multiple Video Art and Music Festivals around the world, as well as lectured on video art in Mexico City at the Arts University San Carlos. She won the Mapping Festival VJ Competition 2013 in Geneva and was the 1st runner up at VJ Torna at the Live Performers Meeting Festival 2012 in Rome (Championship Category) and 2011 (Battle Category).

                                                                                                                        +
                                                                                                                        @@ -2523,21 +2565,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Sébastien Bourdeauducq
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Story and development of the Mixxeo digital video mixer

                                                                                                                        Session #23, May 06th, 2013: Sébastien Bourdeauducq / http://m-labs.hk – Many video artists need a device that can blend video streams from two or more computers. A common solution is to use SD analog video and a commercially available mixer such as the Edirol V4. But the move to the better quality of digital video and the high cost of commercial digital mixers has prompted community developments of alternative devices.

                                                                                                                        Sébastien Bourdeauducq is an inventor passionate about science, electronics and open source. After working for several small companies – which included developing the Wi-Fi driver infrastructure for the Nabaztag/tag – he founded Milkymist Labs in the summer of 2007.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Sébastien Bourdeauducq
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Story and development of the Mixxeo digital video mixer

                                                                                                                        Session #23, May 06th, 2013: Sébastien Bourdeauducq / http://m-labs.hk – Many video artists need a device that can blend video streams from two or more computers. A common solution is to use SD analog video and a commercially available mixer such as the Edirol V4. But the move to the better quality of digital video and the high cost of commercial digital mixers has prompted community developments of alternative devices.

                                                                                                                        Sébastien Bourdeauducq is an inventor passionate about science, electronics and open source. After working for several small companies – which included developing the Wi-Fi driver infrastructure for the Nabaztag/tag – he founded Milkymist Labs in the summer of 2007.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        ReVerse Bullets
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Kunst, Kultur & Kino Collage

                                                                                                                        Session #23, May 06th, 2013: ReVerse Bullets / http://www.reverse-bullets.com – “Kunst, Kultur & Kino Kollage” will be an examination of the process of re-appropriating the images and sounds of pop culture, propaganda, educational films, and the tools of the populist media to create subversive audiovisual art. The talk will feature an analysis of the creation of the debut ReVerse Bullets’ album, “Drapetomania!,” along with a preview of new material collaborated with Nicolo Sommer (BIINDS).

                                                                                                                        ReVerse Bullets is a rotating lineup of filmmakers, musicians and visual artists founded by filmmaker Jon-Carlos Evans in New York City in 2009. . Through a collision of industrial noise cum funk and psychedelic synths, ReVerse Bullets project audiovisual “anti-propaganda” and noise-collage molotovs like an amalgam of Stan Brakhage cum Sonic Youth and Sergei Eisenstein cum Massive Attack. Twisted samples of capitalist, western & religious propaganda collide with the band’s electronic cum noise funk and dialectic imagery to create a sensory experience that is part multimedia essay, improvisational electronica, performance art and rock concert.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        ReVerse Bullets
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Kunst, Kultur & Kino Collage

                                                                                                                        Session #23, May 06th, 2013: ReVerse Bullets / http://www.reverse-bullets.com – “Kunst, Kultur & Kino Kollage” will be an examination of the process of re-appropriating the images and sounds of pop culture, propaganda, educational films, and the tools of the populist media to create subversive audiovisual art. The talk will feature an analysis of the creation of the debut ReVerse Bullets’ album, “Drapetomania!,” along with a preview of new material collaborated with Nicolo Sommer (BIINDS).

                                                                                                                        ReVerse Bullets is a rotating lineup of filmmakers, musicians and visual artists founded by filmmaker Jon-Carlos Evans in New York City in 2009. . Through a collision of industrial noise cum funk and psychedelic synths, ReVerse Bullets project audiovisual “anti-propaganda” and noise-collage molotovs like an amalgam of Stan Brakhage cum Sonic Youth and Sergei Eisenstein cum Massive Attack. Twisted samples of capitalist, western & religious propaganda collide with the band’s electronic cum noise funk and dialectic imagery to create a sensory experience that is part multimedia essay, improvisational electronica, performance art and rock concert.

                                                                                                                        +
                                                                                                                        @@ -2545,21 +2589,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Tokyo Data Collective
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #22, May 09th, 2013: Tokyo Data Collective / http://tokyodatacollective.com – 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.

                                                                                                                        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.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Tokyo Data Collective
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #22, May 09th, 2013: Tokyo Data Collective / http://tokyodatacollective.com – 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.

                                                                                                                        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.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        A-LI-CE
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #22, May 09th, 2013: A-LI-CE / http://www.a-li-ce.com – 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.

                                                                                                                        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.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        A-LI-CE
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #22, May 09th, 2013: A-LI-CE / http://www.a-li-ce.com – 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.

                                                                                                                        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.

                                                                                                                        +
                                                                                                                        @@ -2567,21 +2613,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        pussykrew
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #21, April 11th, 2013: pussykrew / http://niochnioszki.net – In 2010 they’ve started their audio-visual noise project – Domestic Violence, which merges field recordings, live coding and audio-responsive glitches, by using self-made interfaces, controllers and patches. Domestic Violence performed in Finland, Germany, UK, Italy and Poland. work by Tikul & Jendre has been presented at digital arts and video festivals around the world. They are constantly trying to challenge the viewer, through exploration of identity / queerness of human body / architectural objects and their transformations, synthetic-organic textures, glitch aesthetics, physicality of image and sound.Their works are attempting to bend the perception of time – intensify the senses and reactivate the dismissed areas of psyche.

                                                                                                                        Duo Ewelina Aleksandrowicz and Andrzej Wojtas (Tikul & Jendrek), known collectively as Pussykrew, make art that eludes convention and merges the erotic and the ethereal with exquisite finesse. Using both visual and sonic media, the two artists marry the maximalist sensations of glitch with minimalist destructiveness to give performances that are beyond experimental. They are Berlin based artists who are collaboratively working within the area of new media. Their interdisciplinary practices range from audio-visual performance, live coding, multimedia installations to sound experiments, sensor based technologies and DIY electronics. During their production of live visuals, video installations and videoclips they have collaborated with Leila, Darkstar (WARP Records) HTRK (Work, work, work Tour 2011 – Ghostly International), Raime (Blackest Ever Black) and Oni Ayhun amongst others.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        pussykrew
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #21, April 11th, 2013: pussykrew / http://niochnioszki.net – In 2010 they’ve started their audio-visual noise project – Domestic Violence, which merges field recordings, live coding and audio-responsive glitches, by using self-made interfaces, controllers and patches. Domestic Violence performed in Finland, Germany, UK, Italy and Poland. work by Tikul & Jendre has been presented at digital arts and video festivals around the world. They are constantly trying to challenge the viewer, through exploration of identity / queerness of human body / architectural objects and their transformations, synthetic-organic textures, glitch aesthetics, physicality of image and sound.Their works are attempting to bend the perception of time – intensify the senses and reactivate the dismissed areas of psyche.

                                                                                                                        Duo Ewelina Aleksandrowicz and Andrzej Wojtas (Tikul & Jendrek), known collectively as Pussykrew, make art that eludes convention and merges the erotic and the ethereal with exquisite finesse. Using both visual and sonic media, the two artists marry the maximalist sensations of glitch with minimalist destructiveness to give performances that are beyond experimental. They are Berlin based artists who are collaboratively working within the area of new media. Their interdisciplinary practices range from audio-visual performance, live coding, multimedia installations to sound experiments, sensor based technologies and DIY electronics. During their production of live visuals, video installations and videoclips they have collaborated with Leila, Darkstar (WARP Records) HTRK (Work, work, work Tour 2011 – Ghostly International), Raime (Blackest Ever Black) and Oni Ayhun amongst others.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Gabriel Shalom
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #21, April 11th, 2013: Gabriel Shalom / http://www.gabrielshalom.com –

                                                                                                                        Gabriel Shalom is a director, audiovisual artist and composer living and working in Berlin, Germany. His signature work takes the form of rhythmically edited audiovisual compositions (videomusic). Taking inspiration from musique concrète, he explores the hidden musicality of everyday objects, unusual handmade electro-acoustic instruments, and manipulation of traditional instruments. He understands video to be a fundamentally audiovisual medium and strives to create highly synaesthetic works. His five channel videomusical installation The Tosso Variations premiered in his solo exhibition at MU Eindhoven. He has written and spoken extensively on Hypercubism, his theory of object-oriented aesthetics. He has been commissioned by brands such as MINI, Sony and BMW Italy. He has been an artist in residence at the Frankfurter Kunstverein, ZKM Karlsruhe and the CAMP Festival in Stuttgart. He is a member of the 2012 class of the Art Directors Club Young Guns. In addition to his audiovisual work, Gabriel is a director of experimental narratives. His video essays are meditative reflections on the zeitgeist, often influenced by his theory of aesthetics, Hypercubism. His company KS12, founded together with partner Patrizia Kommerell, is a creative studio for experimental storytelling. KS12 has been commissioned by various media arts festivals such as Transmediale (Berlin), STRP (Eindhoven), and NODE Forum for Digital Arts (Frankfurt), as well as companies and organizations such as Wieden + Kennedy, British Council, BOX 1824 and Meiré und Meiré

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Gabriel Shalom
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #21, April 11th, 2013: Gabriel Shalom / http://www.gabrielshalom.com –

                                                                                                                        Gabriel Shalom is a director, audiovisual artist and composer living and working in Berlin, Germany. His signature work takes the form of rhythmically edited audiovisual compositions (videomusic). Taking inspiration from musique concrète, he explores the hidden musicality of everyday objects, unusual handmade electro-acoustic instruments, and manipulation of traditional instruments. He understands video to be a fundamentally audiovisual medium and strives to create highly synaesthetic works. His five channel videomusical installation The Tosso Variations premiered in his solo exhibition at MU Eindhoven. He has written and spoken extensively on Hypercubism, his theory of object-oriented aesthetics. He has been commissioned by brands such as MINI, Sony and BMW Italy. He has been an artist in residence at the Frankfurter Kunstverein, ZKM Karlsruhe and the CAMP Festival in Stuttgart. He is a member of the 2012 class of the Art Directors Club Young Guns. In addition to his audiovisual work, Gabriel is a director of experimental narratives. His video essays are meditative reflections on the zeitgeist, often influenced by his theory of aesthetics, Hypercubism. His company KS12, founded together with partner Patrizia Kommerell, is a creative studio for experimental storytelling. KS12 has been commissioned by various media arts festivals such as Transmediale (Berlin), STRP (Eindhoven), and NODE Forum for Digital Arts (Frankfurt), as well as companies and organizations such as Wieden + Kennedy, British Council, BOX 1824 and Meiré und Meiré

                                                                                                                        +
                                                                                                                        @@ -2591,21 +2639,23 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Aude Rose
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #20, March 14th, 2013: Aude Rose / http://auderrose.de/ – Aude Francois also called Aude Rrose is multi-disciplinary artist living between Paris and Berlin, working with performance, photography, sound and live video. She regularly presents her video performances in international festivals. Her imagery plays with narrative structures, developing dreamy and intimate universes, exploring various forms of interplay between body, images in motion, deconstructive narrations and self-mythology. Her performances articulate live scenography protocols integrating video as an environment medium, often using real-time camera feedback, considering the black box as a possible oneiric space, where sounds and images communicate in a poetic and narrative journey.

                                                                                                                        Aude Rose has developed several successful collaborations with international acoustic and electronic musicians, sound and video programmers, producing series of audio-visual performances where she manipulates time and images in evolving structures.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Aude Rose
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #20, March 14th, 2013: Aude Rose / http://auderrose.de/ – Aude Francois also called Aude Rrose is multi-disciplinary artist living between Paris and Berlin, working with performance, photography, sound and live video. She regularly presents her video performances in international festivals. Her imagery plays with narrative structures, developing dreamy and intimate universes, exploring various forms of interplay between body, images in motion, deconstructive narrations and self-mythology. Her performances articulate live scenography protocols integrating video as an environment medium, often using real-time camera feedback, considering the black box as a possible oneiric space, where sounds and images communicate in a poetic and narrative journey.

                                                                                                                        Aude Rose has developed several successful collaborations with international acoustic and electronic musicians, sound and video programmers, producing series of audio-visual performances where she manipulates time and images in evolving structures.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Mey Lean Kronemann & David Sanz Kirbis
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #20, March 14th, 2013: Mey Lean Kronemann & David Sanz Kirbis / http://therandomlab.blogspot.de – David and Mey are currently working on their project Tower of Babel, an emergent robotic sculpture that builds itself. A pack of small, autonomous robots is trying to climb on top of each other in order to form a tower. At some point, the tower gets too high and the robots fall down. This project is supported by Fundacion Telefonica’s VIDA Art and Artificial Life International Awards.

                                                                                                                        Mey Lean Kronemann is a media artist from Berlin with a passion for robotics and emergent behaviour. Her works have been internationally exhibited and presented at media art festivals and conferences, and were awarded by Digital Sparks (Honorary Mention, 2008), Japan Media Arts Festival (Jury Selection Work, 2011) and Art of Engineering (prize award, 2012). Mey has studied Interaction Design in Malmo, Sweden, and Product/Interface Design in Potsdam, Germany, where she graduated in 2009, and was a research fellow in 2010. David Sanz Kirbis is a multidisciplinary experimenter interested in how things work and in finding creative solutions to technical projects. He is currently working as researcher towards a PhD in the field of Art and Technology at the Universidad Politecnica de Valencia. With an eclectic background as computer technician, product design engineer, and independent filmmaker he is interested in design, mechanics, electronics, programming, robotics, philosophy and photography. David was recently hosted as fellow of the STUDIO for Creative Inquiry, directed by Golan Levin, at the Carnegie Mellon University.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Mey Lean Kronemann & David Sanz Kirbis
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #20, March 14th, 2013: Mey Lean Kronemann & David Sanz Kirbis / http://therandomlab.blogspot.de – David and Mey are currently working on their project Tower of Babel, an emergent robotic sculpture that builds itself. A pack of small, autonomous robots is trying to climb on top of each other in order to form a tower. At some point, the tower gets too high and the robots fall down. This project is supported by Fundacion Telefonica’s VIDA Art and Artificial Life International Awards.

                                                                                                                        Mey Lean Kronemann is a media artist from Berlin with a passion for robotics and emergent behaviour. Her works have been internationally exhibited and presented at media art festivals and conferences, and were awarded by Digital Sparks (Honorary Mention, 2008), Japan Media Arts Festival (Jury Selection Work, 2011) and Art of Engineering (prize award, 2012). Mey has studied Interaction Design in Malmo, Sweden, and Product/Interface Design in Potsdam, Germany, where she graduated in 2009, and was a research fellow in 2010. David Sanz Kirbis is a multidisciplinary experimenter interested in how things work and in finding creative solutions to technical projects. He is currently working as researcher towards a PhD in the field of Art and Technology at the Universidad Politecnica de Valencia. With an eclectic background as computer technician, product design engineer, and independent filmmaker he is interested in design, mechanics, electronics, programming, robotics, philosophy and photography. David was recently hosted as fellow of the STUDIO for Creative Inquiry, directed by Golan Levin, at the Carnegie Mellon University.

                                                                                                                        +
                                                                                                                        @@ -2613,31 +2663,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Vanessa Ramos-Velazquez
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #19, February 21st, 2013: Vanessa Ramos-Velazquez / http://www.quietrevolution.me/Vanessa_Ramos_Velasquez.html – She is currently collaborating with legendary electronic musician/producer A Guy Called Gerald for her interactive performance Coded Narratives, and with sound artist Derek Holzer will debut her live videomicrography performance.

                                                                                                                        Vanessa Ramos-Velasquez is an interdisciplinary artist, multimedia specialist, and researcher from Brazil and the U.S., and currently based in Berlin. A Fulbright scholar at the University of Kansas, she pioneered a special program in Interdisciplinary Studies in Art, Design, Video & Film and Choreography. Her transmedia experiments led her to develop an artistic practice in performance art, installation, videoart, videodance and cameraless films. As a choreography student of the late Labanotation expert Janet Hamburg, she danced with the Bill T. Jones/Arnie Zane Dance Company.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Vanessa Ramos-Velazquez
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #19, February 21st, 2013: Vanessa Ramos-Velazquez / http://www.quietrevolution.me/Vanessa_Ramos_Velasquez.html – She is currently collaborating with legendary electronic musician/producer A Guy Called Gerald for her interactive performance Coded Narratives, and with sound artist Derek Holzer will debut her live videomicrography performance.

                                                                                                                        Vanessa Ramos-Velasquez is an interdisciplinary artist, multimedia specialist, and researcher from Brazil and the U.S., and currently based in Berlin. A Fulbright scholar at the University of Kansas, she pioneered a special program in Interdisciplinary Studies in Art, Design, Video & Film and Choreography. Her transmedia experiments led her to develop an artistic practice in performance art, installation, videoart, videodance and cameraless films. As a choreography student of the late Labanotation expert Janet Hamburg, she danced with the Bill T. Jones/Arnie Zane Dance Company.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Geso
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #19, February 21st, 2013: Geso / http://cargocollective.com/geso – Geso is the moniker he uses for his most personal and experimental work, specially focused in video-art and visual performances. His videos are a combination of glitches, geometric graphics, landscapes and images from nature, evoking a short of lost paradise or residual image from a better world. The concepts that often dominate his work are related to different levels of communication and its paradoxes, the digital language and errors, usually revealing a connection with different aspects from human conscience and spirituality, like altered states of mind.

                                                                                                                        Also known as Pablo IA, is an active/creative mind involved in different art and design fields. As graphic designer and art director for his own studio GeeOhDee, as artist exhibiting his work in galleries and festivals (previously in collaboraton with his brother, Javier IA), as Dj, Vj and promotor of electronic music events and of course, as publisher and curator for his main project: Belio Magazine, an art publishing house and organization who runs exhibitions, concerts, festivals, conferences and workshops, apart of publishing magazines and books since 1999. Pablo IA actually lives and works in Berlin.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Geso
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #19, February 21st, 2013: Geso / http://cargocollective.com/geso – Geso is the moniker he uses for his most personal and experimental work, specially focused in video-art and visual performances. His videos are a combination of glitches, geometric graphics, landscapes and images from nature, evoking a short of lost paradise or residual image from a better world. The concepts that often dominate his work are related to different levels of communication and its paradoxes, the digital language and errors, usually revealing a connection with different aspects from human conscience and spirituality, like altered states of mind.

                                                                                                                        Also known as Pablo IA, is an active/creative mind involved in different art and design fields. As graphic designer and art director for his own studio GeeOhDee, as artist exhibiting his work in galleries and festivals (previously in collaboraton with his brother, Javier IA), as Dj, Vj and promotor of electronic music events and of course, as publisher and curator for his main project: Belio Magazine, an art publishing house and organization who runs exhibitions, concerts, festivals, conferences and workshops, apart of publishing magazines and books since 1999. Pablo IA actually lives and works in Berlin.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Alex Haw
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #19, February 21st, 2013: Alex Haw / http://atmosstudio.com/ – His work, which spans the scales from buildings to installations, masterplans to furniture, seeks a synthesis of mind & body – creating meaningful, pleasurable, enduring and immersive experiences. Much of his work involves cutting-edge fabrication technologies and digital mapping, exploring the connectivity of people to their precise place in the world.

                                                                                                                        Alex will present a series of atmos projects that explore optical space, architectural interactivity, participatory surveillance and 4-dimensional interactivity – all at breakneck speed, with 1000s of slides. Alex Haw is director of the award-winning UK art/architecture practice atmos

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Alex Haw
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #19, February 21st, 2013: Alex Haw / http://atmosstudio.com/ – His work, which spans the scales from buildings to installations, masterplans to furniture, seeks a synthesis of mind & body – creating meaningful, pleasurable, enduring and immersive experiences. Much of his work involves cutting-edge fabrication technologies and digital mapping, exploring the connectivity of people to their precise place in the world.

                                                                                                                        Alex will present a series of atmos projects that explore optical space, architectural interactivity, participatory surveillance and 4-dimensional interactivity – all at breakneck speed, with 1000s of slides. Alex Haw is director of the award-winning UK art/architecture practice atmos

                                                                                                                        +
                                                                                                                        @@ -2645,31 +2698,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Jem The Misfit
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Performance as process

                                                                                                                        Session #18, December 18th, 2012: Jem The Misfit / http://www.jemthemisfit.com/ – Jem about her Talk: “For scope sessions I will present a selection of projects from 2012 that range from large scale festival VJing to new AV collaborations, as well as the strange world of VJ competitions. Through these projects I will give some insight into my background and work process and discuss how the immediacy of Vjing and the processes of improvisation and performance have been useful techniques in the development of new ideas.”

                                                                                                                        Jemma Woolmore is a video artist working with live audio-visual performance and installation to explore a diverse range of ideas including synaesthesia, utopia/dystopia, imagination and identity. As VJ Jem the Misfit she won the 2012 Mapping Festival’s international VJ competition in Geneva has performed at the top music festivals across Australia and New Zealand. Her projects and performances have screened in numerous galleries and festivals including LPM (Rome), FEED (Berlin), Gertrude Street Projection Festival (AUS), Melbourne Fringe Festival, City Gallery (Wellington NZ).

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Jem The Misfit
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Performance as process

                                                                                                                        Session #18, December 18th, 2012: Jem The Misfit / http://www.jemthemisfit.com/ – Jem about her Talk: “For scope sessions I will present a selection of projects from 2012 that range from large scale festival VJing to new AV collaborations, as well as the strange world of VJ competitions. Through these projects I will give some insight into my background and work process and discuss how the immediacy of Vjing and the processes of improvisation and performance have been useful techniques in the development of new ideas.”

                                                                                                                        Jemma Woolmore is a video artist working with live audio-visual performance and installation to explore a diverse range of ideas including synaesthesia, utopia/dystopia, imagination and identity. As VJ Jem the Misfit she won the 2012 Mapping Festival’s international VJ competition in Geneva has performed at the top music festivals across Australia and New Zealand. Her projects and performances have screened in numerous galleries and festivals including LPM (Rome), FEED (Berlin), Gertrude Street Projection Festival (AUS), Melbourne Fringe Festival, City Gallery (Wellington NZ).

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Zan Lyons
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Cross-disciplinary AV production

                                                                                                                        Session #18, December 18th, 2012: Zan Lyons / http://www.zanlyons.com/ – In his talk he gives an insight to his special mix of violin play, computer synthetics, video timelines and ideas about it.

                                                                                                                        Zan Lyons is a sound and visual artist. He works as musician, composer, producer, filmmaker, performer and many crossovers coming out of this. He creates atmospheric and organic abstractions of sound and light, intense and densified. On his path he collaborated with chris clark as well as leila and nicolette, that are signed at warp. He is a frequent collaborator with alec empire. His works were shown at the film festivals of Cannes, OneDotZero and Raindance.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Zan Lyons
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Cross-disciplinary AV production

                                                                                                                        Session #18, December 18th, 2012: Zan Lyons / http://www.zanlyons.com/ – In his talk he gives an insight to his special mix of violin play, computer synthetics, video timelines and ideas about it.

                                                                                                                        Zan Lyons is a sound and visual artist. He works as musician, composer, producer, filmmaker, performer and many crossovers coming out of this. He creates atmospheric and organic abstractions of sound and light, intense and densified. On his path he collaborated with chris clark as well as leila and nicolette, that are signed at warp. He is a frequent collaborator with alec empire. His works were shown at the film festivals of Cannes, OneDotZero and Raindance.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Onyx Ashanti
                                                                                                                        -
                                                                                                                        -

                                                                                                                        The Beatjazz Controller System

                                                                                                                        Session #18, December 18th, 2012: Onyx Ashanti / http://onyx-ashanti.com/ – equations relative to each other are beginning to synergize. aesthetic based on function is proving to be a decent guiding principle for not just design, but sonic interval interpretation, formerly called music. the rabbit hole has heiroglyphs on the walls of its interior. the myth construct has become self-aware…

                                                                                                                        Onyx sounds like the offspring of Roger Troutman, Timbaland, and John Coltrane. Having cut his teeth playing the southern California rave scene in the late 90′s, he spent the first half of the the 2k’s playing and recording with the likes of Soul II Soul, Basement Jaxx and Marshall Jefferson. The last 3 years has seen him take on the challenge of creating a new form of music for a new age. A form un-encumbered by genre. Armed with a new type of sound design concept of his own creation-Gestural Trajectory Synthesis- Onyx can construct any style of music imaginable and quite a few that aren’t.The beatjazz control interface is a three-way wireless sensor network that converts his finger, hand, and breath movements, into musical control data, which allows him to play synthesizers with dance-like movements and saxophone-like fingerings. In addition, Onyx created a light based “element narration” subsystem combined with a large screen projection that relates sound types and gestural data to colors and visual imagery so the audience knows which part of the arrangement that Onyx is playing at any given time. The system was designed specifically for Beatjazz and the combination of the two together create a never before realized marriage of sound, light and motion.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Onyx Ashanti
                                                                                                                        +
                                                                                                                        +

                                                                                                                        The Beatjazz Controller System

                                                                                                                        Session #18, December 18th, 2012: Onyx Ashanti / http://onyx-ashanti.com/ – equations relative to each other are beginning to synergize. aesthetic based on function is proving to be a decent guiding principle for not just design, but sonic interval interpretation, formerly called music. the rabbit hole has heiroglyphs on the walls of its interior. the myth construct has become self-aware…

                                                                                                                        Onyx sounds like the offspring of Roger Troutman, Timbaland, and John Coltrane. Having cut his teeth playing the southern California rave scene in the late 90′s, he spent the first half of the the 2k’s playing and recording with the likes of Soul II Soul, Basement Jaxx and Marshall Jefferson. The last 3 years has seen him take on the challenge of creating a new form of music for a new age. A form un-encumbered by genre. Armed with a new type of sound design concept of his own creation-Gestural Trajectory Synthesis- Onyx can construct any style of music imaginable and quite a few that aren’t.The beatjazz control interface is a three-way wireless sensor network that converts his finger, hand, and breath movements, into musical control data, which allows him to play synthesizers with dance-like movements and saxophone-like fingerings. In addition, Onyx created a light based “element narration” subsystem combined with a large screen projection that relates sound types and gestural data to colors and visual imagery so the audience knows which part of the arrangement that Onyx is playing at any given time. The system was designed specifically for Beatjazz and the combination of the two together create a never before realized marriage of sound, light and motion.

                                                                                                                        +
                                                                                                                        @@ -2685,31 +2741,34 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Andreas Nicolas Fischer
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Schwarm

                                                                                                                        Session #16, October 11th, 2012: Andreas Nicolas Fischer / http://anf.nu/ – In his talk, A. N. Fischer is going to talk about his artwork “Schwarm”, a software that creates constantly changing, abstract composition running in real time. As this work comes to life through software that executes a coded behaviour, the computer system becomes an integral part of the creation and perception of the artwork itself.

                                                                                                                        Andreas Nicolas Fischer is an artist working with generative systems. He creates prints, videos, installations and sculptures inspired by the physical representation of data and the visualization of digital processes. He lives and works in Berlin. His works have been exhibited in several solo and group shows internationally, including the United States, the United Kingdom, Germany and Beijing.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Andreas Nicolas Fischer
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Schwarm

                                                                                                                        Session #16, October 11th, 2012: Andreas Nicolas Fischer / http://anf.nu/ – In his talk, A. N. Fischer is going to talk about his artwork “Schwarm”, a software that creates constantly changing, abstract composition running in real time. As this work comes to life through software that executes a coded behaviour, the computer system becomes an integral part of the creation and perception of the artwork itself.

                                                                                                                        Andreas Nicolas Fischer is an artist working with generative systems. He creates prints, videos, installations and sculptures inspired by the physical representation of data and the visualization of digital processes. He lives and works in Berlin. His works have been exhibited in several solo and group shows internationally, including the United States, the United Kingdom, Germany and Beijing.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Frieder Weiss
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Intermedia Dance Performances with Motion Sensing

                                                                                                                        Session #16, October 11th, 2012: Frieder Weiss / http://frieder-weiss.de/ – With his background in computer science and automation technology, he started developing interactive systems in 1993. For many years he was codirector of Palindrome Performance group, developing media performances which toured worldwide and have received numerous awards. While his early works were focusing on movement-to-sound relations using bioelectrical sensor devices as well as video motion sensing, he continued with a focus on connecting interactive visuals with the body itself. He developed the video technologies and interactive stage projections for Chunky Move’s recent intermedia works ‘Glow’ and ‘Mortal engine’. For his contribution on ‘Glow’ he was rewarded with a ‘Green room award’ for ‘Design in Dance’. Both Pieces have been touring for many years now, including venues like BAM, New York, The Edinburgh Festival, The Sydney Opera house.

                                                                                                                        Frieder Weiss is an engineer in the arts working with realtime computing and interactive computer systems for performance art. He is the author of EyeCon and Kalypso, video motion sensing programs especially designed for the use with dance, music and computer art.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Frieder Weiss
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Intermedia Dance Performances with Motion Sensing

                                                                                                                        Session #16, October 11th, 2012: Frieder Weiss / http://frieder-weiss.de/ – With his background in computer science and automation technology, he started developing interactive systems in 1993. For many years he was codirector of Palindrome Performance group, developing media performances which toured worldwide and have received numerous awards. While his early works were focusing on movement-to-sound relations using bioelectrical sensor devices as well as video motion sensing, he continued with a focus on connecting interactive visuals with the body itself. He developed the video technologies and interactive stage projections for Chunky Move’s recent intermedia works ‘Glow’ and ‘Mortal engine’. For his contribution on ‘Glow’ he was rewarded with a ‘Green room award’ for ‘Design in Dance’. Both Pieces have been touring for many years now, including venues like BAM, New York, The Edinburgh Festival, The Sydney Opera house.

                                                                                                                        Frieder Weiss is an engineer in the arts working with realtime computing and interactive computer systems for performance art. He is the author of EyeCon and Kalypso, video motion sensing programs especially designed for the use with dance, music and computer art.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Felix Bonowski
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Reverse modelling

                                                                                                                        Session #16, October 11th, 2012: Felix Bonowski / https://syntheticmatter.wordpress.com/selected-works/ – In his talk, he will give some insight into how mathematical modelling can be used as an artistic tool to break the determinism of man-machine interaction and create a corporeal experience in a world without haptic feedback.

                                                                                                                        With a background in molecular biology and computer science, Felix Bonowski created a series of interactive video installations that explore materiality and corporeal experience in simulated environments. The works were shown in clubs, at festivals and various exhibitions, including a solo exhibition in the Studio Gallery of the Haus am Lützowplatz (Berlin). He currently (2012) teaches robotics courses at the Technische Universität Berlin.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Felix Bonowski
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Reverse modelling

                                                                                                                        Session #16, October 11th, 2012: Felix Bonowski / https://syntheticmatter.wordpress.com/selected-works/ – In his talk, he will give some insight into how mathematical modelling can be used as an artistic tool to break the determinism of man-machine interaction and create a corporeal experience in a world without haptic feedback.

                                                                                                                        With a background in molecular biology and computer science, Felix Bonowski created a series of interactive video installations that explore materiality and corporeal experience in simulated environments. The works were shown in clubs, at festivals and various exhibitions, including a solo exhibition in the Studio Gallery of the Haus am Lützowplatz (Berlin). He currently (2012) teaches robotics courses at the Technische Universität Berlin.

                                                                                                                        +
                                                                                                                        @@ -2717,11 +2776,12 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Mark Coniglio
                                                                                                                        -
                                                                                                                        -

                                                                                                                        The Past and Future of Technology & Performance

                                                                                                                        Session #15, September 13th, 2012: Mark Coniglio / http://troikatronix.com/ – Media artist, composer and programmer Mark Coniglio will present an artist talk that combines an overview of the history of interactive/media-intensive performance with a consideration of how to take keep this work meaningful in the future.

                                                                                                                        Mark Coniglio is an award-winning artist, acknowledged pioneer of the interactive performance scene, and co-founder of Troika Ranch (http://troikaranch.org). His work has been seen on stages throughout America and Europe to critical and public acclaim. He has recently been nominated for the World Technology Award 2012, and has received a both a New York Dance and Performance (“Bessie”) Award and a prize at Prix Ars Electronica. He is also the creator of Isadora (http://troikatronix.com/), a software tool that facilitates the creation of interactive performance. Isadora has been used an essential creative tool by thousands of artists worldwide.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Mark Coniglio
                                                                                                                        +
                                                                                                                        +

                                                                                                                        The Past and Future of Technology & Performance

                                                                                                                        Session #15, September 13th, 2012: Mark Coniglio / http://troikatronix.com/ – Media artist, composer and programmer Mark Coniglio will present an artist talk that combines an overview of the history of interactive/media-intensive performance with a consideration of how to take keep this work meaningful in the future.

                                                                                                                        Mark Coniglio is an award-winning artist, acknowledged pioneer of the interactive performance scene, and co-founder of Troika Ranch (http://troikaranch.org). His work has been seen on stages throughout America and Europe to critical and public acclaim. He has recently been nominated for the World Technology Award 2012, and has received a both a New York Dance and Performance (“Bessie”) Award and a prize at Prix Ars Electronica. He is also the creator of Isadora (http://troikatronix.com/), a software tool that facilitates the creation of interactive performance. Isadora has been used an essential creative tool by thousands of artists worldwide.

                                                                                                                        +
                                                                                                                        @@ -2729,11 +2789,12 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Berlan Allee
                                                                                                                        -
                                                                                                                        -

                                                                                                                        ”BERLAN ALLEE” Radio Show & ”SAROSEDA Collective

                                                                                                                        Session #15, September 13th, 2012: Berlan Allee / http://www.saro-seda.com/ – Next, Arash Salehi the founder of SAROSEDA will briefly present their collective. SAROSEDA is a digital art collective which tries to reach new forms and concepts in Iranian Contemporary Art scene by introducing the potential of collaboration between different disciplines in the shape of organizing workshops and jammings of computer based artists.

                                                                                                                        The Iranian Audio-Visual duo from Tehran based in Berlin/Germany started working since 2011. Pharaz (Born 1987/Tehran) is a photographer and Visual Artist. Iman ( Born 1985/Tehran) is a music producer since 2008. They will present their weekly radio show “‘BERLAN ALLEE” which will be live starting September 2012 through INeed Radio Funkhaus which is already up and running. INeed Radio Funkhaus is situated in Berlin at Funkhaus- Grünau.The main idea of Berlan Allee is to focus on Electronic and Experimental music scene of Iranian artists all around the world , inside and outside Iran.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Berlan Allee
                                                                                                                        +
                                                                                                                        +

                                                                                                                        ”BERLAN ALLEE” Radio Show & ”SAROSEDA Collective

                                                                                                                        Session #15, September 13th, 2012: Berlan Allee / http://www.saro-seda.com/ – Next, Arash Salehi the founder of SAROSEDA will briefly present their collective. SAROSEDA is a digital art collective which tries to reach new forms and concepts in Iranian Contemporary Art scene by introducing the potential of collaboration between different disciplines in the shape of organizing workshops and jammings of computer based artists.

                                                                                                                        The Iranian Audio-Visual duo from Tehran based in Berlin/Germany started working since 2011. Pharaz (Born 1987/Tehran) is a photographer and Visual Artist. Iman ( Born 1985/Tehran) is a music producer since 2008. They will present their weekly radio show “‘BERLAN ALLEE” which will be live starting September 2012 through INeed Radio Funkhaus which is already up and running. INeed Radio Funkhaus is situated in Berlin at Funkhaus- Grünau.The main idea of Berlan Allee is to focus on Electronic and Experimental music scene of Iranian artists all around the world , inside and outside Iran.

                                                                                                                        +
                                                                                                                        @@ -2741,60 +2802,65 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        -
                                                                                                                        Laura Ramirez (OptikaVJ)
                                                                                                                        -
                                                                                                                        -

                                                                                                                        AV-Invader Mapping

                                                                                                                        Session #4, June 1st, 2012: Laura Ramirez (OptikaVJ) / http://optikalink.weebly.com/about.html – Laura is a visual arts lover dedicated to direct and produce live visuals projects and experimental pieces for commercial brands, art exhibitions and worldwide academic presentations. She produces herself and runs her own laboratory and audiovisual label "Optikal Ink Lab", an independent project dedicated to create AV works and aimed to integrate digital arts, video projections, video mapping and real-time narratives.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Laura Ramirez (OptikaVJ)
                                                                                                                        +
                                                                                                                        +

                                                                                                                        AV-Invader Mapping

                                                                                                                        Session #4, June 1st, 2012: Laura Ramirez (OptikaVJ) / http://optikalink.weebly.com/about.html – Laura is a visual arts lover dedicated to direct and produce live visuals projects and experimental pieces for commercial brands, art exhibitions and worldwide academic presentations. She produces herself and runs her own laboratory and audiovisual label "Optikal Ink Lab", an independent project dedicated to create AV works and aimed to integrate digital arts, video projections, video mapping and real-time narratives.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Robert Fischer (Hexler)
                                                                                                                        -
                                                                                                                        -

                                                                                                                        TouchOSC & TouchViz

                                                                                                                        Session #4, June 1st, 2012: Robert Fischer (Hexler) / http://hexler.net – Dr. Mo talks with Robert about his Apps: + +

                                                                                                                        +
                                                                                                                        Robert Fischer (Hexler)
                                                                                                                        +
                                                                                                                        +

                                                                                                                        TouchOSC & TouchViz

                                                                                                                        Session #4, June 1st, 2012: Robert Fischer (Hexler) / http://hexler.net – Dr. Mo talks with Robert about his Apps: TouchOSC Modular OSC and MIDI control surface for iPhone / iPod Touch / iPad Sends and receives Open Sound Control messages over a Wi-Fi network using the UDP protocol and supports both CoreMIDI and the Line 6 MIDI Mobilizer interfaces for sending and receiving MIDI messages. TouchViZ Professional, portable VJ system for iPad 2 At home or in the club, professionally or just for fun, you can now create impressive visuals straight from your iPad.

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Andreas Karaoulanis & Katerina Liana
                                                                                                                        -
                                                                                                                        -

                                                                                                                        "Lava" Live Dance Performance

                                                                                                                        Session #4, June 1st, 2012: Andreas Karaoulanis & Katerina Liana / http://bestbefore.gr/ – Andreas Karaoulanis comes from a Computer Science and Animation background. His current work deals with interactive media design and animation. He has present his work in Museum Of London, Moscow, Paris and in various Galleries and spaces around Europe. One of his latest projects is "bestbefore", an online interactive showcase blog. + +

                                                                                                                        +
                                                                                                                        Andreas Karaoulanis & Katerina Liana
                                                                                                                        +
                                                                                                                        +

                                                                                                                        "Lava" Live Dance Performance

                                                                                                                        Session #4, June 1st, 2012: Andreas Karaoulanis & Katerina Liana / http://bestbefore.gr/ – Andreas Karaoulanis comes from a Computer Science and Animation background. His current work deals with interactive media design and animation. He has present his work in Museum Of London, Moscow, Paris and in various Galleries and spaces around Europe. One of his latest projects is "bestbefore", an online interactive showcase blog. Together with Katerina Liana presented at LPM 2012 their Live Performance called Lava where Dance meets Visuals.

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Valerie & David ( Meso )
                                                                                                                        -
                                                                                                                        -

                                                                                                                        VVVV and IRIS VJ tool

                                                                                                                        Session #4, June 1st, 2012: Valerie & David ( Meso ) / http://meso.net/ – vvvv is a hybrid graphical/textual programming environment for easy prototyping and development. It is designed to facilitate the handling of large media environments with physical interfaces, real-time motion graphics, audio and video that can interact with many users simultaneously. + +

                                                                                                                        +
                                                                                                                        Valerie & David ( Meso )
                                                                                                                        +
                                                                                                                        +

                                                                                                                        VVVV and IRIS VJ tool

                                                                                                                        Session #4, June 1st, 2012: Valerie & David ( Meso ) / http://meso.net/ – vvvv is a hybrid graphical/textual programming environment for easy prototyping and development. It is designed to facilitate the handling of large media environments with physical interfaces, real-time motion graphics, audio and video that can interact with many users simultaneously. IRIS Interactive Realtime Image Synthesizer is a powerful software platform for realtime image synthesis, video compositing and spatial media design. MESO is working on the border line between technology and design — offering an integrated view on digital media system design.

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Toby Harris (*spark) & Light Surgeons
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Origin, present and future of Live Cinema

                                                                                                                        Session #4, June 1st, 2012: Toby Harris (*spark) & Light Surgeons / http://lightsurgeons.com/ – The Light Surgeons is a collective of pioneering multimedia artists founded in 1995 by creative director Christopher Thomas Allen. + +

                                                                                                                        +
                                                                                                                        Toby Harris (*spark) & Light Surgeons
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Origin, present and future of Live Cinema

                                                                                                                        Session #4, June 1st, 2012: Toby Harris (*spark) & Light Surgeons / http://lightsurgeons.com/ – The Light Surgeons is a collective of pioneering multimedia artists founded in 1995 by creative director Christopher Thomas Allen. It now functions as an media arts production company which develops new work in a diverse range of mediums; print, photography, motion graphics, digital film production, exhibitions, installations and ground breaking live audio visual performances. Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines of artist, designer and engineer in the pursuit of anything that uses media to make people interact or think in unexpected ways.

                                                                                                                        -
                                                                                                                        +
                                                                                                                        @@ -2802,41 +2868,45 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        Dalibor Knapp
                                                                                                                        -
                                                                                                                        -

                                                                                                                        CAS presentation

                                                                                                                        Session #14, May 10th, 2012: Dalibor Knapp / http://daliborknapp.com/ – Dalibor will introduce us the department and the areas they work in, but centerpiece of this talk is show some of the spectrum of works being done by the students.

                                                                                                                        CAS (Center for Audio Visual Studies) is a part of FAMU (Film and TV school of Academy of Performing Arts in Prague), the prestigious and one of Europe’s oldest film schools where numerous awarded and world known Filmmakers have studied. (Milos Forman, Emir Kusturica, Jan Němec, Věra Chytilová , …) The department of Audio Visual Studies (CAS) teaches a range of courses for those wanting to create moving image works ‘beyond cinema.” Video installation and interactive works, locative and mobile media, code based projects, conceptual artworks, multi-channel and multi-threaded sound and image practice, experimental documentary, and expanded to database cinema are some of the areas that the students work in.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Dalibor Knapp
                                                                                                                        +
                                                                                                                        +

                                                                                                                        CAS presentation

                                                                                                                        Session #14, May 10th, 2012: Dalibor Knapp / http://daliborknapp.com/ – Dalibor will introduce us the department and the areas they work in, but centerpiece of this talk is show some of the spectrum of works being done by the students.

                                                                                                                        CAS (Center for Audio Visual Studies) is a part of FAMU (Film and TV school of Academy of Performing Arts in Prague), the prestigious and one of Europe’s oldest film schools where numerous awarded and world known Filmmakers have studied. (Milos Forman, Emir Kusturica, Jan Němec, Věra Chytilová , …) The department of Audio Visual Studies (CAS) teaches a range of courses for those wanting to create moving image works ‘beyond cinema.” Video installation and interactive works, locative and mobile media, code based projects, conceptual artworks, multi-channel and multi-threaded sound and image practice, experimental documentary, and expanded to database cinema are some of the areas that the students work in.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Stanislav Abraham
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #14, May 10th, 2012: Stanislav Abraham / http://www.stanislav-abraham.com/ – He will show us his work in progress on the topic of disembodied human voice in relation to phonographic technologies, speech synthesis and text to speech.

                                                                                                                        Audiovisual performer, crossing over from pure sound art to more conceptual works. In addition to sound production, Stanislav Abraham focuses on multimedia installations, and intervention in public space. Professionally devoted to the recording studio and audio post-production in the audiovisual field.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Stanislav Abraham
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #14, May 10th, 2012: Stanislav Abraham / http://www.stanislav-abraham.com/ – He will show us his work in progress on the topic of disembodied human voice in relation to phonographic technologies, speech synthesis and text to speech.

                                                                                                                        Audiovisual performer, crossing over from pure sound art to more conceptual works. In addition to sound production, Stanislav Abraham focuses on multimedia installations, and intervention in public space. Professionally devoted to the recording studio and audio post-production in the audiovisual field.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Katerina Bilkova, Fabian Scharpf
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #14, May 10th, 2012: Katerina Bilkova, Fabian Scharpf / https://vimeo.com/user4995182 – She will perform “Outer Scan” and explain the technique behind it. Using a regular scanner, images of different analog objects are animated using a Quartz Composer patch and accompanied by live audio performed by Fabian Scharpf with Max/Msp.

                                                                                                                        Katerina Bilkova participates actively in theater, belonging to groups like Depresivní děti touží po penězích (Depressed children begging for money) and Bio Oko (Bio Eye). Uses mainly analog cameras and film rolls as building blocks for her work.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Katerina Bilkova, Fabian Scharpf
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #14, May 10th, 2012: Katerina Bilkova, Fabian Scharpf / https://vimeo.com/user4995182 – She will perform “Outer Scan” and explain the technique behind it. Using a regular scanner, images of different analog objects are animated using a Quartz Composer patch and accompanied by live audio performed by Fabian Scharpf with Max/Msp.

                                                                                                                        Katerina Bilkova participates actively in theater, belonging to groups like Depresivní děti touží po penězích (Depressed children begging for money) and Bio Oko (Bio Eye). Uses mainly analog cameras and film rolls as building blocks for her work.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Alexandra Moralesova
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #14, May 10th, 2012: Alexandra Moralesova / https://vimeo.com/user1136736/videos – Together with our second speaker, Stanislav Abraham, she will show us her new Performance “Gardening”. Gardening is a kind of semiotics, the performance tries to find the way through the garden’s syntax and plays with its visible and notional elements. The strategy to this inquiry lies in remediation of amateur 8mm footage and in questioning the relevant notions.

                                                                                                                        Interested in film footage and performance she initiates different image-moving projects and musical collaboration. The main motif of the live performance for her is a remediation of existing material (8mm film, photography, diary and correspondence) and de/construction through various ways of showing it.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Alexandra Moralesova
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #14, May 10th, 2012: Alexandra Moralesova / https://vimeo.com/user1136736/videos – Together with our second speaker, Stanislav Abraham, she will show us her new Performance “Gardening”. Gardening is a kind of semiotics, the performance tries to find the way through the garden’s syntax and plays with its visible and notional elements. The strategy to this inquiry lies in remediation of amateur 8mm footage and in questioning the relevant notions.

                                                                                                                        Interested in film footage and performance she initiates different image-moving projects and musical collaboration. The main motif of the live performance for her is a remediation of existing material (8mm film, photography, diary and correspondence) and de/construction through various ways of showing it.

                                                                                                                        +
                                                                                                                        @@ -2844,31 +2914,34 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        YUKIJUNG
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #13, April 12th, 2012: YUKIJUNG / http://www.yukijung.com/ – After a short introduction to her design studio, YUKIJUNG will share her know-how with the audience by explaining her usual conceptual approach in planning an architectural multimedia scenography on the basis of two exemplary projects: the multimedia tour through history „Promenades sous les étoiles“ in the gardens of the Royal Castle of Amboise, Loire Valley, France and the multimedia stage scenery „Happy Birthday Friedrich“ at the Nikolaisaal Potsdam.

                                                                                                                        After several years of working in Paris as a fashion designer and art coordinator, Create Berlin member Christine Jung founded the YUKIJUNG Research design studio in 2006.YUKIJUNG specializes in facade projection, mostly historic buildings and their gardens, and creating audio visual night time experiences involving the combination of self-composed sound effects, lighting installations and modern large-scale video projections. In addition to this, YUKIJUNG designs and implements stage scenery, video clips, video mappings and video live-sets for all types of events. Primarily she is working with After Effects, Premiere Pro, Modul 8 and Madmapper.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        YUKIJUNG
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #13, April 12th, 2012: YUKIJUNG / http://www.yukijung.com/ – After a short introduction to her design studio, YUKIJUNG will share her know-how with the audience by explaining her usual conceptual approach in planning an architectural multimedia scenography on the basis of two exemplary projects: the multimedia tour through history „Promenades sous les étoiles“ in the gardens of the Royal Castle of Amboise, Loire Valley, France and the multimedia stage scenery „Happy Birthday Friedrich“ at the Nikolaisaal Potsdam.

                                                                                                                        After several years of working in Paris as a fashion designer and art coordinator, Create Berlin member Christine Jung founded the YUKIJUNG Research design studio in 2006.YUKIJUNG specializes in facade projection, mostly historic buildings and their gardens, and creating audio visual night time experiences involving the combination of self-composed sound effects, lighting installations and modern large-scale video projections. In addition to this, YUKIJUNG designs and implements stage scenery, video clips, video mappings and video live-sets for all types of events. Primarily she is working with After Effects, Premiere Pro, Modul 8 and Madmapper.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Ioann Maria
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #13, April 12th, 2012: Ioann Maria / http://ioannmaria.com – In her talk Ioann Maria will present her current work in progress “Artificial Rat”, which is open for interdisciplinary collaboration. The Project aims to investigate the nature of human-machine relationship, provoking an interaction between the two. The artificial rat should appear to respond to human emotional states, and hence the biofeedback technology will be employed for the reactions measurement. Changes in emotional state of human participants will be used as an input for the rat, thus enabling a response. The responses of each participant will be visualized and compared in real time.

                                                                                                                        Ioann Maria is a new media artist, live video performer and filmmaker. With her background in multimedia and digital arts she now works with new media technologies and interactive arts, exploring new possibilities in creative artistic-scientific demonstration. In her recent solo and collaborative projects she investigates the issues of physical computing and human-machine interaction. Besides, she’s an artistic director of “LPM Live Performers Meeting” in Rome/ Italy, a core member of the “FLxER” team – performing video network and software and co-founder of “Edinburgh Hacklab” hackerspace in Scotland.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Ioann Maria
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #13, April 12th, 2012: Ioann Maria / http://ioannmaria.com – In her talk Ioann Maria will present her current work in progress “Artificial Rat”, which is open for interdisciplinary collaboration. The Project aims to investigate the nature of human-machine relationship, provoking an interaction between the two. The artificial rat should appear to respond to human emotional states, and hence the biofeedback technology will be employed for the reactions measurement. Changes in emotional state of human participants will be used as an input for the rat, thus enabling a response. The responses of each participant will be visualized and compared in real time.

                                                                                                                        Ioann Maria is a new media artist, live video performer and filmmaker. With her background in multimedia and digital arts she now works with new media technologies and interactive arts, exploring new possibilities in creative artistic-scientific demonstration. In her recent solo and collaborative projects she investigates the issues of physical computing and human-machine interaction. Besides, she’s an artistic director of “LPM Live Performers Meeting” in Rome/ Italy, a core member of the “FLxER” team – performing video network and software and co-founder of “Edinburgh Hacklab” hackerspace in Scotland.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Giorgos Kakanakis
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #13, April 12th, 2012: Giorgos Kakanakis / http://theerasers.blogspot.de/ – Under the title “Real time forms are rich only if they are rich in flaws”, Giorgos will give a fragmented dialogue consisting of a non-linear presentation of The Erasers’ work in real time audio visual performance, a brief discussion on the possibilities of live cinema/real time film, moments of propaganda and other moments of image harassment, spontaneous debates on MEANING (as opposed to abstract image production), a disassembling of VJ culture and detours through statements like: AN END TO COMMUNICATION THAT COMMUNICATES NOTHING BUT ITSELF or ITS NOT A JUST IMAGE, ITS JUST AN IMAGE.

                                                                                                                        Giorgos Kakanakis is the founding member of The Erasers, a group whose work is based on the integration of various seemingly diverse elements or modes of (re-)presentation such as: live cinema, performance, action-ism, installation techniques, theater, agit-prop, and various forms of information and disinformation. The combination of these diverse elements is based on The Erasers’ search for a new Audio Visual Alphabet.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Giorgos Kakanakis
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #13, April 12th, 2012: Giorgos Kakanakis / http://theerasers.blogspot.de/ – Under the title “Real time forms are rich only if they are rich in flaws”, Giorgos will give a fragmented dialogue consisting of a non-linear presentation of The Erasers’ work in real time audio visual performance, a brief discussion on the possibilities of live cinema/real time film, moments of propaganda and other moments of image harassment, spontaneous debates on MEANING (as opposed to abstract image production), a disassembling of VJ culture and detours through statements like: AN END TO COMMUNICATION THAT COMMUNICATES NOTHING BUT ITSELF or ITS NOT A JUST IMAGE, ITS JUST AN IMAGE.

                                                                                                                        Giorgos Kakanakis is the founding member of The Erasers, a group whose work is based on the integration of various seemingly diverse elements or modes of (re-)presentation such as: live cinema, performance, action-ism, installation techniques, theater, agit-prop, and various forms of information and disinformation. The combination of these diverse elements is based on The Erasers’ search for a new Audio Visual Alphabet.

                                                                                                                        +
                                                                                                                        @@ -2876,21 +2949,23 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        4youreye & Frau Fitzke
                                                                                                                        -
                                                                                                                        -

                                                                                                                        AV in Austria

                                                                                                                        Session #3, March 23rd, 2012: 4youreye & Frau Fitzke / http://sakog.net/playground – Interview mit Eva Bischof (4youreye) und Lisa Malle (Frau Fitzke), zwei langjährigen Protagonistinnen der Wiener Visualistenszene - im Gespräch über das ehemalige internationale VJ Festival "Contact Europe", dem jährlich von ihnen organiserten "AV Playground" und die Szene in Österreich. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        4youreye & Frau Fitzke
                                                                                                                        +
                                                                                                                        +

                                                                                                                        AV in Austria

                                                                                                                        Session #3, March 23rd, 2012: 4youreye & Frau Fitzke / http://sakog.net/playground – Interview mit Eva Bischof (4youreye) und Lisa Malle (Frau Fitzke), zwei langjährigen Protagonistinnen der Wiener Visualistenszene - im Gespräch über das ehemalige internationale VJ Festival "Contact Europe", dem jährlich von ihnen organiserten "AV Playground" und die Szene in Österreich. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        cyper
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #3, March 23rd, 2012: cyper / http://vjcyper.de – Flux spricht mit VJ Veteran und vvvv Wizard Karsten Schneider aka. cyper über dessen Installation, Kunst, Technik und das B-Seite Festival in Mannheim. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        cyper
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #3, March 23rd, 2012: cyper / http://vjcyper.de – Flux spricht mit VJ Veteran und vvvv Wizard Karsten Schneider aka. cyper über dessen Installation, Kunst, Technik und das B-Seite Festival in Mannheim. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        +
                                                                                                                        @@ -2898,11 +2973,12 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        Thorsten Kußmack
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #3, March 23rd, 2012: Thorsten Kußmack / http://lichtektur.com – Eklis Rellüm spricht mit Thorsten Kußmack über seine Installation, Kunst, Architektur und das B-Seite Festival Mannheim. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Thorsten Kußmack
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #3, March 23rd, 2012: Thorsten Kußmack / http://lichtektur.com – Eklis Rellüm spricht mit Thorsten Kußmack über seine Installation, Kunst, Architektur und das B-Seite Festival Mannheim. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        +
                                                                                                                        @@ -2918,31 +2994,34 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        MFO
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #11, February 09th, 2012: MFO / http://www.mfoptik.de/ –

                                                                                                                        The collective of Marcel Weber and Lucy Benson, MFO create and direct audiovisual performances, installations, video and image works. Intense and distinct aesthetics define their work. Concept takes priority over technique, the meaning defines the method. New and old media forms, technology and illusionary devices are employed equally. MFO aims at the subconscious over the conscious, emotion over intellect, ambiguity over well-defined. MFO are resident visual artists for multiple event series focused on the exploration of contemporary electronic music in Berlin and internationally. Performances and installations have featured at festivals such as CTM and Transmediale (Berlin), Unsound (Krakow), TodaysArt (Den Haag), as well as various events across Europe, USA and Australia. Recent collaborations include audiovisual performances with the likes of Kode 9, Roly Porter and Oni Ayhun. Additionally MFO contributes video design to high culture productions, having worked with the Opera national de Paris, the Akademie der Künste Berlin, Sophiensaele Berlin and the Brut theatre in Vienna. Larger projects are realised with an extended network of artists, MFO seeks constantly to collaborate, inform and evolve.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        MFO
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #11, February 09th, 2012: MFO / http://www.mfoptik.de/ –

                                                                                                                        The collective of Marcel Weber and Lucy Benson, MFO create and direct audiovisual performances, installations, video and image works. Intense and distinct aesthetics define their work. Concept takes priority over technique, the meaning defines the method. New and old media forms, technology and illusionary devices are employed equally. MFO aims at the subconscious over the conscious, emotion over intellect, ambiguity over well-defined. MFO are resident visual artists for multiple event series focused on the exploration of contemporary electronic music in Berlin and internationally. Performances and installations have featured at festivals such as CTM and Transmediale (Berlin), Unsound (Krakow), TodaysArt (Den Haag), as well as various events across Europe, USA and Australia. Recent collaborations include audiovisual performances with the likes of Kode 9, Roly Porter and Oni Ayhun. Additionally MFO contributes video design to high culture productions, having worked with the Opera national de Paris, the Akademie der Künste Berlin, Sophiensaele Berlin and the Brut theatre in Vienna. Larger projects are realised with an extended network of artists, MFO seeks constantly to collaborate, inform and evolve.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Thorsten Fleisch
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #11, February 09th, 2012: Thorsten Fleisch / http://fleischfilm.com –

                                                                                                                        Thorsten Fleisch was born 1972 in Koblenz (Germany). He made his first film experiments with his dad’s Super 8 camera when still in school. Later he studied experimental film with Prof. Peter Kubelka at the Städelschule in Frankfurt. Thorsten Fleisch works with digital and analogue film. With materials such as the body, crystals, fire and electricity, he worked directly on 16 mm film strips. Crystals are grown on the film and 30,000 volts burn through photo paper. The results are poetic and abstract visual systems with references to catharsis, cosmos and the universe. In 2003 Fleisch received an Honorary Mention at Prix Ars Electronica in Linz (Austria) for his computer animated film Gestalt. High voltage is the centre of his work Energie! for which he has won international acclaim. His films received several awards and were shown at festivals worldwide like: New York Film Festival, Ars Electronica, Transmediale, Ottawa International Animation Festival, Clermont-Ferrand Short Film Festival, International Film Festival Rotterdam, San Francisco Film Festival, Videoex. Among other clients he has worked for Gaspar Noé (electric titles for Enter The Void) and Basement Jaxx (live visuals for Jump and Shout). He lives and works in Berlin.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Thorsten Fleisch
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #11, February 09th, 2012: Thorsten Fleisch / http://fleischfilm.com –

                                                                                                                        Thorsten Fleisch was born 1972 in Koblenz (Germany). He made his first film experiments with his dad’s Super 8 camera when still in school. Later he studied experimental film with Prof. Peter Kubelka at the Städelschule in Frankfurt. Thorsten Fleisch works with digital and analogue film. With materials such as the body, crystals, fire and electricity, he worked directly on 16 mm film strips. Crystals are grown on the film and 30,000 volts burn through photo paper. The results are poetic and abstract visual systems with references to catharsis, cosmos and the universe. In 2003 Fleisch received an Honorary Mention at Prix Ars Electronica in Linz (Austria) for his computer animated film Gestalt. High voltage is the centre of his work Energie! for which he has won international acclaim. His films received several awards and were shown at festivals worldwide like: New York Film Festival, Ars Electronica, Transmediale, Ottawa International Animation Festival, Clermont-Ferrand Short Film Festival, International Film Festival Rotterdam, San Francisco Film Festival, Videoex. Among other clients he has worked for Gaspar Noé (electric titles for Enter The Void) and Basement Jaxx (live visuals for Jump and Shout). He lives and works in Berlin.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Sansculotte
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #11, February 09th, 2012: Sansculotte / http://www.sansculotte.de – Along the way will be mentioned: pure data, glsl, digital cut-up, appropriation and information overload.

                                                                                                                        The mixed-media collective Sansculotte will present their 2-players live video patch and talk about visions, technology, aesthetics and how to spend a lot of time building universes that fall apart 99 seconds later.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Sansculotte
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #11, February 09th, 2012: Sansculotte / http://www.sansculotte.de – Along the way will be mentioned: pure data, glsl, digital cut-up, appropriation and information overload.

                                                                                                                        The mixed-media collective Sansculotte will present their 2-players live video patch and talk about visions, technology, aesthetics and how to spend a lot of time building universes that fall apart 99 seconds later.

                                                                                                                        +
                                                                                                                        @@ -2956,51 +3035,56 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        Francesco Salizzoni
                                                                                                                        -
                                                                                                                        -

                                                                                                                        roBOt Festival

                                                                                                                        Session #2, December 11th, 2011: Francesco Salizzoni / http://robotfestival.it – In an interview with Eklis Rellüm, Francesco Salizzoni talks about the annual robot festival in Bologna, Italy

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Francesco Salizzoni
                                                                                                                        +
                                                                                                                        +

                                                                                                                        roBOt Festival

                                                                                                                        Session #2, December 11th, 2011: Francesco Salizzoni / http://robotfestival.it – In an interview with Eklis Rellüm, Francesco Salizzoni talks about the annual robot festival in Bologna, Italy

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Willem van der Schans
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Freemote Festival

                                                                                                                        Session #2, December 11th, 2011: Willem van der Schans / http://freemote.nl – In an interview with Eklis Rellüm, Willem van der Schans talks about the annual FREEMOTE festival in Utrecht, Netherlands

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Willem van der Schans
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Freemote Festival

                                                                                                                        Session #2, December 11th, 2011: Willem van der Schans / http://freemote.nl – In an interview with Eklis Rellüm, Willem van der Schans talks about the annual FREEMOTE festival in Utrecht, Netherlands

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Elektro Moon Vision
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Elektro Moon Vision

                                                                                                                        Session #2, December 11th, 2011: Elektro Moon Vision / http://elektromoon.co.nr – In an interview with Eklis Rellüm, Elwira Wojtunik and Popesz Csaba Láng of Elektro Moon Vision talk about their installation at FREEMOTE and their planned future festival in Kraków, Poland

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Elektro Moon Vision
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Elektro Moon Vision

                                                                                                                        Session #2, December 11th, 2011: Elektro Moon Vision / http://elektromoon.co.nr – In an interview with Eklis Rellüm, Elwira Wojtunik and Popesz Csaba Láng of Elektro Moon Vision talk about their installation at FREEMOTE and their planned future festival in Kraków, Poland

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Live Performers Meeting
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Live Performers Meeting

                                                                                                                        Session #2, December 11th, 2011: Live Performers Meeting / http://liveperformersmeeting.net – In an interview with Eklis Rellüm, Ioann Maria and Gianluca del Gobbo talk about their Live Performers Meeting (LPM) that takes place every year in Rome, IT

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Live Performers Meeting
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Live Performers Meeting

                                                                                                                        Session #2, December 11th, 2011: Live Performers Meeting / http://liveperformersmeeting.net – In an interview with Eklis Rellüm, Ioann Maria and Gianluca del Gobbo talk about their Live Performers Meeting (LPM) that takes place every year in Rome, IT

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Benjamin Jantzen
                                                                                                                        -
                                                                                                                        -

                                                                                                                        B-Seite Festival

                                                                                                                        Session #2, December 11th, 2011: Benjamin Jantzen / http://jtztkultur.de – In einem Interview mit Eklis Rellüm spricht Benjamin Jantzen über das B-Seite Festival für Jetztkultur in Mannheim, DE

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Benjamin Jantzen
                                                                                                                        +
                                                                                                                        +

                                                                                                                        B-Seite Festival

                                                                                                                        Session #2, December 11th, 2011: Benjamin Jantzen / http://jtztkultur.de – In einem Interview mit Eklis Rellüm spricht Benjamin Jantzen über das B-Seite Festival für Jetztkultur in Mannheim, DE

                                                                                                                        +
                                                                                                                        @@ -3014,31 +3098,34 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        Carrick Bell
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #08, November 10th, 2011: Carrick Bell / http://carrickbell.com –

                                                                                                                        The video work of Carrick Bell negotiates between narrative and abstraction in depictions of human interactions with natural landscapes. He uses appropriated video to investigate nature as a site for man-on-man violence, as a site for abandonment (of self, social constraint, good taste, futures, etc) and as a site for the production of political narrative. Using scenes from everything to trashy B-movies and viral videos to Hollywood blockbusters and disaster footage, he extracts micro-narratives from existing cinematic, art historical, and pop cultural representation of the relationship between subject, landscape, and sovereign power.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Carrick Bell
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #08, November 10th, 2011: Carrick Bell / http://carrickbell.com –

                                                                                                                        The video work of Carrick Bell negotiates between narrative and abstraction in depictions of human interactions with natural landscapes. He uses appropriated video to investigate nature as a site for man-on-man violence, as a site for abandonment (of self, social constraint, good taste, futures, etc) and as a site for the production of political narrative. Using scenes from everything to trashy B-movies and viral videos to Hollywood blockbusters and disaster footage, he extracts micro-narratives from existing cinematic, art historical, and pop cultural representation of the relationship between subject, landscape, and sovereign power.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Sébastien Bourdeauducq
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Milkymist One

                                                                                                                        Session #08, November 10th, 2011: Sébastien Bourdeauducq / http://www.lekernel.net – Developer Sébastien Bourdeauducq will present the The Milkymist One, an open hardware product that concentrates all the processing power and the interfaces of an heavily interactive VJ setup into one small box. With a unique combination of built-in interfaces such as MIDI, DMX512, analogue video input, Ethernet, OpenSoundControl and generic digital I/O, it gives you all the tools to create truly interactive performances.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Sébastien Bourdeauducq
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Milkymist One

                                                                                                                        Session #08, November 10th, 2011: Sébastien Bourdeauducq / http://www.lekernel.net – Developer Sébastien Bourdeauducq will present the The Milkymist One, an open hardware product that concentrates all the processing power and the interfaces of an heavily interactive VJ setup into one small box. With a unique combination of built-in interfaces such as MIDI, DMX512, analogue video input, Ethernet, OpenSoundControl and generic digital I/O, it gives you all the tools to create truly interactive performances.

                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        VisualBerlin
                                                                                                                        -
                                                                                                                        -

                                                                                                                        VisualBerlin

                                                                                                                        Session #08, November 10th, 2011: VisualBerlin / http://visualberlin.org/ – VisualBerlin management board member Aude François and co-founder Kiritan Flux will present Berlin’s number one video-arts and VJ association VisualBerlin, how it all started in 2005 and what it has developed to today. Members and projects will be presented and people will have the chance to ask questions about the association.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        VisualBerlin
                                                                                                                        +
                                                                                                                        +

                                                                                                                        VisualBerlin

                                                                                                                        Session #08, November 10th, 2011: VisualBerlin / http://visualberlin.org/ – VisualBerlin management board member Aude François and co-founder Kiritan Flux will present Berlin’s number one video-arts and VJ association VisualBerlin, how it all started in 2005 and what it has developed to today. Members and projects will be presented and people will have the chance to ask questions about the association.

                                                                                                                        +
                                                                                                                        @@ -3046,11 +3133,12 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        Alex Corbi
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #7, October 20th, 2011: Alex Corbi / http://alexcorbi.com – This session, we’ll welcome Alex Corbi who will show us his work under Arduino and Processing. He will start simple, and then more complex. After his presentation, we can get to the computers, and try, share, get started, ask questions, manipulate a bit, have a look over the functions and possibilities :-) Of course, Arduino and Processing users from all levels are all invited to come, and to come also with their computer and software installed, so that we can all exchange, see, even when we’re specialists of another software on another platform, or not specialists at all. 3 to 4 computers in total would allow 3 to 4 groups of 3 to 5 persons, perhaps self-organised by level or software.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Alex Corbi
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #7, October 20th, 2011: Alex Corbi / http://alexcorbi.com – This session, we’ll welcome Alex Corbi who will show us his work under Arduino and Processing. He will start simple, and then more complex. After his presentation, we can get to the computers, and try, share, get started, ask questions, manipulate a bit, have a look over the functions and possibilities :-) Of course, Arduino and Processing users from all levels are all invited to come, and to come also with their computer and software installed, so that we can all exchange, see, even when we’re specialists of another software on another platform, or not specialists at all. 3 to 4 computers in total would allow 3 to 4 groups of 3 to 5 persons, perhaps self-organised by level or software.

                                                                                                                        +
                                                                                                                        @@ -3078,11 +3166,12 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        Willy Sengewald
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #3, August 18th, 2011: Willy Sengewald / http://thegreeneyl.com –

                                                                                                                        Willy Sengewald: Design is generally perceived as a way of enhancing the existing normal. However, it has the potential to propose an alternative to our everyday reality by depicting something unimagined, something absurd or impossible. What is the adequate mode of practice for this intend?

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Willy Sengewald
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #3, August 18th, 2011: Willy Sengewald / http://thegreeneyl.com –

                                                                                                                        Willy Sengewald: Design is generally perceived as a way of enhancing the existing normal. However, it has the potential to propose an alternative to our everyday reality by depicting something unimagined, something absurd or impossible. What is the adequate mode of practice for this intend?

                                                                                                                        +
                                                                                                                        @@ -3090,11 +3179,12 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        Eric Dunlap
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #3, August 18th, 2011: Eric Dunlap / http://www.forwardmotiontheater.org – Movement and Video Artist Eric Dunlap will discuss his work creating dance and video pieces, producing VJs, and construction audience interactive video installations.

                                                                                                                        A twenty four year veteran of the performing arts, Eric has worked as a dancer with the Nikolais/Louis Dance Company, the Metropolitan Opera, and many other modern dance companies in New York CIty. Eric is founding member of NYC based arts organization Forward Motion Theater and has collaborated for fifteen years with media artist Holly Daggers. Together they created interdisciplinary performance pieces, produced the EyeWash VJ series, created interactives for the Museum of Modern Art, and performed as VJs for many musical artists ranging from James Brown to Animal Collective.

                                                                                                                        -
                                                                                                                        + +
                                                                                                                        +
                                                                                                                        Eric Dunlap
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #3, August 18th, 2011: Eric Dunlap / http://www.forwardmotiontheater.org – Movement and Video Artist Eric Dunlap will discuss his work creating dance and video pieces, producing VJs, and construction audience interactive video installations.

                                                                                                                        A twenty four year veteran of the performing arts, Eric has worked as a dancer with the Nikolais/Louis Dance Company, the Metropolitan Opera, and many other modern dance companies in New York CIty. Eric is founding member of NYC based arts organization Forward Motion Theater and has collaborated for fifteen years with media artist Holly Daggers. Together they created interdisciplinary performance pieces, produced the EyeWash VJ series, created interactives for the Museum of Modern Art, and performed as VJs for many musical artists ranging from James Brown to Animal Collective.

                                                                                                                        +
                                                                                                                        @@ -3116,106 +3206,115 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        -
                                                                                                                        Ran Ancor
                                                                                                                        -
                                                                                                                        -

                                                                                                                        The Mask Generator

                                                                                                                        Session #1, June 10-12, 2010: Ran Ancor / http://www.xlight.it/?cat=6 – The Mask Generator may be used for vj set and played live with an external controller or screened as a solo installation in an audio reactive mode. I also use the 3xvga for a larger space of projection Mask Generator is a generative software that produce a geometrical bidimensional world where a single sharp is multiplied through its opposite polarity positive/negative. + +

                                                                                                                        +
                                                                                                                        Ran Ancor
                                                                                                                        +
                                                                                                                        +

                                                                                                                        The Mask Generator

                                                                                                                        Session #1, June 10-12, 2010: Ran Ancor / http://www.xlight.it/?cat=6 – The Mask Generator may be used for vj set and played live with an external controller or screened as a solo installation in an audio reactive mode. I also use the 3xvga for a larger space of projection Mask Generator is a generative software that produce a geometrical bidimensional world where a single sharp is multiplied through its opposite polarity positive/negative.
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        Ran ancor, videomaker and musician, born in 1969, lives in Rome, Italy. He studied philosopy with a minor in computers, then started to work in between art and informatics. During last years he worked on electronic live-set with video and music and also as a vj. Most significant elements in his video works are immateriality, movement and metamorphosis, visual fluxus, fusion with sound and space. VJ WORK

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        The Exlex
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Code 36

                                                                                                                        Session #1, June 10-12, 2010: The Exlex / http://www.code36.net/ – Sanfranciscobeat aka Profile25 was chosen in the top 5 DJs in Hungary, 2009. He played together with names as Richie Hawtin, Magda, Hernan Cattaneo, Tiga, Matyas Kalman and Daniel Besnyo are both founders of the Hungarian VJ movement and independent studio, VJ Centrum (nonamevj.blogspot.com), they worked with numerous theater groups, they projected at almost all the party places in Hungary, and some festivals abroad too. + +

                                                                                                                        +
                                                                                                                        The Exlex
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Code 36

                                                                                                                        Session #1, June 10-12, 2010: The Exlex / http://www.code36.net/ – Sanfranciscobeat aka Profile25 was chosen in the top 5 DJs in Hungary, 2009. He played together with names as Richie Hawtin, Magda, Hernan Cattaneo, Tiga, Matyas Kalman and Daniel Besnyo are both founders of the Hungarian VJ movement and independent studio, VJ Centrum (nonamevj.blogspot.com), they worked with numerous theater groups, they projected at almost all the party places in Hungary, and some festivals abroad too. Audiovisual live act of the CODE36 DVD. A strange fusion of techno music and silent film introducing various sights of Hungary from an original, modern point of view.
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Notendo
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #1, June 10-12, 2010: Notendo / http://notendo.com – Jeff Donaldson began the noteNdo project in 2001 with the intent to create animation entirely with his own hardware modifications of 8bit NES and 16bit SEGA Genesis/Master Systems. There is no new code involved, only machine logic. + +

                                                                                                                        +
                                                                                                                        Notendo
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #1, June 10-12, 2010: Notendo / http://notendo.com – Jeff Donaldson began the noteNdo project in 2001 with the intent to create animation entirely with his own hardware modifications of 8bit NES and 16bit SEGA Genesis/Master Systems. There is no new code involved, only machine logic.
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        Jeff Donaldson began playing guitar at the age of 12 while making in-camera edits of local skateboarders. From 2000-2001, Jeff pursued a degree in jazz guitar and music composition at University. In 2001, a shift toward more visual work occurred which has lead to international recognition in new media art. During the 1st decade of the new millenium, Jeff was also part of the local Baltimore band Wzt Hearts with Jason Urick, Shaun Flynn and Mike Haleta. Wzt Hearts went on to release 2 full length LPs on Carpark/Hoss records gaining recognition by NME and Pitchfork as well as inspiring the British band Klaxons. Jeff currently resides in Brooklyn, NYC.

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        fAlk
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Live Cinema Reconsidered

                                                                                                                        Session #1, June 10-12, 2010: fAlk / – Creating a new type of event is the conclusion out of 10 years of frustration, research and performances. fALk will be sharing his most recent theoretical research in the field of live audiovisual storytelling and performances. He will shed light on how to succeed in telling a story that has emotions, adds energy to the event can be watched for prolonged periods of times without banning the watchers in a chair and dark room all the while not loosing the overarching idea that it is a live performance that is created in front of the audience and in rhythmic and emotional synch with the music. + +

                                                                                                                        +
                                                                                                                        fAlk
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Live Cinema Reconsidered

                                                                                                                        Session #1, June 10-12, 2010: fAlk / – Creating a new type of event is the conclusion out of 10 years of frustration, research and performances. fALk will be sharing his most recent theoretical research in the field of live audiovisual storytelling and performances. He will shed light on how to succeed in telling a story that has emotions, adds energy to the event can be watched for prolonged periods of times without banning the watchers in a chair and dark room all the while not loosing the overarching idea that it is a live performance that is created in front of the audience and in rhythmic and emotional synch with the music. For the talk he will elaborate on performance techniques, interface ideas and his personal path forward. As per usual in his presentation this comes with a heavy dose of utopianism and provocation.
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        :NÄ:
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #1, June 10-12, 2010: :NÄ: / http://fr.myspace.com/themagicspaceofna – :NÄ: is the meeting of A-li-ce (video) and Mectoob (Music), creating some electro / breakbeat / experimental live sets and dubstep mix sets, evolving into some graphical colorful universes, full of strange and absurd creatures. Le Goûter chelou / A mad tea-party is their first project together. Surrounded by electronic happy sounds, some mysterious creatures, space fishes and little human things get out from dark and fabulous lands. Welcome to the electro and video mad tea party cooked by A-li-ce and Mectoob. + +

                                                                                                                        +
                                                                                                                        :NÄ:
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #1, June 10-12, 2010: :NÄ: / http://fr.myspace.com/themagicspaceofna – :NÄ: is the meeting of A-li-ce (video) and Mectoob (Music), creating some electro / breakbeat / experimental live sets and dubstep mix sets, evolving into some graphical colorful universes, full of strange and absurd creatures. Le Goûter chelou / A mad tea-party is their first project together. Surrounded by electronic happy sounds, some mysterious creatures, space fishes and little human things get out from dark and fabulous lands. Welcome to the electro and video mad tea party cooked by A-li-ce and Mectoob.
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        Sinsynplus
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #1, June 10-12, 2010: Sinsynplus / http://www.sinsynplus.de/ – 2001 shado sinfusion synkretistem founded. shadovisuals.com myspace.com/shadovisuals 2003 Akademie der bildenden Künste, Munich i-crew.org 2005/06 stipendiary Hochschule für Gestaltung, Karlsruhe 2006 sep.-oct. work for Greenpost, postproduction, vietnam 2007 LPM 2007 – LIVE PERFORMERS MEETING, Roma 2008 node.london – ()RE|BOOT 2008 VJFEST Istanbul 2009 Fusion Festival 2010 NAIAS Detroit 2010 | MINI, consultancy/development for gate.11, Munich + +

                                                                                                                        +
                                                                                                                        Sinsynplus
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #1, June 10-12, 2010: Sinsynplus / http://www.sinsynplus.de/ – 2001 shado sinfusion synkretistem founded. shadovisuals.com myspace.com/shadovisuals 2003 Akademie der bildenden Künste, Munich i-crew.org 2005/06 stipendiary Hochschule für Gestaltung, Karlsruhe 2006 sep.-oct. work for Greenpost, postproduction, vietnam 2007 LPM 2007 – LIVE PERFORMERS MEETING, Roma 2008 node.london – ()RE|BOOT 2008 VJFEST Istanbul 2009 Fusion Festival 2010 NAIAS Detroit 2010 | MINI, consultancy/development for gate.11, Munich visual hardrock since 2001.. sinsynplus starts vjing and visual arts back in 2001, working with slide projectors and videodecks. always evolving in hardware and software he is nowadays working completely digital, exploring new techniques and devices like integrating iphone, wiimote and sensor data, programming his own modules and plugins and working on multiscreen setups to push vjing onto the next level. his style combines graphical elements, interactive, generative, audio-reactive code and real-time manipulated 3D models to an unique visual language. sinsynplus, studying media art at the academy of fine arts and working with the postproduction company greenpost in munich is co-founder of the visual crews shado sinfusion synkretistem and kopffuessler.org.
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        VJ Chindogu & Alfafa
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #1, June 10-12, 2010: VJ Chindogu & Alfafa / – Special thanks to our huruguayan friends -VJ Chindogu & Alfafa- who made an amazing drawing audio visual mapping in the tresor, great work, spirit and vibs!!! + +

                                                                                                                        +
                                                                                                                        VJ Chindogu & Alfafa
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #1, June 10-12, 2010: VJ Chindogu & Alfafa / – Special thanks to our huruguayan friends -VJ Chindogu & Alfafa- who made an amazing drawing audio visual mapping in the tresor, great work, spirit and vibs!!!
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        TriOOn
                                                                                                                        -
                                                                                                                        -

                                                                                                                        Session #1, June 10-12, 2010: TriOOn / – TRIoon is a live oriented AV project bringing together in a unique jam session three experienced independent artists with diverse backgrounds and approaches. A TRIoon performance is a bending of time in realtime: where moments in time are reassembled using the resonant and the electrical, using tools from a 1000 years of sonic evolution, colour, tone, light and shade. TRIoon explores the realms of method, discipline, chaos, thought, feeling, boundaries, nation, culture and technology, improvising a narrative in realtime. + +

                                                                                                                        +
                                                                                                                        TriOOn
                                                                                                                        +
                                                                                                                        +

                                                                                                                        Session #1, June 10-12, 2010: TriOOn / – TRIoon is a live oriented AV project bringing together in a unique jam session three experienced independent artists with diverse backgrounds and approaches. A TRIoon performance is a bending of time in realtime: where moments in time are reassembled using the resonant and the electrical, using tools from a 1000 years of sonic evolution, colour, tone, light and shade. TRIoon explores the realms of method, discipline, chaos, thought, feeling, boundaries, nation, culture and technology, improvising a narrative in realtime. Armed with a guitar, a bass guitar, a box of children’s instruments, found objects, a radio, FX, self-built Minitronics and 3 laptops which they refuse to synchronise, TRIoon responds to the moment taking the audience on a total rollercoaster ride of the senses encompassing fragility, intensity, movement and stillness. TRIoon is an international collaboration between producer/musicians Dr.Nojoke (Germany) and J-Lab (UK) & Spanish musician/visual artist, Servando Barreiro operating mainly in the Netaudio and Open Source community. At the moment they are based in Berlin, Germany. TRIoon presented their debut performance at Club Transmediale 09 in Berlin.
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        -
                                                                                                                        +
                                                                                                                        -
                                                                                                                        -
                                                                                                                        toby*spark
                                                                                                                        -
                                                                                                                        -

                                                                                                                        *spark d-fuser

                                                                                                                        Session #1, June 10-12, 2010: toby*spark / http://sparkav.co.uk/dvimixer – A thirty minute presentation given at visualberlin-festival about the dvi mixer project. Its in two parts, a story - parable, almost - about how much more malleable the modern world seems to be now in allowing such things to be possible, and an eight point announcement of the key *spark d-fuser features. + +

                                                                                                                        +
                                                                                                                        toby*spark
                                                                                                                        +
                                                                                                                        +

                                                                                                                        *spark d-fuser

                                                                                                                        Session #1, June 10-12, 2010: toby*spark / http://sparkav.co.uk/dvimixer – A thirty minute presentation given at visualberlin-festival about the dvi mixer project. Its in two parts, a story - parable, almost - about how much more malleable the modern world seems to be now in allowing such things to be possible, and an eight point announcement of the key *spark d-fuser features.
                                                                                                                        (This video was produced in 2010 at visualberlinFestival by Oigovisiones and has not been part of the Scope Sessions. We included it as a tribute to the video arts association VisualBerlin which just turned 10 years old, where Scope was born in 2011)

                                                                                                                        -
                                                                                                                        +
                                                                                                                        diff --git a/_site/video_fullscreen/index.html b/_site/video_fullscreen/index.html index 9c3d3cbb..a4697864 100644 --- a/_site/video_fullscreen/index.html +++ b/_site/video_fullscreen/index.html @@ -9,9 +9,9 @@ Video showcase - - - + + + @@ -261,7 +261,8 @@ -
                                                                                                                        + +
                                                                                                                        Amberscope

                                                                                                                        audiovisuals of fossilized history

                                                                                                                        Session #74, May 10th, 2018: Amberscope / http://www.lightforms.lt – The Amberscope team will present the story of the project and unveil the secret of the amber beamer. Hopefully it will become an open disscussion where visual artist Linas Kutavičius and musician/composer Paulius Kilbauskas will disscuss their practices in a wider sense.

                                                                                                                        Visual artist Linas Kutavičius known for his light instalations shaping the public spaces of the venues and festivals in Lithuania for the last fifteen years. Big size geometric and sculptural light instalations became trademark of him. Last couple of years Linas Kutavičius started experiments with the focused lightbeam projecting the natural Baltic amber by his original design devices. In collaboration with Paulius Kilbauskas it became an Amberscope project. @@ -272,7 +273,8 @@ Musician and composer Paulius Kilbauskas known in the independent, experimental -

                                                                                                                        + +
                                                                                                                        M. Kardinal & Monocube

                                                                                                                        APPARITIONS: III. Substratum

                                                                                                                        Session #74, May 10th, 2018: M. Kardinal & Monocube / http://segmentederwirklichkeit.de/Apparitions_2 – APPARITIONS: III. Substratum, the audiovisual performance of M. Kardinal & Monocube is the third part of APPARITIONS series to reflect and embody elusive happenings beyond human’s perception using analog technique. @@ -370,7 +372,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -

                                                                                                                        + +
                                                                                                                        Susi Sie

                                                                                                                        Between Art and Science

                                                                                                                        Session #61, December 8th, 2016: Susi Sie / http://www.susisie.de – Introduction, background, how I came to the idea of filming liquids and particles, why working strictly analog, showreel, photos of working process, studio, private projects, client projects.

                                                                                                                        SUSI SIE (1982) is a Berlin-based artist whose work moves between the fields of art and science. She is on a mission to explore the physical and mathematical nature of unusual forms, substances and materials
to show the hidden beauty and magic of our natural world that constantly surrounds us. Strictly applying analog techniques and refusing any computer animations or effects, Susi Sie’s haptic and detailed work is above all a highly personal study of the genuineness, perception and authenticity of things. Susi Sie’s work has been featured by internationally renowned online platforms such as Fubiz, Gizmodo, The Creators Project, This Is Colossal, Motionographer and Arte Creative, has been exhibited around the globe (New York, London, Paris, Rome, Sao Paulo, Norway) and won several Vimeo Staff Picks and awards at international film festivals. She studied video art in Maastricht (2002-2006) and worked in a Cologne-based post production agency (2006-2011). Since 2011 she works as a freelance director, DoP and editor. She does what she loves. And loves what she does.

                                                                                                                        @@ -380,7 +383,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Quadrature

                                                                                                                        Personal views on objective data

                                                                                                                        Session #61, December 8th, 2016: Quadrature / http://www.quadrature.co/ – Quadrature will speak about their current works and projects, possible cooperations between art and science from an artist perspective, artistic practice in relation to data as material.

                                                                                                                        Quadrature is a collective for arts, light and robotics. The emphasis of our work is on the intersection of the physical and digital worlds and of art and science. The three members Jan Bernstein, Juliane Götz and Sebastian Neitsch met 10 years ago at the Kunsthochschule Burg Giebichenstein in Halle/Saale, Germany. Six years ago the first collaboration resulted in the wish to join forces and formulate a common artistic practice. Since 2012 all three members of Quadrature finally live and work in Berlin. They all share a love of machines and outer space.

                                                                                                                        @@ -390,7 +394,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Doron Sadja

                                                                                                                        Mapping the Perceptual Landscape

                                                                                                                        Session #61, December 8th, 2016: Doron Sadja / http://www.doron.sadja.com – In 'Mapping the Perceptual Landscape', Doron Sadja will give an overview of his practice followed by a discussion of auditory and visual phenomena, approaches to site specific performance, and the importance of losing control of your electronic instruments.

                                                                                                                        Doron Sadja is an American artist, composer, and curator whose work explores modes of perception and the experience of sound, light, and space. Often working with multi-channel spatialized sound, smoke machines, and high intensity lights, Sadja combines pristine electronics with lush romantic synthesizers, dense noise, and immersive light projections to create hyper-emotive sonic architecture. Although each of Sadja’s works are striking in their singular and focused approach, his output is diverse: spanning everything from 25 speaker sound works to stroboscopic smoke and light shows, 360 degree projection pieces, and custom built motorized speaker systems that can precisely track sound around a room. Sadja founded Shinkoyo Records and the West Nile performance space in Brooklyn (RIP), and currently runs the Sound Portraits lecture/listening series in Berlin. Sadja studied Technology in Music and Related Arts at the Oberlin Conservatory of Music, and received his MFA in Sound Art from Bard College where he studied with Maryanne Amacher, Marina Rosenfeld, and David Behrman.

                                                                                                                        @@ -406,7 +411,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Gajek

                                                                                                                        How paintings obtain another dimension.

                                                                                                                        Session #59, October 13th, 2016: Gajek / http://www.agnieszkagajewska.com – Overview of past and current projects in painting involving 3D technique, creation process, how the utilized 3D anaglyph technique works, previous works in performance, silkprint, installation and painting.

                                                                                                                        Agnieszka Gajewska aka Gajek, born in Chorzów, Poland in 1982. Lived in Brussels, Belgium, 2010-2015. Lives in Mannheim, Germany since 2016. Graduated from Fine Arts Academy in Gdańsk, Painting and Serigraphy in 2008. Studied Painting at the Marmara University in 2007/2008.Gajek applies different 'optical' techniques, that has not been used so far in painting. She adapts them as a tool to highlight the message hidden in the work. This gives an extra aesthetic and emotional experience. Her works do not allow viewer to pass without getting a bit closer and contemplate a while. The main subject is people and emotions, often embodied by animals. Winner of the 'Minister of Culture and National Heritage Prize' (best master diploma in Painting in Poland), 2008. Award nominee for 'Creators of Culture in Gdańsk 2009' and 'Storm of the Year 2009'. Polish representative at the 'XIV Biennale of Young Artists from Europe and the Mediterranean' (BJCEM) in Skopje, Macedonia, 2009 and at the Biennale 'XIII BJCEM' in Bari, Italy, 2008. Received many cultural scholarships and grants in Poland. Numerous national and international exhibitions.

                                                                                                                        @@ -416,7 +422,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Martìn Romeo

                                                                                                                        Ephemera - immaterial work

                                                                                                                        Session #59, October 13th, 2016: Martìn Romeo / http://www.martinromeo.com/ – The artist will show his latest work Ephemera - interactive olfactory installation, which consists in distill the real world in data that take on new olfative return. The audiences will be invited to follow the next Interactive Art workshop to be held on October 16 at Artistic Workshop Series.

                                                                                                                        Martín Romeo is an Italian-Argentine multimedia artist-based in Venice, whose research is directed to interactive art ranging from video installations and dance performances. Artistic director and founder of the Toolkit Festival of Venice, he presented his work in various European and international contexts. He teaches new artistic forms connected to interactive technology, among others, in Belgium, China, Italy and Netherlands.

                                                                                                                        @@ -426,7 +433,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Kiritan Flux

                                                                                                                        Performing in Physical and Mental Space

                                                                                                                        Session #59, October 13th, 2016: Kiritan Flux / http://flux.vision/ – Throughout my work in the field of improvised live video art ('VJing') one special focus has always been the 'set and setting' of the performance. Who am I besides the operator of my instruments? In which local and cultural context do I present my art right now? I deliberately use such questions as prime inspiration for conceptual live performances unique to the place of their presentation and my subjective reception of that place. 'Place' in a spatial and also geographical sense. In my talk I will present a selection of my past and current work related to this concept.

                                                                                                                        Kiritan Flux works as a live visual artist and expanded-media producer since 2004. His artistic work ranges from VJ shows at prominent techno events such as TimeWarp (DE), or Sonus Festival (HR) to more conceptual live-cinema performances tailored to their unique local context. In addition to artistic works, he co-curates the monthly artist talk event Scope Sessions in Berlin.

                                                                                                                        @@ -454,7 +462,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Lauren Moffatt

                                                                                                                        Session #56, June 11, 2016: Lauren Moffatt / – Lauren Moffatt will speak about her experiences producing virtual reality in an art context, including the struggle to develop a visual language for the medium, the awkward meeting of the gaming and film industries, and the stampede to develop content and services in time for the projected boom. Lauren Moffatt is an Australian artist currently living in Berlin and working between video, performance and immersive technologies. She is interested in how the dimension of depth in digital moving image can be used as a storytelling device. Her works, often presented in multiple forms, explore contemporary subjectivity and connected bodies as well as the limits between virtual and physical worlds. Over a number of years she has developed a body of work pivoting on stereoscopic photography and video and informed by the history of cinema and broadcast technologies. Her works have been screened and exhibited most recently at Centrale for Contemporary Art in Brussels, New Frontier at the Sundance Film Festival, Les Champs Libres in Rennes and at the ZKM in Karlsruhe.

                                                                                                                        @@ -464,7 +473,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Onionlab

                                                                                                                        Session #56, June 11, 2016: Onionlab / http://onionlab.com – Onionlab talks about their experience with architecture mappings and how to plan and realize mappings from the idea to the projection itself. Onionlab is a Barcelona-based multidisciplinary studio that creates interactive products and experiences, motion design movies and audiovisual shows. Their works are based on the aesthetic attention to detail and the technical innovation, making use of the power of scripting and the seduction of music and sound design. Jordi Pont is Onionlab’s creative director and has been vjing since 2002 with artistic collectives Lectrovision and Telenoika and also as a resident on Razzmatazz clubs for more than 10 years.

                                                                                                                        @@ -474,7 +484,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Marija Bozinovska Jones

                                                                                                                        MBJ Wetware

                                                                                                                        Session #56, June 11, 2016: Marija Bozinovska Jones / http://marijabozinovskajones.com – Marija Bozinovska Jones will elaborate her practice under the pseudonym MBJ Wetware and her approach of live performance as constructing virtual environments extending beyond spatial and audiovisual. She will be covering the conception of GAD Technologies, work commissioned for Club Transmediale 2016 and premiered at Berghain as a collaboration with J G Biberkopf. MBJ will be also presenting her recent work employing voice controlled lasers. Marija Bozinovska Jones’ work revolves around identity formation in an era of technocapitalist amplification and perpetual online presence. She explores socio-political implications of planetary scale computation, seeking out apophenic patterns with an array of elements ranging from subcultural formations to totalitarian architecture. Jones explores society’s anthropological adaptations intertwined in the framework of networked capitalism, its coping mechanism of coming to terms with challenged ontological axioms of cognition, affection and memory. Under the alias MBJ Wetware, Jones develops immersive live performances simulating heterotopian landscapes.

                                                                                                                        @@ -484,7 +495,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Carla Chan

                                                                                                                        Black Moves

                                                                                                                        Session #56, June 11, 2016: Carla Chan / http://carlachan.com – Carla Chan introduces us to her aesthetics and the techniques used to create her amorphous, immersive full-dome video 'Black moves'. She will discuss her research into manipulating erratic nature forms in digital and E/M/D/L projects, focusing on different approaches and creation methods in immersive artistic production. Black moves will be presented as a full dome installation at this years festival in the MIRA dome. Carla Chan is media artist based in Berlin and Hong Kong. She works with a variety of media, such as video, installation, photography and interactive media. Minimal in style and form, Chan’s works often toy with the blurred boundaries between reality and illusion, figure and abstraction. Her screening Black Moves is selected for showcase at 21st Incubator for Film and Visual media in Asia as a finalist and 22nd International Symposium on Electronic Art (ISEA) in Hong Kong. Black Moves is an immersive video, a spatial drama and a virtual landscape that simulates the forming and de-forming of an amorphous black mass. Black Moves springs from a long obsession and fascination with natural transformations, particularly formless shapes and their movement.

                                                                                                                        @@ -496,7 +508,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Patrick K.-H., Andreas Karaoulanis

                                                                                                                        'Alice Wonderland meets Monty Python' - (un)imation of Patrick K.-H.

                                                                                                                        Session #55, May 12th, 2016: Patrick K.-H., Andreas Karaoulanis / http://drawnsound.org/ – (un)imation, unmusic, (un)struments

                                                                                                                        Patrick K.-H. (Anton Iakhontov, b. 1980) sound artist / video artist / composer, for the time works with sound installations, live and written acousmatic, graphical collage and animation. Researches interactive / cross-disciplinary forms, permutating the media, aiming on achieving unexpected mutants. Member of Theremin Center for Electroacoustic Music at Moscow Conservatory and Institut für Medienarchäologie (Austria). Author of music / video to drama / contemporary dance / post-dramatic theater plays and performances as well as his own works in Russia, Austria and Germany. Art-director of Media Studio in Alexandrinsky Theater, St. Petersburg. Founder and co-curator of the Floating Sound Gallery for spatial sound (St.Petersburg). Currently lives and works in Vienna / St.Petersburg.

                                                                                                                        @@ -508,7 +521,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Thomas Heidtmann, Soma Holiday & Jemma Woolmore // Lacuna Lab

                                                                                                                        lacunalab

                                                                                                                        Session #55, May 12th, 2016: Thomas Heidtmann, Soma Holiday & Jemma Woolmore // Lacuna Lab / http://lacunalab.org – Creation of Tycho, brief history of the artists, story and first exhibition of Lacuna Lab

                                                                                                                        Thomas Heidtmann studied Fine Arts with an emphasis on painting. After this time, he devoted himself more to the creation of interactive installations and the research of participative art approaches at the intersection of arts, science, music, and technology. Soma Holiday is a creative technologist interested in interactive sculptures that foster spontaneous human connection. He has a background in computer science and a predilection for geometry, laser cutters, and LEDs. Jemma Woolmore's work spans AV performance, bespoke visual production and video installation. Her carefully crafted performances create spatial and textural landscapes, merging digital 3D design with hand-made sculptural objects to blur the boundaries between real and virtual. Lacuna Lab is a collaborative co-creation space in Berlin Kreuzberg. We mix logic and beauty to create interactive works, driven by imagination, playfulness, and experimentation. We love partnering with others on projects and collaborations, and sharing what they learn through public exhibitions, classes, and workshops.

                                                                                                                        @@ -646,7 +660,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Pierce Warnecke

                                                                                                                        Audio-visual works

                                                                                                                        Session #39, Januar 8th, 2015: Pierce Warnecke / http://piercewarnecke.com/ – My work stems from interest in the effects of time on matter: modification, deterioration and disappearance. Whether the focus is on digital forms or rough materials, large scales of time or microscopic details, the goal of my work is to re-adapt existing objects and materials into parallel contexts where their signified meanings, symbols and cultural connections have become residual ghosts. I like to imagine false paradigms, inexistent branches of research and fictional sciences in order to create unrealistic questionings as a basis for a new work. Form emerges through a process of collecting, filtering and combining phenomena (objects, data, sounds, images) that is linked to the conjecture. There are explorations and structures in this 'research' but no conclusions, except the ones you make.

                                                                                                                        Pierce Warnecke is a sound and video artist from California, currently residing in Berlin after living in France for 10 years. He graduated from Berklee College of Music in 2007 and in 2013 completed his Meisterschüler studies at Universität der Kunst Berlin (Kunst und Medien). In addition to artistic works, he co-curates Emitter Micro Festival and label with Kris Limbach. He has presented his works at KW Institut (Berlin), LEAP (Berlin), FEED (Berlin), Harvestworks (NY), Luggage Store Gallery (SF), Berklee (Boston), CalArts (LA) as well as festivals like Zero1 Biennale, Transmediale, Bozart/BEAF (Brussels), MadeiraDig (PT), LAB30 (DE), Jazz à Vienne, Jazz d'Or, Boston Cyberarts, Visionsonic (FR), Pixelache (FR), Vidéoformes (FR), SXSW Interactive (US) and more. He has released music on Khalija, Staaltape, Gaffer and Attenuation Circuit, and Gruenrekorder.

                                                                                                                        @@ -656,7 +671,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Tebjan Halm & Elias Holzer

                                                                                                                        50, that next big thing

                                                                                                                        Session #39, Januar 8th, 2015: Tebjan Halm & Elias Holzer / http://vvvv.org/ – In the past few years we’ve been eagerly working on a complete rewrite of vvvv which lead to a new visual programming language in combination with a development and runtime environment. In this talk we’ll give you a short introduction into the key features of this new language we’re internally calling “50″.

                                                                                                                        We're two developers of vvvv, a live-programming environment commonly used to implement large scale media projects and digital art. It’s been around for more than a decade used and cultivated by a strong international community.

                                                                                                                        @@ -668,7 +684,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Transforma

                                                                                                                        Transforma: 2001 bis 2014

                                                                                                                        Session #38, December 11th, 2014: Transforma / http://www.transforma.de – A chronological presentation of selected works from the world of transforma.

                                                                                                                        Transforma is an artist group with a focus on video, performance, installations and music/video works. Transforma collaborates with other artists and musicians to create pieces, that blur borders of established genres in live performance, art & music. Transforma's work has been performed live and shown at festivals around the world. Transforma are Luke Bennett, Baris Hasselbach and Simon Krahl.

                                                                                                                        @@ -678,7 +695,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Marcel Schwittlick

                                                                                                                        Current Status

                                                                                                                        Session #38, December 11th, 2014: Marcel Schwittlick / http://www.mrzl.net – It's just me showing my work.

                                                                                                                        Marcel Schwittlick is a German generative artist living and working in Berlin. With his work he is examining different notions of reality especially those who result of recent tendencies of digital culture. His work has a philosophical foundation that often evolved into tangible images, videos or installations. He is working with digital technology as his main tool. As most of his work is necessary to be realized in the context of generative, real-time software systems, he is usually creating computer programs which are instructed to carry out his thoughts and ideas.

                                                                                                                        @@ -688,7 +706,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Marcellina Wellmer

                                                                                                                        Crossing the border - RANDOM IN ANALOG AND DIGITAL MEDIA

                                                                                                                        Session #38, December 11th, 2014: Marcellina Wellmer / http://marcelinawellmer.com – Generative factor in a visual message, connected with electronic devices, used in a set of variable objects. Hybrid of media and cultural&philospohical garbology. Reverse engineering.

                                                                                                                        I am operating at the edge of video, installation and painting. My works are dealing with the relation of humans and technology and with the interference of information and media, crossing the border from analog to digital and vice versa. Pieces are controlled and displayed through self written software that works with random seeds. Part of my creation is to play with the edges of media, to amplify their very own characteristics.

                                                                                                                        @@ -706,7 +725,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        So Kanno

                                                                                                                        Signal, noise and machine

                                                                                                                        Session #36, October 9th, 2014: So Kanno / http://kanno.so/ – Such as drawing machines which is not perfectly controlled by numbers, 3D printed sculpture and garment which uses errors and imperfectness of system intentionally. Predicting the future but not forgetting critical point of view for technology.

                                                                                                                        Using technology and focusing on some specific matters of technology like relation between signal and noise, error and glitch. Making things that KANNO want to see and observe. Such as drawing machines which is not perfectly controlled by numbers, 3D printed sculpture and garment which uses errors and imperfectness of system intentionally. Predicting the future but not forgetting critical point of view for technology.

                                                                                                                        @@ -720,7 +740,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Derek Holzer

                                                                                                                        Probing the Past: A Media Archaeology of Handmade Electronic Sound

                                                                                                                        Session #35, September 11th, 2014: Derek Holzer / http://macumbista.net/ – The utopias of electronic sound have hardly changed in its hundred-year history. We still want to imitate existing instruments, create sounds which have never been heard before and realize complex compositions without the need of an orchestra. It is only the tools which have become more complex. But there are dystopias as well, which come especially from using tools designed around other people’s way of creating sound, rather than your own. Instrument builder, teacher and performer Derek Holzer of Macumbista.net will discuss the inspiration of some of the pioneers of 20th Century electronic sound as springboards to some of his own creations, which the audience will have a chance to explore following the talk.

                                                                                                                        Derek Holzer (1972) is an American instrument builder and sound artist based in Berlin DE, whose current interests include DIY analog electronics, the relationship between sound + space, media archaeology and the meeting points of electroacoustic, noise, improv and extreme music. He has performed live, taught workshops and created scores of unique instruments and installations since 2002 across Europe, North and South America, and New Zealand.

                                                                                                                        @@ -730,7 +751,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Imanol Gomez

                                                                                                                        Science Inspires Art

                                                                                                                        Session #35, September 11th, 2014: Imanol Gomez / http://imanolgomez.net/ – The talk will focus on how art and science are moving towards one another. It should not be forgotten that both have always been characterised by creative and imaginative processes. Many artist have found their inspiration by the physical and natural world through observation and experiment. Today, new media artist are working on novel ways of scientific communication, searching for the aesthetics on research data and experimenting with new scientific tools. Anyway, who doesn’t take a look at the universe, with its sublime and redemptive quality? It makes us all feel small but peaceful.

                                                                                                                        Imanol Gomez has worked on a broad range of media art projects for artists, museums and companies. He continues to find forward thinking creative solutions using cutting-edge creative technology. He was born in London and grew up in Madrid. Fascinated by science he completed an MSC in Telecommunication Engineering. He later undertook a Sound and Music Computing research program at the MTG in Barcelona. After several years of research experience Imanol moved to Ars Electronica to work as a creative engineer. In 2014, he set himself up as a freelance creative technologist in Berlin. He continues to pursue his passion for science, art, technology and his enthusiasm for redefining interactive storytelling. He now divides his time between personal projects, collaborations, research and freelancing.

                                                                                                                        @@ -740,7 +762,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Juan Carlos Duarte Regino

                                                                                                                        Audiovisual Interactions and ludic design for ludic interfaces

                                                                                                                        Session #35, September 11th, 2014: Juan Carlos Duarte Regino / http://www.juanduarteregino.com/ – The talk will review some own project and other state of art related examples around the interactive aspect of live visuals. The use of open source technologies expertise and knowledge share has enhanced the scene of creators and artists looking to use alternative tools for creation of locative and or gesture based media.

                                                                                                                        With a background in Audiovisual Media studies, Juan Duarte is based Helsinki Finland, since 2011 carries out studies in New Media, in the field of interaction design for media installations, and interfaces in live performance.His work aims to explore creative coding for sound and visuals, analog electronics, techno ecologies and media archeology.

                                                                                                                        @@ -752,7 +775,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Quadrature

                                                                                                                        From a visual journey into another dimension.

                                                                                                                        Session #34, July 10th, 2014: Quadrature / http://quadrature.co/ – After introducing themselves and their work, they will focus on the problems for media artists to be part of the traditional gallery-marked in the art business. Even so a lot of Art projects, which use modern technology and try to bring it into a different not consumer-based context, are quite successful, a lot of them are being displayed only in festivals or as digital copies in the internet, rather then being shown in privat galleries. This implements that the creators make a living either from grants, teaching, very small fees or they finance their free art work with client-based commissions. The reasons for this are manifold. A lot of projects are technical experiments on a larger scale, which can hardly be sold as an peace of art that the client could simply place or even hang in his home. Another reason is the fact that a lot of Media Artists rather work on a very conceptual level, creating work that is either only excisting in digital form,very much created for certain spaces or react to certain appearings of modern society. So whenever you would take this projects out of their context they would not make any sense at all.

                                                                                                                        Quadrature is a group of three former designers who combine their very specific personal skills to create complex systems for highly technolgical installations. Jan Bernstein concentrates on the creative implementation of physical and functional aspects into Quadrature’s work. His substantial practical expertise fertilizes his artistic research in materials and fine mechanics. Influenced by his specialty, Jan’s creative approach is concentrated and structured, keeping every detail in mind in order to formulate the ideal aesthetic and conceptional expression. Sebastian Neitsch rather employs experimental and assiociative methods in order to achieve innovative and intuitiv systems and thoughts for Quadrature’s conceptual and artistic vision.While his focus is on the digital world – including everything concerning code, electronics and new technologies – he considers teamwork and communication as the perfect source to generate creative output and solutions. Juliane Götz: is the latest member of Quadrature and fills the missing link between hardware based pragmatism and digital utopics in Quadrature’s projects. Her design and handcraft skills as fashion designer are combined with the abiltiy to quickly understand and implement new dynamic workflows and structures into the group. They all share a love for machines and outer space.

                                                                                                                        @@ -762,7 +786,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Miller Puckette

                                                                                                                        How to have fun with a six channel guitar pckup

                                                                                                                        Session #34, July 10th, 2014: Miller Puckette / http://msp.ucsd.edu/ – Puckette demonstrates what happens when you put individual pickup coils on each string of your guitar, opening up a wide range of sonic possibilities beyond what you can get out of an ordinary pickup. Techniques like filtering and distortion can be applied to the signals before they're mixed. This makes it possible to get results that are both rich sounding and precisely controllable. The software to do this is open source, free to download.

                                                                                                                        Miller Puckette is best known as the author of the Max/MSP and Pure Data software environments, which are widely used in electronic music and the electronic arts. He usually teaches music at the University of California, San Diego, but is now a guest professor at TU Berlin. He performs with the Convolution Brothers and in a duo with the singer Juliana Snapper.

                                                                                                                        @@ -772,7 +797,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        3ez

                                                                                                                        From a visual journey into another dimension.

                                                                                                                        Session #34, July 10th, 2014: 3ez / http://3ezvisuals.wix.com/bruno3ez – Probably known mostly about his former old project called Jonnyzeb as surf movie producer, Bruno Bez has released a series of experimental board sports movies with a good dose of imagination and a ludic taste from Brazil around the world. Traveling, filming and producing in extreme places, Bez have being learning with his perspective inside of this creative universe doing visuals in your own way to express yourself.

                                                                                                                        Born in the beautiful island Florianopolis, south of Brazil, visualist Bruno Bez began his career through new media creations around boardsports since 15 years old. His first films and productions focused on enhancing the appeal over environment, boardsports and artistic themes. Since then he is diving deeper into handling audiovisual techniques as Vj and Filmaker with an accurate optic sense in order to introduce an immersive thematic presented by an hybrid reality and multiple means. The direction and concepts depend strongly of the place and time, in each one of this corners, everything looks dramatically different surfing between glitches, fractal formulas and open source tools and several collab with others authentic artists.

                                                                                                                        @@ -792,7 +818,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Lichtpiraten

                                                                                                                        Make love not art

                                                                                                                        Session #32, May 8th, 2014: Lichtpiraten / http://lichtpiraten.net – die LiCHTPiRATEN zeigen uns, dass nichts aussehen muss wie es gerade scheint langsam begreifen wir, dass wir in einer kuenstlichen welt leben, die aussieht wie sie aussehen soll. die oberflaeche der dinge die uns bestimmen sind erdacht, gestaltet und in unseren alltag geschmuggelt. die LiCHTPiRATEN kapern das antlitz von etwas, uebernehmen darueber kontrolle, zeichnen um, deuten an. Schicht fuer schicht verschmelzen die ebenen der wahrnehmeung und hinterlassen ein vibrieren in der seele, dass daran erinnert: es ist leicht frei zu sein.

                                                                                                                        Welcome into the world of shadow and light. We create new rooms, imagine other dimensions and find ways out let´s inspire, discover and astonished pirate the world

                                                                                                                        @@ -804,7 +831,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        VJ Fader

                                                                                                                        Breaking the Screen

                                                                                                                        Session #32, May 8th, 2014: VJ Fader / http://www.vjfader.com – I will discuss how my work have progressed into areas such as video mapping and stage design in the past 10 years. My presentation will focus on the deconstruction of the rectangular video screen where the form is just as important as the content.

                                                                                                                        Fader is a visual artist who works with multimedia in a variety of disciplines. From video mapping, generative animation, music videos, stage design to art installations, his work has been shown to broad audiences around the world. He has exhibited at numerous festivals such as Coachella (Indio), Burningman (Black Rock City), Insomniac Events (Los Angeles), Fuji Rock Festival (Japan) and the Mapping Festival (Geneva).

                                                                                                                        @@ -816,7 +844,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Vj Chuu

                                                                                                                        Guruguru kun

                                                                                                                        Session #31, April 10th, 2014: Vj Chuu / http://chuuu.xxxxxxxx.jp/ – Chuuu recently works on the intersection of noise music and live drawings. In his talk, we will give some close-ups to art practices. Follow him on his blog: chuuu.hateblo.jp

                                                                                                                        Chuuu is a painter, vj and live performer. He grew up in Kyoto, Japan, and graduated at the Kyoto Seika University, that is well known for its faculties for manga and anime. After moving to Berlin he got involved in more action based art practices. As a VJ he got famous for his elaborate visual animations turning on the vinyl player, telling handdrawn stories. In fact a very traditional way and once pioneering discovery for moving images – so called Phenakistoscope.

                                                                                                                        @@ -826,7 +855,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Mahir Duman

                                                                                                                        Session #31, April 10th, 2014: Mahir Duman / http://www.popkinsart.com/ –

                                                                                                                        Mahir Duman is a visual artist born in Ordu, Turkey. He studied in Istanbul and lives and works in Berlin since 2011. As a VJ, Mahir is doing interactive live performances and installations for clubs, special events and art galleries. He works with video, short film, music clips and lots of different media sets, mixed and synchronized with sound and the rhythm of action. He describes his imagery as unrealistic and surreal, that question human perception and the interplay between subjects.

                                                                                                                        @@ -836,7 +866,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Trashpuzzle

                                                                                                                        Session #31, April 10th, 2014: Trashpuzzle / http://www.trashpuzzle.com/ – During three years Trashpuzzle developed. New people joined the group, equipment has evolved and they gave dozens of shows in clubs around Berlin and other cities. Antique episcope has been replaced by beamer. The transport band is filmed by a live mix of two cameras that are hidden in a black box. And the group expanded to five members, who are pushing the idea forward and have a lot of fun.

                                                                                                                        In May 2010 “trashpuzzle” was born. Their aim was to entertain people on a party by performing a handmade live-collage, that was projected on a wall. They used an old technology – episcope and a little transport band to let the pictures move automatically. The effect was fantastic. The dancefloor turned into a colorful carpet made of our pictures. People were fascinated with their spontaneous creations. Some even joined their session.

                                                                                                                        @@ -848,7 +879,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Martin Mayer

                                                                                                                        Session #5, March 23, 2014: Martin Mayer / http://mayerempl.de – Martin Mayer is a visual artist and VJ based in Munich. Studying media art at the Munich Academy of Fine Arts, he is co-founder of the multimedia art duo mayer+empl. Specialized in interior and exterior mappings – highlighting architectural and physical conditions of the space - their projections are creating entirely new atmospheric spaces.

                                                                                                                        @@ -858,7 +890,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Agnieszka ‘Bronka’ Bronowska

                                                                                                                        Mixing Art and Science

                                                                                                                        Session #5, March 23, 2014: Agnieszka ‘Bronka’ Bronowska / https://vimeo.com/user5853568 – Life sciences and visual arts can fuel each other. Good visualization is pivotal for biological and chemical sciences – to illustrate and transmit information. Protein dynamics and ligand-protein interactions can serve as a canvas for story-telling, and the concept of periodic boundary conditions (PBC) used in molecular simulations, can be exploited as a parallel to the concept of social roles. And such concepts and tools can actually be used by visual artists in their work...

                                                                                                                        @@ -880,7 +913,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Valentina Ferrandes

                                                                                                                        Session #29, February 13th, 2014: Valentina Ferrandes / http://www.valentinaferrandes.com – Valentina will present her project “Berg“, an exploration of Teufelsberg Listening Station comprising a video and a GPS triggered soundscape for iPhone and iPad.

                                                                                                                        Valentina Ferrandes is an italian artist living in Berlin. Her video and sound pieces explore possible connections between micro-narratives, landscapes and urban geography.

                                                                                                                        @@ -890,7 +924,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Andrea Familari aka. Fax

                                                                                                                        Session #29, February 13th, 2014: Andrea Familari aka. Fax / http://famifax.com – Drøp is an electronic music project born in Berlin in 2010 by Giuseppe Bifulcosound designer and engineer. It focuses on sounds investigation and experimentation, not that much in an aesthetic meaning, rather than in a perceptual and sensorial one, considering the sound as a bundle of informations that deal with psycho-acoustic and music therapy.

                                                                                                                        Italian artist, born in 1987, lives and works in Berlin, Germany. His works encompass from Vjiing, Audio/Visual Interactions, Mapping, Interactive installations to Scenic-design and investigate mostly on the decomposition of micro/macro cosmos.

                                                                                                                        @@ -902,7 +937,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Julien Bach

                                                                                                                        Video mapping Jam

                                                                                                                        Session #28, December 12th, 2013: Julien Bach / http://julienbach.com – Julien will present a selection of his past work, mostly video mapping, and also introduce a community event he will start in January : A video mapping jam evening, happening once every two months in the Atelier.

                                                                                                                        Julien Bach is a “3d generalist” freelancer working for many different kind of agencies : Architecture, motion-graphics, advertisement, projections for festivals… Also in charge of a small co-working space, Atelier Äuglein, hosting nine coworkers, focusing on visual arts.

                                                                                                                        @@ -912,7 +948,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        StratoFyzika

                                                                                                                        Writing movement in interactive mediated spaces

                                                                                                                        Session #28, December 12th, 2013: StratoFyzika / http://www.stratofyzika.com – In this talk StratoFyzika will speak about their experience in experimenting with audio-visual-movement performances and recent collaborations with other artists. The use of sensors and wearable technologies, mapping the parameters of human movement to those possible in the world of sound and projection, as well as the use of physical and digital shadows together to visually represent the unconscious vibration of the ego in time.

                                                                                                                        StratoFyzika is a collective creating movement-based interactive audiovisual performances. They are three artists of various backgrounds; each representing one “stratum” of perception: audio, visual and movement. We use the laws of physics (Fyzika) as a metaphorical way of explaining material states from the realms of imagination, emotions and spirit.

                                                                                                                        @@ -932,7 +969,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        pixelnoizz

                                                                                                                        touch.gl

                                                                                                                        Session #26, October 10th, 2013: pixelnoizz / http://pixelnoizz.wordpress.com/ – David Szauder will present touch.gl, an app to create a glitch composition using your fingers. glitch.gl offers several glitch method options, noizes, databending, offsets for composition from different sources, such as camera input or image files. touch.gl was recently exhibited in the Centre Pompidou (Paris, France), during the show called DigitART organised and curated by Abdel Bounane. He will also premiere the latest soon to be released 6th version of his other application GlitchPatternGenerator. The audiencewill have the chance to play with both apps after the presentation.

                                                                                                                        Budapest born and Berlin based artist David Szauder aka. pixelnoizz mostly works with generative structures both on audiovisual -and art field. He experiments also in interactive visual design and works on different publications about experimental, audiovisual and live cinema.

                                                                                                                        @@ -942,7 +980,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Malte Steiner

                                                                                                                        Open source game engines and realtime 3D for visuals

                                                                                                                        Session #26, October 10th, 2013: Malte Steiner / http://block4.com – n his talk, Steiner will show the use of open source game engines for live visuals and interactive art pieces from the humble beginnings in late 90s towards today. He currently develops and shares a system based on the engine Panda 3D which can be programmed in Python. With the implementation of full OSC control it can communicate with any other data from applications, like Pure Data…

                                                                                                                        Malte Steiner is media artist, sound designer and software developer. Starting around 1983, developing his own vision of the interdisciplinary Gesamtkunstwerk, working with, and not limited to, film, theater, video games and interactive installations. Releases on cassette, vinyl, CD and online. Concerts, exhibitions, and collaborations in Europe, Asia and America. In 2011 he moved to Berlin and opened his own media lab to work on his projects like Notstandskomitee, Elektronengehirn, Akustikkoppler with Matthias Schuster from Hamburg and Restlichtverstärker with Servando Barreiro, but also mastering and remixing other artists. He organizes twice a month the Pure Data Berlin ‘patching circle’ at Berlins well known C-Base.

                                                                                                                        @@ -962,7 +1001,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Joel Dittrich

                                                                                                                        White Noise/Black Noise

                                                                                                                        Session #24, July 11th, 2013: Joel Dittrich / http://joeldittrich.se/ –

                                                                                                                        Swedish audio/visual artist and university college teacher Joel Dittrich will talk about the latest incarnation of White Noise/Black Noise. An audio/visual project where Dittrich is experimenting with intermodal aesthetics, creating audio and visuals side by side and performing live with a digital set up, relaying heavily on OSC, MIDI and audio analysis, to control audio and visuals simultaneously. During 2013 Dittrich has received a lot of praise after performing at Elektra Festival (Montreal), The Lab (San Francisco), Live Performers Meeting (Rome) and The Bang Bang Bar (Stockholm). Dittrich teaches at five universities/colleges and engages in a number of projects in the realm of audio/visual and projection mapping, in Sweden as well as the rest of Europe and North America.

                                                                                                                        @@ -972,7 +1012,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        WHITEvoid

                                                                                                                        Session #24, July 11th, 2013: WHITEvoid / http://www.whitevoid.com – Lights are screens and screens are lights. pixels become physical and tangible. buildings and spaces are shaped by computer generated patterns and mathematical algorithms. in the age of projection mapping the real and the digital world are merging to form a new reality. real and virtual worlds are inseparable. Christopher Bauder talks about chances and challenges for computer aided design and scenography.<

                                                                                                                        Christopher Bauder started working in the field of interactive installation art and design after finishing his studies in the Digital Media Class at the Berlin University of the Arts. His projects focus on the translation of bits and bytes into objects and environments and vice versa. Space, object, sound and interaction are the key elements of his work. In 2004 Christopher Bauder founded studio WHITEvoid as a necessity to realize his large scale art and design pieces and environments. The studio is comprised of specialists in interaction design, media design, product design, interior architecture and electronic engineering. The interactive installations and products are created for museums, exhibitions and trade fairs, festivals, concerts and clubs. WHITEvoid’s designs are exhibited and experienced internationally and have gained worldwide recognition.

                                                                                                                        @@ -982,7 +1023,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        VJ Juladi

                                                                                                                        Session #24, July 11th, 2013: VJ Juladi / http://juladi.blogspot.de/ – As VJ Juladi she creates new imagery and makes sounds visible. She specializes in analog and handmade visuals. Responding live to music, she experiments with the movements of her hands and body in addition to placing various objects in front of the camera: feathers, leafs, fabrics, fire, etc. to create mesmerizing effects which are sent through a video mixer and out to a screen. For the last few years she has also been using her whole body for the visuals, starting to dance, perform and move in front of the screen. The pictures which appear are always different. Simple hand movements result in intriguing patterns and shapes on the screen …. which sometimes even look like birds or digital animated forms.

                                                                                                                        Elke Radtke has been active in the video art scene for 7 years. She has performed at multiple Video Art and Music Festivals around the world, as well as lectured on video art in Mexico City at the Arts University San Carlos. She won the Mapping Festival VJ Competition 2013 in Geneva and was the 1st runner up at VJ Torna at the Live Performers Meeting Festival 2012 in Rome (Championship Category) and 2011 (Battle Category).

                                                                                                                        @@ -996,7 +1038,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Sébastien Bourdeauducq

                                                                                                                        Story and development of the Mixxeo digital video mixer

                                                                                                                        Session #23, May 06th, 2013: Sébastien Bourdeauducq / http://m-labs.hk – Many video artists need a device that can blend video streams from two or more computers. A common solution is to use SD analog video and a commercially available mixer such as the Edirol V4. But the move to the better quality of digital video and the high cost of commercial digital mixers has prompted community developments of alternative devices.

                                                                                                                        Sébastien Bourdeauducq is an inventor passionate about science, electronics and open source. After working for several small companies – which included developing the Wi-Fi driver infrastructure for the Nabaztag/tag – he founded Milkymist Labs in the summer of 2007.

                                                                                                                        @@ -1006,7 +1049,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        ReVerse Bullets

                                                                                                                        Kunst, Kultur & Kino Collage

                                                                                                                        Session #23, May 06th, 2013: ReVerse Bullets / http://www.reverse-bullets.com – “Kunst, Kultur & Kino Kollage” will be an examination of the process of re-appropriating the images and sounds of pop culture, propaganda, educational films, and the tools of the populist media to create subversive audiovisual art. The talk will feature an analysis of the creation of the debut ReVerse Bullets’ album, “Drapetomania!,” along with a preview of new material collaborated with Nicolo Sommer (BIINDS).

                                                                                                                        ReVerse Bullets is a rotating lineup of filmmakers, musicians and visual artists founded by filmmaker Jon-Carlos Evans in New York City in 2009. . Through a collision of industrial noise cum funk and psychedelic synths, ReVerse Bullets project audiovisual “anti-propaganda” and noise-collage molotovs like an amalgam of Stan Brakhage cum Sonic Youth and Sergei Eisenstein cum Massive Attack. Twisted samples of capitalist, western & religious propaganda collide with the band’s electronic cum noise funk and dialectic imagery to create a sensory experience that is part multimedia essay, improvisational electronica, performance art and rock concert.

                                                                                                                        @@ -1018,7 +1062,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Tokyo Data Collective

                                                                                                                        Session #22, May 09th, 2013: Tokyo Data Collective / http://tokyodatacollective.com – 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.

                                                                                                                        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.

                                                                                                                        @@ -1028,7 +1073,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        A-LI-CE

                                                                                                                        Session #22, May 09th, 2013: A-LI-CE / http://www.a-li-ce.com – 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.

                                                                                                                        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.

                                                                                                                        @@ -1040,7 +1086,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        pussykrew

                                                                                                                        Session #21, April 11th, 2013: pussykrew / http://niochnioszki.net – In 2010 they’ve started their audio-visual noise project – Domestic Violence, which merges field recordings, live coding and audio-responsive glitches, by using self-made interfaces, controllers and patches. Domestic Violence performed in Finland, Germany, UK, Italy and Poland. work by Tikul & Jendre has been presented at digital arts and video festivals around the world. They are constantly trying to challenge the viewer, through exploration of identity / queerness of human body / architectural objects and their transformations, synthetic-organic textures, glitch aesthetics, physicality of image and sound.Their works are attempting to bend the perception of time – intensify the senses and reactivate the dismissed areas of psyche.

                                                                                                                        Duo Ewelina Aleksandrowicz and Andrzej Wojtas (Tikul & Jendrek), known collectively as Pussykrew, make art that eludes convention and merges the erotic and the ethereal with exquisite finesse. Using both visual and sonic media, the two artists marry the maximalist sensations of glitch with minimalist destructiveness to give performances that are beyond experimental. They are Berlin based artists who are collaboratively working within the area of new media. Their interdisciplinary practices range from audio-visual performance, live coding, multimedia installations to sound experiments, sensor based technologies and DIY electronics. During their production of live visuals, video installations and videoclips they have collaborated with Leila, Darkstar (WARP Records) HTRK (Work, work, work Tour 2011 – Ghostly International), Raime (Blackest Ever Black) and Oni Ayhun amongst others.

                                                                                                                        @@ -1050,7 +1097,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Gabriel Shalom

                                                                                                                        Session #21, April 11th, 2013: Gabriel Shalom / http://www.gabrielshalom.com –

                                                                                                                        Gabriel Shalom is a director, audiovisual artist and composer living and working in Berlin, Germany. His signature work takes the form of rhythmically edited audiovisual compositions (videomusic). Taking inspiration from musique concrète, he explores the hidden musicality of everyday objects, unusual handmade electro-acoustic instruments, and manipulation of traditional instruments. He understands video to be a fundamentally audiovisual medium and strives to create highly synaesthetic works. His five channel videomusical installation The Tosso Variations premiered in his solo exhibition at MU Eindhoven. He has written and spoken extensively on Hypercubism, his theory of object-oriented aesthetics. He has been commissioned by brands such as MINI, Sony and BMW Italy. He has been an artist in residence at the Frankfurter Kunstverein, ZKM Karlsruhe and the CAMP Festival in Stuttgart. He is a member of the 2012 class of the Art Directors Club Young Guns. In addition to his audiovisual work, Gabriel is a director of experimental narratives. His video essays are meditative reflections on the zeitgeist, often influenced by his theory of aesthetics, Hypercubism. His company KS12, founded together with partner Patrizia Kommerell, is a creative studio for experimental storytelling. KS12 has been commissioned by various media arts festivals such as Transmediale (Berlin), STRP (Eindhoven), and NODE Forum for Digital Arts (Frankfurt), as well as companies and organizations such as Wieden + Kennedy, British Council, BOX 1824 and Meiré und Meiré

                                                                                                                        @@ -1064,7 +1112,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Aude Rose

                                                                                                                        Session #20, March 14th, 2013: Aude Rose / http://auderrose.de/ – Aude Francois also called Aude Rrose is multi-disciplinary artist living between Paris and Berlin, working with performance, photography, sound and live video. She regularly presents her video performances in international festivals. Her imagery plays with narrative structures, developing dreamy and intimate universes, exploring various forms of interplay between body, images in motion, deconstructive narrations and self-mythology. Her performances articulate live scenography protocols integrating video as an environment medium, often using real-time camera feedback, considering the black box as a possible oneiric space, where sounds and images communicate in a poetic and narrative journey.

                                                                                                                        Aude Rose has developed several successful collaborations with international acoustic and electronic musicians, sound and video programmers, producing series of audio-visual performances where she manipulates time and images in evolving structures.

                                                                                                                        @@ -1074,7 +1123,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Mey Lean Kronemann & David Sanz Kirbis

                                                                                                                        Session #20, March 14th, 2013: Mey Lean Kronemann & David Sanz Kirbis / http://therandomlab.blogspot.de – David and Mey are currently working on their project Tower of Babel, an emergent robotic sculpture that builds itself. A pack of small, autonomous robots is trying to climb on top of each other in order to form a tower. At some point, the tower gets too high and the robots fall down. This project is supported by Fundacion Telefonica’s VIDA Art and Artificial Life International Awards.

                                                                                                                        Mey Lean Kronemann is a media artist from Berlin with a passion for robotics and emergent behaviour. Her works have been internationally exhibited and presented at media art festivals and conferences, and were awarded by Digital Sparks (Honorary Mention, 2008), Japan Media Arts Festival (Jury Selection Work, 2011) and Art of Engineering (prize award, 2012). Mey has studied Interaction Design in Malmo, Sweden, and Product/Interface Design in Potsdam, Germany, where she graduated in 2009, and was a research fellow in 2010. David Sanz Kirbis is a multidisciplinary experimenter interested in how things work and in finding creative solutions to technical projects. He is currently working as researcher towards a PhD in the field of Art and Technology at the Universidad Politecnica de Valencia. With an eclectic background as computer technician, product design engineer, and independent filmmaker he is interested in design, mechanics, electronics, programming, robotics, philosophy and photography. David was recently hosted as fellow of the STUDIO for Creative Inquiry, directed by Golan Levin, at the Carnegie Mellon University.

                                                                                                                        @@ -1086,7 +1136,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Vanessa Ramos-Velazquez

                                                                                                                        Session #19, February 21st, 2013: Vanessa Ramos-Velazquez / http://www.quietrevolution.me/Vanessa_Ramos_Velasquez.html – She is currently collaborating with legendary electronic musician/producer A Guy Called Gerald for her interactive performance Coded Narratives, and with sound artist Derek Holzer will debut her live videomicrography performance.

                                                                                                                        Vanessa Ramos-Velasquez is an interdisciplinary artist, multimedia specialist, and researcher from Brazil and the U.S., and currently based in Berlin. A Fulbright scholar at the University of Kansas, she pioneered a special program in Interdisciplinary Studies in Art, Design, Video & Film and Choreography. Her transmedia experiments led her to develop an artistic practice in performance art, installation, videoart, videodance and cameraless films. As a choreography student of the late Labanotation expert Janet Hamburg, she danced with the Bill T. Jones/Arnie Zane Dance Company.

                                                                                                                        @@ -1096,7 +1147,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Geso

                                                                                                                        Session #19, February 21st, 2013: Geso / http://cargocollective.com/geso – Geso is the moniker he uses for his most personal and experimental work, specially focused in video-art and visual performances. His videos are a combination of glitches, geometric graphics, landscapes and images from nature, evoking a short of lost paradise or residual image from a better world. The concepts that often dominate his work are related to different levels of communication and its paradoxes, the digital language and errors, usually revealing a connection with different aspects from human conscience and spirituality, like altered states of mind.

                                                                                                                        Also known as Pablo IA, is an active/creative mind involved in different art and design fields. As graphic designer and art director for his own studio GeeOhDee, as artist exhibiting his work in galleries and festivals (previously in collaboraton with his brother, Javier IA), as Dj, Vj and promotor of electronic music events and of course, as publisher and curator for his main project: Belio Magazine, an art publishing house and organization who runs exhibitions, concerts, festivals, conferences and workshops, apart of publishing magazines and books since 1999. Pablo IA actually lives and works in Berlin.

                                                                                                                        @@ -1106,7 +1158,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Alex Haw

                                                                                                                        Session #19, February 21st, 2013: Alex Haw / http://atmosstudio.com/ – His work, which spans the scales from buildings to installations, masterplans to furniture, seeks a synthesis of mind & body – creating meaningful, pleasurable, enduring and immersive experiences. Much of his work involves cutting-edge fabrication technologies and digital mapping, exploring the connectivity of people to their precise place in the world.

                                                                                                                        Alex will present a series of atmos projects that explore optical space, architectural interactivity, participatory surveillance and 4-dimensional interactivity – all at breakneck speed, with 1000s of slides. Alex Haw is director of the award-winning UK art/architecture practice atmos

                                                                                                                        @@ -1118,7 +1171,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Jem The Misfit

                                                                                                                        Performance as process

                                                                                                                        Session #18, December 18th, 2012: Jem The Misfit / http://www.jemthemisfit.com/ – Jem about her Talk: “For scope sessions I will present a selection of projects from 2012 that range from large scale festival VJing to new AV collaborations, as well as the strange world of VJ competitions. Through these projects I will give some insight into my background and work process and discuss how the immediacy of Vjing and the processes of improvisation and performance have been useful techniques in the development of new ideas.”

                                                                                                                        Jemma Woolmore is a video artist working with live audio-visual performance and installation to explore a diverse range of ideas including synaesthesia, utopia/dystopia, imagination and identity. As VJ Jem the Misfit she won the 2012 Mapping Festival’s international VJ competition in Geneva has performed at the top music festivals across Australia and New Zealand. Her projects and performances have screened in numerous galleries and festivals including LPM (Rome), FEED (Berlin), Gertrude Street Projection Festival (AUS), Melbourne Fringe Festival, City Gallery (Wellington NZ).

                                                                                                                        @@ -1128,7 +1182,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Zan Lyons

                                                                                                                        Cross-disciplinary AV production

                                                                                                                        Session #18, December 18th, 2012: Zan Lyons / http://www.zanlyons.com/ – In his talk he gives an insight to his special mix of violin play, computer synthetics, video timelines and ideas about it.

                                                                                                                        Zan Lyons is a sound and visual artist. He works as musician, composer, producer, filmmaker, performer and many crossovers coming out of this. He creates atmospheric and organic abstractions of sound and light, intense and densified. On his path he collaborated with chris clark as well as leila and nicolette, that are signed at warp. He is a frequent collaborator with alec empire. His works were shown at the film festivals of Cannes, OneDotZero and Raindance.

                                                                                                                        @@ -1138,7 +1193,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Onyx Ashanti

                                                                                                                        The Beatjazz Controller System

                                                                                                                        Session #18, December 18th, 2012: Onyx Ashanti / http://onyx-ashanti.com/ – equations relative to each other are beginning to synergize. aesthetic based on function is proving to be a decent guiding principle for not just design, but sonic interval interpretation, formerly called music. the rabbit hole has heiroglyphs on the walls of its interior. the myth construct has become self-aware…

                                                                                                                        Onyx sounds like the offspring of Roger Troutman, Timbaland, and John Coltrane. Having cut his teeth playing the southern California rave scene in the late 90′s, he spent the first half of the the 2k’s playing and recording with the likes of Soul II Soul, Basement Jaxx and Marshall Jefferson. The last 3 years has seen him take on the challenge of creating a new form of music for a new age. A form un-encumbered by genre. Armed with a new type of sound design concept of his own creation-Gestural Trajectory Synthesis- Onyx can construct any style of music imaginable and quite a few that aren’t.The beatjazz control interface is a three-way wireless sensor network that converts his finger, hand, and breath movements, into musical control data, which allows him to play synthesizers with dance-like movements and saxophone-like fingerings. In addition, Onyx created a light based “element narration” subsystem combined with a large screen projection that relates sound types and gestural data to colors and visual imagery so the audience knows which part of the arrangement that Onyx is playing at any given time. The system was designed specifically for Beatjazz and the combination of the two together create a never before realized marriage of sound, light and motion.

                                                                                                                        @@ -1158,7 +1214,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Andreas Nicolas Fischer

                                                                                                                        Schwarm

                                                                                                                        Session #16, October 11th, 2012: Andreas Nicolas Fischer / http://anf.nu/ – In his talk, A. N. Fischer is going to talk about his artwork “Schwarm”, a software that creates constantly changing, abstract composition running in real time. As this work comes to life through software that executes a coded behaviour, the computer system becomes an integral part of the creation and perception of the artwork itself.

                                                                                                                        Andreas Nicolas Fischer is an artist working with generative systems. He creates prints, videos, installations and sculptures inspired by the physical representation of data and the visualization of digital processes. He lives and works in Berlin. His works have been exhibited in several solo and group shows internationally, including the United States, the United Kingdom, Germany and Beijing.

                                                                                                                        @@ -1168,7 +1225,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Frieder Weiss

                                                                                                                        Intermedia Dance Performances with Motion Sensing

                                                                                                                        Session #16, October 11th, 2012: Frieder Weiss / http://frieder-weiss.de/ – With his background in computer science and automation technology, he started developing interactive systems in 1993. For many years he was codirector of Palindrome Performance group, developing media performances which toured worldwide and have received numerous awards. While his early works were focusing on movement-to-sound relations using bioelectrical sensor devices as well as video motion sensing, he continued with a focus on connecting interactive visuals with the body itself. He developed the video technologies and interactive stage projections for Chunky Move’s recent intermedia works ‘Glow’ and ‘Mortal engine’. For his contribution on ‘Glow’ he was rewarded with a ‘Green room award’ for ‘Design in Dance’. Both Pieces have been touring for many years now, including venues like BAM, New York, The Edinburgh Festival, The Sydney Opera house.

                                                                                                                        Frieder Weiss is an engineer in the arts working with realtime computing and interactive computer systems for performance art. He is the author of EyeCon and Kalypso, video motion sensing programs especially designed for the use with dance, music and computer art.

                                                                                                                        @@ -1178,7 +1236,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Felix Bonowski

                                                                                                                        Reverse modelling

                                                                                                                        Session #16, October 11th, 2012: Felix Bonowski / https://syntheticmatter.wordpress.com/selected-works/ – In his talk, he will give some insight into how mathematical modelling can be used as an artistic tool to break the determinism of man-machine interaction and create a corporeal experience in a world without haptic feedback.

                                                                                                                        With a background in molecular biology and computer science, Felix Bonowski created a series of interactive video installations that explore materiality and corporeal experience in simulated environments. The works were shown in clubs, at festivals and various exhibitions, including a solo exhibition in the Studio Gallery of the Haus am Lützowplatz (Berlin). He currently (2012) teaches robotics courses at the Technische Universität Berlin.

                                                                                                                        @@ -1190,7 +1249,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Mark Coniglio

                                                                                                                        The Past and Future of Technology & Performance

                                                                                                                        Session #15, September 13th, 2012: Mark Coniglio / http://troikatronix.com/ – Media artist, composer and programmer Mark Coniglio will present an artist talk that combines an overview of the history of interactive/media-intensive performance with a consideration of how to take keep this work meaningful in the future.

                                                                                                                        Mark Coniglio is an award-winning artist, acknowledged pioneer of the interactive performance scene, and co-founder of Troika Ranch (http://troikaranch.org). His work has been seen on stages throughout America and Europe to critical and public acclaim. He has recently been nominated for the World Technology Award 2012, and has received a both a New York Dance and Performance (“Bessie”) Award and a prize at Prix Ars Electronica. He is also the creator of Isadora (http://troikatronix.com/), a software tool that facilitates the creation of interactive performance. Isadora has been used an essential creative tool by thousands of artists worldwide.

                                                                                                                        @@ -1202,7 +1262,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Berlan Allee

                                                                                                                        ”BERLAN ALLEE” Radio Show & ”SAROSEDA Collective

                                                                                                                        Session #15, September 13th, 2012: Berlan Allee / http://www.saro-seda.com/ – Next, Arash Salehi the founder of SAROSEDA will briefly present their collective. SAROSEDA is a digital art collective which tries to reach new forms and concepts in Iranian Contemporary Art scene by introducing the potential of collaboration between different disciplines in the shape of organizing workshops and jammings of computer based artists.

                                                                                                                        The Iranian Audio-Visual duo from Tehran based in Berlin/Germany started working since 2011. Pharaz (Born 1987/Tehran) is a photographer and Visual Artist. Iman ( Born 1985/Tehran) is a music producer since 2008. They will present their weekly radio show “‘BERLAN ALLEE” which will be live starting September 2012 through INeed Radio Funkhaus which is already up and running. INeed Radio Funkhaus is situated in Berlin at Funkhaus- Grünau.The main idea of Berlan Allee is to focus on Electronic and Experimental music scene of Iranian artists all around the world , inside and outside Iran.

                                                                                                                        @@ -1214,7 +1275,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Laura Ramirez (OptikaVJ)

                                                                                                                        AV-Invader Mapping

                                                                                                                        Session #4, June 1st, 2012: Laura Ramirez (OptikaVJ) / http://optikalink.weebly.com/about.html – Laura is a visual arts lover dedicated to direct and produce live visuals projects and experimental pieces for commercial brands, art exhibitions and worldwide academic presentations. She produces herself and runs her own laboratory and audiovisual label "Optikal Ink Lab", an independent project dedicated to create AV works and aimed to integrate digital arts, video projections, video mapping and real-time narratives.

                                                                                                                        @@ -1224,7 +1286,8 @@ Monocube is a Ukrainian dark ambient act, being active since 2008. He participat -
                                                                                                                        + +
                                                                                                                        Robert Fischer (Hexler)

                                                                                                                        TouchOSC & TouchViz

                                                                                                                        Session #4, June 1st, 2012: Robert Fischer (Hexler) / http://hexler.net – Dr. Mo talks with Robert about his Apps: @@ -1238,7 +1301,8 @@ Professional, portable VJ system for iPad 2 At home or in the club, professional -

                                                                                                                        + +
                                                                                                                        Andreas Karaoulanis & Katerina Liana

                                                                                                                        "Lava" Live Dance Performance

                                                                                                                        Session #4, June 1st, 2012: Andreas Karaoulanis & Katerina Liana / http://bestbefore.gr/ – Andreas Karaoulanis comes from a Computer Science and Animation background. His current work deals with interactive media design and animation. He has present his work in Museum Of London, Moscow, Paris and in various Galleries and spaces around Europe. One of his latest projects is "bestbefore", an online interactive showcase blog. @@ -1249,7 +1313,8 @@ Together with Katerina Liana presented at LPM 2012 their Live Performance called -

                                                                                                                        + +
                                                                                                                        Valerie & David ( Meso )

                                                                                                                        VVVV and IRIS VJ tool

                                                                                                                        Session #4, June 1st, 2012: Valerie & David ( Meso ) / http://meso.net/ – vvvv is a hybrid graphical/textual programming environment for easy prototyping and development. It is designed to facilitate the handling of large media environments with physical interfaces, real-time motion graphics, audio and video that can interact with many users simultaneously. @@ -1261,7 +1326,8 @@ MESO is working on the border line between technology and design — offering an -

                                                                                                                        + +
                                                                                                                        Toby Harris (*spark) & Light Surgeons

                                                                                                                        Origin, present and future of Live Cinema

                                                                                                                        Session #4, June 1st, 2012: Toby Harris (*spark) & Light Surgeons / http://lightsurgeons.com/ – The Light Surgeons is a collective of pioneering multimedia artists founded in 1995 by creative director Christopher Thomas Allen. @@ -1275,7 +1341,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -

                                                                                                                        + +
                                                                                                                        Dalibor Knapp

                                                                                                                        CAS presentation

                                                                                                                        Session #14, May 10th, 2012: Dalibor Knapp / http://daliborknapp.com/ – Dalibor will introduce us the department and the areas they work in, but centerpiece of this talk is show some of the spectrum of works being done by the students.

                                                                                                                        CAS (Center for Audio Visual Studies) is a part of FAMU (Film and TV school of Academy of Performing Arts in Prague), the prestigious and one of Europe’s oldest film schools where numerous awarded and world known Filmmakers have studied. (Milos Forman, Emir Kusturica, Jan Němec, Věra Chytilová , …) The department of Audio Visual Studies (CAS) teaches a range of courses for those wanting to create moving image works ‘beyond cinema.” Video installation and interactive works, locative and mobile media, code based projects, conceptual artworks, multi-channel and multi-threaded sound and image practice, experimental documentary, and expanded to database cinema are some of the areas that the students work in.

                                                                                                                        @@ -1285,7 +1352,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Stanislav Abraham

                                                                                                                        Session #14, May 10th, 2012: Stanislav Abraham / http://www.stanislav-abraham.com/ – He will show us his work in progress on the topic of disembodied human voice in relation to phonographic technologies, speech synthesis and text to speech.

                                                                                                                        Audiovisual performer, crossing over from pure sound art to more conceptual works. In addition to sound production, Stanislav Abraham focuses on multimedia installations, and intervention in public space. Professionally devoted to the recording studio and audio post-production in the audiovisual field.

                                                                                                                        @@ -1295,7 +1363,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Katerina Bilkova, Fabian Scharpf

                                                                                                                        Session #14, May 10th, 2012: Katerina Bilkova, Fabian Scharpf / https://vimeo.com/user4995182 – She will perform “Outer Scan” and explain the technique behind it. Using a regular scanner, images of different analog objects are animated using a Quartz Composer patch and accompanied by live audio performed by Fabian Scharpf with Max/Msp.

                                                                                                                        Katerina Bilkova participates actively in theater, belonging to groups like Depresivní děti touží po penězích (Depressed children begging for money) and Bio Oko (Bio Eye). Uses mainly analog cameras and film rolls as building blocks for her work.

                                                                                                                        @@ -1305,7 +1374,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Alexandra Moralesova

                                                                                                                        Session #14, May 10th, 2012: Alexandra Moralesova / https://vimeo.com/user1136736/videos – Together with our second speaker, Stanislav Abraham, she will show us her new Performance “Gardening”. Gardening is a kind of semiotics, the performance tries to find the way through the garden’s syntax and plays with its visible and notional elements. The strategy to this inquiry lies in remediation of amateur 8mm footage and in questioning the relevant notions.

                                                                                                                        Interested in film footage and performance she initiates different image-moving projects and musical collaboration. The main motif of the live performance for her is a remediation of existing material (8mm film, photography, diary and correspondence) and de/construction through various ways of showing it.

                                                                                                                        @@ -1317,7 +1387,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        YUKIJUNG

                                                                                                                        Session #13, April 12th, 2012: YUKIJUNG / http://www.yukijung.com/ – After a short introduction to her design studio, YUKIJUNG will share her know-how with the audience by explaining her usual conceptual approach in planning an architectural multimedia scenography on the basis of two exemplary projects: the multimedia tour through history „Promenades sous les étoiles“ in the gardens of the Royal Castle of Amboise, Loire Valley, France and the multimedia stage scenery „Happy Birthday Friedrich“ at the Nikolaisaal Potsdam.

                                                                                                                        After several years of working in Paris as a fashion designer and art coordinator, Create Berlin member Christine Jung founded the YUKIJUNG Research design studio in 2006.YUKIJUNG specializes in facade projection, mostly historic buildings and their gardens, and creating audio visual night time experiences involving the combination of self-composed sound effects, lighting installations and modern large-scale video projections. In addition to this, YUKIJUNG designs and implements stage scenery, video clips, video mappings and video live-sets for all types of events. Primarily she is working with After Effects, Premiere Pro, Modul 8 and Madmapper.

                                                                                                                        @@ -1327,7 +1398,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Ioann Maria

                                                                                                                        Session #13, April 12th, 2012: Ioann Maria / http://ioannmaria.com – In her talk Ioann Maria will present her current work in progress “Artificial Rat”, which is open for interdisciplinary collaboration. The Project aims to investigate the nature of human-machine relationship, provoking an interaction between the two. The artificial rat should appear to respond to human emotional states, and hence the biofeedback technology will be employed for the reactions measurement. Changes in emotional state of human participants will be used as an input for the rat, thus enabling a response. The responses of each participant will be visualized and compared in real time.

                                                                                                                        Ioann Maria is a new media artist, live video performer and filmmaker. With her background in multimedia and digital arts she now works with new media technologies and interactive arts, exploring new possibilities in creative artistic-scientific demonstration. In her recent solo and collaborative projects she investigates the issues of physical computing and human-machine interaction. Besides, she’s an artistic director of “LPM Live Performers Meeting” in Rome/ Italy, a core member of the “FLxER” team – performing video network and software and co-founder of “Edinburgh Hacklab” hackerspace in Scotland.

                                                                                                                        @@ -1337,7 +1409,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Giorgos Kakanakis

                                                                                                                        Session #13, April 12th, 2012: Giorgos Kakanakis / http://theerasers.blogspot.de/ – Under the title “Real time forms are rich only if they are rich in flaws”, Giorgos will give a fragmented dialogue consisting of a non-linear presentation of The Erasers’ work in real time audio visual performance, a brief discussion on the possibilities of live cinema/real time film, moments of propaganda and other moments of image harassment, spontaneous debates on MEANING (as opposed to abstract image production), a disassembling of VJ culture and detours through statements like: AN END TO COMMUNICATION THAT COMMUNICATES NOTHING BUT ITSELF or ITS NOT A JUST IMAGE, ITS JUST AN IMAGE.

                                                                                                                        Giorgos Kakanakis is the founding member of The Erasers, a group whose work is based on the integration of various seemingly diverse elements or modes of (re-)presentation such as: live cinema, performance, action-ism, installation techniques, theater, agit-prop, and various forms of information and disinformation. The combination of these diverse elements is based on The Erasers’ search for a new Audio Visual Alphabet.

                                                                                                                        @@ -1349,7 +1422,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        4youreye & Frau Fitzke

                                                                                                                        AV in Austria

                                                                                                                        Session #3, March 23rd, 2012: 4youreye & Frau Fitzke / http://sakog.net/playground – Interview mit Eva Bischof (4youreye) und Lisa Malle (Frau Fitzke), zwei langjährigen Protagonistinnen der Wiener Visualistenszene - im Gespräch über das ehemalige internationale VJ Festival "Contact Europe", dem jährlich von ihnen organiserten "AV Playground" und die Szene in Österreich. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        @@ -1359,7 +1433,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        cyper

                                                                                                                        Session #3, March 23rd, 2012: cyper / http://vjcyper.de – Flux spricht mit VJ Veteran und vvvv Wizard Karsten Schneider aka. cyper über dessen Installation, Kunst, Technik und das B-Seite Festival in Mannheim. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        @@ -1371,7 +1446,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Thorsten Kußmack

                                                                                                                        Session #3, March 23rd, 2012: Thorsten Kußmack / http://lichtektur.com – Eklis Rellüm spricht mit Thorsten Kußmack über seine Installation, Kunst, Architektur und das B-Seite Festival Mannheim. Das Interview entstand im März 2012 im Rahmen des B-sEite Festival für Jetztkultur in Mannheim in Kooperation mit armitage.tv

                                                                                                                        @@ -1391,7 +1467,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        MFO

                                                                                                                        Session #11, February 09th, 2012: MFO / http://www.mfoptik.de/ –

                                                                                                                        The collective of Marcel Weber and Lucy Benson, MFO create and direct audiovisual performances, installations, video and image works. Intense and distinct aesthetics define their work. Concept takes priority over technique, the meaning defines the method. New and old media forms, technology and illusionary devices are employed equally. MFO aims at the subconscious over the conscious, emotion over intellect, ambiguity over well-defined. MFO are resident visual artists for multiple event series focused on the exploration of contemporary electronic music in Berlin and internationally. Performances and installations have featured at festivals such as CTM and Transmediale (Berlin), Unsound (Krakow), TodaysArt (Den Haag), as well as various events across Europe, USA and Australia. Recent collaborations include audiovisual performances with the likes of Kode 9, Roly Porter and Oni Ayhun. Additionally MFO contributes video design to high culture productions, having worked with the Opera national de Paris, the Akademie der Künste Berlin, Sophiensaele Berlin and the Brut theatre in Vienna. Larger projects are realised with an extended network of artists, MFO seeks constantly to collaborate, inform and evolve.

                                                                                                                        @@ -1401,7 +1478,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Thorsten Fleisch

                                                                                                                        Session #11, February 09th, 2012: Thorsten Fleisch / http://fleischfilm.com –

                                                                                                                        Thorsten Fleisch was born 1972 in Koblenz (Germany). He made his first film experiments with his dad’s Super 8 camera when still in school. Later he studied experimental film with Prof. Peter Kubelka at the Städelschule in Frankfurt. Thorsten Fleisch works with digital and analogue film. With materials such as the body, crystals, fire and electricity, he worked directly on 16 mm film strips. Crystals are grown on the film and 30,000 volts burn through photo paper. The results are poetic and abstract visual systems with references to catharsis, cosmos and the universe. In 2003 Fleisch received an Honorary Mention at Prix Ars Electronica in Linz (Austria) for his computer animated film Gestalt. High voltage is the centre of his work Energie! for which he has won international acclaim. His films received several awards and were shown at festivals worldwide like: New York Film Festival, Ars Electronica, Transmediale, Ottawa International Animation Festival, Clermont-Ferrand Short Film Festival, International Film Festival Rotterdam, San Francisco Film Festival, Videoex. Among other clients he has worked for Gaspar Noé (electric titles for Enter The Void) and Basement Jaxx (live visuals for Jump and Shout). He lives and works in Berlin.

                                                                                                                        @@ -1411,7 +1489,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Sansculotte

                                                                                                                        Session #11, February 09th, 2012: Sansculotte / http://www.sansculotte.de – Along the way will be mentioned: pure data, glsl, digital cut-up, appropriation and information overload.

                                                                                                                        The mixed-media collective Sansculotte will present their 2-players live video patch and talk about visions, technology, aesthetics and how to spend a lot of time building universes that fall apart 99 seconds later.

                                                                                                                        @@ -1429,7 +1508,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Francesco Salizzoni

                                                                                                                        roBOt Festival

                                                                                                                        Session #2, December 11th, 2011: Francesco Salizzoni / http://robotfestival.it – In an interview with Eklis Rellüm, Francesco Salizzoni talks about the annual robot festival in Bologna, Italy

                                                                                                                        @@ -1439,7 +1519,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Willem van der Schans

                                                                                                                        Freemote Festival

                                                                                                                        Session #2, December 11th, 2011: Willem van der Schans / http://freemote.nl – In an interview with Eklis Rellüm, Willem van der Schans talks about the annual FREEMOTE festival in Utrecht, Netherlands

                                                                                                                        @@ -1449,7 +1530,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Elektro Moon Vision

                                                                                                                        Elektro Moon Vision

                                                                                                                        Session #2, December 11th, 2011: Elektro Moon Vision / http://elektromoon.co.nr – In an interview with Eklis Rellüm, Elwira Wojtunik and Popesz Csaba Láng of Elektro Moon Vision talk about their installation at FREEMOTE and their planned future festival in Kraków, Poland

                                                                                                                        @@ -1459,7 +1541,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Live Performers Meeting

                                                                                                                        Live Performers Meeting

                                                                                                                        Session #2, December 11th, 2011: Live Performers Meeting / http://liveperformersmeeting.net – In an interview with Eklis Rellüm, Ioann Maria and Gianluca del Gobbo talk about their Live Performers Meeting (LPM) that takes place every year in Rome, IT

                                                                                                                        @@ -1469,7 +1552,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Benjamin Jantzen

                                                                                                                        B-Seite Festival

                                                                                                                        Session #2, December 11th, 2011: Benjamin Jantzen / http://jtztkultur.de – In einem Interview mit Eklis Rellüm spricht Benjamin Jantzen über das B-Seite Festival für Jetztkultur in Mannheim, DE

                                                                                                                        @@ -1487,7 +1571,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Carrick Bell

                                                                                                                        Session #08, November 10th, 2011: Carrick Bell / http://carrickbell.com –

                                                                                                                        The video work of Carrick Bell negotiates between narrative and abstraction in depictions of human interactions with natural landscapes. He uses appropriated video to investigate nature as a site for man-on-man violence, as a site for abandonment (of self, social constraint, good taste, futures, etc) and as a site for the production of political narrative. Using scenes from everything to trashy B-movies and viral videos to Hollywood blockbusters and disaster footage, he extracts micro-narratives from existing cinematic, art historical, and pop cultural representation of the relationship between subject, landscape, and sovereign power.

                                                                                                                        @@ -1497,7 +1582,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Sébastien Bourdeauducq

                                                                                                                        Milkymist One

                                                                                                                        Session #08, November 10th, 2011: Sébastien Bourdeauducq / http://www.lekernel.net – Developer Sébastien Bourdeauducq will present the The Milkymist One, an open hardware product that concentrates all the processing power and the interfaces of an heavily interactive VJ setup into one small box. With a unique combination of built-in interfaces such as MIDI, DMX512, analogue video input, Ethernet, OpenSoundControl and generic digital I/O, it gives you all the tools to create truly interactive performances.

                                                                                                                        @@ -1507,7 +1593,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        VisualBerlin

                                                                                                                        VisualBerlin

                                                                                                                        Session #08, November 10th, 2011: VisualBerlin / http://visualberlin.org/ – VisualBerlin management board member Aude François and co-founder Kiritan Flux will present Berlin’s number one video-arts and VJ association VisualBerlin, how it all started in 2005 and what it has developed to today. Members and projects will be presented and people will have the chance to ask questions about the association.

                                                                                                                        @@ -1519,7 +1606,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Alex Corbi

                                                                                                                        Session #7, October 20th, 2011: Alex Corbi / http://alexcorbi.com – This session, we’ll welcome Alex Corbi who will show us his work under Arduino and Processing. He will start simple, and then more complex. After his presentation, we can get to the computers, and try, share, get started, ask questions, manipulate a bit, have a look over the functions and possibilities :-) Of course, Arduino and Processing users from all levels are all invited to come, and to come also with their computer and software installed, so that we can all exchange, see, even when we’re specialists of another software on another platform, or not specialists at all. 3 to 4 computers in total would allow 3 to 4 groups of 3 to 5 persons, perhaps self-organised by level or software.

                                                                                                                        @@ -1551,7 +1639,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Willy Sengewald

                                                                                                                        Session #3, August 18th, 2011: Willy Sengewald / http://thegreeneyl.com –

                                                                                                                        Willy Sengewald: Design is generally perceived as a way of enhancing the existing normal. However, it has the potential to propose an alternative to our everyday reality by depicting something unimagined, something absurd or impossible. What is the adequate mode of practice for this intend?

                                                                                                                        @@ -1563,7 +1652,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Eric Dunlap

                                                                                                                        Session #3, August 18th, 2011: Eric Dunlap / http://www.forwardmotiontheater.org – Movement and Video Artist Eric Dunlap will discuss his work creating dance and video pieces, producing VJs, and construction audience interactive video installations.

                                                                                                                        A twenty four year veteran of the performing arts, Eric has worked as a dancer with the Nikolais/Louis Dance Company, the Metropolitan Opera, and many other modern dance companies in New York CIty. Eric is founding member of NYC based arts organization Forward Motion Theater and has collaborated for fifteen years with media artist Holly Daggers. Together they created interdisciplinary performance pieces, produced the EyeWash VJ series, created interactives for the Museum of Modern Art, and performed as VJs for many musical artists ranging from James Brown to Animal Collective.

                                                                                                                        @@ -1589,7 +1679,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -
                                                                                                                        + +
                                                                                                                        Ran Ancor

                                                                                                                        The Mask Generator

                                                                                                                        Session #1, June 10-12, 2010: Ran Ancor / http://www.xlight.it/?cat=6 – The Mask Generator may be used for vj set and played live with an external controller or screened as a solo installation in an audio reactive mode. I also use the 3xvga for a larger space of projection Mask Generator is a generative software that produce a geometrical bidimensional world where a single sharp is multiplied through its opposite polarity positive/negative. @@ -1600,7 +1691,8 @@ Toby harris A.K.A *spark is a digital media maverick, he crosses the disciplines -

                                                                                                                        + +
                                                                                                                        The Exlex

                                                                                                                        Code 36

                                                                                                                        Session #1, June 10-12, 2010: The Exlex / http://www.code36.net/ – Sanfranciscobeat aka Profile25 was chosen in the top 5 DJs in Hungary, 2009. He played together with names as Richie Hawtin, Magda, Hernan Cattaneo, Tiga, Matyas Kalman and Daniel Besnyo are both founders of the Hungarian VJ movement and independent studio, VJ Centrum (nonamevj.blogspot.com), they worked with numerous theater groups, they projected at almost all the party places in Hungary, and some festivals abroad too. @@ -1612,7 +1704,8 @@ Audiovisual live act of the CODE36 DVD. A strange fusion of techno music and sil -

                                                                                                                        + +
                                                                                                                        Notendo

                                                                                                                        Session #1, June 10-12, 2010: Notendo / http://notendo.com – Jeff Donaldson began the noteNdo project in 2001 with the intent to create animation entirely with his own hardware modifications of 8bit NES and 16bit SEGA Genesis/Master Systems. There is no new code involved, only machine logic. @@ -1623,7 +1716,8 @@ Audiovisual live act of the CODE36 DVD. A strange fusion of techno music and sil -

                                                                                                                        + +
                                                                                                                        fAlk

                                                                                                                        Live Cinema Reconsidered

                                                                                                                        Session #1, June 10-12, 2010: fAlk / – Creating a new type of event is the conclusion out of 10 years of frustration, research and performances. fALk will be sharing his most recent theoretical research in the field of live audiovisual storytelling and performances. He will shed light on how to succeed in telling a story that has emotions, adds energy to the event can be watched for prolonged periods of times without banning the watchers in a chair and dark room all the while not loosing the overarching idea that it is a live performance that is created in front of the audience and in rhythmic and emotional synch with the music. @@ -1636,7 +1730,8 @@ As per usual in his presentation this comes with a heavy dose of utopianism and -

                                                                                                                        + +
                                                                                                                        :NÄ:

                                                                                                                        Session #1, June 10-12, 2010: :NÄ: / http://fr.myspace.com/themagicspaceofna – :NÄ: is the meeting of A-li-ce (video) and Mectoob (Music), creating some electro / breakbeat / experimental live sets and dubstep mix sets, evolving into some graphical colorful universes, full of strange and absurd creatures. Le Goûter chelou / A mad tea-party is their first project together. Surrounded by electronic happy sounds, some mysterious creatures, space fishes and little human things get out from dark and fabulous lands. Welcome to the electro and video mad tea party cooked by A-li-ce and Mectoob. @@ -1647,7 +1742,8 @@ As per usual in his presentation this comes with a heavy dose of utopianism and -

                                                                                                                        + +
                                                                                                                        Sinsynplus

                                                                                                                        Session #1, June 10-12, 2010: Sinsynplus / http://www.sinsynplus.de/ – 2001 shado sinfusion synkretistem founded. shadovisuals.com myspace.com/shadovisuals 2003 Akademie der bildenden Künste, Munich i-crew.org 2005/06 stipendiary Hochschule für Gestaltung, Karlsruhe 2006 sep.-oct. work for Greenpost, postproduction, vietnam 2007 LPM 2007 – LIVE PERFORMERS MEETING, Roma 2008 node.london – ()RE|BOOT 2008 VJFEST Istanbul 2009 Fusion Festival 2010 NAIAS Detroit 2010 | MINI, consultancy/development for gate.11, Munich @@ -1659,7 +1755,8 @@ visual hardrock since 2001.. sinsynplus starts vjing and visual arts back in 200 -

                                                                                                                        + +
                                                                                                                        VJ Chindogu & Alfafa

                                                                                                                        Session #1, June 10-12, 2010: VJ Chindogu & Alfafa / – Special thanks to our huruguayan friends -VJ Chindogu & Alfafa- who made an amazing drawing audio visual mapping in the tresor, great work, spirit and vibs!!! @@ -1670,7 +1767,8 @@ visual hardrock since 2001.. sinsynplus starts vjing and visual arts back in 200 -

                                                                                                                        + +
                                                                                                                        TriOOn

                                                                                                                        Session #1, June 10-12, 2010: TriOOn / – TRIoon is a live oriented AV project bringing together in a unique jam session three experienced independent artists with diverse backgrounds and approaches. A TRIoon performance is a bending of time in realtime: where moments in time are reassembled using the resonant and the electrical, using tools from a 1000 years of sonic evolution, colour, tone, light and shade. TRIoon explores the realms of method, discipline, chaos, thought, feeling, boundaries, nation, culture and technology, improvising a narrative in realtime. @@ -1683,7 +1781,8 @@ TRIoon is an international collaboration between producer/musicians Dr.Nojoke (G -

                                                                                                                        + +
                                                                                                                        toby*spark

                                                                                                                        *spark d-fuser

                                                                                                                        Session #1, June 10-12, 2010: toby*spark / http://sparkav.co.uk/dvimixer – A thirty minute presentation given at visualberlin-festival about the dvi mixer project. Its in two parts, a story - parable, almost - about how much more malleable the modern world seems to be now in allowing such things to be possible, and an eight point announcement of the key *spark d-fuser features. diff --git a/images/001 BiofilmStar Pablo Rojas Images of Fascination.jpg b/images/001 BiofilmStar Pablo Rojas Images of Fascination.jpg deleted file mode 100644 index 330b1825..00000000 Binary files a/images/001 BiofilmStar Pablo Rojas Images of Fascination.jpg and /dev/null differ diff --git a/images/001%20BiofilmStar%20Pablo%20Rojas%20Images%20of%20Fascination.jpg b/images/001%20BiofilmStar%20Pablo%20Rojas%20Images%20of%20Fascination.jpg deleted file mode 100644 index 330b1825..00000000 Binary files a/images/001%20BiofilmStar%20Pablo%20Rojas%20Images%20of%20Fascination.jpg and /dev/null differ diff --git a/index.html b/index.html index 726bfcda..70698a42 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ home: yes

                                                                                                                        - +

                                                                                                                        Upcoming session

                                                                                                                        #{{first_post.number}}

                                                                                                                        {{first_post.date_text}}

                                                                                                                        @@ -19,10 +19,10 @@ home: yes {% endif %}
                                                                                                                          - {% for talk in first_post.talks %} + {% for talk in first_post.talks %} {% if talk.topics %} - {% assign tags = (talk.topics | split:",") %} - {% for tag in tags | uniq %} + {% assign tags = talk.topics | split: "," | uniq %} + {% for tag in tags %}
                                                                                                                        • {{tag}}
                                                                                                                        • {% endfor %} {% endif %} @@ -30,9 +30,9 @@ home: yes
                                                                                                                        {% if first_post.location %}
                                                                                                                        {% endif %} @@ -45,30 +45,31 @@ home: yes
                                                                                                                        - {% if {{talk.media_artist_url}} %} - + {% if talk.media_artist_url %} + {% else %} - + {% endif %}

                                                                                                                        {{talk.artist}} / {{talk.title}}

                                                                                                                        - {% if (talk.description | size) > 300 %} + {% assign description_length = talk.description | size %} + {% if talk.description and description_length > 300 %}

                                                                                                                        {{talk.description | truncate: 300 }}

                                                                                                                        - {% else %} + {% elsif talk.description %}

                                                                                                                        {{talk.description}}

                                                                                                                        {% endif%} {% if talk.artist_website %} - Website + Website {% endif %} {% if talk.video_artist_url %}
                                                                                                                        - Artist video + Artist video {% endif %} {% if talk.talk_video_url %}
                                                                                                                        - Talk at Scope + Talk at Scope {% endif %}
                                                                                                                        @@ -98,12 +99,12 @@ home: yes
                                                                                                                        - + - {% if (post.layout == 'event-special') %} + {% if post.layout == 'event-special' %}

                                                                                                                        Special event

                                                                                                                        {{post.number}}

                                                                                                                        - {% elsif (post.layout == 'event-spektrum') %} + {% elsif post.layout == 'event-spektrum' %}

                                                                                                                        Spektrum event

                                                                                                                        {{post.number}}

                                                                                                                        {% else %} @@ -120,8 +121,8 @@ home: yes