More than 250 corporate signatories joined together to try and deal with plastic pollution in an announcement timed to coincide with the 5th Annual "Our Ocean Conference" in Bali, Indonesia.
Under terms of the agreement, the companies agreed to, among other things, make all of the plastics they produce recyclable by 2025. The signatories, including Coca-Cola, Danone, and Kellogg, also agreed to a 2025 deadline to increase the amount of recycled plastic they use in the production of their various products.
Environmental groups like Greenpeace cautiously welcomed the announcement as "moving in the right direction," but say the agreement is way too open-ended to have much of an impact.
The facts are that around the world, according to a recent study, a whopping 91 percent of all plastic is never recycled. And all that plastic ends up in landfills, in the ocean, in the food chain and ultimately in us.
Greenpeace also noted that this agreement doesn't change much because "corporations are not required to set actual targets to reduce the total amount of single-use plastics they are churning out. They can simply continue with business as usual after signing the commitment."
Business as usual is also how the group Oceana views the agreement. It put out a stronger statement, denouncing the agreement. "None of these companies have committed to stop using plastic, to stop putting plastic into consumer products, or to even offer consumers alternatives."
Most environmental groups are urging signatory companies like Coca-Cola and UniLever to stop the flow of plastics at the source.
"Every company that signed the declaration should commit to a meaningful, time-bound and specific percent-reduction of the amount of plastic it is putting into the market," Oceana said in a statement. "...and to find alternative ways to package and deliver its products."
In fact, Greenpeace officials point out that "11 of the largest consumer goods companies’ current plans allow them to increase their use of single-use plastics and none have set clear elimination or reduction targets."
Despite the best intentions of the agreement, most environmental groups say this won't do much to slow the amount of plastic building up around the world.
The companies that signed on, however, say this agreement will allow them to "eliminate the plastic items we don’t need; innovate so all plastics we do need are designed to be safely reused, recycled, or composted; and circulate everything we use to keep it in the economy and out of the environment."
Since its beginning, the annual Our Ocean Conference has worked with private companies and governments around the world to protect 12.4 million square kilometers of ocean with monetary commitments worth more than $18 billion.

L162的更多相关文章

  1. Windows Phone 十八、加速计

    加速度传感器 手机的加速度传感器工作时是通过 x.y.z 三个轴的偏移来计算的 在代码基本的 API 主要集中在 Accelerometer 类型中 主要是使用该类型的对象捕获 ReadingChan ...

  2. CoreCLR源码探索(三) GC内存分配器的内部实现

    在前一篇中我讲解了new是怎么工作的, 但是却一笔跳过了内存分配相关的部分. 在这一篇中我将详细讲解GC内存分配器的内部实现. 在看这一篇之前请必须先看完微软BOTR文档中的"Garbage ...

  3. 原创-使用pywinauto进行dotnet的winform程序控制(一)

    pywinauto自动化控制win32的ui的程序,网上有好多的教程.但是操作dotnet写的winform教程,就少之又少.今天我就来分享我的pywinauto操作dotnet的winform的研究 ...

  4. 记一次bypass某场景GD库及拓展分析

    0x00 前言 gou楼兰师傅发来个站说是过不了gd库,问我有啥办法没有,给了他之前海贼师傅说的jpg_payload脚本,但是绕不过,问他拿了站点,写了个jpg_payload批量的fuzz脚本,f ...

  5. 手写Koa.js源码

    用Node.js写一个web服务器,我前面已经写过两篇文章了: 第一篇是不使用任何框架也能搭建一个web服务器,主要是熟悉Node.js原生API的使用:使用Node.js原生API写一个web服务器 ...

  6. kubelet CPU 使用率过高问题排查

    kubelet CPU 使用率过高问题排查 问题背景 客户的k8s集群环境,发现所有的worker节点的kubelet进程的CPU使用率长时间占用过高,通过pidstat可以看到CPU使用率高达100 ...

  7. [SPDK/NVMe存储技术分析]012 - 用户态ibv_post_send()源码分析

    OFA定义了一组标准的Verbs,并提供了一个标准库libibvers.在用户态实现NVMe over RDMA的Host(i.e. Initiator)和Target, 少不了要跟OFA定义的Ver ...

随机推荐

  1. VSYNC与HSYNC与PCLK与什么有关系

    在手机平台,LCD,Camera,TV的接线上,都会用到PCLK,VSYNC和HSYNC这三个信号.可见这三个信号和显示关系非常大.首先我们先看这三个信号的作用: PCLK:有些方案给他起名字叫:Do ...

  2. Swoole学习(五)Swoole之简单WebSocket服务器的创建

    环境:Centos6.4,PHP环境:PHP7 服务端代码 <?php //创建websocket服务器 $host = '0.0.0.0'; $port = ; $ws = new swool ...

  3. Zabbix 触发器函数方法整理

    函数介绍 abschange 参数:忽略 支持类型:float,int,str,text,log 作用:返回最近获得的值与之前获得值差的绝对值,对于字符串类型:0表示相等,1表示不同 avg 参数:秒 ...

  4. cordova linux 安装并编出第一个demo-android

    cordova可以做到一次编写到处运行各个平台(android.ios.wp.bb.firefoxos.web等几乎所有平台) 手上只有一个android手机 ,安装的时候没有那么顺利,第一大问题就是 ...

  5. 20145303刘俊谦 《Java程序设计》第十周学习总结

    教材学习内容总结 网络编程 就是在两个或两个以上的设备(例如计算机)之间传输数据.程序员所作的事情就是把数据发送到指定的位置,或者接收到指定的数据,这个就是狭义的网络编程范畴.在发送和接收数据时,大部 ...

  6. 20145327 《Java程序设计》第三周学习总结

    20145327 <Java程序设计>第三周学习总结 教材学习内容总结 对象:存在的具体实体,具有明确的状态和行为. 类:具有相同属性和行为的一组对象的集合,用于组合各个对象所共有操作和属 ...

  7. 20135302魏静静——linux课程第五周实验及总结

    linux课程第五周实验及总结 一.学习总结 给MenuOS增加time和time-asm命令(四步操作命令) rm menu -rf 强制删除git clone http://github.com/ ...

  8. 强大的jQuery选择器 平时用的太少了 下次要先来看看

  9. html-常用块级及行级标签

    1.常见块级标签   <h1></h1>......<h6></h6>:标题标签 h标签:标题标签,自动加粗,h1最大,h6最小 例:(前后隔一行)   ...

  10. 2017 ACM/ICPC Asia Regional Qingdao Online - 1011 A Cubic number and A Cubic Number

    2017-09-17 17:12:11 writer:pprp 找规律,质数只有是两个相邻的立方数的差才能形成,公式就是3 * n * (n + 1) +1, 判断读入的数是不是满足 这次依然只是做了 ...