T.S. Eliot - Biographical

Thomas Stearns Eliot (1888-1965) was born in St. Louis, Missouri, of an old New England family. He was educated at Harvard and did graduate work in philosophy at the Sorbonne, Harvard, and Merton College, Oxford. He settled in England, where he was for a time a schoolmaster and a bank clerk, and eventually literary editor for the publishing house Faber & Faber, of which he later became a director. He founded and, during the seventeen years of its publication (1922-1939), edited the exclusive and influential literary journal Criterion. In 1927, Eliot became a British citizen and about the same time entered the Anglican Church.

Eliot has been one of the most daring innovators of twentieth-century poetry. Never compromising either with the public or indeed with language itself, he has followed his belief that poetry should aim at a representation of the complexities of modern civilization in language and that such representation necessarily leads to difficult poetry. Despite this difficulty his influence on modern poetic diction has been immense. Eliot's poetry from Prufrock (1917) to the Four Quartets (1943) reflects the development of a Christian writer: the early work, especially The Waste Land (1922), is essentially negative, the expression of that horror from which the search for a higher world arises. In Ash Wednesday (1930) and the Four Quartets this higher world becomes more visible; nonetheless Eliot has always taken care not to become a «religious poet». and often belittled the power of poetry as a religious force. However, his dramas Murder in the Cathedral (1935) and The Family Reunion (1939) are more openly Christian apologies. In his essays, especially the later ones, Eliot advocates a traditionalism in religion, society, and literature that seems at odds with his pioneer activity as a poet. But although the Eliot of Notes towards the Definition of Culture(1948) is an older man than the poet of The Waste Land, it should not be forgotten that for Eliot tradition is a living organism comprising past and present in constant mutual interaction. Eliot's plays Murder in the Cathedral (1935), The Family Reunion (1939), The Cocktail Party (1949),The Confidential Clerk (1954), and TheElderStatesman(1959) were published in one volume in 1962; Collected Poems 1909-62 appeared in 1963.

From Nobel Lectures, Literature 1901-1967, Editor Horst Frenz, Elsevier Publishing Company, Amsterdam, 1969

This autobiography/biography was written at the time of the award and first published in the book series Les Prix Nobel. It was later edited and republished inNobel Lectures. To cite this document, always state the source as shown above.

T.S. Eliot died on January 4, 1965.

source:http://www.nobelprize.org/nobel_prizes/literature/laureates/1948/eliot-bio.html

Eliot的更多相关文章

  1. Python 资源大全中文版

    Python 资源大全中文版 我想很多程序员应该记得 GitHub 上有一个 Awesome - XXX 系列的资源整理.awesome-python 是 vinta 发起维护的 Python 资源列 ...

  2. Python: Windows 7 64位 安装、使用 pymongo 3.2

    官网tutorial:  http://api.mongodb.com/python/current/tutorial.html 本教程将要告诉你如何使用pymongo模块来操作MongoDB数据库. ...

  3. 最全的linux命令大全,shell运维手册

    shell实例手册 0 说明{ 手册制作: 雪松} 1 文件{        ls -rtl                 # 按时间倒叙列出所有目录和文件 ll -rt    touch file ...

  4. 【转】What is an SDET? Part 2 – Skill Matrix of SDET

    What is an SDET? Part 2 ---- Skill Matrix of SDET (Instead of naming it as part 2 of What is an SDET ...

  5. 【转】What is an SDET

    What is an SDET? SDET stands for Software Development Engineer in Test (or Software Design Engineer ...

  6. [转载]Python 资源大全

    原文链接:Python 资源大全 环境管理 管理 Python 版本和环境的工具 p – 非常简单的交互式 python 版本管理工具. pyenv – 简单的 Python 版本管理工具. Vex  ...

  7. python常用库

    本文由 伯乐在线 - 艾凌风 翻译,Namco 校稿.未经许可,禁止转载!英文出处:vinta.欢迎加入翻译组. Awesome Python ,这又是一个 Awesome XXX 系列的资源整理,由 ...

  8. Mongodb Manual阅读笔记:CH9 Sharding

    9.分片(Sharding) Mongodb Manual阅读笔记:CH2 Mongodb CRUD 操作Mongodb Manual阅读笔记:CH3 数据模型(Data Models)Mongodb ...

  9. springMVC 访问404

    问题:404 但是其他的controller可以访问!!!

随机推荐

  1. GJM :FPSCalc-简单FPS观测类 [转载]

    版权声明:本文原创发表于 [请点击连接前往] ,未经作者同意必须保留此段声明!如有侵权请联系我删帖处理! FPSCalc--简单FPS观测类 利用Unity做的手游项目很多时候要保证流畅度,流畅度最直 ...

  2. ADO.NET操作数据库(一)

    ---恢复内容开始--- [1]ADO.Net简介2015-12-07-20:16:05 ADO.Net提供对Microsoft SQL Server数据源以及通过OLE DB和XML公开的数据源的一 ...

  3. Charted – 自动化的可视化数据生成工具

    Charted 是一个让数据自动生成可视化图表的工具.只需要提供一个数据文件的链接,它就能返回一个美丽的,可共享的图表.Charted 不会存储任何数据.它只是获取和让链接提供的数据可视化. 在线演示 ...

  4. Hybrid框架UI重构之路:六、前端那点事儿(Javascript)

    上文回顾 :Hybird框架UI重构之路:五.前端那点事儿(HTML.CSS) 这里讲述在开发的过程中,一些JS的关键点. 换肤 对于终端的换肤,我之前一篇文章有说了我的想法. 请查看:http:// ...

  5. JavaScript学习笔记-实现枚举类型,扑克牌应用

    //实现枚举类型,扑克牌应用 function creatEnum(p){     //构造函数     var Enumeration = function(){throw 'can not Ins ...

  6. Struts2详细教程

    Struts2详细教程:http://www.yiibai.com/struts_2/

  7. Eclipse开发STM32出现找不到函数的情况的解决方法

    问题表现: 在明明引用了头文件的情况下,出现“undefined reference to  `…'”的情况,例如下图: 解决方法: 在左边的数据目录定位到“system\src\stm32f0-st ...

  8. 【转】HttpClient使用Post和Get提交参数

    package httpclient; import java.io.IOException; import java.net.URLEncoder; import org.apache.common ...

  9. Quartz2D复习(二) --- 手势解锁

    这次支付宝手机客户端升级,把手势解锁那个功能去掉了,引起很多人的抱怨,觉得少了手势解锁的保护,个人信息容易泄漏了... 那么手势解锁功能是怎么是实现的呢,这里使用Quart2D来简单模拟一下, 先看下 ...

  10. mac 下如何切换jdk的版本

    1.打开.bash_profile文件添加一个函数 #add a function for switch idk version.function jdkset() { if [ $# -ne 0 ] ...