Jane Austen【简·奥斯汀】
Jane Austen
Jane Austen, a famous English writer, was born at Steventon, Hampshire,
on December 16, 1775, and died on July 18, 1817.
简·奥斯汀,是一位著名的英国作家,1775年12月16日出生
在汉普郡的史蒂文顿逝世与1817年7月18日。
She began writing early in life, although the prejudices of her times forced
her to have her books published anonymously.
她早年就开始写作,尽管当时的偏见迫使她匿名出版自己的书籍。
But Jane Austen is perhaps the best known and best loved of
Bath's many famous local people and visitors.
在巴斯众多著名的本地人和游客中,简·奥斯汀可能是最知名,最受人爱戴的人物。
She paid two long visits here during the last five years of
the eighteenth century and from 1801 to 1806, Bath was her home.
18世纪的最后5年以及1801到1806年,她先后两次常住与此,巴斯就是她的家。
She deep knowledge of the city is fully seen in two of her novels,
Northanger Abbey and Persuasion, which are largely set in Bath.
她对这座城市的深刻了解充分体现在了她的两部小说里——《诺桑当修道院》和《劝导》,
这两部小说大部分场景都发生在巴斯。
The city is still very much as Jane Austen knew it, keeping in its
street and public buidings the well-ordered world that she
described so well in her novels.
这座城市还是跟简·奥斯汀所熟悉的那样,街道有序,公共建筑井然,
正如她在小说中描述的那样。
Now the pleasureof learning Jane Austen's Bath can be enhanced by
visiting the Jane Austen Centre in Gay Street.
现在去参观位于盖伊街的简·奥斯汀时期纪念中心,可以让研究简·奥斯汀
时期的巴斯变得跟有趣。
Here, in a Georgian town house in the heart of the city, you can
find out more about Bath in Jane Austen's time and the importance
of Bath in her life and work.
在这里,位于城市中心的乔治亚时期的排屋,你可以更多的了解在简·奥斯汀
时期的巴斯,以及巴斯在她一生的生活和创作中的重要地位。
The Centre has been set up with the help and guidance of members
of the Jane Austen Society.
该中心是在简·奥斯汀研究学会的帮助和指导下成立的。
After your visit to the Centre, you can look round the attractive shop,
which offers a huge colledtion of Jane Austen related books, cards
and many specially designed gifts.
参观完中心后,你可以逛逛有意思的商店,那里有大量与简·奥斯汀有关的书籍,
明信片和许多特别设计的礼物。
Jane Austen quizzes are offered to keep the children busy.
有关简·奥斯汀的谜语,总是能让孩子们乐此不疲。
You can also have walking tours of Jane Austen's Bath, which is a great way
to find out more about Jane Austen and discover the wonderful Georgian city of Bath.
你也可以在简·奥斯汀时期的巴斯漫步,这也是了解简·奥斯汀并发现乔治亚时期的巴斯的好方式。
The tour lasts about one and a half hours. The experienced guides will
take you to the places where Jane lived,walked and shopped.
步行大约要用一个半小时,有经验的导游会将你带到简·奥斯汀住过、走过、购物过的地方。
2017年陕西省高考英语试题
| 单词 | 释意 | 
| anonymously | adv.用匿名的方式 | 
| prejudices | n.成见;偏见;歧视 | 
| enhanced | adj.提高的;加强的 | 
| quizzes | n.问答比赛 | 
| well-ordered | adj.秩序井然的 | 
| forced | adj.被迫的 | 
| guidance | n.引导;指导 | 
| attractive | adj.有魅力的,吸引人的 | 
| related | adj.有关的;相关的 | 
| published | adj.已发布的;v.出版;公布 | 
Jane Austen【简·奥斯汀】的更多相关文章
- 17.scrapy框架简例使用
		
目标:创建scrapy项目 创建一个spider来抓取站点和处理数据 通过命令行将抓取内容导出 1.创建项目 scrapy startproject tutorial 2.创建spider cd tu ...
 - 如果让莎士比亚、海明威编写JavaScript代码
		
本文作者Angus Croll是Twitter工程师.JavaScript迷.文学迷,并且非常喜欢作家海明威.他在梦中"梦见"一些名人编写JavaScript代码,不同的作家呈现出 ...
 - Python爬虫之requests
		
爬虫之requests 库的基本用法 基本请求: requests库提供了http所有的基本请求方式.例如 r = requests.post("http://httpbin.org/pos ...
 - 《傲慢与偏见》(Pride and Prejudice)
		
<傲慢与偏见>(Pride and Prejudice)改编自英国作家简·奥斯汀的同名小说,1940年上映.讲述了19世纪初期英国的一个普通的中产家庭中五姐妹的爱情与择偶故事.片中因为男主 ...
 - Scrapy - 第一个爬虫和我的博客
		
第一个爬虫 这里我用官方文档的第一个例子:爬取http://quotes.toscrape.com来作为我的首个scrapy爬虫,我没有找到scrapy 1.5的中文文档,后续内容有部分是我按照官方文 ...
 - Elasticsearch中text与keyword的区别
		
text类型 1:支持分词,全文检索,支持模糊.精确查询,不支持聚合,排序操作; 2:test类型的最大支持的字符长度无限制,适合大字段存储: 使用场景: 存储全文搜索数据, 例如: 邮箱内容.地址. ...
 - 【NLP】Python NLTK获取文本语料和词汇资源
		
Python NLTK 获取文本语料和词汇资源 作者:白宁超 2016年11月7日13:15:24 摘要:NLTK是由宾夕法尼亚大学计算机和信息科学使用python语言实现的一种自然语言工具包,其收集 ...
 - Web API 之CRUD
		
注:例子来自微软Web API官网(https://www.asp.net/web-api/overview/data/using-web-api-with-entity-framework/part ...
 - angularJS 二
		
angularJS 2.1 ngForm <!DOCTYPE html> <html lang="zh-cn" ng-app> <head> ...
 
随机推荐
- HDU 5465——Clarke and puzzle——————【树状数组BIT维护前缀和+Nim博弈】
			
Clarke and puzzle Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others ...
 - 傻瓜式的go modules的讲解和代码,及gomod能不能引入另一个gomod和gomod的use of internal package xxxx not allowed
			
一 国内关于gomod的文章,哪怕是使用了百度 -csdn,依然全是理论,虽然golang的使用者大多是大神但是也有像我这样的的弱鸡是不是? 所以,我就写个傻瓜式教程了. github地址:https ...
 - 服务器部署nginx报错 nginx: [warn] conflicting server name "localhost" on xxx.xxx.xxx.xxx:80, ignored
			
问题 修改nginx配置参数后,使用nginx -t检查配置. 提示successfull后就可以使用 nginx -s reload来重新加载配置 我配置的过程中遇到这样的问题,就是绑定了主机名后, ...
 - c/s和b/s的区别及实例说明【转】
			
B/S结构,即Browser/Server(浏览器/服务器)结构,是随着Internet技术的兴起,对C/S结构的一种变化或者改进的结构.在这种结构下,用户界面完全通过WWW浏览器实现,一部分事务逻辑 ...
 - B/S模式获取客户端IP地址
			
using System.Web; namespace Common { public class IPUtil { /// <summary> /// 获取IP地址 /// </s ...
 - 从零开始的全栈工程师——js篇2.7(JS数据类型具体分析)
			
JS数据类型具体分析与数据的三大存储格式 1. 字符串 string2. 数字 number3. 布尔 boolean4. null 空5. undefined 未定义↑↑↑叫基本数据类型 基本数据类 ...
 - 用weex create 创建app项目 报 ERROR in index.web.js from UglifyJs 错误!
			
用weex create创建一个APP项目,安装依赖后运行报 这个是package.json index.web.js 在dist目录下是build时生成的. 上面的答案没有给大家细节,不好意思致歉下 ...
 - Struts2笔记1
			
一.简介 1.作用于web层:Struts2是一种基于MVC模式的轻量级Web框架; 2.各文件夹简介:  apps:该文件夹存用于存放官方提供的Struts2示例程序,这些程序可以作为学习者 ...
 - [转]linux远程登入不需要密码
			
如何通过一台linux ssh远程其他linux服务器时,不要输入密码,可以自动登入.提高远程效率,不用记忆各台服务器的密码. 工具/原料 ssh,ssh-keygen,scp 方法/步骤 ...
 - 【MFC】MFCMenuButton 的用法
			
背景:因为对话框界面上的空间有限,为了节省空间,我决定采用一个MFCMenuButton用来实现同一类按钮事件.本来我打算设置两个按钮:“单个删除文件”和“清空所有文件”两个按钮,但是空间太小,而且这 ...