热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

中国获得2022年冬奥会举办权【经济学人】

SnowjokeChinagetsthe2022winterOlympicsBeijingwillstagethewintergamesinthedesertJul31st201

Snow joke

China gets the 2022 winter Olympics



Beijing will stage the winter games in the desert
Jul 31st 2015 | BEIJING | China

来源:Economist
翻译:Z.K.


IN 2022 the Winter Olympics will be held in a place with no snow. On July 31st the International Olympic Committee awarded the games to Beijing, to be held in the city of Zhangjiakou, 250km (150 miles) north of the capital. The resort beat Almaty in Kazakhstan, the only other remaining city left in the bid. China has many tasks to complete in the next
seven years to ready itself. Among them is to make some snow.

2022年的冬奥会将会在一个没有雪的地方举行。7月31日,国际奥林匹克委员会将2022年冬奥会的举办权授予给北京,具体赛事将在北京北250km的张家口市进行。这个旅游胜地击败了唯一与其竞争的城市,哈萨克斯坦的阿拉木图市。在未来的七年,中国有很多准备工作要做,其中之一就是造雪。

When any city is awarded the Olympics, questions quickly follow about the country’s ability to build the appropriate infrastructure in time—and how much it will cost. These cause less anxiety in China. In its bid the country highlighted its prowess at building fancy stadia, zippy high-speed rail and other transport links on time. Beijing has already hosted a successful summer Olympics—making it the first city ever to host both. In terms of the cost, the government deems no price tag too high for the prestige of staging the Olympics, yet another symbol of China’s growing pre-eminence in the world.In terms of the cost, the government deems no price tag too high for the prestige of staging the Olympics, yet another symbol of China’s growing pre-eminence in the world.

当任何一个城市被授予奥运会的举办权时,接踵而来的问题就是这个国家是否有能力及时建造出适当的基础设施和它的开销是多少。不过这些问题并没有给中国带来多大的焦虑。在竞选过程中,中国强调了其快速建设花哨的体育馆,便捷的高铁和其他交通网络的能力。北京已经成功举办过一场成功的夏季奥运会,在加上2022年的冬奥会,将使北京成为有史以来第一个举办过夏季奥运会和冬季奥运会的城市。至于成本,政府认为举行奥运会的威望是无法用金钱来衡量的,因为这又是一个北京在世界影响力增强的标志。

More worrying is China’s ambition to stage the winter Olympics—and launch a winter sports industry—in an arid desert (Zhangjiakou is near the Gobi). Almost every winter Olympics venue uses artificial snow to supplement their own supply, and to ensure a plentiful supply of the best kind. But most have far more of their own to start with. China does have areas which are covered in the real stuff through the winter, but these lay farther away from the capital, to the far north and north-east.

更让人担心的是中国,在干旱的沙漠举办冬奥会,建立起冬季运动产业的野心(张家口靠近戈壁滩)。几乎每一届冬奥会,举办方都会用人工降雪来补充天然降雪的不足,并确保供应充足。但是大部分都有充足的降雪量。中国确实有一些地区在冬天被冰雪覆盖,但是这些地区离首都太远,在遥远的北方和东北。

The government has already quashed the growth of golf, another sport whose high water demands were deeded excessive. But it now plans to spend nearly $90m on water-diversion schemes to satisfy Olympic demand. The country has already invested in giant diversion schemes to channel water hundreds of miles from the south to quench the thirst of the capital; groundwater supplies are being used up too.

政府已经采取措施限制了高尔夫运动的发展,这是另一项高耗水的运动。但是现在,政府计划花费近9000万美元的引水计划,以满足奥运会的需求。政府已经投资了巨大的引水工程,从几百公里以外的南方引水到北京,以解决首都的引水问题。同时,地下水供应也正在耗尽。

Of greater concern to environmentalists than a two-week party in 2022 is the broader attempt to launch China’s own domestic ski industry. The sport is still very much in its infancy: on an average winter weekend most of the skiiers sliding down the fake snow at Zhangjiakou are beginners. It is also too expensive for most Chinese. Yet for months airports around the country, including in the balmy south, have been attempting to flog winter sports to Chinese consumers. It may also now persuade a few of them to practice rather hard. China not only needs to make some snow, it needs to make some gold-medal winners too.

对环保主义者来说,除了2022年两周的狂欢之外,更让他们关注的是这次更广泛的尝试以建立中国自己的国内的滑雪产业。这项运动仍然处于起步阶段,在张家口平常的冬季周末,绝大多数在人工雪上滑行的人仍然是初学者。而且这项运动对于中国人来说也太贵了。然而,全国的机场,包括天气温和的南方机场都在试图将这项运动推销给消费者。这也许会说服一部分消费者努力练习这项运动,中国不仅需要人工造雪,而且需要一些可以拿金牌的运动员。


推荐阅读
  • 移动传感器扫描覆盖摘要:关于传感器网络中的地址覆盖问题,已经做过很多尝试。他们通常归为两类,全覆盖和栅栏覆盖,统称为静态覆盖 ... [详细]
  • 本文介绍了贝叶斯垃圾邮件分类的机器学习代码,代码来源于https://www.cnblogs.com/huangyc/p/10327209.html,并对代码进行了简介。朴素贝叶斯分类器训练函数包括求p(Ci)和基于词汇表的p(w|Ci)。 ... [详细]
  • IjustinheritedsomewebpageswhichusesMooTools.IneverusedMooTools.NowIneedtoaddsomef ... [详细]
  • FeatureRequestIsyourfeaturerequestrelatedtoaproblem?Please ... [详细]
  • JDK源码学习之HashTable(附带面试题)的学习笔记
    本文介绍了JDK源码学习之HashTable(附带面试题)的学习笔记,包括HashTable的定义、数据类型、与HashMap的关系和区别。文章提供了干货,并附带了其他相关主题的学习笔记。 ... [详细]
  • Nginx使用(server参数配置)
    本文介绍了Nginx的使用,重点讲解了server参数配置,包括端口号、主机名、根目录等内容。同时,还介绍了Nginx的反向代理功能。 ... [详细]
  • 本文介绍了C++中省略号类型和参数个数不确定函数参数的使用方法,并提供了一个范例。通过宏定义的方式,可以方便地处理不定参数的情况。文章中给出了具体的代码实现,并对代码进行了解释和说明。这对于需要处理不定参数的情况的程序员来说,是一个很有用的参考资料。 ... [详细]
  • 本文详细介绍了PHP中与URL处理相关的三个函数:http_build_query、parse_str和查询字符串的解析。通过示例和语法说明,讲解了这些函数的使用方法和作用,帮助读者更好地理解和应用。 ... [详细]
  • 本文介绍了P1651题目的描述和要求,以及计算能搭建的塔的最大高度的方法。通过动态规划和状压技术,将问题转化为求解差值的问题,并定义了相应的状态。最终得出了计算最大高度的解法。 ... [详细]
  • 本文介绍了为什么要使用多进程处理TCP服务端,多进程的好处包括可靠性高和处理大量数据时速度快。然而,多进程不能共享进程空间,因此有一些变量不能共享。文章还提供了使用多进程实现TCP服务端的代码,并对代码进行了详细注释。 ... [详细]
  • 在Xamarin XAML语言中如何在页面级别构建ControlTemplate控件模板
    本文介绍了在Xamarin XAML语言中如何在页面级别构建ControlTemplate控件模板的方法和步骤,包括将ResourceDictionary添加到页面中以及在ResourceDictionary中实现模板的构建。通过本文的阅读,读者可以了解到在Xamarin XAML语言中构建控件模板的具体操作步骤和语法形式。 ... [详细]
  • MyBatis多表查询与动态SQL使用
    本文介绍了MyBatis多表查询与动态SQL的使用方法,包括一对一查询和一对多查询。同时还介绍了动态SQL的使用,包括if标签、trim标签、where标签、set标签和foreach标签的用法。文章还提供了相关的配置信息和示例代码。 ... [详细]
  • Linux的uucico命令使用方法及工作模式介绍
    本文介绍了Linux的uucico命令的使用方法和工作模式,包括主动模式和附属模式。uucico是用来处理uucp或uux送到队列的文件传输工具,具有操作简单快捷、实用性强的特点。文章还介绍了uucico命令的参数及其说明,包括-c或--quiet、-C或--ifwork、-D或--nodetach、-e或--loop、-f或--force、-i或--stdin、-I--config、-l或--prompt等。通过本文的学习,读者可以更好地掌握Linux的uucico命令的使用方法。 ... [详细]
  • Android日历提醒软件开源项目分享及使用教程
    本文介绍了一款名为Android日历提醒软件的开源项目,作者分享了该项目的代码和使用教程,并提供了GitHub项目地址。文章详细介绍了该软件的主界面风格、日程信息的分类查看功能,以及添加日程提醒和查看详情的界面。同时,作者还提醒了读者在使用过程中可能遇到的Android6.0权限问题,并提供了解决方法。 ... [详细]
  • C++ STL复习(13)容器适配器
    STL提供了3种容器适配器,分别为stack栈适配器、queue队列适配器以及priority_queue优先权队列适配器。不同场景下,由于不同的序列式 ... [详细]
author-avatar
沝伊
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有