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. __inline定义的内联函数和宏的区别

    转自:http://blog.csdn.net/lw370481/article/details/7311668 函数与宏 #define TABLE_COMP(x) ((x)>0?(x):0) ...

  2. MISRA-C++ 2008

  3. PHP 循环

    PHP 中的循环语句用于执行相同的代码块指定的次数. 循环 在您编写代码时,您经常需要让相同的代码块运行很多次.您可以在代码中使用循环语句来完成这个任务. 在 PHP 中,我们可以使用下列循环语句: ...

  4. Linux高级权限管理

    传统的UGO(rwx-wx-wx)权限模型,无法解决当多个组需要对一个文件执行某些权限的问题. ACL :访问控制列表access control list一种高级的权限机制,允许我们对文件或者文件夹 ...

  5. Codeforces B - Berland National Library

    B. Berland National Library time limit per test 1 second memory limit per test 256 megabytes input s ...

  6. or1200中载入存储类指令说明

    下面内容摘自<步步惊芯--软核处理器内部设计分析>一书 OR1200中实现的载入存储类指令有8条,每条指令的作用与说明如表9.1所看到的. watermark/2/text/aHR0cDo ...

  7. 解决 jquery.form.js和springMVC上传 MultipartFile取不到信息

    前段页面: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEnc ...

  8. S3 服务(Simple Storage Service简单存储服务) 简介(与hdfs同一级)

    图1  spark 相关 亚马逊云存储之S3(Simple Storage Service简单存储服务) (转 ) S3是Simple Storage Service的缩写,即简单存储服务.亚马逊的名 ...

  9. springMVC + hadoop + httpclient 文件上传请求直接写入hdfs

    1.首先是一个基于httpclient的java 应用程序,代码在这篇文章的开头:点击打开链接 2.我们首先写一个基于springMVC框架的简单接收请求上传的文件保存本地文件系统的demo,程序代码 ...

  10. JavaScript中的闭包(closure)

    闭包的特性 1.函数嵌套函数 2.函数内部可以引用外部的参数和变量 3.参数和变量不会被垃圾回收机制回收  闭包的缺点就是常驻内存,会增大内存使用量,使用不当很容易造成内存泄露,主要用于私有的方法和变 ...