Browse Source

text adjustment

transformations
JoanaChicau 6 years ago
parent
commit
e567503c25
  1. 30
      content/choreo-graphic-book-launch.en.md

30
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 ( )
</ script > </ body >
< 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" >
</ head>
< meta author="Joana Chicau"; >

Loading…
Cancel
Save