diff --git a/Gemfile b/Gemfile index e4636d2f..baef3690 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,7 @@ source "https://rubygems.org" gem "mini_magick" gem "faraday" gem "kramdown" +gem "jekyll" gem "jekyll-watch" # group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 95f38224..708bad72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,26 +1,44 @@ 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 diff --git a/_posts/session/2020-02-13-089.markdown b/_posts/session/2020-02-13-089.markdown new file mode 100644 index 00000000..1483dfe0 --- /dev/null +++ b/_posts/session/2020-02-13-089.markdown @@ -0,0 +1,39 @@ +--- +layout: event +categories : [session] +number: 89 +title: +date_text: "February 13th, 2020" +date_yyyy_mm_dd: "2020-13-02" +location: "SomoS" +location_website: "http://www.somos-arts.org/" +fb_event_url: "https://www.facebook.com/events/522656425017079/" +fb_gallery_id: +talks: +- title: "Utopias - Navigating Without Coordinates" + topics: "Video game art" + artist: "AAA Collective" + speakers: "Chloê Langford" + description: "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 experimental CGI intersect with art and culture. + + Their recent work includes projects 'Utopias: Navigating Without Coordinates', a video game network of nine worlds; 'Data Mutations', a collection of data that can be transmuted and re-arranged with ease; 'Dystropicana', a digital multimedia archipelago, and many more. AAA collective will talk about their activities, how and why they work together and will discuss their latest project Utopias: Navigating Without Coordinates." + artist_website: "https://aaasoftwa.re" + media_artist_url: "/images/AAAwebsiteLogo.gif" + video_artist_url: "https://www.youtube.com/watch?v=QJ0Rv1R8eME" + talk_video_url: +- title: "A MAZE" + topics: "Gaming festival" + artist: "Thorsten S. Wiedemann" + speakers: "Thorsten S. Wiedemann" + description: "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)'' Thorsten created two annual festivals to present independent and alternative games culture and to connect Europe, Africa and the world. He also generates new controversial formats (e.g. A MAZE. Magazine, A MAZE. Pop-ups, A MAZE. Train Jam South Africa) and gives room for experimentation, collaboration and exchange. In addition, Thorsten established since 2012 the A MAZE. Awards, which goes to artistic and groundbreaking works in six categories. His focus is on the interdisciplinary and diverse discourse about art-forms of the 21. century. He gains to fill the gaps between playful media, art and technology. Thorsten is also the first VR Naut and spent during his Disconnected performance 48hrs without break in virtual reality! He lives and works in Berlin. + + A MAZE. / Berlin is an international festival focusing on the art and culture of games and playful media. A MAZE. / Berlin invites creatives from over 40 countries to experience inspiring talks and workshops, and to celebrate the art of video games making. The four nights of music, plus a life changing and mind blowing interactive exhibition of our medium of the 21st century, will fascinate the general public. + + A MAZE. invites artists and creatives from diverse fields to share their vision and projects, exchange knowledge, play, connect, and collaborate. A MAZE. / Berlin represents and celebrates the new art movement, including arthouse games, artistic virtual reality, and a playful media culture beyond the mainstream that defines its own identity. + + #arthousegames #playfulmedia #postivechaos #punksofthedigitalage #AMaze2020" + artist_website: "http://www.amaze-berlin.de" + media_artist_url: "/images/thorsten-amaze.jpg" + video_artist_url: "https://www.youtube.com/watch?v=wdFKrEkjVfo" + talk_video_url: +--- diff --git a/_site/Gemfile b/_site/Gemfile index e4636d2f..baef3690 100644 --- a/_site/Gemfile +++ b/_site/Gemfile @@ -5,6 +5,7 @@ source "https://rubygems.org" gem "mini_magick" gem "faraday" gem "kramdown" +gem "jekyll" gem "jekyll-watch" # group :jekyll_plugins do diff --git a/_site/Gemfile.lock b/_site/Gemfile.lock index 95f38224..708bad72 100644 --- a/_site/Gemfile.lock +++ b/_site/Gemfile.lock @@ -1,26 +1,44 @@ 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 diff --git a/_site/about/index.html b/_site/about/index.html index 6d260fee..caf7f324 100644 --- a/_site/about/index.html +++ b/_site/about/index.html @@ -111,11 +111,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -123,11 +123,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -135,11 +135,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -147,11 +147,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -159,11 +159,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -171,11 +171,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -183,11 +183,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -195,11 +195,11 @@ - nature + communication - audiovisual + Habituation @@ -207,11 +207,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -219,15 +219,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -235,11 +231,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -247,15 +247,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -263,11 +259,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -275,11 +275,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -287,7 +287,7 @@ - inmersion + Film @@ -299,7 +299,7 @@ - minimal + inmersion @@ -311,335 +311,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -649,9 +325,13 @@ AV Performance + + + + - Film + Space exploration @@ -659,15 +339,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -675,15 +351,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -691,15 +363,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -707,11 +375,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -719,15 +387,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -735,15 +403,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -751,15 +419,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -767,19 +435,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -787,15 +447,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -803,11 +455,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -815,15 +471,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -831,7 +479,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -839,15 +495,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -855,15 +511,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -871,15 +527,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -887,15 +547,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -903,15 +563,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -919,15 +579,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -935,11 +595,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -947,15 +611,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -963,15 +627,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -979,11 +643,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -991,15 +659,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1007,11 +671,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1019,15 +687,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1035,11 +703,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1051,15 +1047,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1067,11 +1063,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1079,15 +1079,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1095,11 +1091,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1107,15 +1107,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1123,15 +1119,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1139,15 +1135,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1155,15 +1151,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1171,15 +1167,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1187,23 +1183,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1211,19 +1199,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1231,15 +1223,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1247,19 +1243,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1267,15 +1259,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1283,15 +1279,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1299,11 +1295,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1311,23 +1311,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1335,11 +1323,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1347,15 +1347,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1363,7 +1359,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1371,11 +1375,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1383,15 +1383,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1399,11 +1395,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1411,15 +1411,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1427,11 +1423,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1439,15 +1439,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1455,39 +1451,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/artists/index.html b/_site/artists/index.html index fe760177..f0f4e6d2 100644 --- a/_site/artists/index.html +++ b/_site/artists/index.html @@ -111,11 +111,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -123,11 +123,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -135,11 +135,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -147,11 +147,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -159,11 +159,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -171,11 +171,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -183,11 +183,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -195,11 +195,11 @@ - nature + communication - audiovisual + Habituation @@ -207,11 +207,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -219,15 +219,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -235,11 +231,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -247,15 +247,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -263,11 +259,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -275,11 +275,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -287,7 +287,7 @@ - inmersion + Film @@ -299,7 +299,7 @@ - minimal + inmersion @@ -311,335 +311,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -649,9 +325,13 @@ AV Performance + + + + - Film + Space exploration @@ -659,15 +339,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -675,15 +351,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -691,15 +363,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -707,11 +375,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -719,15 +387,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -735,15 +403,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -751,15 +419,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -767,19 +435,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -787,15 +447,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -803,11 +455,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -815,15 +471,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -831,7 +479,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -839,15 +495,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -855,15 +511,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -871,15 +527,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -887,15 +547,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -903,15 +563,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -919,15 +579,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -935,11 +595,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -947,15 +611,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -963,15 +627,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -979,11 +643,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -991,15 +659,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1007,11 +671,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1019,15 +687,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1035,11 +703,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1051,15 +1047,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1067,11 +1063,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1079,15 +1079,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1095,11 +1091,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1107,15 +1107,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1123,15 +1119,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1139,15 +1135,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1155,15 +1151,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1171,15 +1167,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1187,23 +1183,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1211,19 +1199,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1231,15 +1223,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1247,19 +1243,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1267,15 +1259,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1283,15 +1279,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1299,11 +1295,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1311,23 +1311,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1335,11 +1323,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1347,15 +1347,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1363,7 +1359,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1371,11 +1375,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1383,15 +1383,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1399,11 +1395,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1411,15 +1411,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1427,11 +1423,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1439,15 +1439,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1455,39 +1451,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin @@ -1576,6 +1588,44 @@
+ +
+ +
+ + + +
+ +
+

AAA Collective

+ +
+ +
+
+ + + + +
+ +
+ + + +
+ +
+

Thorsten S. Wiedemann

+ +
+ +
+
+ + +
@@ -1612,7 +1662,11 @@
- + +
+ +
+
@@ -1650,11 +1704,7 @@
- -
- -
- +
@@ -1692,7 +1742,11 @@
- + +
+ +
+
@@ -1730,11 +1784,7 @@
- -
- -
- +
@@ -1772,7 +1822,11 @@
- + +
+ +
+
@@ -1810,11 +1864,7 @@
- -
- -
- +
@@ -1852,7 +1902,11 @@
- + +
+ +
+
@@ -1890,11 +1944,7 @@
- -
- -
- +
@@ -1932,7 +1982,11 @@
- + +
+ +
+
@@ -1970,11 +2024,7 @@
- -
- -
- +
@@ -2012,7 +2062,11 @@
- + +
+ +
+
@@ -2050,11 +2104,7 @@
- -
- -
- +
@@ -2092,7 +2142,11 @@
- + +
+ +
+
@@ -2130,11 +2184,7 @@
- -
- -
- +
@@ -2172,7 +2222,11 @@
- + +
+ +
+
@@ -2210,11 +2264,7 @@
- -
- -
- +
@@ -2252,7 +2302,11 @@
- + +
+ +
+
@@ -2290,11 +2344,7 @@
- -
- -
- +
@@ -2332,7 +2382,11 @@
- + +
+ +
+
@@ -2370,11 +2424,7 @@
- -
- -
- +
@@ -2412,7 +2462,11 @@
- + +
+ +
+
@@ -2450,11 +2504,7 @@
- -
- -
- +
@@ -2492,7 +2542,11 @@
- + +
+ +
+
@@ -2530,11 +2584,7 @@
- -
- -
- +
@@ -2572,7 +2622,11 @@
- + +
+ +
+
@@ -2610,11 +2664,7 @@
- -
- -
- +
@@ -2652,7 +2702,11 @@
- + +
+ +
+
@@ -2690,11 +2744,7 @@
- -
- -
- +
@@ -2732,7 +2782,11 @@
- + +
+ +
+
@@ -2770,11 +2824,7 @@
- -
- -
- +
@@ -2812,7 +2862,11 @@
- + +
+ +
+
@@ -2850,11 +2904,7 @@
- -
- -
- +
@@ -2892,7 +2942,11 @@
- + +
+ +
+
@@ -2930,11 +2984,7 @@
- -
- -
- +
@@ -2972,7 +3022,11 @@
- + +
+ +
+
@@ -3010,11 +3064,7 @@
- -
- -
- +
@@ -3052,7 +3102,11 @@
- + +
+ +
+
@@ -3090,11 +3144,7 @@
- -
- -
- +
@@ -3132,7 +3182,11 @@
- + +
+ +
+
@@ -3170,11 +3224,7 @@
- -
- -
- +
@@ -3212,7 +3262,11 @@
- + +
+ +
+
@@ -3250,11 +3304,7 @@
- -
- -
- +
@@ -3292,7 +3342,11 @@
- + +
+ +
+
@@ -3330,11 +3384,7 @@
- -
- -
- +
@@ -3372,7 +3422,11 @@
- + +
+ +
+
@@ -3410,11 +3464,7 @@
- -
- -
- +
@@ -3452,7 +3502,11 @@
- + +
+ +
+
@@ -3490,11 +3544,7 @@
- -
- -
- +
@@ -3532,7 +3582,11 @@
- + +
+ +
+
@@ -3570,11 +3624,7 @@
- -
- -
- +
@@ -3612,7 +3662,11 @@
- + +
+ +
+
@@ -3650,11 +3704,7 @@
- -
- -
- +
@@ -3692,7 +3742,11 @@
- + +
+ +
+
@@ -3730,11 +3784,7 @@
- -
- -
- +
@@ -3772,7 +3822,11 @@
- + +
+ +
+
@@ -3810,11 +3864,7 @@
- -
- -
- +
@@ -3852,7 +3902,11 @@
- + +
+ +
+
@@ -3890,11 +3944,7 @@
- -
- -
- +
@@ -3932,7 +3982,11 @@
- + +
+ +
+
@@ -3970,11 +4024,7 @@
- -
- -
- +
@@ -4012,7 +4062,11 @@
- + +
+ +
+
@@ -4050,11 +4104,7 @@
- -
- -
- +
@@ -4092,7 +4142,11 @@
- + +
+ +
+
@@ -4130,11 +4184,7 @@
- -
- -
- +
@@ -4172,7 +4222,11 @@
- + +
+ +
+
@@ -4210,11 +4264,7 @@
- -
- -
- +
@@ -4252,7 +4302,11 @@
- + +
+ +
+
@@ -4290,11 +4344,7 @@
- -
- -
- +
@@ -4332,7 +4382,11 @@
- + +
+ +
+
@@ -4370,11 +4424,7 @@
- -
- -
- +
@@ -4412,7 +4462,11 @@
- + +
+ +
+
@@ -4450,11 +4504,7 @@
- -
- -
- +
@@ -4492,7 +4542,11 @@
- + +
+ +
+
@@ -4530,11 +4584,7 @@
- -
- -
- +
@@ -4572,7 +4622,11 @@
- + +
+ +
+
@@ -4610,11 +4664,7 @@
- -
- -
- +
@@ -4652,7 +4702,11 @@
- + +
+ +
+
@@ -4690,11 +4744,7 @@
- -
- -
- +
@@ -4732,7 +4782,11 @@
- + +
+ +
+
@@ -4770,11 +4824,7 @@
- -
- -
- +
@@ -4812,7 +4862,11 @@
- + +
+ +
+
@@ -4850,11 +4904,7 @@
- -
- -
- +
@@ -4892,7 +4942,11 @@
- + +
+ +
+
@@ -4930,11 +4984,7 @@
- -
- -
- +
@@ -4972,7 +5022,11 @@
- + +
+ +
+
@@ -5010,11 +5064,7 @@
- -
- -
- +
@@ -5052,7 +5102,11 @@
- + +
+ +
+
@@ -5090,11 +5144,7 @@
- -
- -
- +
@@ -5132,7 +5182,11 @@
- + +
+ +
+
@@ -5170,11 +5224,7 @@
- -
- -
- +
@@ -5212,7 +5262,11 @@
- + +
+ +
+
@@ -5250,11 +5304,7 @@
- -
- -
- +
@@ -5292,7 +5342,11 @@
- + +
+ +
+
@@ -5330,11 +5384,7 @@
- -
- -
- +
@@ -5372,7 +5422,11 @@
- + +
+ +
+
@@ -5410,11 +5464,7 @@
- -
- -
- +
@@ -5452,7 +5502,11 @@
- + +
+ +
+
@@ -5490,11 +5544,7 @@
- -
- -
- +
@@ -5532,7 +5582,11 @@
- + +
+ +
+
@@ -5570,11 +5624,7 @@
- -
- -
- +
@@ -5612,7 +5662,11 @@
- + +
+ +
+
@@ -5650,11 +5704,7 @@
- -
- -
- +
@@ -5692,7 +5742,11 @@
- + +
+ +
+
@@ -5730,11 +5784,7 @@
- -
- -
- +
@@ -5772,7 +5822,11 @@
- + +
+ +
+
@@ -5810,11 +5864,7 @@
- -
- -
- +
@@ -5852,7 +5902,11 @@
- + +
+ +
+
@@ -5890,11 +5944,7 @@
- -
- -
- +
@@ -5932,7 +5982,11 @@
- + +
+ +
+
@@ -5970,11 +6024,7 @@
- -
- -
- +
@@ -6012,7 +6062,11 @@
- + +
+ +
+
@@ -6050,11 +6104,7 @@
- -
- -
- +
@@ -6092,7 +6142,11 @@
- + +
+ +
+
@@ -6130,11 +6184,7 @@
- -
- -
- +
@@ -6172,7 +6222,11 @@
- + +
+ +
+
@@ -6210,11 +6264,7 @@
- -
- -
- +
@@ -6252,7 +6302,11 @@
- + +
+ +
+
@@ -6290,11 +6344,7 @@
- -
- -
- +
@@ -6332,7 +6382,11 @@
- + +
+ +
+
@@ -6370,11 +6424,7 @@
- -
- -
- +
@@ -6412,7 +6462,11 @@
- + +
+ +
+
@@ -6450,11 +6504,7 @@
- -
- -
- +
@@ -6492,7 +6542,11 @@
- + +
+ +
+
@@ -6530,11 +6584,7 @@
- -
- -
- +
@@ -6572,7 +6622,11 @@
- + +
+ +
+
@@ -6610,9 +6664,7 @@
- -
- + diff --git a/_site/call-for-talks/index.html b/_site/call-for-talks/index.html index 7bb1b876..20ce6df3 100644 --- a/_site/call-for-talks/index.html +++ b/_site/call-for-talks/index.html @@ -111,11 +111,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -123,11 +123,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -135,11 +135,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -147,11 +147,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -159,11 +159,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -171,11 +171,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -183,11 +183,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -195,11 +195,11 @@ - nature + communication - audiovisual + Habituation @@ -207,11 +207,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -219,15 +219,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -235,11 +231,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -247,15 +247,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -263,11 +259,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -275,11 +275,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -287,7 +287,7 @@ - inmersion + Film @@ -299,7 +299,7 @@ - minimal + inmersion @@ -311,335 +311,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -649,9 +325,13 @@ AV Performance + + + + - Film + Space exploration @@ -659,15 +339,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -675,15 +351,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -691,15 +363,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -707,11 +375,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -719,15 +387,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -735,15 +403,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -751,15 +419,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -767,19 +435,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -787,15 +447,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -803,11 +455,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -815,15 +471,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -831,7 +479,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -839,15 +495,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -855,15 +511,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -871,15 +527,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -887,15 +547,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -903,15 +563,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -919,15 +579,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -935,11 +595,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -947,15 +611,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -963,15 +627,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -979,11 +643,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -991,15 +659,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1007,11 +671,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1019,15 +687,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1035,11 +703,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1051,15 +1047,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1067,11 +1063,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1079,15 +1079,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1095,11 +1091,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1107,15 +1107,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1123,15 +1119,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1139,15 +1135,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1155,15 +1151,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1171,15 +1167,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1187,23 +1183,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1211,19 +1199,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1231,15 +1223,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1247,19 +1243,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1267,15 +1259,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1283,15 +1279,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1299,11 +1295,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1311,23 +1311,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1335,11 +1323,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1347,15 +1347,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1363,7 +1359,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1371,11 +1375,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1383,15 +1383,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1399,11 +1395,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1411,15 +1411,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1427,11 +1423,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1439,15 +1439,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1455,39 +1451,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/deploy.sh b/_site/deploy.sh new file mode 100755 index 00000000..e29a7a25 --- /dev/null +++ b/_site/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +sh root@panda.ecobytes.net -p 666 'cd /tmp/scopesessions.org/ && git pull && docker cp _site openstepsorg_static_1:/var/www/scopesessions.org' diff --git a/_site/event-special/2012/06/01/LPM.html b/_site/event-special/2012/06/01/LPM.html index 82fbb3c9..46e87faa 100644 --- a/_site/event-special/2012/06/01/LPM.html +++ b/_site/event-special/2012/06/01/LPM.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/feed.json b/_site/feed.json index 7494809a..a749ed62 100644 --- a/_site/feed.json +++ b/_site/feed.json @@ -1,5 +1,28 @@ [ + { + "title": "Utopias - Navigating Without Coordinates", + "description": "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 experimental CGI intersect with art and culture. +Their recent work includes projects 'Utopias: Navigating Without Coordinates', a video game network of nine worlds; 'Data Mutations', a collection of data that can be transmuted and re-arranged with ease; 'Dystropicana', a digital multimedia archipelago, and many more. AAA collective will talk about their activities, how and why they work together and will discuss their latest project Utopias: Navigating Without Coordinates.", + "artist": "AAA Collective", + "talk_video_url": "", + "topics": "Video game art" + }, + + { + "title": "A MAZE", + "description": "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)'' Thorsten created two annual festivals to present independent and alternative games culture and to connect Europe, Africa and the world. He also generates new controversial formats (e.g. A MAZE. Magazine, A MAZE. Pop-ups, A MAZE. Train Jam South Africa) and gives room for experimentation, collaboration and exchange. In addition, Thorsten established since 2012 the A MAZE. Awards, which goes to artistic and groundbreaking works in six categories. His focus is on the interdisciplinary and diverse discourse about art-forms of the 21. century. He gains to fill the gaps between playful media, art and technology. Thorsten is also the first VR Naut and spent during his Disconnected performance 48hrs without break in virtual reality! He lives and works in Berlin. +A MAZE. / Berlin is an international festival focusing on the art and culture of games and playful media. A MAZE. / Berlin invites creatives from over 40 countries to experience inspiring talks and workshops, and to celebrate the art of video games making. The four nights of music, plus a life changing and mind blowing interactive exhibition of our medium of the 21st century, will fascinate the general public. +A MAZE. invites artists and creatives from diverse fields to share their vision and projects, exchange knowledge, play, connect, and collaborate. A MAZE. / Berlin represents and celebrates the new art movement, including arthouse games, artistic virtual reality, and a playful media culture beyond the mainstream that defines its own identity. +#arthousegames #playfulmedia #postivechaos #punksofthedigitalage #AMaze2020", + "artist": "Thorsten S. Wiedemann", + "talk_video_url": "", + "topics": "Gaming festival" + } + + , + + { "title": "Generative Audiovisual", "description": "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 called Nannou. diff --git a/_site/feed.xml b/_site/feed.xml index 7cf1d9fe..30650254 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -6,10 +6,22 @@ http://scopesessions.org/ - Sat, 16 Nov 2019 18:07:32 +0100 - Sat, 16 Nov 2019 18:07:32 +0100 + Sat, 01 Feb 2020 14:23:00 +0100 + Sat, 01 Feb 2020 14:23:00 +0100 Jekyll v3.1.6 + + 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 + + session + + + 088 @@ -118,17 +130,5 @@ - - 076 - - - Thu, 11 Oct 2018 00:00:00 +0200 - http://scopesessions.org/session/2018/10/11/076.html - http://scopesessions.org/session/2018/10/11/076.html - - session - - - diff --git a/_site/images/AAAwebsiteLogo.gif b/_site/images/AAAwebsiteLogo.gif new file mode 100644 index 00000000..38e466ec Binary files /dev/null and b/_site/images/AAAwebsiteLogo.gif differ diff --git a/_site/images/thorsten-amaze.jpg b/_site/images/thorsten-amaze.jpg new file mode 100644 index 00000000..2b9c2c87 Binary files /dev/null and b/_site/images/thorsten-amaze.jpg differ diff --git a/_site/index.html b/_site/index.html index e7b81375..3b6958db 100644 --- a/_site/index.html +++ b/_site/index.html @@ -112,11 +112,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -124,11 +124,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -136,11 +136,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -148,11 +148,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -160,11 +160,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -172,11 +172,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -184,11 +184,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -196,11 +196,11 @@ - nature + communication - audiovisual + Habituation @@ -208,11 +208,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -220,15 +220,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -236,11 +232,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -248,15 +248,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -264,11 +260,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -276,11 +276,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -288,7 +288,7 @@ - inmersion + Film @@ -300,7 +300,7 @@ - minimal + inmersion @@ -312,335 +312,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -650,9 +326,13 @@ AV Performance + + + + - Film + Space exploration @@ -660,15 +340,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -676,15 +352,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -692,15 +364,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -708,11 +376,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -720,15 +388,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -736,15 +404,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -752,15 +420,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -768,19 +436,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -788,15 +448,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -804,11 +456,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -816,15 +472,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -832,7 +480,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -840,15 +496,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -856,15 +512,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -872,15 +528,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -888,15 +548,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -904,15 +564,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -920,15 +580,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -936,11 +596,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -948,15 +612,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -964,15 +628,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -980,11 +644,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -992,15 +660,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1008,11 +672,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1020,15 +688,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1036,11 +704,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1052,15 +1048,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1068,11 +1064,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1080,15 +1080,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1096,11 +1092,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1108,15 +1108,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1124,15 +1120,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1140,15 +1136,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1156,15 +1152,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1172,15 +1168,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1188,23 +1184,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1212,19 +1200,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1232,15 +1224,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1248,19 +1244,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1268,15 +1260,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1284,15 +1280,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1300,11 +1296,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1312,23 +1312,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1336,11 +1324,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1348,15 +1348,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1364,7 +1360,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1372,11 +1376,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1384,15 +1384,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1400,11 +1396,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1412,15 +1412,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1428,11 +1424,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1440,15 +1440,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1456,39 +1452,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin @@ -1564,14 +1576,14 @@
-
+
-
+
- +
-

Mind Buffer / Generative Audiovisual

+

AAA Collective / Utopias - Navigating Without Coordinates

-

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

+

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
@@ -1650,19 +1646,22 @@
- +
-

Ramses Salas / Video interactive graphic projections

+

Thorsten S. Wiedemann / A MAZE

-

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

+

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 +
@@ -1694,6 +1693,138 @@
+ + + +

#88

+ + +

December 5th, 2019

+ +

088

+ +
+ +
+
    + + + + +
  • audiovisual
  • + +
  • installations
  • + +
  • nannou
  • + +
  • Rust
  • + +
  • creative coding
  • + + + + + + +
  • interactive
  • + +
  • dance
  • + +
  • kinect
  • + +
  • openFrameworks
  • + +
  • creative coding
  • + + + +
+
+ +
+ + + +
+ +
+ + +
+ + + + +
+ +
+ + + +
+ +
+

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 + + +
+ Artist video + + +
+ +
+ + + +
+ +
+ + + +
+ +
+

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 + + + +
+ +
+ + + +
+ +
+ + + + + + + +
+ +
+ @@ -1814,7 +1945,7 @@ David will present a theore...

-
+
@@ -1940,7 +2071,7 @@ David will present a theore...

-
+
@@ -2061,7 +2192,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -2182,7 +2313,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -2299,7 +2430,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -2415,7 +2546,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -2534,7 +2665,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -2655,7 +2786,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -2808,7 +2939,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -2925,7 +3056,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -3070,7 +3201,7 @@ At the age of eight he left home and founded his own aerospace startup with very -
+
@@ -3208,7 +3339,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -3327,7 +3458,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -3440,7 +3571,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -3559,7 +3690,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -3645,7 +3776,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -3727,7 +3858,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -3848,7 +3979,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -3967,7 +4098,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -4086,7 +4217,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -4211,7 +4342,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -4358,7 +4489,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -4512,7 +4643,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -4665,7 +4796,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -4781,7 +4912,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -4864,7 +4995,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -5038,7 +5169,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -5120,7 +5251,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -5291,7 +5422,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -5442,7 +5573,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -5587,7 +5718,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -5792,7 +5923,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -5958,7 +6089,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -6110,7 +6241,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -6273,7 +6404,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -6435,7 +6566,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -6598,7 +6729,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -6747,7 +6878,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -6898,7 +7029,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -7016,7 +7147,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -7179,7 +7310,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -7331,7 +7462,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -7481,7 +7612,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -7605,7 +7736,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -7755,7 +7886,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -7915,7 +8046,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -8075,7 +8206,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -8264,7 +8395,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -8425,7 +8556,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -8550,7 +8681,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -8717,7 +8848,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -8804,7 +8935,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -8966,7 +9097,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -9135,7 +9266,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -9308,7 +9439,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -9459,7 +9590,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -9632,7 +9763,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -9794,7 +9925,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -9918,7 +10049,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -10070,7 +10201,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -10233,7 +10364,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -10360,7 +10491,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -10519,7 +10650,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -10658,7 +10789,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -10814,7 +10945,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -10984,7 +11115,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -11151,7 +11282,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -11282,7 +11413,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -11453,7 +11584,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -11577,7 +11708,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -11740,7 +11871,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -11904,7 +12035,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -12058,7 +12189,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -12230,7 +12361,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -12386,7 +12517,7 @@ In their talk, M. Kardinal and Monocube will talk about their collaboration and -
+
@@ -12625,7 +12756,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -12827,7 +12958,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -12992,7 +13123,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -13193,7 +13324,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -13351,7 +13482,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -13521,7 +13652,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -13639,7 +13770,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -13863,7 +13994,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -13986,7 +14117,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -14150,7 +14281,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -14242,7 +14373,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -14365,7 +14496,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -14523,7 +14654,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -14638,7 +14769,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -14796,7 +14927,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -14913,7 +15044,7 @@ It now functions as an media arts production company which develops new work in -
+
@@ -15061,7 +15192,7 @@ It now functions as an media arts production company which develops new work in -
+
diff --git a/_site/join-our-team/index.html b/_site/join-our-team/index.html index 5e03afac..bb3289ff 100644 --- a/_site/join-our-team/index.html +++ b/_site/join-our-team/index.html @@ -111,11 +111,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -123,11 +123,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -135,11 +135,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -147,11 +147,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -159,11 +159,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -171,11 +171,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -183,11 +183,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -195,11 +195,11 @@ - nature + communication - audiovisual + Habituation @@ -207,11 +207,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -219,15 +219,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -235,11 +231,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -247,15 +247,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -263,11 +259,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -275,11 +275,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -287,7 +287,7 @@ - inmersion + Film @@ -299,7 +299,7 @@ - minimal + inmersion @@ -311,335 +311,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -649,9 +325,13 @@ AV Performance + + + + - Film + Space exploration @@ -659,15 +339,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -675,15 +351,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -691,15 +363,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -707,11 +375,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -719,15 +387,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -735,15 +403,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -751,15 +419,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -767,19 +435,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -787,15 +447,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -803,11 +455,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -815,15 +471,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -831,7 +479,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -839,15 +495,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -855,15 +511,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -871,15 +527,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -887,15 +547,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -903,15 +563,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -919,15 +579,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -935,11 +595,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -947,15 +611,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -963,15 +627,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -979,11 +643,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -991,15 +659,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1007,11 +671,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1019,15 +687,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1035,11 +703,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1051,15 +1047,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1067,11 +1063,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1079,15 +1079,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1095,11 +1091,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1107,15 +1107,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1123,15 +1119,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1139,15 +1135,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1155,15 +1151,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1171,15 +1167,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1187,23 +1183,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1211,19 +1199,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1231,15 +1223,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1247,19 +1243,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1267,15 +1259,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1283,15 +1279,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1299,11 +1295,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1311,23 +1311,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1335,11 +1323,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1347,15 +1347,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1363,7 +1359,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1371,11 +1375,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1383,15 +1383,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1399,11 +1395,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1411,15 +1411,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1427,11 +1423,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1439,15 +1439,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1455,39 +1451,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/newsletter_content/index.html b/_site/newsletter_content/index.html index f3de5156..37bb963b 100644 --- a/_site/newsletter_content/index.html +++ b/_site/newsletter_content/index.html @@ -16,7 +16,7 @@ - @@ -40,20 +40,19 @@ valign="top">

- 20:00 / Generative Audiovisual + 20:00 / Utopias - Navigating Without Coordinates

- - Mind Buffer + + AAA Collective



- 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 called Nannou. -Recent work includes smart mirror installations for IBM’s Watson, multiple 15-year audiovisual installations for Melbourne Museums’ ScienceWorks, architectural projection mapping with network-synchronised audio for RMIT University and collaborations with renown artists including Playmodes, Rob Clouth, Andy Thomas, Trifonic and many more. -MindBuffer's talk will be about their work with creative coding, audiovisual generative design, synchronisation, realtime, immersive installations and their creative coding framework 'Nannou'. + 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 experimental CGI intersect with art and culture. +Their recent work includes projects 'Utopias: Navigating Without Coordinates', a video game network of nine worlds; 'Data Mutations', a collection of data that can be transmuted and re-arranged with ease; 'Dystropicana', a digital multimedia archipelago, and many more. AAA collective will talk about their activities, how and why they work together and will discuss their latest project Utopias: Navigating Without Coordinates. @@ -98,7 +97,7 @@ MindBuffer's talk will be about their work with creative coding, audiovisual gen - @@ -122,19 +121,21 @@ MindBuffer's talk will be about their work with creative coding, audiovisual gen valign="top">

- 21:00 / Video interactive graphic projections + 21:00 / A MAZE

- - Ramses Salas + + Thorsten S. Wiedemann



- 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 contemporary dance performances at Conde Duque Madrid Cultural Centre and the theater of the University of León. -Ramses will talk about his work in creating visual art, computer graphics, interactive projections using tools such as Unity, OpenFrameworks and Kinect. + 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)'' Thorsten created two annual festivals to present independent and alternative games culture and to connect Europe, Africa and the world. He also generates new controversial formats (e.g. A MAZE. Magazine, A MAZE. Pop-ups, A MAZE. Train Jam South Africa) and gives room for experimentation, collaboration and exchange. In addition, Thorsten established since 2012 the A MAZE. Awards, which goes to artistic and groundbreaking works in six categories. His focus is on the interdisciplinary and diverse discourse about art-forms of the 21. century. He gains to fill the gaps between playful media, art and technology. Thorsten is also the first VR Naut and spent during his Disconnected performance 48hrs without break in virtual reality! He lives and works in Berlin. +A MAZE. / Berlin is an international festival focusing on the art and culture of games and playful media. A MAZE. / Berlin invites creatives from over 40 countries to experience inspiring talks and workshops, and to celebrate the art of video games making. The four nights of music, plus a life changing and mind blowing interactive exhibition of our medium of the 21st century, will fascinate the general public. +A MAZE. invites artists and creatives from diverse fields to share their vision and projects, exchange knowledge, play, connect, and collaborate. A MAZE. / Berlin represents and celebrates the new art movement, including arthouse games, artistic virtual reality, and a playful media culture beyond the mainstream that defines its own identity. +#arthousegames #playfulmedia #postivechaos #punksofthedigitalage #AMaze2020 @@ -163,7 +164,7 @@ Ramses will talk about his work in creating visual art, computer graphics, inter - + diff --git a/_site/session/2011/07/07/001.html b/_site/session/2011/07/07/001.html index 51c04f6b..c9933d42 100644 --- a/_site/session/2011/07/07/001.html +++ b/_site/session/2011/07/07/001.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2011/07/21/002.html b/_site/session/2011/07/21/002.html index 93eb2a60..020c0355 100644 --- a/_site/session/2011/07/21/002.html +++ b/_site/session/2011/07/21/002.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2011/08/18/003.html b/_site/session/2011/08/18/003.html index 640ccfed..18ccd5fc 100644 --- a/_site/session/2011/08/18/003.html +++ b/_site/session/2011/08/18/003.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2011/09/15/004.html b/_site/session/2011/09/15/004.html index e297bb1c..6545b1fe 100644 --- a/_site/session/2011/09/15/004.html +++ b/_site/session/2011/09/15/004.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2011/09/29/005.html b/_site/session/2011/09/29/005.html index 758e86f1..3a91f545 100644 --- a/_site/session/2011/09/29/005.html +++ b/_site/session/2011/09/29/005.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2011/10/06/006.html b/_site/session/2011/10/06/006.html index d67f77dc..b41efdf8 100644 --- a/_site/session/2011/10/06/006.html +++ b/_site/session/2011/10/06/006.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2011/10/20/007.html b/_site/session/2011/10/20/007.html index 043a913a..73fa015b 100644 --- a/_site/session/2011/10/20/007.html +++ b/_site/session/2011/10/20/007.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2011/11/10/008.html b/_site/session/2011/11/10/008.html index 3ec46be2..c7d4c7b8 100644 --- a/_site/session/2011/11/10/008.html +++ b/_site/session/2011/11/10/008.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2011/11/17/009.html b/_site/session/2011/11/17/009.html index 024e743f..fcba35a1 100644 --- a/_site/session/2011/11/17/009.html +++ b/_site/session/2011/11/17/009.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/01/12/010.html b/_site/session/2012/01/12/010.html index 2656a2c8..aefb85c2 100644 --- a/_site/session/2012/01/12/010.html +++ b/_site/session/2012/01/12/010.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/02/09/011.html b/_site/session/2012/02/09/011.html index 23d0685c..0d75ebc5 100644 --- a/_site/session/2012/02/09/011.html +++ b/_site/session/2012/02/09/011.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/03/08/012.html b/_site/session/2012/03/08/012.html index f481f4a8..c98713f2 100644 --- a/_site/session/2012/03/08/012.html +++ b/_site/session/2012/03/08/012.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/04/12/013.html b/_site/session/2012/04/12/013.html index 69d03bd7..32026038 100644 --- a/_site/session/2012/04/12/013.html +++ b/_site/session/2012/04/12/013.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/05/10/014.html b/_site/session/2012/05/10/014.html index e2282c5c..89578566 100644 --- a/_site/session/2012/05/10/014.html +++ b/_site/session/2012/05/10/014.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/09/13/015.html b/_site/session/2012/09/13/015.html index e0142d02..1a527dab 100644 --- a/_site/session/2012/09/13/015.html +++ b/_site/session/2012/09/13/015.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/10/11/016.html b/_site/session/2012/10/11/016.html index 0b4d85e2..c1f7551d 100644 --- a/_site/session/2012/10/11/016.html +++ b/_site/session/2012/10/11/016.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/11/08/017.html b/_site/session/2012/11/08/017.html index e29846de..1ad5b69e 100644 --- a/_site/session/2012/11/08/017.html +++ b/_site/session/2012/11/08/017.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2012/12/13/018.html b/_site/session/2012/12/13/018.html index fc16956b..fe26722b 100644 --- a/_site/session/2012/12/13/018.html +++ b/_site/session/2012/12/13/018.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/02/21/019.html b/_site/session/2013/02/21/019.html index cdc87732..d623c3f8 100644 --- a/_site/session/2013/02/21/019.html +++ b/_site/session/2013/02/21/019.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/03/14/020.html b/_site/session/2013/03/14/020.html index 5060dbf9..2822b6e6 100644 --- a/_site/session/2013/03/14/020.html +++ b/_site/session/2013/03/14/020.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/04/11/021.html b/_site/session/2013/04/11/021.html index e00e745c..e4af5923 100644 --- a/_site/session/2013/04/11/021.html +++ b/_site/session/2013/04/11/021.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/05/09/022.html b/_site/session/2013/05/09/022.html index bae70685..618cad3a 100644 --- a/_site/session/2013/05/09/022.html +++ b/_site/session/2013/05/09/022.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/06/06/023.html b/_site/session/2013/06/06/023.html index 2a12c01f..00f84ccb 100644 --- a/_site/session/2013/06/06/023.html +++ b/_site/session/2013/06/06/023.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/07/11/024.html b/_site/session/2013/07/11/024.html index a3d94c4c..74eff511 100644 --- a/_site/session/2013/07/11/024.html +++ b/_site/session/2013/07/11/024.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/09/12/025.html b/_site/session/2013/09/12/025.html index e629cd14..c863dae2 100644 --- a/_site/session/2013/09/12/025.html +++ b/_site/session/2013/09/12/025.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/10/10/026.html b/_site/session/2013/10/10/026.html index d936c8df..71ed29e7 100644 --- a/_site/session/2013/10/10/026.html +++ b/_site/session/2013/10/10/026.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/11/14/027.html b/_site/session/2013/11/14/027.html index 93557476..b96a4e55 100644 --- a/_site/session/2013/11/14/027.html +++ b/_site/session/2013/11/14/027.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2013/12/12/028.html b/_site/session/2013/12/12/028.html index 29ac49b8..3e129283 100644 --- a/_site/session/2013/12/12/028.html +++ b/_site/session/2013/12/12/028.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/02/13/029.html b/_site/session/2014/02/13/029.html index 27732947..6f05d560 100644 --- a/_site/session/2014/02/13/029.html +++ b/_site/session/2014/02/13/029.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/03/20/030.html b/_site/session/2014/03/20/030.html index 3dd63cbd..ca486bc6 100644 --- a/_site/session/2014/03/20/030.html +++ b/_site/session/2014/03/20/030.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/04/10/031.html b/_site/session/2014/04/10/031.html index 59a20e8e..6f005acf 100644 --- a/_site/session/2014/04/10/031.html +++ b/_site/session/2014/04/10/031.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/05/08/032.html b/_site/session/2014/05/08/032.html index 7f5b1034..b30c2f90 100644 --- a/_site/session/2014/05/08/032.html +++ b/_site/session/2014/05/08/032.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/06/12/033.html b/_site/session/2014/06/12/033.html index 8c2fbc39..92aedcac 100644 --- a/_site/session/2014/06/12/033.html +++ b/_site/session/2014/06/12/033.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/07/10/034.html b/_site/session/2014/07/10/034.html index b4155585..36fc993d 100644 --- a/_site/session/2014/07/10/034.html +++ b/_site/session/2014/07/10/034.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/09/11/035.html b/_site/session/2014/09/11/035.html index 132d054a..92bccfda 100644 --- a/_site/session/2014/09/11/035.html +++ b/_site/session/2014/09/11/035.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/10/09/036.html b/_site/session/2014/10/09/036.html index 290ecd53..e82cd590 100644 --- a/_site/session/2014/10/09/036.html +++ b/_site/session/2014/10/09/036.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/11/13/037.html b/_site/session/2014/11/13/037.html index 9b2a1c20..e9b406fa 100644 --- a/_site/session/2014/11/13/037.html +++ b/_site/session/2014/11/13/037.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2014/12/11/038.html b/_site/session/2014/12/11/038.html index 969ba262..c80c1093 100644 --- a/_site/session/2014/12/11/038.html +++ b/_site/session/2014/12/11/038.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/01/08/039.html b/_site/session/2015/01/08/039.html index aafd66ec..aec00c6a 100644 --- a/_site/session/2015/01/08/039.html +++ b/_site/session/2015/01/08/039.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/03/12/040.html b/_site/session/2015/03/12/040.html index a3997672..56904c7f 100644 --- a/_site/session/2015/03/12/040.html +++ b/_site/session/2015/03/12/040.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/03/12/041.html b/_site/session/2015/03/12/041.html index 3998086c..059f1a8f 100644 --- a/_site/session/2015/03/12/041.html +++ b/_site/session/2015/03/12/041.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/04/09/042.html b/_site/session/2015/04/09/042.html index 9a46fa42..c372ffc3 100644 --- a/_site/session/2015/04/09/042.html +++ b/_site/session/2015/04/09/042.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/05/14/043.html b/_site/session/2015/05/14/043.html index ce7366d4..120a6317 100644 --- a/_site/session/2015/05/14/043.html +++ b/_site/session/2015/05/14/043.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/06/11/044.html b/_site/session/2015/06/11/044.html index f80aaaf6..043a2505 100644 --- a/_site/session/2015/06/11/044.html +++ b/_site/session/2015/06/11/044.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/06/27/Vision_r.html b/_site/session/2015/06/27/Vision_r.html index 149bb565..d6964498 100644 --- a/_site/session/2015/06/27/Vision_r.html +++ b/_site/session/2015/06/27/Vision_r.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/09/10/046.html b/_site/session/2015/09/10/046.html index b0e1f44d..8e0e3d16 100644 --- a/_site/session/2015/09/10/046.html +++ b/_site/session/2015/09/10/046.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/09/19/047.html b/_site/session/2015/09/19/047.html index 5c4556bf..8ca77651 100644 --- a/_site/session/2015/09/19/047.html +++ b/_site/session/2015/09/19/047.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/10/08/048.html b/_site/session/2015/10/08/048.html index cdc3eaf9..cc2dc3ac 100644 --- a/_site/session/2015/10/08/048.html +++ b/_site/session/2015/10/08/048.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/11/12/049.html b/_site/session/2015/11/12/049.html index ce369c84..2d51e1d4 100644 --- a/_site/session/2015/11/12/049.html +++ b/_site/session/2015/11/12/049.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2015/12/10/050.html b/_site/session/2015/12/10/050.html index 9cd0fdfe..277476a8 100644 --- a/_site/session/2015/12/10/050.html +++ b/_site/session/2015/12/10/050.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/01/14/051.html b/_site/session/2016/01/14/051.html index bae5582c..b3ca0422 100644 --- a/_site/session/2016/01/14/051.html +++ b/_site/session/2016/01/14/051.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/02/11/052.html b/_site/session/2016/02/11/052.html index 213e0a33..9029d527 100644 --- a/_site/session/2016/02/11/052.html +++ b/_site/session/2016/02/11/052.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/03/10/053.html b/_site/session/2016/03/10/053.html index 14ff66f7..7c7a9099 100644 --- a/_site/session/2016/03/10/053.html +++ b/_site/session/2016/03/10/053.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/04/14/054.html b/_site/session/2016/04/14/054.html index 69d0b2b3..cec09527 100644 --- a/_site/session/2016/04/14/054.html +++ b/_site/session/2016/04/14/054.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/05/12/055.html b/_site/session/2016/05/12/055.html index 14dd5296..5f815d62 100644 --- a/_site/session/2016/05/12/055.html +++ b/_site/session/2016/05/12/055.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/06/11/056.html b/_site/session/2016/06/11/056.html index a1ba2a74..461bbd4e 100644 --- a/_site/session/2016/06/11/056.html +++ b/_site/session/2016/06/11/056.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/06/24/5year_scope.html b/_site/session/2016/06/24/5year_scope.html index b7fd1a3b..d108b5b5 100644 --- a/_site/session/2016/06/24/5year_scope.html +++ b/_site/session/2016/06/24/5year_scope.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/09/08/058.html b/_site/session/2016/09/08/058.html index c4be687f..73339259 100644 --- a/_site/session/2016/09/08/058.html +++ b/_site/session/2016/09/08/058.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/10/13/059.html b/_site/session/2016/10/13/059.html index 09f4313e..2f8bfe1a 100644 --- a/_site/session/2016/10/13/059.html +++ b/_site/session/2016/10/13/059.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/11/10/060.html b/_site/session/2016/11/10/060.html index 63ee7d14..f3516597 100644 --- a/_site/session/2016/11/10/060.html +++ b/_site/session/2016/11/10/060.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2016/12/08/061.html b/_site/session/2016/12/08/061.html index a856510b..e8431764 100644 --- a/_site/session/2016/12/08/061.html +++ b/_site/session/2016/12/08/061.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/01/28/Vorspiel.html b/_site/session/2017/01/28/Vorspiel.html index e36547d1..6ee284f7 100644 --- a/_site/session/2017/01/28/Vorspiel.html +++ b/_site/session/2017/01/28/Vorspiel.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/02/09/062.html b/_site/session/2017/02/09/062.html index 77f8f566..e8fe9618 100644 --- a/_site/session/2017/02/09/062.html +++ b/_site/session/2017/02/09/062.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/03/09/063.html b/_site/session/2017/03/09/063.html index 2689104b..888c8fe5 100644 --- a/_site/session/2017/03/09/063.html +++ b/_site/session/2017/03/09/063.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/04/13/064.html b/_site/session/2017/04/13/064.html index af57f58b..91554ca7 100644 --- a/_site/session/2017/04/13/064.html +++ b/_site/session/2017/04/13/064.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/05/11/065.html b/_site/session/2017/05/11/065.html index cc39c482..3296bd2f 100644 --- a/_site/session/2017/05/11/065.html +++ b/_site/session/2017/05/11/065.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/05/31/066.html b/_site/session/2017/05/31/066.html index d149048a..88eb7d1e 100644 --- a/_site/session/2017/05/31/066.html +++ b/_site/session/2017/05/31/066.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/09/21/067.html b/_site/session/2017/09/21/067.html index b04dbb6a..2c58fdf0 100644 --- a/_site/session/2017/09/21/067.html +++ b/_site/session/2017/09/21/067.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/10/12/068.html b/_site/session/2017/10/12/068.html index f789a55d..29e42087 100644 --- a/_site/session/2017/10/12/068.html +++ b/_site/session/2017/10/12/068.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/11/09/069.html b/_site/session/2017/11/09/069.html index 86c8d01f..9131f233 100644 --- a/_site/session/2017/11/09/069.html +++ b/_site/session/2017/11/09/069.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2017/12/14/070.html b/_site/session/2017/12/14/070.html index bf00acf6..05476a8d 100644 --- a/_site/session/2017/12/14/070.html +++ b/_site/session/2017/12/14/070.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/02/08/071.html b/_site/session/2018/02/08/071.html index 593e55be..75c2a923 100644 --- a/_site/session/2018/02/08/071.html +++ b/_site/session/2018/02/08/071.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/02/08/072.html b/_site/session/2018/02/08/072.html index cbf06b61..76e6c571 100644 --- a/_site/session/2018/02/08/072.html +++ b/_site/session/2018/02/08/072.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/04/12/073.html b/_site/session/2018/04/12/073.html index 38092d45..a9ab8001 100644 --- a/_site/session/2018/04/12/073.html +++ b/_site/session/2018/04/12/073.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/05/10/074.html b/_site/session/2018/05/10/074.html index f21bca9c..bb5de285 100644 --- a/_site/session/2018/05/10/074.html +++ b/_site/session/2018/05/10/074.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/06/15/7th_birthday.html b/_site/session/2018/06/15/7th_birthday.html index d6692dc0..a8955a86 100644 --- a/_site/session/2018/06/15/7th_birthday.html +++ b/_site/session/2018/06/15/7th_birthday.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/09/13/075.html b/_site/session/2018/09/13/075.html index 2efd4563..4743e5ef 100644 --- a/_site/session/2018/09/13/075.html +++ b/_site/session/2018/09/13/075.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/10/11/076.html b/_site/session/2018/10/11/076.html index ae95f1b6..9ff5867d 100644 --- a/_site/session/2018/10/11/076.html +++ b/_site/session/2018/10/11/076.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/11/08/077.html b/_site/session/2018/11/08/077.html index a25403fd..e246ab70 100644 --- a/_site/session/2018/11/08/077.html +++ b/_site/session/2018/11/08/077.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2018/12/13/078.html b/_site/session/2018/12/13/078.html index 926dce1a..7b024885 100644 --- a/_site/session/2018/12/13/078.html +++ b/_site/session/2018/12/13/078.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2019/01/10/079.html b/_site/session/2019/01/10/079.html index b71d7c28..8748b171 100644 --- a/_site/session/2019/01/10/079.html +++ b/_site/session/2019/01/10/079.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2019/02/07/080.html b/_site/session/2019/02/07/080.html index e20c8e69..b0d0b2b8 100644 --- a/_site/session/2019/02/07/080.html +++ b/_site/session/2019/02/07/080.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2019/05/09/083.html b/_site/session/2019/05/09/083.html index eab874ef..41e586e2 100644 --- a/_site/session/2019/05/09/083.html +++ b/_site/session/2019/05/09/083.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2019/06/13/084.html b/_site/session/2019/06/13/084.html index 705e10d4..c27e8f0d 100644 --- a/_site/session/2019/06/13/084.html +++ b/_site/session/2019/06/13/084.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2019/10/10/086.html b/_site/session/2019/10/10/086.html index 89a3b08d..b8e63195 100644 --- a/_site/session/2019/10/10/086.html +++ b/_site/session/2019/10/10/086.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2019/11/01/087.html b/_site/session/2019/11/01/087.html index bf10bd9e..93be8cad 100644 --- a/_site/session/2019/11/01/087.html +++ b/_site/session/2019/11/01/087.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/session/2019/12/05/088.html b/_site/session/2019/12/05/088.html index ee43112d..168dbc54 100644 --- a/_site/session/2019/12/05/088.html +++ b/_site/session/2019/12/05/088.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin @@ -1697,6 +1709,7 @@ Ramses will talk about his work in creating visual art, computer graphics, inter #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 new file mode 100644 index 00000000..fb17f874 --- /dev/null +++ b/_site/session/2020/02/13/089.html @@ -0,0 +1,1762 @@ + + + + + + + + + 089 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ +
+ +
+

#89

+

February 13th, 2020

+
+ +
+
    + + + + +
  • Video game art
  • + + + + + + +
  • Gaming festival
  • + + + +
+
+ +
+ + + +
+ +
+ +
+ + + +
+ +
+ + + +
+ +
+

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 experimental CGI intersect with art and culture. +Their recent work includes projects 'Utopias: Navigating Without Coordinates', a video game network of nine worlds; 'Data Mutations', a collection of data that can be transmuted and re-arranged with ease; 'Dystropicana', a digital multimedia archipelago, and many more. AAA collective will talk about their activities, how and why they work together and will discuss their latest project Utopias: Navigating Without Coordinates.

+ + + + Website + + +
+ Artist video + + + +
+ +
+ + + +
+ +
+ + + +
+ +
+

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)'' Thorsten created two annual festivals to present independent and alternative games culture and to connect Europe, Africa and the world. He also generates new controversial formats (e.g. A MAZE. Magazine, A MAZE. Pop-ups, A MAZE. Train Jam South Africa) and gives room for experimentation, collaboration and exchange. In addition, Thorsten established since 2012 the A MAZE. Awards, which goes to artistic and groundbreaking works in six categories. His focus is on the interdisciplinary and diverse discourse about art-forms of the 21. century. He gains to fill the gaps between playful media, art and technology. Thorsten is also the first VR Naut and spent during his Disconnected performance 48hrs without break in virtual reality! He lives and works in Berlin. +A MAZE. / Berlin is an international festival focusing on the art and culture of games and playful media. A MAZE. / Berlin invites creatives from over 40 countries to experience inspiring talks and workshops, and to celebrate the art of video games making. The four nights of music, plus a life changing and mind blowing interactive exhibition of our medium of the 21st century, will fascinate the general public. +A MAZE. invites artists and creatives from diverse fields to share their vision and projects, exchange knowledge, play, connect, and collaborate. A MAZE. / Berlin represents and celebrates the new art movement, including arthouse games, artistic virtual reality, and a playful media culture beyond the mainstream that defines its own identity. +#arthousegames #playfulmedia #postivechaos #punksofthedigitalage #AMaze2020

+ + + + Website + + +
+ Artist video + + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ + + +
+ +
+ +
+ +
+
+
+ + +
+
+ +
+ +
+ + + + + diff --git a/_site/special/2010/06/01/visualberlinFestival.html b/_site/special/2010/06/01/visualberlinFestival.html index 60e1bbca..35107c34 100644 --- a/_site/special/2010/06/01/visualberlinFestival.html +++ b/_site/special/2010/06/01/visualberlinFestival.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/special/2011/12/11/Freemote.html b/_site/special/2011/12/11/Freemote.html index 9e4ea86f..f7bb47bf 100644 --- a/_site/special/2011/12/11/Freemote.html +++ b/_site/special/2011/12/11/Freemote.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/special/2012/03/23/B-Seite.html b/_site/special/2012/03/23/B-Seite.html index 67cf0b30..732f1b65 100644 --- a/_site/special/2012/03/23/B-Seite.html +++ b/_site/special/2012/03/23/B-Seite.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/special/2014/03/23/B-Seite.html b/_site/special/2014/03/23/B-Seite.html index e3ff633a..539eae26 100644 --- a/_site/special/2014/03/23/B-Seite.html +++ b/_site/special/2014/03/23/B-Seite.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/spektrum/2015/10/09/048s.html b/_site/spektrum/2015/10/09/048s.html index b58b6dd7..951e9104 100644 --- a/_site/spektrum/2015/10/09/048s.html +++ b/_site/spektrum/2015/10/09/048s.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/spektrum/2018/01/12/070s.html b/_site/spektrum/2018/01/12/070s.html index 19f6f7bc..80fd4218 100644 --- a/_site/spektrum/2018/01/12/070s.html +++ b/_site/spektrum/2018/01/12/070s.html @@ -110,11 +110,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -122,11 +122,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -134,11 +134,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -146,11 +146,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -158,11 +158,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -170,11 +170,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -182,11 +182,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -194,11 +194,11 @@ - nature + communication - audiovisual + Habituation @@ -206,11 +206,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -218,15 +218,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -234,11 +230,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -246,15 +246,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -262,11 +258,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -274,11 +274,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -286,7 +286,7 @@ - inmersion + Film @@ -298,7 +298,7 @@ - minimal + inmersion @@ -310,335 +310,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -648,9 +324,13 @@ AV Performance + + + + - Film + Space exploration @@ -658,15 +338,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -674,15 +350,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -690,15 +362,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -706,11 +374,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -718,15 +386,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -734,15 +402,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -750,15 +418,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -766,19 +434,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -786,15 +446,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -802,11 +454,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -814,15 +470,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -830,7 +478,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -838,15 +494,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -854,15 +510,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -870,15 +526,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -886,15 +546,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -902,15 +562,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -918,15 +578,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -934,11 +594,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -946,15 +610,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -962,15 +626,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -978,11 +642,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -990,15 +658,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1006,11 +670,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1018,15 +686,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1034,11 +702,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1050,15 +1046,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1066,11 +1062,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1078,15 +1078,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1094,11 +1090,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1106,15 +1106,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1122,15 +1118,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1138,15 +1134,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1154,15 +1150,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1170,15 +1166,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1186,23 +1182,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1210,19 +1198,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1230,15 +1222,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1246,19 +1242,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1266,15 +1258,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1282,15 +1278,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1298,11 +1294,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1310,23 +1310,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1334,11 +1322,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1346,15 +1346,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1362,7 +1358,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1370,11 +1374,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1382,15 +1382,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1398,11 +1394,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1410,15 +1410,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1426,11 +1422,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1438,15 +1438,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1454,39 +1450,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin diff --git a/_site/spektrum/index.html b/_site/spektrum/index.html index 608abfee..54970776 100644 --- a/_site/spektrum/index.html +++ b/_site/spektrum/index.html @@ -111,11 +111,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -123,11 +123,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -135,11 +135,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -147,11 +147,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -159,11 +159,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -171,11 +171,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -183,11 +183,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -195,11 +195,11 @@ - nature + communication - audiovisual + Habituation @@ -207,11 +207,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -219,15 +219,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -235,11 +231,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -247,15 +247,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -263,11 +259,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -275,11 +275,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -287,7 +287,7 @@ - inmersion + Film @@ -299,7 +299,7 @@ - minimal + inmersion @@ -311,335 +311,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -649,9 +325,13 @@ AV Performance + + + + - Film + Space exploration @@ -659,15 +339,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -675,15 +351,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -691,15 +363,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -707,11 +375,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -719,15 +387,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -735,15 +403,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -751,15 +419,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -767,19 +435,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -787,15 +447,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -803,11 +455,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -815,15 +471,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -831,7 +479,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -839,15 +495,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -855,15 +511,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -871,15 +527,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -887,15 +547,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -903,15 +563,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -919,15 +579,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -935,11 +595,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -947,15 +611,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -963,15 +627,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -979,11 +643,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -991,15 +659,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1007,11 +671,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1019,15 +687,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1035,11 +703,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1051,15 +1047,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1067,11 +1063,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1079,15 +1079,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1095,11 +1091,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1107,15 +1107,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1123,15 +1119,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1139,15 +1135,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1155,15 +1151,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1171,15 +1167,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1187,23 +1183,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1211,19 +1199,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1231,15 +1223,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1247,19 +1243,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1267,15 +1259,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1283,15 +1279,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1299,11 +1295,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1311,23 +1311,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1335,11 +1323,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1347,15 +1347,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1363,7 +1359,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1371,11 +1375,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1383,15 +1383,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1399,11 +1395,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1411,15 +1411,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1427,11 +1423,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1439,15 +1439,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1455,39 +1451,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin @@ -1618,12 +1630,15 @@ + -
+ + +
@@ -1773,7 +1788,7 @@ -
+
diff --git a/_site/video/index.html b/_site/video/index.html index e18b5732..6919cdd4 100644 --- a/_site/video/index.html +++ b/_site/video/index.html @@ -111,11 +111,11 @@ - audiovisual, installations, nannou, Rust, creative coding + Video game art - interactive, dance, kinect, openFrameworks, creative coding + Gaming festival @@ -123,11 +123,11 @@ - computer art, noise, touchdesigner + audiovisual, installations, nannou, Rust, creative coding - environment, interdisciplinary, media art, identity + interactive, dance, kinect, openFrameworks, creative coding @@ -135,11 +135,11 @@ - computer art, chance, creative ai + computer art, noise, touchdesigner - being human, feeling akward, creating a community, virtual reality + environment, interdisciplinary, media art, identity @@ -147,11 +147,11 @@ - collective, code, interdisciplinary + computer art, chance, creative ai - shaders, live visuals + being human, feeling akward, creating a community, virtual reality @@ -159,11 +159,11 @@ - ritual, photography, magic + collective, code, interdisciplinary - techno, hacking, live visuals + shaders, live visuals @@ -171,11 +171,11 @@ - biology, technology + ritual, photography, magic - neuroscience, art + techno, hacking, live visuals @@ -183,11 +183,11 @@ - communication + biology, technology - Habituation + neuroscience, art @@ -195,11 +195,11 @@ - nature + communication - audiovisual + Habituation @@ -207,11 +207,11 @@ - cyborg, feminism, performance, installation + nature - music, dance + audiovisual @@ -219,15 +219,11 @@ - Electronics, Machine Learning + cyborg, feminism, performance, installation - deep listening, meditation - - - - festival, media arts + music, dance @@ -235,11 +231,15 @@ - YouTube, documentary, interviews + Electronics, Machine Learning - performance + deep listening, meditation + + + + festival, media arts @@ -247,15 +247,11 @@ - Memories + YouTube, documentary, interviews - Mind - - - - Upcycling + performance @@ -263,11 +259,15 @@ - audiovisual, performance, installation, light + Memories - performance, video, analog, ambient + Mind + + + + Upcycling @@ -275,11 +275,11 @@ - Film + audiovisual, performance, installation, light - performance + performance, video, analog, ambient @@ -287,7 +287,7 @@ - inmersion + Film @@ -299,7 +299,7 @@ - minimal + inmersion @@ -311,335 +311,11 @@ - AV Performance - - - - - - - - Space exploration - - - - - - - - Design, Space + minimal - Virtual realities - - - - - - - - Live cinema - - - - Body - - - - - - - - Analog video - - - - Music - - - - - - - - Self-surveillance - - - - calm technology, ambient interaction, experience prototyping, playable spaces - - - - - - - - migration - - - - Leisure - - - - Loops - - - - - - - - musicals - - - - Art, science, magic - - - - circular geometry - - - - - - - - Deep learning - - - - hybridity - - - - sound - - - - - - - - net art - - - - net art - - - - - - - - Audiovisual art - - - - - - - - Analog,Film - - - - Data,Robotics,Research - - - - Performance,Light,Music,AV - - - - - - - - Film - - - - - - - - 3D,Painting,Performance,Installation - - - - Installation - - - - Av,Live Cinema,Performance,Vj - - - - - - - - music,software - - - - mapping,software - - - - software - - - - - - - - Cooking Performance - - - - Patching - - - - AV Performance - - - - - - - - virtual reality,performance,video art - - - - mapping,production - - - - performance,net art,virtual reality,av - - - - full dome,research,animation,installation,3d - - - - - - - - Drawing,Sound - - - - Animation,Virtual Reality,Software - - - - Collective,Installation,Science - - - - - - - - VJ - - - - Dance - - - - VJ,mapping - - - - - - - - Film,Painting,Installation - - - - 3D,Film,Full Dome - - - - Space,Light - - - - - - - - VJ,3d,glitch,AV - - - - Research,Music,software - - - - virtual reality,3d - - - - - - - - collective,sound,light - - - - AV,Installation,Sound,Light - - - - Performance - - - - - - - - Animation,3D - - - - Installation - - - - Film - - - - - - - - VJ - - - - Sound,Music,Software - - - - Music + performance @@ -649,9 +325,13 @@ AV Performance + + + + - Film + Space exploration @@ -659,15 +339,11 @@ - Film,Analog,Research,Smell + Design, Space - Photography,Analog - - - - Analog,Film + Virtual realities @@ -675,15 +351,11 @@ - Design,Games + Live cinema - VJ - - - - VJ + Body @@ -691,15 +363,11 @@ - Concept, Video + Analog video - Sound, Generative - - - - Mapping, Motion graphics + Music @@ -707,11 +375,11 @@ - AV,Performance,Music + Self-surveillance - AV,Performance + calm technology, ambient interaction, experience prototyping, playable spaces @@ -719,15 +387,15 @@ - Film,Analog + migration - Philosophy,Performance + Leisure - Net art,Painting + Loops @@ -735,15 +403,15 @@ - AV,Painting,VJ + musicals - Sound,Research,Installation + Art, science, magic - Analog,Film + circular geometry @@ -751,15 +419,15 @@ - Science,Festival + Deep learning - Live Cinema,Installation,Sound + hybridity - Photography,Science,Research + sound @@ -767,19 +435,11 @@ - Software + net art - Video,Meditation - - - - Software - - - - Software + net art @@ -787,15 +447,7 @@ - Open Source,Software,Hardware - - - - new media,research - - - - Dance,Film + Audiovisual art @@ -803,11 +455,15 @@ - Installation,Music + Analog,Film - VVVV,Coding,software + Data,Robotics,Research + + + + Performance,Light,Music,AV @@ -815,15 +471,7 @@ - VJ,Installation,Performance - - - - Coding,Research - - - - Installation,New Media + Film @@ -831,7 +479,15 @@ - Politics,Privacy + 3D,Painting,Performance,Installation + + + + Installation + + + + Av,Live Cinema,Performance,Vj @@ -839,15 +495,15 @@ - Analog,Film,Research + music,software - Installation,New Media + mapping,software - Film,Glitch,Analog,Sound + software @@ -855,15 +511,15 @@ - Music,Performance,Sound + Cooking Performance - Science,Research + Patching - Installation,Research,Interactive + AV Performance @@ -871,15 +527,19 @@ - Design,hardware,Installation + virtual reality,performance,video art - Software,Coding,Sound,Music + mapping,production - VJ,Performance,Film + performance,net art,virtual reality,av + + + + full dome,research,animation,installation,3d @@ -887,15 +547,15 @@ - Analog,Film + Drawing,Sound - Interactive,Projection + Animation,Virtual Reality,Software - Science,Research + Collective,Installation,Science @@ -903,15 +563,15 @@ - Installation,Light,Full Dome,VJ + VJ - Science,Film,Photography + Dance - Mapping,Performance,VJ + VJ,mapping @@ -919,15 +579,15 @@ - VJ,Drawing + Film,Painting,Installation - Interactive,Performance + 3D,Film,Full Dome - Performance,Drawing + Space,Light @@ -935,11 +595,15 @@ - mapping,vj + VJ,3d,glitch,AV - science,dance,research + Research,Music,software + + + + virtual reality,3d @@ -947,15 +611,15 @@ - VJ + collective,sound,light - VJ,Dance + AV,Installation,Sound,Light - Science,Research + Performance @@ -963,15 +627,15 @@ - Design + Animation,3D - Software,Sound + Installation - VJ,Mapping + Film @@ -979,11 +643,15 @@ - Mapping + VJ - Interactive,Performance + Sound,Music,Software + + + + Music @@ -991,15 +659,11 @@ - Film + AV Performance - 3D,Generative,Coding - - - - Collective,Research + Film @@ -1007,11 +671,15 @@ - Glitch,Net art,generative,coding,software + Film,Analog,Research,Smell - Open Source,Games,Music,AV + Photography,Analog + + + + Analog,Film @@ -1019,15 +687,15 @@ - Festival,Vj + Design,Games - Live Cinema,Mapping,VJ + VJ - Vj + VJ @@ -1035,11 +703,339 @@ - Research,Av,Music,VJ + Concept, Video - Interactive,Installation + Sound, Generative + + + + Mapping, Motion graphics + + + + + + + + AV,Performance,Music + + + + AV,Performance + + + + + + + + Film,Analog + + + + Philosophy,Performance + + + + Net art,Painting + + + + + + + + AV,Painting,VJ + + + + Sound,Research,Installation + + + + Analog,Film + + + + + + + + Science,Festival + + + + Live Cinema,Installation,Sound + + + + Photography,Science,Research + + + + + + + + Software + + + + Video,Meditation + + + + Software + + + + Software + + + + + + + + Open Source,Software,Hardware + + + + new media,research + + + + Dance,Film + + + + + + + + Installation,Music + + + + VVVV,Coding,software + + + + + + + + VJ,Installation,Performance + + + + Coding,Research + + + + Installation,New Media + + + + + + + + Politics,Privacy + + + + + + + + Analog,Film,Research + + + + Installation,New Media + + + + Film,Glitch,Analog,Sound + + + + + + + + Music,Performance,Sound + + + + Science,Research + + + + Installation,Research,Interactive + + + + + + + + Design,hardware,Installation + + + + Software,Coding,Sound,Music + + + + VJ,Performance,Film + + + + + + + + Analog,Film + + + + Interactive,Projection + + + + Science,Research + + + + + + + + Installation,Light,Full Dome,VJ + + + + Science,Film,Photography + + + + Mapping,Performance,VJ + + + + + + + + VJ,Drawing + + + + Interactive,Performance + + + + Performance,Drawing + + + + + + + + mapping,vj + + + + science,dance,research + + + + + + + + VJ + + + + VJ,Dance + + + + Science,Research + + + + + + + + Design + + + + Software,Sound + + + + VJ,Mapping + + + + + + + + Mapping + + + + Interactive,Performance + + + + + + + + Film + + + + 3D,Generative,Coding + + + + Collective,Research + + + + + + + + Glitch,Net art,generative,coding,software + + + + Open Source,Games,Music,AV + + + + + + + + Festival,Vj + + + + Live Cinema,Mapping,VJ @@ -1051,15 +1047,15 @@ - Coding,generative + Research,Av,Music,VJ - Open Source,Hardware + Interactive,Installation - Av,Music,Politics + Vj @@ -1067,11 +1063,15 @@ - New Media,Interactive + Coding,generative - Performance,AV,VJ + Open Source,Hardware + + + + Av,Music,Politics @@ -1079,15 +1079,11 @@ - 3D,AV + New Media,Interactive - Performance,Sound,Software,Installation - - - - Performance,Sound,AV + Performance,AV,VJ @@ -1095,11 +1091,15 @@ - Photography + 3D,AV - Robotics,Research + Performance,Sound,Software,Installation + + + + Performance,Sound,AV @@ -1107,15 +1107,11 @@ - Research,Performance + Photography - Design,AV - - - - Architecture + Robotics,Research @@ -1123,15 +1119,15 @@ - AV,VJ + Research,Performance - AV,Music + Design,AV - Performance,Hacking,Music + Architecture @@ -1139,15 +1135,15 @@ - Music,Sound,Production,Research + AV,VJ - Hacking,Coding + AV,Music - Performance,Dance + Performance,Hacking,Music @@ -1155,15 +1151,15 @@ - Interactive,Generative,Coding + Music,Sound,Production,Research - Performance,Dance,Interactive + Hacking,Coding - Interactive,Software + Performance,Dance @@ -1171,15 +1167,15 @@ - Performance,Interactive,Software + Interactive,Generative,Coding - Photography + Performance,Dance,Interactive - Performance,Sound + Interactive,Software @@ -1187,23 +1183,15 @@ - mapping,av + Performance,Interactive,Software - coding,software + Photography - dance,performance,animation - - - - software,vj,coding,Vvvv - - - - live cinema,vj,performance,av + Performance,Sound @@ -1211,19 +1199,23 @@ - New Media,Research + mapping,av - Sound,Installation + coding,software - Performance,Software + dance,performance,animation - Performance + software,vj,coding,Vvvv + + + + live cinema,vj,performance,av @@ -1231,15 +1223,19 @@ - mapping + New Media,Research - Performance,Film + Sound,Installation - Theater,Politics,Live Cinema + Performance,Software + + + + Performance @@ -1247,19 +1243,15 @@ - festival,VJ + mapping - festival,VJ,vvvv,Hardware + Performance,Film - festival,installation,software - - - - festival,installation,architecture,light + Theater,Politics,Live Cinema @@ -1267,15 +1259,19 @@ - Software + festival,VJ - Film + festival,VJ,vvvv,Hardware - Hacking,Performance,Software,VJ,Games + festival,installation,software + + + + festival,installation,architecture,light @@ -1283,15 +1279,15 @@ - AV,Performance + Software - Experimental,Film + Film - Hacking,Performance,VJ + Hacking,Performance,Software,VJ,Games @@ -1299,11 +1295,15 @@ - Performance,Illustration + AV,Performance - VVVV + Experimental,Film + + + + Hacking,Performance,VJ @@ -1311,23 +1311,11 @@ - festival + Performance,Illustration - Festival - - - - installation,festival - - - - festival - - - - festival + VVVV @@ -1335,11 +1323,23 @@ - Performance,Painting + festival - Research,Collaboration + Festival + + + + installation,festival + + + + festival + + + + festival @@ -1347,15 +1347,11 @@ - Video Art,Research + Performance,Painting - Hardware - - - - VJ, Video Art, Association,visualBerlin + Research,Collaboration @@ -1363,7 +1359,15 @@ - Light,Installation,Processing,Open Source + Video Art,Research + + + + Hardware + + + + VJ, Video Art, Association,visualBerlin @@ -1371,11 +1375,7 @@ - Installation,Sound - - - - Software,Sound,Open Source + Light,Installation,Processing,Open Source @@ -1383,15 +1383,11 @@ - Vj,Festival + Installation,Sound - Science,Performance - - - - Interaction,Installation,Software + Software,Sound,Open Source @@ -1399,11 +1395,15 @@ - Games,Festival + Vj,Festival - Politics,Street Art + Science,Performance + + + + Interaction,Installation,Software @@ -1411,15 +1411,11 @@ - Design,Research + Games,Festival - Game,Programming - - - - Dance,Performance,VJ + Politics,Street Art @@ -1427,11 +1423,15 @@ - VJ + Design,Research - coding,Pure Data,Processing + Game,Programming + + + + Dance,Performance,VJ @@ -1439,15 +1439,11 @@ - mapping + VJ - photography - - - - Software,glitch,QuartzComposer + coding,Pure Data,Processing @@ -1455,39 +1451,55 @@ - VJ,software,installation,visualBerlin + mapping - AV,Live Cinema,visualBerlin + photography - music,games,AV,visualBerlin + Software,glitch,QuartzComposer + + + + + + + + VJ,software,installation,visualBerlin - live cinema,visualBerlin + AV,Live Cinema,visualBerlin - AV,visualBerlin + music,games,AV,visualBerlin - VJ,mapping,visualBerlin + live cinema,visualBerlin - mapping,visualBerlin + AV,visualBerlin - AV,music,visualBerlin + VJ,mapping,visualBerlin - hardware,live cinema,visualBerlin + mapping,visualBerlin + + + + AV,music,visualBerlin + + + + hardware,live cinema,visualBerlin @@ -1749,6 +1761,12 @@ + + + + + + diff --git a/_site/video_fullscreen/index.html b/_site/video_fullscreen/index.html index 8d81861e..9c3d3cbb 100644 --- a/_site/video_fullscreen/index.html +++ b/_site/video_fullscreen/index.html @@ -234,6 +234,12 @@ + + + + + + diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 00000000..e29a7a25 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +sh root@panda.ecobytes.net -p 666 'cd /tmp/scopesessions.org/ && git pull && docker cp _site openstepsorg_static_1:/var/www/scopesessions.org' diff --git a/images/AAAwebsiteLogo.gif b/images/AAAwebsiteLogo.gif new file mode 100644 index 00000000..38e466ec Binary files /dev/null and b/images/AAAwebsiteLogo.gif differ diff --git a/images/thorsten-amaze.jpg b/images/thorsten-amaze.jpg new file mode 100644 index 00000000..2b9c2c87 Binary files /dev/null and b/images/thorsten-amaze.jpg differ