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. ABP官方文档翻译 1.2 N层架构

    N层架构 介绍 ABP架构 其他(通用) 领域层 应用层 基础设施层 网络和展现层 其他 总结 介绍 应用程序代码库的分层架构是被广泛认可的可以减少程序复杂度.提高代码复用率的技术.为了实现分层架构, ...

  2. 20145329吉东云 《Java程序设计》 第一周学习总结

    一.JAVA平台概述 1.Java诞生于1995年5月23日,java体系架构分为JavaSE.JavaME.JavaEE三大平台,本章重点介绍了JavaSE.JavaSE分为四个主要部分:JVM.J ...

  3. Jenkins 集成Ansible教程

    前提条件: 1. 部署Jenkins Server 2. 部署 Ansible Server 一.在Jenkins安装SSH插件 系统管理 -> 插件管理 二.在Jenkins 凭证中添加Ans ...

  4. windows下Redis主从复制配置(报错:Invalid argument during startup: unknown conf file parameter : slaveof)

    主从复制配置中的遇到的异常: Invalid argument during startup: unknown conf file parameter :  slaveof 把Redis文件夹复制两份 ...

  5. spark SQL学习(spark连接hive)

    spark 读取hive中的数据 scala> import org.apache.spark.sql.hive.HiveContext import org.apache.spark.sql. ...

  6. java中函数传值与引用问题

    从C++转java,在使用函数传对象时,碰到一点问题,今天特意验证了一下: public class App { public static void doubleTest(double d) { d ...

  7. Struts 2 + Hibernate + Spring 整合要点

    Struts 2 和 Spring 的功能有重合,因此有必要说明下,整合中分别使用了两种框架的哪些技术. Struts 2 使用功能点: 1.拦截器.一处是对非登录用户购物进行拦截,一处是对文件上传的 ...

  8. codevs 1540 银河英雄传说 并查集

    1540 银河英雄传说 2002年NOI全国竞赛  时间限制: 1 s  空间限制: 256000 KB       题目描述 Description 公元五八○一年,地球居民迁移至金牛座α第二行星, ...

  9. spark 性能优化

    1.内存 spark.storage.memoryFraction:很明显,是指spark缓存的大小,默认比例0.6 spark.shuffle.memoryFraction:管理executor中R ...

  10. 实例化后的list的默认值

    public class List默认值 { public static void main(String[] args) { List<String> arrayList = new A ...