From 6629e121154afb63d56ec0eb9638be5dd81376cf Mon Sep 17 00:00:00 2001 From: alicestrt Date: Wed, 3 Mar 2021 13:23:06 +0100 Subject: [PATCH] tried audio fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8561f8c..6f6708b 100644 --- a/index.html +++ b/index.html @@ -83,7 +83,6 @@ preload="metadata" onloadedmetadata="mDur(dur1,audioBG)" ontimeupdate="mPlay(dur -
×

Wells of Knowledge

This web platform is a publishing moment/fragment of the work "Volitional Volutions of the Volatile Waters" by Merve Kilicer.
How can oral knowledge can be 'recorded', 'documented', 'transferred' through a digital online space? This is the question that drove the research behind this website, which has the map of connections as the main navigation point. The visualisation is inspired by the common history and references that people in Gezi Park shared during the 2013 occupation. Their presence together in the square became a melange of their different voices, slogans, poems and memories. "Could the accumulation of these voices and words be the forming substances of Gezi Spirit?" @@ -191,6 +190,7 @@ function popup_bg(time) { box.play(); }; box.currentTime = time; + console.log(time); };