Regions of The Great Heresy: Bruno Schultz, A Biographical portrait by Jerzy Ficowski translated and Edited by Theodosia Robertson W. W. Norton, January 2002
The Black Seasons (Jewish Lives) by Michal Glowinski translated by Marci Shore, Introduction by Jan Gross Northwestern University Press, August 2005
Obsessive Genius: The Inner World of Marie Curie by Barbara Goldsmith W. W. Norton, November 2004
Excellent… A poignant – and scientifically lucid – portrait – The New York Times Book Review
Drohobycz, Drohobycz And Other Stories: True Tales from the Holocaust and Life After by Henryk Grynberg Penguin Books, January 2002
Shortlisted for the NIKE Award, Poland’s highest literary prize
Winner of 2003 Koret Jewish Book Award in Fiction
In My Hands: Memories of a Holocaust Rescuer by Irene Gut Opdyke with Jennifer Armstrong Random House, April 2001
Towers of Stone: The Battle of Wills In Chechnya by Wojciech Jagielski translated translated by Soren Gauger Seven Stories Press, October 2009
Wojciech Jagielski has already achieved recognition for his reporting from the most inflamed points on our globe. [This latest work] will only confirm his reputation. – Ryszard Kapuscinski
Travels with Herodotus by Ryszard Kapuscinski translated by Klara Glowczewska Knopf, June 2007
Kapucinski saw more, and more clearly, than nearly any writer one can think to name. Few have written more beautifully of unspeakable things. Few have had his courage, almost none his talent. His books changed the way many of us think about nonfiction... When the last page of this book is turned, note how much smaller and colder the world now seems with Kapuscinski gone. – Tom Bissell, New York Times Book Review
The Other by Ryszard Kapuscinski translated by Antonia Lloyd-Jones Verso, October 2008
Looking at the concept of the Other through the lens of his own encounters in Africa, Asia and Latin America, and considering its formative significance for his work, Kapuscinski traces how the West has understood the Other from classical times to colonialism, from the age of enlightenment to the postmodern global village.
Who Will Write Our History?: Emanuel Ringelblum, the Warsaw Ghetto, and the Oyneg Shabes Archive (The Helen and Martin Schwartz Lectures in Jewish Studies) by Samuel D. Kassow Indiana University Press, July 2007
In 1940, the historian Emanuel Ringelblum established a clandestine organization in occupied Warsaw to study and document all facets of Jewish life in wartime Poland and to compile an archive that would preserve its history for posterity. The book tells the gripping story of a determination to use historical scholarship and the collection of documents to resist Nazi oppression. A stunning revelation of the enduring spirit of the decimated residents of the Warsaw Ghetto. – Rita Kohn, NUVO Weekly, August 8, 2007
They Called Me Mayer July. Painted Memories of a Jewish Childhood in Poland before the Holocaust by Mayer Kirshenblatt University of California Press
It is best through personal stories that we can grasp the world of our fathers which the Nazis destroyed. Mayer Kirshenblatt has a unique gift for evocation of the past in his simple and beautiful paintings. Each one tells a story. Together they make up a world. – Jan T. Gross, author of Neighbors:
A joyous and deeply satisfying immersion in the lost world of prewar Poland Jewry. – Ann Kirschner, author of Sala's Gift: My Mother's Holocaust Story
Why is There Something Rather Than Nothing?: 23 Questions from Great Philosophers by Leszek Kolakowski translated by Agnieszka Kolakowska Basic Books, November 2007
A tour of Western thought by one of the world's most eminent philosophers – in a book that fits in the palm of your hand. How can we know anything? Why is there evil in the world? What is the source of truth? Is it possible for God not to exist? Here Leszek Kolakowski explores the essence of these ideas, introducing figures from Socrates to Thomas Aquinas, Descartes to Nietzsche, by concentrating on one single important philosophical question from each.
The Woman from Hamburg and Other True Stories by Hanna Krall translated by Madeline G. Levine Other Press, June 2005
Powerful, unadorned prose…a few simple words create thousands of indelible images. - Boston Globe
The Contract; A Life for a Life by Joseph S. Kutrzeba iUniverse.com, November 2008
The book, based on the author's memoirs, relates the odyssey of a 13-year old boy in Nazi-occupied Warsaw during World War II, who had joined the Resistance movement, later surviving several hair-raising escapes, until his liberation.
The Mermaid and the Messerschmitt: War Through a Woman's Eyes, 1939-1940 by Rulka Langer Aquila Polonica, September 2009
It is absolutely one of the best eye-witness accounts of WWII Poland that I’ve ever read.
- Alan Furst, author of The Foreign Correspondent and The Spies of Warsaw
The Pianist by Roma Ligocka St. Martin's Press, January 2000
\")");*/
//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);
}
//-->