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 皇家理工存在一段很神 ...
随机推荐
- HDU2588:GCD(欧拉函数的应用)
题目链接:传送门 题目需求:Given integers N and M, how many integer X satisfies 1<=X<=N and (X,N)>=M.(2& ...
- (2)R中的数据类型和数据结构
R中的数据结构主要面向<线性代数>中的一些概念,如向量.矩阵等.值得注意的是,R中其实没有简单数据(数值型.逻辑型.字符型等),对于简单类型会自动看做长度为1的向量.比如: > b= ...
- devise 自定义手机号登录
user model中配置 validates_uniqueness_of :phone def email_required? false end 修改user migration文件,给phone ...
- BZOJ:3832: [Poi2014]Rally
题意: 给出$DAG$,询问删掉哪个点之后最长路径最短 思路: 我们令$f[x]$表示从最远的点到达它的距离,$g[x]$表示它能够到达最远的点的距离 那么对于$(x -> y)$一条边来说,它 ...
- Python: 字符串格式化format()函数的使用
python从2.6开始支持format,新的更加容易读懂的字符串格式化方法,从原来的% 模式变成新的可读性更强的 花括号声明{}.用于渲染前的参数引用声明, 花括号里可以用数字代表引用参数的序号, ...
- centos7修改hostname
[root@centos7 ~]$ hostnamectl set-hostname prd_web1 # 使用这个命令会立即生效且重启也生效 [root@centos7 ~]$ hostname # ...
- HTTP从入门到入土(3)——TCP三次握手
TCP三次握手 客户端与服务器之间互相发送HTTP请求响应之前需要先进行TCP连接,因为HTTP是一个无连接.无状态协议,不存在连接的概念,只有请求和响应的概念.而请求和响应实际上只是数据包,他们需要 ...
- js 逗号操作符
有一道js面试题,题目是这样的:下列代码的执行结果是什么,为什么? var i, j, k; for (i=0, j=0; i<10, j<6; i++, j++) { k = i+j; ...
- 20145326 《Java程序设计》实验五——Java网络编程及安全实验报告
实验内容 1.掌握Socket程序的编写: 2.掌握密码技术的使用: 3.设计安全传输系统. 实验步骤 我和20145211黄志远http://www.cnblogs.com/nostalgia-/组 ...
- kotlin 学习感受
目录 kotlin 学习感受 特点 优点 屎一样的缺点 总结 kotlin 学习感受 直白的说..很不好,像屎一样,本来对此抱有很大的期望和好感度,但经过一整天的学习,完全失望了,这门语言中间有各种的 ...