Often, Szymborska's poems re-create the fleeting instant when disbelief is in suspension and an act of the imagination can take place. – Dana Goodyear, Los Angeles Times
Carnivorous Boy, Carnivorous Bird Poems Selected by Marcin Baran Edited by Anna Skucinska and Elzbieta Wojcik-Leese Zephyr Press, January 2004
This important 2004 bilingual anthology of 24 young Polish poets.
Polish Writers on Writing Edited by Adam Zagajewski Trinity University Press, March 2007
White Magic and Other Poems by Krzysztof Kamil Baczynski translated by Bill Johnston Green Integer, January 2004
Sister Prometheus: Discovering Marie Curie by Douglas Burnet Smith WM Records, September 2008
This book is a profound immersion in Marie Curie’s character and times, and what arises poetically is brilliant, a remarkable and multifaceted portrait of her passionate and turbulent life. – Jan Conn
Six Polish Poets by Jacek Dehnel (editor) Arc Publications, London, April 2009
“Jacek Dehnel's slim bilingual anthology collects some of the most classically lucid poetry in Polish published in the past decade.”
– The Times Literary Supplement
Between Dawn and the Wind by Anna Frajlich translated by Regina Grol Host Publications, October 2006
Gagarin Street by Piotr Gwiazda The Washington Writers' Publishing House, September 2005
In Praise of the Unfinished: Selected Poems by Julia Hartwig translated by John Carpenter and Bogdana Carpenter Knopf, March 2008
For all her topical interest Hartwig is finally a poet of enduring consolation, measured reassurance and scenic clarity. – Publishers Weekly
Selected Poems by Zbigniew Herbert translated by John and Bogdana Carpenter, Czeslaw Milosz, and Peter Dale Scott Wydawnictwo Literackie (Literary Publishing House), Cracow, January 2000
This is the first time that a selection of the beloved Polish poet's work has been published with the original Polish and the English translation presented in parallel on facing pages.
The Collected Poems: 1956-1998 by Zbigniew Herbert translated and edited by Robert Hass and Alissa Valles Ecco, Harper Collins Publishers, February 2007
Herbert himself is significant — like Frost and Auden, he’s a poet whose failure to win the Nobel Prize says more about the prize committee than about the writer. – David Orr, The New York Times
Finally, the work of this powerful master of 20th-century literature is all in one place. – Publishers Weekly
Astonishments: Selected Poems of Anna Kamienska by Anna Kamienska translated and edited by Grazyna Drabik and David Curzon Paraclete Press, July 2007
Anna Kamienska, a brilliant but lesser-known peer of Milosz and Szymborska, discovers a capacity for gratitude in the face of immense loss. Yet another direct, unsentimental voice for transcendence in the wake of disaster.
Been and Gone by Julian Kornhauser translated by Piotr Florczyk Marick Press, April 2009
Like his associates Baranczak, Krynicki, and Zagajewski, Julian Kornhauser is a major figure of the New Wave generation of Polish poets. This remarkable selection from his recent work brings this important Polish writer into English for the first time.
Evening on the Hudson: An Anthology of Jan Lechon’s American Writings by Jan Lechon PIASA Books, New York, June 2005
The New Century: Poems by Ewa Lipska translated Robin Davidson & Ewa Elzbieta Nowakowska Northwestern University Press
\")");*/
//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);
}
//-->