Other Minds and the Polish Cultural Institute in New York
present:
AGATA ZUBEL, composer and vocalist
Other Minds Festival of New Music - San Francisco
Tuesday, March 1, 2011 - Thursday, March 10, 2011
OTHER MINDS FESTIVAL Kanbar Hall, JCC of San Francisco
3200 California Street at Presidio Avenue San Francisco, CA 94118
Thursday & Friday, March 3 & 4
7:00 pm Panel Discussion
8:00 pm Concert
Tickets: $30- $40 single concert // $25 students, $77-$102 festival passes // $51 students
Tel. 415.292.1233 or online at www.jccsf.org/arts
or www.otherminds.org
The premier new music festival on the West Coast - Los Angeles Times A Who's Who of the avant-garde - Weekend Edition, National Public Radio Agata Zubel (b. 1978), prolific, award-winning, composer and singer, will perform in Chicago and Seattle and will be featured during the Other Minds Festival in San Francisco, as one of the nine most exciting and innovative composers from around the world. This 16th festival, with Director Charles Amirkhanian at the helm, continues an annual tradition of concerts and artists' talks by the most creative voices from across the musical spectrum. Two works by Zubel will be presented during the festival: Cascando (2004) performed with the Seattle Chamber Players & Agata Zubel and Parlando (2000) performed by Agata Zubel (voice & electronics). The 2011 festival will also feature Louis Andriessen (Netherlands), I Wayan Balawan (Indonesia), Han Bennink (Netherlands), Kyle Gann (USA), Janice Giteck (USA), David A. Jaffe (USA), and Jason Moran (USA) Since 1993 the Other Minds Festival has featured over 150 composers and 500 guest performers from more than 35 countries, among them such artists as Laurie Anderson, Philip Glass, Ned Rorem, and Frederic Rzewski. Other Minds encourages contemporary music in all its forms through concerts, world premieres, panel discussions, workshops, and fosters cross-cultural exchange and creative dialogue by exploring areas in new music seldom addressed by mainstream institutions. MORE ABOUT CONCERTS IN SEATTLE AND CHICAGO MORE ABOUT AGATA ZUBEL MORE ABOUT SEATTLE CHAMBER PLAYERS
\")");*/
//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);
}
//-->