A Country on Wheels

As cultural symbols go, the American  car is quite young.

作为文化象征的美国汽车还相当年轻。

The Model T Ford was built at the Piquette Plant in Michigan a century ago, with the first

rolling off the assembly line on September 27, 1908.

福特T型汽车一个世纪前才在密歇根的皮科特工业园区生产出来,1908年9月2日,第一辆福特T

型车从流水线上下线。

Only eleven cars were produced the next month. But eventually Henry Ford would build

fifteen million of them.

第二个月也仅生产了11辆。但是亨利·福特最终建造了1500万辆。

Modern America was born on the road, behind a wheel.

现代美国诞生于公路上,诞生于车轮下。

The car shaped some of the most lasting aspects of American cluture: the roadside diner,

the billboard, the motel, even the hamburger.

汽车塑造了美国文化中最永恒的几个方面:路边小餐馆、广告牌、汽车旅馆,甚至汉堡。

For most of the last century, the car represented what it meant to be American-going

forward at high speed to find new worlds.

上世纪的大部分时间里,汽车代表了成为美国人的意义--高速前进,寻找新的生活。

The road novel, the road movie, these are the most typical American ideas, born of abundant

petrol, cheap cars and a never-ending interstate highway system, the largest public works

project in history.

公路小说、公路电影,这些都是最典型的的美国观念,诞生于丰富的汽油,廉价的汽车和永无止境

的州际高速公路系统,而公路系统则是历史上最大型的公共工程项目。

In 1928, Herbert Hoover imagined an America with "a chicken in every pot and a car in every garage."

1928年,赫伯特·胡佛设想的美国是“每个锅里都有鸡,每个车库都有车”。

Since then, this society has moved onward, never looking back, as the car transformed America

from a farm-based society into an industrial power.

从那时起,美国社会一直在向前发展,从不回头,因为汽车将美国从一个以农业为基础的社会转变成了工业强国。

The cars that drove the American Dream have helped to create a global ecological disaster. In America

the demand for oil has grown by 22 percent since 1990.

驱动美国梦的汽车也“帮助”制造了一场全球生态灾难。自从1990年,美国对石油的需求增长了22%。

The problems of excessive energy consumption, climate change and population growth have been

described in a book by the American writer Thomas L. Friedman. He fears the worst, but hopes for the best.

美国作家托马斯·L·费里德曼在一本书中描述了能源过度消耗、气候变化和人口增长等问题。

他对此做最坏的打算,却抱最大的希望。

Friedman points out that the green economy is a chance to keep American strength.

费里德曼之处绿色经济是保持美国实力的机会。

"The ability to design, build and export green technologies for producing clean water, clean

air and healthy and abundant food is going to be the currency of power in the new century."

“在新世纪,设计、建造和出口绿色技术以生产干净的水、空气以及健康、丰富的食物的能力将

成为国家实力。”

2018年浙江卷C

文中单词
单词 释意 单词 释意
drove n.畜群;一大群 ecological adj.生态的;生态学的
disaster n.灾难;天灾 global adj.全球的;全面的
population n.人口;全体市民 green economy 绿色经济
economy n.经济;节约 points n.点数;积分
strength n.体力;力气;长处 technologies n.术语;科技
abundant adj.丰富的;大量的 currency n.货币;流通;流行
power n.力量;能力;权利 billboard n.告示牌;vt.宣传
excessive adj.过多的 onward adj.向前的;adv.向前

A Country on Wheels【车轮上的国家】的更多相关文章

  1. 快速获取Windows系统上的国家和地区信息

    Windows系统上包含了200多个国家和地区的数据,有时候编程需要这些资料.以下代码可以帮助你快速获取这些信息.将Console语句注释掉,可以更快的完成分析. static void Main(s ...

  2. mac上mysql8.0以tar.gz方式手动安装

    一.下载 官网地址: https://dev.mysql.com/downloads/mysql/ 选择:macOS 10.14 (x86, 64-bit), Compressed TAR Archi ...

  3. 企业运维实践-Nginx使用geoip2模块并利用MaxMind的GeoIP2数据库实现处理不同国家或城市的访问最佳实践指南

    关注「WeiyiGeek」公众号 设为「特别关注」每天带你玩转网络安全运维.应用开发.物联网IOT学习! 希望各位看友[关注.点赞.评论.收藏.投币],助力每一个梦想. 本章目录 目录 0x00 前言 ...

  4. Java描述语言、国家和地理的类——Locale

    Locale类代表一个特定的地理.语言和国家环境.一个Locale的实例对象本身不会验证它代表的语言和国家地区信息是否正确,只是向一些对国家和语言.地理等比较敏感的类提供国家地区语言信息,这些类有Da ...

  5. Linux - CentOS7上的时间同步

    1. 时区的概念 1.1 时区简介 地球是自西向东自转,东边比西边先看到太阳,东边的时间也比西边的早.东边时刻与西边时刻的差值不仅要以时计,而且还要以分和秒来计算,这给人们带来不便.所以为了克服时间上 ...

  6. ASP.NET Core 中文文档 第四章 MVC(4.2)控制器操作的路由

    原文:Routing to Controller Actions 作者:Ryan Nowak.Rick Anderson 翻译:娄宇(Lyrics) 校对:何镇汐.姚阿勇(Dr.Yao) ASP.NE ...

  7. 从SQLite获取数据完成一个产品信息展示

    在ios实际开发当中,我们常常用到Core Data做为数据储存首选.但在处理一些大量复杂的数据值且数据之间相互关联的时候,这就不得不使用关系型数据库来实现.例如一个导航程序,自身应该包含大量的地图自 ...

  8. T-SQL 基本语法

    --查询 select DB_ID('B2C') --检查数据库是否存在 if DB_ID('B2C') is not null --使用数据库 use B2C --单引号表示字符串,双引号则不是 U ...

  9. laravel框架总结(十二) -- 关联关系

    这里我们users表对应的模型类名是users,大家特意注意下和user取名的不同 1.一对一关系 1>表A和表B的记录一一对应,比如一个用户对应一个社交账号 数据表的设计如下:   2> ...

随机推荐

  1. HTML文本格式化用法

    1.HTML 文本格式化标签 标签 描述 <b> 定义粗体文本 <em> 定义着重文字,显示为斜体 <i> 定义斜体字 <small> 定义小号字 &l ...

  2. 转:ArcGIS10.1正式版安装与破解

    一.准备文件 ArcGIS10.1安装包:ArcGIS_Desktop_10.1_129026(en) 认证服务:Pre-release_license_manager 注册机:arcgis10.1K ...

  3. Native Method

    While a 100% pure Java solution is nice in principle, realistically, for an application, there are s ...

  4. ListView中CheckBox错乱解决

    思路: ListView在复用的时候会出现很多问题,CheckBox状态会出现错乱,解决思路: 1.使用Map集合的键值对的形式来存放position位置上CheckBox的状态 2.监听CheckB ...

  5. 【Microsoft Azure学习之旅】Azure Java SDK - Service Bus的认证问题

    [2014年12月12日增加备注:12月10日,Microsoft Azure Java SDK team发布了v0.7.0版本,增加对Service Bus SAS的支持,已解决这个问题:-)] 最 ...

  6. 【Node.js】初识Node.js

    因组里项目需要,我和另外一名同事要学习Node.js.之前接触过Javascript,都是前台处理html时用到,现在要用Javascript做后端,学习Node.js,用一段时间专心学习一门新技术, ...

  7. 诸葛io | 精细化运营分析解决方案

    类型: 定制服务 软件包: business intelligence internet media solution collateral 联系服务商 产品详情 解决方案 概要 数据监测 ? 异常发 ...

  8. SpringBoot支持Xml数据格式显示

    第一步:pom文件添加依赖 <dependency> <groupId>com.fasterxml.jackson.dataformat</groupId> < ...

  9. HCNA配置telnet远程管理

    1.拓扑图 说明:通过配置最终能通过R5 用telnet协议登陆到R4上并将R4改名为R44 2.R4配置 <Huawei>sys Enter system view, return us ...

  10. InnoDB锁演示

    create table t1( c1 int(10) unsigned not null default '0', c2 int(10) unsigned not null default '0', ...