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

Loading…
Cancel
Save