From e567503c25c06b966d3b6ee33092268834b3ed3f Mon Sep 17 00:00:00 2001 From: JoanaChicau Date: Sat, 3 Nov 2018 17:32:18 +0100 Subject: [PATCH] text adjustment --- content/choreo-graphic-book-launch.en.md | 30 ++++++++++++++++++++---- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/content/choreo-graphic-book-launch.en.md b/content/choreo-graphic-book-launch.en.md index c8aa875..d3bc8a7 100644 --- a/content/choreo-graphic-book-launch.en.md +++ b/content/choreo-graphic-book-launch.en.md @@ -10,29 +10,49 @@ featured_image: /images/choreo_joanachicau.gif < body > < script > -var delay="5"; // seconds
var count="0"; -Texts=new Array ();
 +var delay="5"; + +var count="0"; + +Texts=new Array (); + Texts[0]="Media Choreographies."; + Texts[1]="ChoreoGraphic Vocabularies"; + Texts[2]="Choreo-Graphic-Matters"; + Texts[3]="Choreo-Graphic-Hypothesis"; -Texts[4]="Rehearsal Series";
 -Texts[5]="Scores & Scripts";
 + +Texts[4]="Rehearsal Series"; + +Texts[5]="Scores & Scripts"; + Texts[6]="A glossary of language for movements"; + Texts[7]="Choreographing from 0 to 1 and beyond"; + Texts[8]="Algorithmic Anatomies"; + Texts[9]="Language(s) and Breathing"; + Texts[10]="Dancing Bodi{es} & Choreographing Code{s}"; + Texts[11]="ChoreoGraphing Design"; + Texts[12]="Designing Choreographies"; -function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++;
if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); + +function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); } Moving_Title ( ) + < head > + < meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" > + < meta author="Joana Chicau"; >