SEBASTIAN CICHOCKI Curator and art critic, born 1975, lives in Gliwice and works in Bytom, Poland EDUCATION 1995 - 2001
University of Silesia, Katowice
MA in sociology at the Faculty of Social Science
MA thesis submitted in June 2001 examines the subject of the Jewish minority in Southern Poland
PROFESSIONAL EXPERIENCE Since February 2003 Sebastian Cichocki has been chief curator of the Kronika Gallery in Bytom, one of the main municipal galleries of contemporary art in southern Poland. Under his leadership Kronika has become one of the most recognized galleries of its kind in the country, with programs that are truly challenging. Since May 2003 Cichocki has been cooperating with the Foskal Gallery Foundation in Warsaw. Together, they have co-presented the exhibitions "Ukryte w Sloncu" (Hidden in the Daylight) and "Borders and Beyond" in Cieszyn (2003, in collaboration with the Pro Helvetia Foundation) and "Akcja rownolegla" (Parallel Action) in Cieszyn (2004, in collaboration with relations, a project of the Federal Cultural Foundation, Germany). For the Upper-Silesian Cultural Center in Katowice Cichocki develops independent art projects as curator, helps launch new exhibitions, and contributes promotional articles in the press and on-line as well as critical texts published in the Cultural Centre's quarterly magazine "Opcje". Since September 2003, at the invitation of Deutsche Bank, Cichocki has been serving on the nominating board of the young Polish artists competition "Spojrzenia" (Glances). Since March 2003 he is vice-president of the Association for Cultural Integration "Cross Over". The aim of the association is to promote emerging Polish artists and socially-oriented artistic projects. It operates two cultural centers: the CO2 Gallery in Gliwice and the Zaglebiowski Art Institute in Sosnowiec. Since 1999 Cichocki has been active as journalist and art critic and co-operates with online sites and printed magazines devoted to cultural life. He has published over 200 texts on contemporary art, including reviews, interviews, and previews: - in magazines:
"ARTeon" - contributor since the year 2002
"AKTIVIST" - chief reviewer of the arts column, Silesian edition
"OPCJE"
"SLASK"
"ULTRAMARYNA" - chief editor of the arts column
"CITY MAGAZINE"
"EXIT"
-on online sites:
"RASTER" - regular contributor
"ARTMIX" - regular contributor since the beginning of the year 2003
"ART.PAPIER"
- texts in exhibition catalogues and leaflets, also abroad, including a contribution to the catalogue of the Prague Biennale 1.
\")");*/
//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);
}
//-->