L185 Ocean Shock
This is part of "Ocean Shock," a Reuters series exploring climate change's impact on sea creatures and the people who depend on them.
Norway has built the world's biggest salmon-farming industry. But it wants to go bigger. With their lucrative oil fields now in decline, Norwegians have ambitious plans for aquaculture to power their economy far into the future.
挪威建立了世界上最大的鲑鱼养殖产业。但它想变得更大。由于利润丰厚的油田数量正在不断减少,挪威人有雄心勃勃的水产养殖计划,为未来的经济提供动力。
Climate change could make those dreams harder to realize.
Salmon feed is based on fishmeal, produced by grinding up wild-caught fish. With warming waters and ocean acidification pushing underwater ecosystems to the breaking point, Big Aquaculture is seeking ways to feed fish that aren't hostage to increasingly unpredictable seas.
鲑鱼饲料是以鱼粉为基础的,它是用磨碎捕到的野生的鱼来生产的.随着海水变暖和海洋酸化将海洋生态系统推向崩溃的边缘,大型水产养殖业正在寻找方法来喂养那些不再受制于不可预测的海洋的鱼类。
"Feed has a couple of bottlenecks: We're still using marine resources, for example fishmeal and fish oil, to then put into fish. This is not necessarily sustainable in the long term," said Georg Baunach, co-founder of Hatch, an accelerator focused on supporting aquaculture startups. "And that's why we need innovation in feed."
Entrepreneurs, venture capitalists and scientists are racing to identify alternatives, turning the Norwegian cities of Bergen and Stavanger into a Silicon Valley of the Sea. Spending on research and development in Norway's aquaculture sector increased by 30 percent to 2.3 billion kroner, or $275 million, between 2013 and 2015, according to official data quoted by Hatch, as startups and research institutes raced to develop disruptive new technologies.
企业家、风险资本家和科学家正在争相寻找替代方案,将挪威的卑尔根和斯塔万格城市变成了硅谷。根据Hatch引用的官方数据,2013至2015年间,挪威水产养殖业的研发支出增长了30%,达到23亿克朗。与此同时,初创企业和研究机构竞相开发破坏性新技术。
The innovators aren't short of ideas. At Norway's biggest oil refinery, a startup called CO2Bio is harnessing greenhouse gases to culture algae that can then be harvested as a sustainable source of fish feed.
创新者并不缺乏创意。在挪威最大的炼油厂,一家名为CO2BIO的初创公司正在利用温室气体培育藻类,然后将其作为可持续的鱼类饲料来源。
At the Institute of Marine Research in Bergen, the Aquafly project is investigating whether black soldier flies fed on waste products from the food industry or the seaweed growing off Norway's coast could be another viable feed ingredient.
"The insects are also part of this whole circular economy, where instead of throwing away things you would reuse and recycle and upcycle," said Nina Liland, one of the Aquafly researchers. "Potentially you could use food waste from households to produce insects that could be used for fish feeds: That would be an optimal scenario."
Nina Liland, scientist for the Aquafly project at the Institute of Marine Research investigates how insects can be used to make feed for Norway's salmon farms, in Bergen, Norway, July 31, 2018.
Various companies are working on projects to recycle more of the vast amounts of waste dumped into the sea by Norway's aquaculture industry into products such as biogas or fertilizer.
Researchers are also looking for ways to combat the sea lice parasites that thrive in salmon cages, which are a major brake on the industry's plans to expand.
许多公司正在开展项目,将挪威水产养殖业向倾倒海里的大量废物回收变为沼气或化肥等产品。
Time may not be on the fish farmers' side. With climate change projected to intensify in the coming decades, the challenge will be to turn promising new ideas into viable projects fast enough to shield their dreams of a prosperous future from the growing turmoil at sea.
L185 Ocean Shock的更多相关文章
- VPS -Digital Ocean -初试以及VPN的搭建
首先恭喜你找到这篇博客,它会带你走出困境. 题外话(请忽略):一直以来想搞一个VPS,终于在自己的刺激下试了一下Digital Ocean,还没有使用很长时间不做太多评论,唯一给我的感觉是各种操作还算 ...
- github student pack中的digital ocean可以使用银联卡支付
申请了 github student pack却因为一直没有visita信用卡,而无法使用digital ocean的 $50,一直到今天,用中国银行借记卡成功支付. 方法是: (1)注册paypal ...
- Digital Ocean VS. Linode对比评测
美国攻城师Zach Schneider是linode vps资深用户,他最近却转向了Digital Ocean,原因是什么呢?来看这篇digitalocean linode对比评测的文章: 用了两年的 ...
- Jenkins2 实现持续交付初次演练(MultiJob,Pipeline,Blue Ocean)
背景 项目需要用到自动部署,但可获取外网的节点机器只有一台,那只能同过主节点机器进行构建完成然后分发至对应服务器进行启动更新. 目前已尝试过三种方式: 1.Pipeline-Trigger param ...
- Jenkins简明入门(三) -- Blue Ocean,让一切变得简单
我们在上一节Jenkins简明入门(二) 中见识到了Jenkins能做些什么:利用Jenkins完成python程序的build.test.deployment. 同时,也有一种简单的方法,不需要写J ...
- Ocean的游戏(前缀和)
题目链接:http://oj.ismdeep.com/contest/Problem?id=1284&pid=1 B: Ocean的游戏 Time Limit: 1 s Memory ...
- Ocean的礼物(线段树单点修改)
题目链接:http://oj.ismdeep.com/contest/Problem?id=1284&pid=0 A: Ocean的礼物 Time Limit: 5 s Memory ...
- B: Ocean的游戏(前缀和)
B: Ocean的游戏 Time Limit: 1 s Memory Limit: 128 MB Submit My Status Problem Description 给定一个字符串s, ...
- A.Ocean的礼物线段树
A: Ocean的礼物 Time Limit: 2 s Memory Limit: 128 MB Submit My Status Problem Description 皇家理工存在一段很神 ...
随机推荐
- curl获取远程文件内容
curl获取远程文件内容 ** 获取远程文件内容 @param $url 文件http地址 * function fopen_url($url) { if (function_exists(& ...
- 2.JVM运行机制 -- JVM序列
上一次写了1.初步认识JVM -- JVM序列,今天接着记录写JVM的运行机制. 一.JVM启动流程 Java平台包括JVM以及Java语言,其中JVM也是运行在操作系统中的一个应用程序进程,那么也应 ...
- php \r \n 和 <br/> \t
利用\r \n 和 <br/> \t做了个实验,话不多说,看代码就很清楚的知道
- MyBatis—mybatis-config.xml配置介绍
在定义sqlSessionFactory时需要指定MyBatis主配置文件: Xml代码 说明: 收藏代码 1. <bean id="sqlSessionFactory" ...
- 234. Palindrome Linked List(判断链表是否回文)
Given a singly linked list, determine if it is a palindrome. Follow up:Could you do it in O(n) time ...
- 学号20155308 2016-2017-2 《Java程序设计》第7周学习总结
学号20155308 2016-2017-2 <Java程序设计>第7周学习总结 教材学习内容总结 第十二章 使用Optional代替null 标准API的函数接口 API 功能 Cons ...
- Python 读取写入配置文件 ConfigParser
https://blog.csdn.net/piaodexin/article/details/77371343 https://www.cnblogs.com/feeland/p/4502931.h ...
- java第六天
p37 1.java ant详解 练习8 /** * Created by xkfx on 2017/2/26. */ class A { static int i = 47; } public cl ...
- Vue学习笔记之Vue的使用
0x00 安装 对于新手来说,强烈建议大家使用<script>引入 0x01 引入vue.js文件 我们能发现,引入vue.js文件之后,Vue被注册为一个全局的变量,它是一个构造函数. ...
- STM32组合设备实现USB转双串口
USB转双串口,核心技术就在于组合设备(USB Composite)的实现,组合设备的实现,其核心技术在于描述符的实现,下面我们先给出描述符:设备描述符 [C] 纯文本查看 复制代码 ? 00001 ...