This week the Australian government declared the extinction of a tiny rodent called Bramble Cay melomys (also known as the Bramble Cay mosaic-tailed rat, Melomys rubicola). The quiet announcement was buried in a press release about enacting stronger protections for other endangered species. It comes three years after a more detailed declaration by the state government of Queensland, which itself followed an exhaustive search of the cay seeking any evidence of the species’ existence.

The Bramble Cay melomys lived in just a single habitat, a small reef island at the northern tip of the Great Barrier Reef, near Papua New Guinea. The sandy cay—which only measures about 1,100 feet by 500 feet and rises just three feet above sea level—has in recent years been buffeted by storm surges from extreme weather events. The heavy waters have reportedly wiped out about 97 percent of the land mass’s vegetation—the melomys’s only source of food.

According to the 2016 report, the last person confirmed to have seen the Bramble Cay melomys alive was a fisherman who spotted one in late 2009. It now seems possible that could have been the last surviving member of the species.

The Bramble Cay melomys was once described as relatively common, but that was no longer the case by the end of the 20th century. A 1998 survey estimated the population at 93 individuals, down from “hundreds” two decades earlier. Additional surveys in 2002 and 2004 turned up just 10 and 12 of the rats, respectively, according to accounts published in a 2008 recovery plan for the species. That plan, which now seems painfully prescient, called out sea-level rise, flooding and coastal erosion as then-potential threats.

Sadly, not much was ever done about that 2008 recovery plan, and those threats became very real. Tim Beshara, federal policy director for the Wilderness Society, told the Sydney Morning Herald that the plan was never finished or acted upon.

The Australian government’s announcement should come as no surprise. When Queensland announced the likely extinction in 2016, they identified “human-induced climate change [as] the root cause of the loss of the Bramble Cay melomys”—a fact picked up in headlines at the time around the world.

Now those headlines are repeating. Even Fox News picked up the melomys’s extinction in an article warning about a sea-rise “time bomb” that Antarctic melting will pose for the region.

That’s something, at least. Perhaps this second declaration of the extinction of the Bramble Cay melomys will finally inspire enough attention to prevent the loss of similar species—or at least give governments a push to mobilize protective efforts before it’s once again too late.

L313 珊瑚裸鼠灭绝的更多相关文章

  1. 爱普生L313彩色打印相片

    操作环境: windows 和MAC 一.普通打印(默认选项) 1.爱普生L313 普通默认打印为快速不清晰打印. 2.以上打印效果出来图片比较快速出图,但是清晰度不够 二.照片打印设置 1.照片设置 ...

  2. bzoj 2815 灭绝树

    对于一个食物网(一个DAG),一个物种死亡后,某些物种就必然死亡,求出必然死亡的是那些物种. 灭绝树的另一种含义是:“灭绝树跟节点到节点u的路径上的节点由那些原图中从根节点到节点u的所有路径中都经过了 ...

  3. [BZOJ2815][ZJOI2012]灾难 灭绝树+拓扑排序+lca

    灾难 [问题描述] 阿米巴是小强的好朋友. 阿米巴和小强在草原上捉蚂蚱.小强突然想,如果蚂蚱被他们捉灭绝了,那 么吃蚂蚱的小鸟就会饿死,而捕食小鸟的猛禽也会跟着灭绝,从而引发一系列的 生态灾难. 学过 ...

  4. codeforces 757F - 最短路DAG+灭绝树

    Description 给定一个n个点,m条边的带权无向图,和起点S.请你选择一个点u(u!=S),使得在图中删掉点u 后,有尽可能多的点到S的最短距离改变. Solution 先建出最短路DAG,在 ...

  5. Google翻译,3个步骤灭绝人类

    今儿这事儿得从一个新闻说起:<谷歌又飙车了,刚发布了神经机器翻译系统,没见过的语言它也能翻译> 大家如果懒的看原文,可以直接看我这个简单白话列表: Google又出来嘚瑟了,发布了基于神经 ...

  6. 收藏单词TOEFL备份托福英语

    TOEFL托福词汇串讲(文本) alchemy(chem-化学)n. 炼金术 chemistry 化学 alder 赤杨树 联想:older 老人坐在赤杨树下 sloth 树懒 algae n.海藻 ...

  7. Unix-Time

    1. Unix_time 2. Year_2000_problem 3. Year_10,000_problem 4. Year_2038_problem 5. Time_formatting_and ...

  8. iOS之开发中常用的颜色及其对应的RGB值

      R G B 值   R G B 值   R G B 值 黑色 0 0 0 #000000 黄色 255 255 0 #FFFF00 浅灰蓝色 176 224 230 #B0E0E6 象牙黑 41 ...

  9. NOIP2016纪录[那些我所追求的]

    人生第一场正式OI [序] 2016-12-04 见底部 [Day -1] 2016-11-17 期中考试无心插柳柳成荫,考了全市第2班里第1(还不是因为只复习了不到两天考试),马上请了一个周的假准备 ...

随机推荐

  1. android -------- Lint优化工具

    什么是 Lint Lint 是Android Studio 提供的 代码扫描分析工具,它可以帮助我们发现代码结构/质量问题,同时提供一些解决方案,而且这个过程不需要我们手写测试用例. Lint 发现的 ...

  2. Merge K Sorted List(含Merge Two Sorted LIst) leetcode java

    问题描述: Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complex ...

  3. 『MXNet』第六弹_Gluon性能提升

    一.符号式编程 1.命令式编程和符号式编程 命令式: def add(a, b): return a + b def fancy_func(a, b, c, d): e = add(a, b) f = ...

  4. python-跨域问题

    跨域:因为浏览器的同源策略,在你请求返回的时候会进行拦截 jsonp 只能发 get 请求 cors 可以发任何请求 ,在响应时加个响应头就行 同源策略对ajax阻拦 同源策略对src或href属性的 ...

  5. springboot 定时任务部署至linux服务器上后会执行两次问题

    springboot定时任务在本地运行时,正常执行且只执行一次,但是在maven打包成war包,部署至linux服务器上之后,定时任务奇怪的执行了两次. 由于未做负载均衡,所以可以先排除是因为多台服务 ...

  6. echarts3使用总结2

    接着上一篇文章补充一点项目中遇到的问题及解决方法 1.y轴正负轴调换  yAxis: {     inverse: false,  //y轴正负轴调换 }, 2.去掉图表背景线 yAxis: [   ...

  7. [已解决]Can't update: no tracked branch

    报错:Can't update: no tracked branch 我们之前的分支是drome,然后删除了这个分支,换到了另一个分支上面去了,所以出现了这个问题. 解决办法: 0:点击VCS-> ...

  8. 六、持久层框架(Hibernate)

    一.乐观锁 Hibernate使用乐观锁来处理脏数据问题. 比如有这样一个制造脏数据的场景: 1.通过session1得到id=1的对象product1 2.在product1原来的价格基础上增加10 ...

  9. NOI1995石子合并&多种石子合并

    题目描述 在一个圆形操场的四周摆放N堆石子,现要将石子有次序地合并成一堆.规定每次只能选相邻的2堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分. 试设计出1个算法,计算出将N堆石子合并成1 ...

  10. 【转】vuex2.0 之 modules

    vue 使用的是单一状态树对整个应用的状态进行管理,也就是说,应用中的所有状态都放到store中,如果是一个大型应用,状态非常多, store 就会非常庞大,不太好管理.这时vuex 提供了另外一种方 ...