`
adamzhao
  • 浏览: 99383 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Biofuels may threaten environment, UN warns

阅读更多
I type them, not copy. 
http://edition.cnn.com/2008/TECH/science/01/23/biofuels.fears.ap/index.html

Biofuels may threaten environment, UN warns

Bangkok, Thailand(AP) - The world's rush to embrace biofuels is causing a spike in the price of corn and other crops and could worsen water shortages and force poor communities off their land, a U.N. official said Wednesday.

Speaking at a regional forum on on bioenergy, Regan Suzuki of the U.N.'s Food and Agriculture Organization acknowledged that biofuels are better for the environment than fossil fuels and boost energy security for many countries.

However, she said those benefits must be weighted against the pitfalls -- many of which are just now emerging as countries convert millions of acres to palm oil, sugar cane and other crops used to make biofuels.

"Biofuels have become a flash point through which a wide range of social and environment issues are currently being played out in the media," Suzuki told delegates ar the forum, sponsored by the U.N. and the Thai government.

Foremost among the concerns is increased competition for agricultural land, which Suzuki warned has already caused a rise in corn prices in the United States and Mexico and could lead to food shortages in developing countries.

She also said China and India could face worsening water shortages because biofuels require large amounts of water, while forests in Indonesia and Malasia could face threat from the expansion of palm oil plantations.

"Particularly in the Asia-Pacific region, land available is a critical issue," Suzuki said. "There are clear comparative advantage for tropical and subtropical countries in growing biofuel feed stocks but it is often these same countries in which resource and land right of vulnerable groups and protected forests are weakest."

Initially, biofuel were held up as a panacea for countries struggling to cope with the rising cost of oil or those looking to reduce greenhouse gas emissions. The European Union, for example, plans to replace 10 percent of transport fuel with biofuels made from energy crop such as cane and rapeseed oil by 2020.

But in recent months, scientists, private agencies and even the British government have said biofuels could do more harm than good. Rather than protecting the environment, they say energy crops destroy natual forests that actually store carbon and thus are a key tool in the fight to reduce global warming.

Some of those doubts were on display Wednesday at the U.N. forum, with experts saying many countries in Asia have rolled out plans to mandate biofuels for transport without weighing the potential risks.

Thailand, for example, is considering delay the introduction of diesel blended with 2 percent biofuel for two months until April because of palm oil shortages, while Philippines is considering shelving a biofuels law over concerns about the negative environment effects.

India is facing criticism that its plans to plant 30 million acres of jatropha trees by 2012 for biofuel could force communities from their land and worsen deforestation. there are also concerns that it will be unable to find the 100 million acres of vacant land it needs to grow the shrub-like plants.

Varghese Paul, a forest and biodiversity expert with the Energy and Resources Institute in India, said dependence on a single species is dangerous.

"An outbreak of pests and diseases could wip out entire plantations in one stroke," Paul said.
分享到:
评论

相关推荐

    ISO 16559-2022 Solid biofuels - Vocabulary.pdf

    ISO 16559-2022 Solid biofuels - Vocabulary.pdf

    最新完整版标准 ISO 16559-2022 Solid biofuels - Vocabulary.pdf

    最新完整版标准 ISO 16559-2022 Solid biofuels - Vocabulary.pdf

    Benefi cial Biofuels—The Food,

    最新Nature杂志 Exploiting multiple feedstocks, under new policies and accounting rules, to balance biofuel production, food security, and greenhouse-gas reduction.

    Java算法BP,GA,PSO

    BP (British Petroleum), GA (General Atlantic), and PSO ... BP also has interests in renewable energy sources such as wind and biofuels. GA: General Atlantic is a global growth equity firm focused on

    06_QLibrary.zip

    06_QLibrary.zip

    毕业设计: 基于Densenet + CTC技术的文字检测识别的技术研究

    本毕设课题是属于计算机视觉下的目标检测与识别,对象为自然场景下的各种文本信息,通俗的说就是检测识别图片中的文本信息。由于文本的特殊性,本毕设将整个提取信息的过程可以分为检测、识别两个部分。 论文对用到的相关技术概念有一定的介绍分析,如机器学习,深度学习,以及各种的网络模型及其工作原理过程。 检测部分采用水平检测文本线方式进行文本检测,主要参考了乔宇老师团队的 CTPN 方法,并在正文部分从模型的制作到神经网络的设计实现对系统进行了较为详细的分析介绍。 识别部分则采用的是 Densenet + CTC,对于印刷体的文字有较好的识别。

    毕业设计 基于javaweb的在线答题平台

    毕业设计 基于javaweb的在线答题平台

    numpy安装 python get-pip.py

    numpy安装 numpy安装 python get-pip.py

    基于用户、物品的协同过滤算法.zip

    协同过滤算法(Collaborative Filtering)是一种经典的推荐算法,其基本原理是“协同大家的反馈、评价和意见,一起对海量的信息进行过滤,从中筛选出用户可能感兴趣的信息”。它主要依赖于用户和物品之间的行为关系进行推荐。 协同过滤算法主要分为两类: 基于物品的协同过滤算法:给用户推荐与他之前喜欢的物品相似的物品。 基于用户的协同过滤算法:给用户推荐与他兴趣相似的用户喜欢的物品。 协同过滤算法的优点包括: 无需事先对商品或用户进行分类或标注,适用于各种类型的数据。 算法简单易懂,容易实现和部署。 推荐结果准确性较高,能够为用户提供个性化的推荐服务。 然而,协同过滤算法也存在一些缺点: 对数据量和数据质量要求较高,需要大量的历史数据和较高的数据质量。 容易受到“冷启动”问题的影响,即对新用户或新商品的推荐效果较差。 存在“同质化”问题,即推荐结果容易出现重复或相似的情况。 协同过滤算法在多个场景中有广泛的应用,如电商推荐系统、社交网络推荐和视频推荐系统等。在这些场景中,协同过滤算法可以根据用户的历史行为数据,推荐与用户兴趣相似的商品、用户或内容,从而提高用户的购买转化率、活跃度和社交体验。 未来,协同过滤算法的发展方向可能是结合其他推荐算法形成混合推荐系统,以充分发挥各算法的优势。

    strcmp函数应用.zip

    strcmp函数应用.zip

    2.py

    2.py

    解读MIT-BIH数据的MATLAB代码.zip

    解读MIT-BIH数据的MATLAB代码.zip

    医保基本药品耗材目录查询2.0.exe

    可以查询各种医保内的药物,包括规格厂家和详细的相关资料,种类很齐全,方便大家查询,和了解药物价格等方面。

    使用Numpy将类保存到npz文件并读取文件,然后绘制图形的Python代码示例

    npz文件 代码中,我们首先定义了一个数据类Data,其中包含x和y两个成员变量。 然后,我们创建了数据对象,并将其保存到文件中。我们使用np.savez函数将数据字典保存到文件中,其中字典的键为变量名,值为对应的数据数组。 接下来,我们使用load_from_file方法从文件中加载数据,并创建一个新的数据对象。 最后,我们使用Matplotlib库绘制出新数据对象的图形。通过plot函数,我们将x和y作为横纵轴数据进行绘制。然后,我们添加坐标轴标签、标题,并显示网格线。 运行代码后,将显示一个绘制出的数据图形。 数据保存: def save_to_file(self, filename): data_dict = { 'x': self.x, 'y': self.y } np.savez(filename, **data_dict) # 将数据保存到文件 filename = 'data.npz' data.save_to_file(filename)

    matlab矩阵的生成.zip

    matlab矩阵的生成.zip

    模拟器非常好用,赶紧来下载

    模拟器非常好用,赶紧来下载

    常用进制转换器16进制10进制2进制转换计算器..exe

    大家好呀!今天来介绍一款常用进制转换器,也就是 16 进制、10 进制、2 进制转换计算器。有了它,你可以轻松实现不同进制之间的快速转换。无论是将 16 进制转换为 10 进制或 2 进制,还是从其他进制转换过来,它都能准确而高效地完成。无论是在计算机编程、数字电路等领域,还是日常对进制转换有需求的时候,它都能成为你的得力小助手,让进制转换不再麻烦,快来试试吧!

    GIMP完整指南GIMP完整指南

    GIMP完整指南

    IMG_20240519_155556.jpg

    IMG_20240519_155556.jpg

    java spring boot集成minio文件上传下载

    资源内容为java操作minio文件上传下载,也涉及到加密操作,主要是minio的SSE-C模式,具体内容在Sprintboot01ApplicationTests.MinioTest()中。 包含以下内容: //1.测试数据上传 testUploadString(); //2.测试数据下载 testDownLoadString(); //3..测试数据加密上传 testUploadStringEncryt(); //4.测试加密数据下载 testDownLoadStringEncryt(); //5.测试文件上传 testUploadFile(); //6.测试文件加密上传 testUploadFileEnctry(); //7.测试文件加密下载 testDownLoadFileEncryt();

Global site tag (gtag.js) - Google Analytics