Hong Kong's rapacious consumption and waste production is straining its natural resources and could leave the city vulnerable to global price swings and supply shortages, the World Wide Fund for Nature warns.

The organization's latest report notes Hong Kong's ecological footprint is more than twice the size of China's and nearly triple the Asia-Pacific average. 'If everyone lived the lifestyle we lead in Hong Kong, humanity would need 2.6 Earths to sustain our resource needs,' wrote CW Cheung, a chartered engineer who heads the Footprint Programme at WWF-Hong Kong.

The report's measure of 'ecological footprints' compares the amount of biologically productive land and water needed to absorb what individuals consume and generate in waste. It takes into account renewable resources but excludes toxic byproducts.

The report says the average person's consumption in Hong Kong equals 4.7 global hectares, while the available biocapacity per capita is just 0.03. That leaves the city with one of the world's largest ecological deficits in the world, and the second-largest in Asia after Singapore. Qatar, Kuwait and the United Arab Emirates have the world's largest per-capita deficits.

biocapacity:生物容量,承载力  ecological deficit:生态赤字      

Hong Kong's consumption has risen dramatically over the years, spurred by high incomes and ease of trade. Food, fuel, clothing and transportation amount to a large share of consumption in a city that uses over 150 times its available biocapacity.

'Hong Kong has always been reliant on the natural resources of other countries. Since ecological deficit is a growing problem around the world, there is increasing competition for global resources. Hong Kong has to make changes and adapt to the rules of this 'new game', to make us less vulnerable to fluctuations in global market prices and supply disruption,' Mr. Cheung wrote.

vulnerable:易受攻击的,易受伤害的    fluctuation:波动,变动    

According to Hong Kong's Environment Bureau, the city's daily domestic waste per person is large relative to similarly developed cities like Seoul, Tokyo and Taipei. Hong Kong has faced challenges absorbing waste and establishing recycling facilities due to land shortages.

domestic waste:生活垃圾    biodiversity:生物多样性

Meanwhile, air pollution killed 1,600 people in the first half of the year as factories and aging vehicles caused the city's air quality to exceed the World Health Organization's recommended safe limits by more than 60%.

To fix Hong Kong's ecological deficit, the WWF report suggests investments in improved infrastructure, energy-efficient housing and waste-management programs. Hong Kong's Agriculture, Fisheries and Conservation Department is drafting its first Biodiversity Strategy and Action Plan.

每日英语:Hong Kong Lifestyle Strains City's Resources的更多相关文章

  1. 每日英语:Google Scraps Plan to Build Hong Kong Data Center

    Internet giant Google Inc. has scrapped a plan to build its own data center in Hong Kong and will in ...

  2. 每日英语:How to Save Detroit

    Detroit is beautiful-though you probably have to be a child of the industrial Midwest, like me, to s ...

  3. 每日英语:China Underwhelmed After First Apple Event

    Apple's roll-out of its latest iPhones landed with a thud in China, the company's biggest foreign ma ...

  4. 每日英语:Some Chinese Students Stay Home to Get Ahead

    Li Shan's oldest son was the perfect candidate to join the throngs of Chinese students studying abro ...

  5. 每日英语:Why Chinese Companies Lack Homegrown Luxury Brand Power

    Chinese companies build iPads, high-speed trains and world-class telecom gear, but they can't seem t ...

  6. Neon Lights in Hong Kong【香港霓虹灯】

    Neon Lights in Hong Kong Neon is to Hong Kong as red phone booths are to London and fog is to San Fr ...

  7. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

  8. 每日英语:Who Needs to Know How to Code

    Like many 10-year-olds, Nick Wald takes private lessons. His once-a-week tutor isn't helping him wit ...

  9. 每日英语:Dashing the China Dream

    Much has been said about what the 'China Dream' really means to many Chinese -- whether it is nation ...

随机推荐

  1. windows XP系统搜索无线网络时提示“windows无法配置此无线连接”,如何处理?

    转自:http://support1.lenovo.com.cn/lenovo/wsi/htmls/detail_12839009034375918.html 文章编号:C191612     201 ...

  2. Field.setAccessible()方法

    http://blog.csdn.net/kjfcpua/article/details/8496911 java代码中,常常将一个类的成员变量置为private 在类的外面获取此类的私有成员变量的v ...

  3. CSDN开源夏令营 基于Compiz的switcher插件设计与实现之compiz特效插件介绍及特效实现

    compiz自带的特效插件不够多,也不够强大.为了更好的体验compiz的特效,我们能够安装特效插件,在终端输入命令:sudo apt-get install compiz-plugins就能够下载特 ...

  4. DIV+CSS布局重新学习之float/margin/padding

    之前对div的css布局一直有点半知半解,只其然却不知其所以然,到网上下载了“十天学会DIV+CSS(WEB标准)”的chm电子版,然后跟着练习了一下,特在此记录,备忘. <!DOCTYPE h ...

  5. webservice系统学习笔记7-使用handler实现过滤器/拦截器效果

    handler可以作用于客户端,也可以作用了服务端 handler分为:1.LogicalHandler:只能获取到soap消息的body. 2.SOAPHandler:可以获取SOAPMessage ...

  6. nginx1.9+新增tcp/udp代理stream

    [root@rhel nginx-]# ./configure --help --help print this message --prefix=PATH set installation pref ...

  7. nodejs实现拉钩网爬虫

    概述 通过nodejs+mysql+cheerio+request实现拉钩网特定公司的所有招聘信息的抓取,并将抓取的信息保存到数据库中.抓取内容包括:薪酬福利,工作地,职位要求,工作性质等几乎所有的内 ...

  8. .NET的多种事务处理

    Oracle 的事务操作,有时候想在批量操作数据集合的时候,执行一次失败,即为了避免数据异常,将所有的操作回滚..NET给我们提供了良好的事务操作,Oracle端也有事务操作,可以灵活使用,此处介绍. ...

  9. O(n)复杂度求没有出现的数字(leetcode448)

    一个长度为N的数组,其中元素取值为1-N,求这个数组中没有出现的.1-N之间的数字. 要求无额外空间,O(n)时间复杂度. nums[i]=-1表示i数字已经出现过了 class Solution(o ...

  10. 运行shell出错: 没有那个文件或目录

    http://blog.163.com/zhangjie_0303/blog/static/99082706201136114548840/