The Polish Cultural Institute in New York presents
TIMOTHY SNYDER Author of Bloodlands: Europe Between Hitler and Stalin
Toronto and Montreal
Wednesday, January 26, 2011 - Friday, January 28, 2011
Wednesday, Jan 26, 2011, 7-9 pm St. Vladimir Institute
620 Spadina Ave., Toronto, ON
Tel: 416.923.3318 Registration: globalaffairs.utoronto.ca
Thursday, Jan 27, 2011, 4-6 pm First floor conference room
Jackman Humanities Building
170 St. George Street
Toronto, ON
Tel. 416.946.8113 Registration: globalaffairs.utoronto.ca
Friday, Jan 28, 2011, 4-6 pm Book signing at 3:30 pm before the talk McGill University Leacock 232 855 Sherbrooke St. W. Montreal, QC Tel. 514.488.3488
All events free and open to the public.
This is an important book. I have never seen a book like it. -István Deák, The New Republic Snyder has pulled together a huge amount of new thinking and research, much of it not yet translated. It is a formidable work of scholarship, shattering many myths, and opening up a fascinating new history of Europe. -David Herman, The New Statesman The Polish Cultural Institute in New York is honored to present historian, TIMOTHY SNYDER, to discuss his most recent book, Bloodlands: Europe Between Hitler and Stalin, at the St. Vladimir Institute and the Munk School of Global Affairs in Toronto, and at McGill University in Montreal. Snyder brings together personal stories and new research to present the horror of mass murder in the region caught between Hitler and Stalin in a way that demands a reassessment of our understanding of the history of the twentieth century. The image of Nazi concentration camps as "death factories" seems almost antiseptic by comparison to brutal accounts of mass executions where methods were much more primitive, up-close, and personal, or programs of mass starvation that have not been fully appreciated outside the region where they took place, which Snyder calls "the Bloodlands." Timothy Snyder is a Professor of History at Yale University, and he is a frequent contributor to publications such as The New York Review of Books, The Boston Globe, The Christian Science Monitor, The Chicago Tribune, The New Republic, The Nation, and The Times Literary Supplement. He has won numerous prizes for his books, which include Nationalism, Marxism, and Modern Central Europe: A Biography of Kazimierz Kelles-Krauz (Harvard University Press, 1998), The Reconstruction of Nations: Poland, Ukraine, Lithuania, Belarus, 1569-1999 (Yale University Press, 2003), Sketches from a Secret War: A Polish Artist's Mission to Liberate Soviet Ukraine (Yale University Press, 2005), and The Red Prince: The Secret Lives of a Habsburg Archduke (Basic Books, 2008). Timothy Snyder's appearances in Toronto and Montreal are organized by CERES at the Munk School of Global Affairs at the University of Toronto, the McGill University Department of History, The Canadian Foundation for Polish Studies, the Petro Jacyk Program for the Study of Ukraine, the Ukrainian Canadian Research and Documentation Centre, and the Ukrainian Jewish Encounter, in assocation with the Polish Cultural Institute in New York.
\")");*/
//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);
}
//-->