The Art and Theater of Tadeusz Kantor is the first comprehensive presentation in the U.S. of the work and life of this world-famous "total artist." It aims to present Kantor (1915-1990), one of the 20th century's greatest artists, in the full context of his creativity: in both the theater and the visual arts. Beginning with the presentation of Kantor's The Desk (1975), one of the major works in the Jewish Museum'sTheaters of Memory: Art and the Holocaust exhibition, continuing with a week of screenings of filmed records of Kantor's performances at La MaMa E.T.C., the series concludes on January 26, with a one-day International Conference at the Martin E. Segal Theatre Center, CUNY Graduate Center. Kantor's work as both theater and visual artist will be discussed by specialists on his work, his collaborators and friends: Dore Ashton, Marek Bartelik, Monika Fabijanska, Daniel Gerould, David Gothard, Norman Kleeblatt, Michal Kobialka, Ludmila Ryba, Richard Schechner, Ellen Stewart, Jaroslaw Suchan, and Natalia Zarzecka. Documentary films on the life and work of Tadeusz Kantor will be screened. CONFERENCE PROGRAM & PARTICIPANTS Tadeusz Kantor (1915-1990) was one of the 20th century's most innovative visual artists, stage directors, and theoreticians. The breadth and diversity of his artistic endeavors align him with such diverse artists as, for example, Stanislaw Ignacy Witkiewicz (Witkacy), Marcel Duchamp, Vsevelod Meyerhold, Oscar Schlemmer, Antonin Artaud, Jackson Pollock, Jerzy Grotowski, Christo, Allan Kaprow, Peter Brook, or Robert Wilson. Kantor is to Polish art what Joseph Beuys was to German art, what Andy Warhol was to American art. He created a unique strain of theatre, was an active participant in the revolutions of the neo-avant-garde, a highly original theoretician, an innovator strongly grounded in tradition, an anti-painterly painter, a happener-heretic, and an ironic conceptualist. ... His greatness derives not so much from his oeuvre, as from Kantor himself in his entirety, as a kind of Gesamtkunstwerk that consists of his art, his theory, and his life. - Jaroslaw Suchan, director of Museum of Art in Lodz, curator of Tadeusz Kantor. Interior of Imagination, Zacheta National Gallery of Art, Warsaw 2005 The Jewish Museum's exhibition Theaters of Memory: Art and the Holocaust continues until February 1, 2009. Kantor's sculpture, The Desk (1975) - which was created in connection with The Dead Class performance - is one of the major works in the exhibition, alongside works by Anselm Kiefer, Christian Boltanski, and George Segal. Recently purchased by The Jewish Museum, it is the first of Kantor's works to enter a major American museum collection. Special thanks to the Centre for the Documentation of the Art of Tadeusz Kantor CRICOTEKA in Krakow. Conference Program & Participants Kantor at The Jewish Museum Kantor at La MaMa
\")");*/
//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);
}
//-->