WORK DEMONSTRATION BY TALLER DE INVESTIGACIÓN TEATRAL UNAM - National University of Mexico
NYU Performance Studies Studio, New York, NY
March 12, 2009
GROTOWSKI IN THE AMERICAS
NYU Tisch School of the Arts, New York, NY
February 19, 2009
GROTOWSKI AND MAUD ROBART: ENCOUNTERING AFRO-HAITIAN TRADITION
NYU Tisch School of the Arts, New York, NY
February 12, 2009
ACTORS OF THE POLISH LABORATORY THEATRE: MIECZYSLAW JANOWSKI AND ANDRZEJ PALUCHIEWICZ
directed by Jerzy Grotowski
NYU Tisch School of the Arts, New York, NY
February 8, 2009
- February 9, 2009
LUDWIK FLASZEN: GROTOWSKI'S DEVIL'S ADVOCATE
directed by Jerzy Grotowski
NYU Performance Studies Studio, New York, NY
February 6, 2009
THE YEAR OF GROTOWSKI IN NEW YORK OPENING:
THE THEATRE OF THIRTEEN ROWS (1959) AND
THE GROTOWSKI INSTITUTE IN WROCLAW (2009)
Cantor Film Center, New York, NY
February 6, 2009
- March 20, 2009
EXHIBITION: GROTOWSKI IN POLAND
PHOTOGRAPHS BY ANDRZEJ PALUCHIEWICZ
New York University, New York, NY
February 6, 2009
- July 13, 2009
TRACING GROTOWSKI'S PATH
Year of Grotowski in New York
January 26, 2009
INTERNATIONAL CONFERENCE: THE ART AND THEATER OF TADEUSZ KANTOR
The Martin E. Segal Theatre Center at The CUNY Graduate Center, New York, NY
November 10, 2008
- November 16, 2008
Tadeusz Kantor SCREENINGS: TADEUSZ KANTOR'S "THEATRE OF DEATH"
La MaMa E.T.C., The Annex, New York, NY
October 27, 2008
A SPECIAL EVENING WITH MEMBERS OF THE THEATRE OF THE EIGHTH DAY
Martin E. Segal Theatre Center, New York, NY
September 27, 2008
SPOTLIGHT POLAND
as part of Prelude Festival new works in translation & meeting with artists
Martin E. Segal Theatre Center, The Graduate Center, CUNY, New York, NY
June 21, 2008
DEATH OF A SQUIRREL MAN
a reading of the play
followed by conversation with the playwright in the "Global Scenes" International Play Reading series
by Malgorzata Sikorska-Miszczuk
International Festival of Arts & Ideas, Long Wharf Theatre, Stage II, New Haven, CT
April 20, 2008
Presentation of 2008 Stanislaw Ignacy Witkiewicz Prize for exceptional achievement in the propagation
of Polish theatre culture throughout the world to ELLEN STEWART, director of La MaMa E.T.C.
La MaMa E.T.C. Annex, New York, NY
Krzysztof Warlikowski receives the 2008 VILLAGE VOICE OBIE AWARD for his direction of KRUM by Hanoch Levin
\")");*/
//if(securityError == 0){
if (errors) {
alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = false
//return false
//document.MM_returnValue = (errors == '');
}else{
//return true
document.MM_returnValue = true
}
//}else{
//document.MM_returnValue = false
//}
}
function processCaptcha(){
args1=processCaptcha.arguments;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
var http = new ActiveXObject("Microsoft.XMLHTTP");
}else{
var http = new XMLHttpRequest();
}
//valStr = validationString
process();
var nocache = 0;
function process(){
var urlchallenge= Recaptcha.get_challenge();
var urlresponse= Recaptcha.get_response();
nocache = Math.random();
http.open('get', 'captcha.cfm?challenge='+urlchallenge+'&response='+urlresponse+'&nocache='+nocache);
http.onreadystatechange = insertReply;
http.send(null);
}
function insertReply(){
if(http.readyState == 4){
document.getElementById("content").innerHTML = http.responseText
var response = http.responseText;
var validCheck = response.match('security');
if (validCheck >= 0){
//validate other fields
var i,p,q,nm,test,num,min,max,errors='';
for (i=0; i<(args1.length-2); i+=3) {
test=args1[i+2]; val=MM_findObj(args1[i]);
if (val) {
nm=args1[i];
if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) {
p=val.indexOf('@');
if (p<1 || p==(val.length-1))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain an e-mail address.\n';
} else
if (test!='R') {
num = parseFloat(val);
if (isNaN(val))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number.\n';
if (test.indexOf('inRange') != -1) {
p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if ( min > num || max < num)
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number between '+min+' and '+max+'.\n';
}
}
}else
if (test.charAt(0) == 'R'){
errors += '- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' is required.\n';
}
}
}
//end of valiadting field
// if errors then show errors otherwise submit.
if (errors) {
alert('The following error(s) occurred:\n'+errors);
Recaptcha.reload();
}else{
document.surveyform.submit();
}
//var ret = MM_validateForm(valStr)
//document.getElementById("surveyform").onSubmit=function(){MM_validateForm(valStr);return document.MM_returnValue};
//document.surveyform.submit();
//alert(ret)
}else{
Recaptcha.reload();
}
}
}
}
function pausecomp(millis)
{
var date = new Date();
var curDate = null;
do { curDate = new Date(); }
while(curDate-date < millis);
}
//-->