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 @@
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
+
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
-