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的更多相关文章

  1. VPS -Digital Ocean -初试以及VPN的搭建

    首先恭喜你找到这篇博客,它会带你走出困境. 题外话(请忽略):一直以来想搞一个VPS,终于在自己的刺激下试了一下Digital Ocean,还没有使用很长时间不做太多评论,唯一给我的感觉是各种操作还算 ...

  2. github student pack中的digital ocean可以使用银联卡支付

    申请了 github student pack却因为一直没有visita信用卡,而无法使用digital ocean的 $50,一直到今天,用中国银行借记卡成功支付. 方法是: (1)注册paypal ...

  3. Digital Ocean VS. Linode对比评测

    美国攻城师Zach Schneider是linode vps资深用户,他最近却转向了Digital Ocean,原因是什么呢?来看这篇digitalocean linode对比评测的文章: 用了两年的 ...

  4. Jenkins2 实现持续交付初次演练(MultiJob,Pipeline,Blue Ocean)

    背景 项目需要用到自动部署,但可获取外网的节点机器只有一台,那只能同过主节点机器进行构建完成然后分发至对应服务器进行启动更新. 目前已尝试过三种方式: 1.Pipeline-Trigger param ...

  5. Jenkins简明入门(三) -- Blue Ocean,让一切变得简单

    我们在上一节Jenkins简明入门(二) 中见识到了Jenkins能做些什么:利用Jenkins完成python程序的build.test.deployment. 同时,也有一种简单的方法,不需要写J ...

  6. Ocean的游戏(前缀和)

    题目链接:http://oj.ismdeep.com/contest/Problem?id=1284&pid=1 B: Ocean的游戏 Time Limit: 1 s      Memory ...

  7. Ocean的礼物(线段树单点修改)

    题目链接:http://oj.ismdeep.com/contest/Problem?id=1284&pid=0 A: Ocean的礼物 Time Limit: 5 s      Memory ...

  8. B: Ocean的游戏(前缀和)

    B: Ocean的游戏 Time Limit: 1 s      Memory Limit: 128 MB Submit My Status Problem Description 给定一个字符串s, ...

  9. A.Ocean的礼物线段树

    A: Ocean的礼物  Time Limit: 2 s Memory Limit: 128 MB  Submit My Status  Problem Description  皇家理工存在一段很神 ...

随机推荐

  1. 《TP5.0学习笔记---模型篇》

    https://blog.csdn.net/self_realian/article/details/78596261 一.什么是模型 为什么我们要在项目中使用模型,其实我们知道,我们可以直接在控制器 ...

  2. java反射获得泛型参数getGenericSuperclass():获取到父类泛型的类型

    public class Person<T> { } import java.lang.reflect.ParameterizedType; import java.lang.reflec ...

  3. java基础语法this关键字

    未经允许,禁止转载!!!!!!!! this关键词在java里面很重要,想了解清楚this就必须对  类:对象:this:成员变量:方法:构造方法 都了解清楚. 一.使用this调用本类中的成员变量( ...

  4. 【UI】android如何绘制一个饼图

    代码下载 需求 1:实心饼图,颜色填充百分比区域 2:带区域说明 3:饼图有阴影 思路:这个其实和绘制进度条原理差不多,都是360度根据所占百分比算出绘制弧度,然后调用canvas的画弧函数. 阴影其 ...

  5. mongoose 操作一直转圈

    可能是:渲染时候 new content({ category:req.body.category, title:req.body.title, description:req.body.descri ...

  6. Linux 笔记 #04# Installing Tomcat 8 on Debian

    失败一 ※ 失败二  ※ 失败三 ※ 完 1- 确认机型: root@iZwz:~# lsb_release -a LSB Version: core-2.0-amd64:core-2.0-noarc ...

  7. redis未授权访问漏洞总结

    Redis是一个开源的使用ANSI C语言编写.支持网络.可基于内存亦可持久化的日志型.Key-Value数据库,并提供多种语言的API. 漏洞介绍: Redis 默认情况下,会绑定在 0.0.0.0 ...

  8. 20145315 《Java程序设计》第二周学习总结

    20145315 <Java程序设计>第二周学习总结 教材学习内容总结 类型 类型:整数分为short,int,long形. 字节:长度为一字节. 浮点数:储存小数,float和doubl ...

  9. InstallShield 2015 LimitedEdition VS2012 运行bat文件

    转载:http://www.cnblogs.com/fengwenit/p/4271150.html  运行bat文件 网上很多介绍如何运行bat的方法,但我这个是limted 版本,不适用. 1. ...

  10. Tomcat启动报StackOverflowError

    近期工程部署到Tomcat时,出现以下异常: 16-May-2018 09:35:25.590 严重 [localhost-startStop-1] org.apache.catalina.core. ...