Browse Source

paragraph re-adjust

transformations
JoanaChicau 6 years ago
parent
commit
8a31542b7e
  1. 57
      content/choreo-graphic-book-launch.en.md

57
content/choreo-graphic-book-launch.en.md

@ -10,51 +10,34 @@ featured_image: /images/choreo_joanachicau.gif
< body > < script > < body > < script >
var delay="5"; var delay="5"; <br>
var count="0"; var count="0";
Texts=new Array (); Texts=new Array (); <br>
Texts[0]="Media Choreographies."; <br>
Texts[0]="Media Choreographies."; Texts[1]="ChoreoGraphic Vocabularies"; <br>
Texts[2]="Choreo-Graphic-Matters"; <br>
Texts[1]="ChoreoGraphic Vocabularies"; Texts[3]="Choreo-Graphic-Hypothesis"; <br>
Texts[4]="Rehearsal Series"; <br>
Texts[2]="Choreo-Graphic-Matters"; Texts[5]="Scores & Scripts"; <br>
Texts[6]="A glossary of language for movements"; <br>
Texts[3]="Choreo-Graphic-Hypothesis"; Texts[7]="Choreographing from 0 to 1 and beyond"; <br>
Texts[8]="Algorithmic Anatomies"; <br>
Texts[4]="Rehearsal Series"; Texts[9]="Language(s) and Breathing"; <br>
Texts[10]="Dancing Bodi{es} & Choreographing Code{s}"; <br>
Texts[5]="Scores & Scripts"; Texts[11]="ChoreoGraphing Design"; <br>
Texts[12]="Designing Choreographies"; <br>
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 ( ) Moving_Title ( )
</ script > </ body > </ script > </ body > <br>
< head > <br>
< 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" > <br>
</ head> <br>
< 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"; > <br>
</ head>
< meta author="Joana Chicau"; >
Find here a sneak preview of the publication at: <http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf> Find here a sneak preview of the publication at: <http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf>

Loading…
Cancel
Save