Catherine Barnett

Catherine Barnett (born 1960 in San Francisco)[1] is an American poet and educator. She is the author of Human Hours (Graywolf Press, 2018), The Game of Boxes (Graywolf Press, 2012), winner of the James Laughlin Award, and Into Perfect Spheres Such Holes Are Pierced (Alice James Books, 2004), winner of the Beatrice Hawley Award. Her honors include a Whiting Award and a Guggenheim Fellowship. She has published widely in journals and magazines including The American Poetry Review, Barrow Street, The Iowa Review, The Kenyon Review, The Massachusetts Review, New York Review of Books, The New Yorker, Pleiades, Poetry, The Virginia Quarterly Review, and The Washington Post. Her poetry was featured in The Best American Poetry 2016, edited by Edward Hirsch.[2] Barnett teaches in the graduate and undergraduate writing programs at New York University and is a distinguished lecturer at Hunter College. She has also taught at Princeton University, The New School, and Barnard College, where she is a Visiting Poet. She also works as an independent editor. She received her B.A. from Princeton University and an MFA from Warren Wilson College MFA Program for Writers.

Honors and awards

Published works

gollark: Well, what didn't work, then?
gollark: They aren't that hard. You just use `server_name` in the `server` block.
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.

References

  1. "Catherine Barnett". whiting.org. Retrieved 2020-03-11.
  2. "The Best American Poetry 2016 Table of Contents". Archived from the original on 2019-04-20. Retrieved 2018-07-23.
  3. "Guggenheim Foundation 2006 Fellows". John Simon Guggenheim Foundation. 2006. Archived from the original on October 27, 2008. Retrieved 2008-11-10.

Sources

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.