diff --git a/amplification (copy).php b/amplification (copy).php deleted file mode 100644 index ad18a6e..0000000 --- a/amplification (copy).php +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - - - - - - - -Amplification - - - - - - - - - - -
- -
- -
- -
- -
- - -
- - -
- -
- - -
- - -
- - -
- -
- - - - - - -
-
- -
- -
-
- - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - -
- -
- - - - - -
-

Amplification of female voices

-
- -
-
- -
-

Diary of West Rotterdam

-
- (first experiments) -
-
-
-

Player

-
- (audio archive) -
-
-
-

About

-
- (main page) -
-
- -
-

Podcast4

-
- -
-

Podcast1

-
-
-

Podcast2

-
-
-

Podcast3

-
- - -
-

"Let' s Talk About Unspeakable Things"

-
- (thesis) -
-
- - - - - - \ No newline at end of file diff --git a/player.php b/player.php index 296f91c..197f1dc 100644 --- a/player.php +++ b/player.php @@ -16,259 +16,263 @@
- - -
×
-
×
-
×
-
×
+ +
+
+ + + + +

warming up @Leeszaal 28/3

+
+
+ + + + +

discussing about voice in public @Leeszaal 30/5

+
- - - +
+ + +

discussing about voice in public @Fine Arts 29/3

+
- -
- - - - -

warming up @Leeszaal 28/3

-
+
+ + +

warming up @Leeszaal 8/5

+
-
- - - - -

discussing about voice in public @Leeszaal 30/5

-
-
- - - - -

trascribing+singing vowels @Leeszaal 3/5

-
+
+ + +

transcribing vowels @Leeszaal 28/3

+
-
- - - - -

reading extracts @outside Leeszaal 23/5

-
+
+ + +

warming up @Leeszaal 30/5

+
-
- - - - -

singing vowels @outside Leeszaal 28/3

-
-
- - - - +
+ + +

singing vowels @Fine Arts 29/3

+
-

warming up @outside Leeszaal 23/5

+
+ + +

coffee time @Leeszaal 30/5

-
- + +
+ - + -

personal experiences-distorted voice @outside Leeszaal 23/5

-
+

singing vowels-distorted voice @outside Leeszaal 23/5

+
+ + +
+ + + + +

transcribing vowels @Fine Arts 29/3

+
-
- - - +
+ + + -

reading extracts @Leeszaal 30/5

-
+

reading extracts @Fine Arts 29/3

+
-
- - -

discussing about voice in public @Fine Arts 29/3

-
-
- - -

warming up @Leeszaal 8/5

-
+
+ + + + +

transcribing vowels @outside Leeszaal 23/5

+
+
+ + + + +

statements- distorted voice @Leeszaal 30/5

+
-
- - -

transcribing vowels @Leeszaal 28/3

-
+
+ + + +

discussing about voice in public @Leeszaal 28/3

+
-
- - -

warming up @Leeszaal 30/5

-
+
+ + + +

singing vowels- distorted voice @Leeszaal 30/5

+
-
- - -

singing vowels @Fine Arts 29/3

-
+
+ + +

singing vowels (high) @Fine Arts 29/3

+
-
- - -

coffee time @Leeszaal 30/5

-
+
+ + +

reading extracts @Leeszaal 8/5

+
-
- - - - -

singing vowels-distorted voice @outside Leeszaal 23/5

+
+ + +

warming up @Fine Arts 29/3

+
+ -
- - - - -

transcribing vowels @Fine Arts 29/3

-
+ + +
×
-
- - - - -

reading extracts @Fine Arts 29/3

-
+
×
+
×
-
- - - - -

transcribing vowels @outside Leeszaal 23/5

-
+
×
-
- - - - -

statements- distorted voice @Leeszaal 30/5

-
-
- - - -

discussing about voice in public @Leeszaal 28/3

-
+ +
-
-
+
First sample of city sounds related to public/private and speech and recordings of descriptions from different people
@@ -353,7 +357,7 @@ $("#katalin").click(function(){ -
+
Second sample of city sounds related to public/private and speech and recordings of descriptions from different people
@@ -432,14 +436,14 @@ $("#katalin").click(function(){ -
+

Diary of West Rotterdam

(first experiments)
-
+

Amplification of female voices

(workshops) @@ -447,7 +451,7 @@ $("#katalin").click(function(){
-
+

About

(main page) @@ -462,17 +466,17 @@ $("#katalin").click(function(){
-
+ -
+ -
+ -
+ @@ -531,6 +535,17 @@ var dialogueTimings3 = [1,10,13,20,27,31,53,58,135], } ; +// players in circle +document.querySelectorAll( '.ciclegraph' ).forEach( ( ciclegraph )=>{ + let circles = ciclegraph.querySelectorAll( '.circle' ) + let angle = 360-90, dangle = 360 / circles.length + for( let i = 0; i < circles.length; ++i ){ + let circle = circles[i] + angle += dangle + circle.style.transform = `rotate(${angle}deg) translate(${ciclegraph.clientWidth / 2}px) rotate(-${angle}deg)` + } +}) + diff --git a/podcast1.php b/podcast1.php index fcde898..4748b1e 100644 --- a/podcast1.php +++ b/podcast1.php @@ -258,6 +258,8 @@ echo '
download
'; } } ; + + diff --git a/styles/widescreen.css b/styles/widescreen.css index c681ef1..638e7ec 100644 --- a/styles/widescreen.css +++ b/styles/widescreen.css @@ -692,4 +692,30 @@ li, #angela, #judith, #laurie, #dana, #katalin { width:49%; } +/*players in circle*/ +.ciclegraph { + position: relative; + width: 50%; + height: 30%; + top: 50%; + left: 30% + /*margin: calc(100px / 2 + 0px);*/ +} + +.ciclegraph:before { + content: ""; + position: absolute; + top: 0; left: 0; + width: calc( 100% - 2px * 2); + height: calc( 100% - 2px * 2 ); +} + +.ciclegraph .circle { + position: absolute; + top: 50%; left: 50%; + width: 20%; + /*height: 100px;*/ + margin: calc( -100px / 2 ); +} + /*}*/ \ No newline at end of file