L169 Komodo dragons
Komodo dragons live on a handful of islands in Indonesia, but their reputation has spread far and wide. Reaching lengths of up to 10 feet, the razor-toothed monitor lizards hunt deer in packs and have even attacked humans on occasion. But actually, they are real homebodies, according to a study published Wednesday in Proceedings of the Royal Society B.
根据周三发表在英国皇家学会B学报上的一项研究表明, 科摩多龙生活在印度尼西亚的几个岛屿上,但它们的名声却广为流传。这种牙齿有的像剃刀一样的蜥蜴长达10英尺,它们大量地捕猎鹿,有时甚至还会攻击人类。但实际上,他们是真正恋家的动物。
A decade of observations at 10 sites on four islands has revealed that the dragons essentially never leave the valley where they were born. It’s not that they can’t. They are capable of traveling many miles and through rough terrain, if necessary. They just don’t seem to feel like it.
Many island species, as it happens, show a marked tendency to stay close to home. It feels like a bit of a paradox: Their forebears may have arrived on that island through some great feat of survival or exploration, but the present generation prefers familiar comforts.
“Once they colonize an island, despite these incredible feats of long-distance dispersal, they decide, ‘Enough is enough!’” said Tim Jessop, the professor of ecology at Deakins University in Australia who led the study.
The causes of this behavior are likely to differ depending on the species and the situation. But it is puzzling: If animals stay in one place for many generations, they run the risk of inbreeding, facing resource scarcity and other dangers that moving elsewhere could allow them to avoid.
Is the problem that komodos are not confident navigators? Over the course of the study, researchers moved seven adult dragons away from their home territory. Some were transported as much as 13.7 miles away on the same islands, while others were ferried across a slip of water just over a mile wide to another island.
Within four months, the Komodo dragons transplanted overland all turned up again at home, clearly capable of making a journey. The dragons on the new island — much closer to where they started, and capable of swimming back — stayed put. Swimming home just didn’t seem to be worth the effort, apparently
One explanation for this sedentary behavior, Dr. Jessop proposed, is that once you’re isolated on an island, any mistakes could be extremely costly. Having a whole continent to move across, with a landscape that changes relatively slowly, would make exploration less risky.
But a Komodo dragon that moves to a new island or a new island valley might find that it’s out of luck if, for instance, it’s unable to mate with any of the locals it encounters in its new home. There may also be survival benefits to being intimately familiar with one’s surroundings, like knowing exactly where to find prey.
“They are quirky animals,” Dr. Jessop continued, noting that the juveniles have a habit of climbing trees to escape cannibalism from their elders. They may look like ruthless top-level predators, but their goals as island creatures are considerably more modest that you may realize.
L169 Komodo dragons的更多相关文章
- Multi-Language IDE for Professional Developers (Komodo)
Komodo is the professional IDE for major web languages, including Python, PHP, Ruby, Perl, HTML, CSS ...
- Dragons
http://codeforces.com/problemset/problem/230/A Dragons time limit per test 2 seconds memory limit pe ...
- Codeforces 839E Mother of Dragons【__builtin_popcount()的使用】
E. Mother of Dragons time limit per test:2 seconds memory limit per test:256 megabytes input:standar ...
- 【CF839E】Mother of Dragons 折半状压
[CF839E]Mother of Dragons 题意:给你一张n个点,m条边的无向图.你有k点能量,你可以把能量分配到任意一些点上,每个点分到的能量可以是一个非负实数.定义总能量为:对于所有边&l ...
- B. No Time for Dragons(贪心)
B. No Time for Dragons time limit per test 2.0 s memory limit per test 256 MB input standard input o ...
- 将Komodo Edit打造成Python开发的IDE
Komodo Edit 支持Python 界面清爽, 将Komodo Edit 设置成Python的IDE,具体操作方法如下: 先添加自定义命令. 再设置命令行参数 设置高级选项 设置快捷键 完成.
- JZOJ 3487. 【NOIP2013模拟联考11】剑与魔法(dragons)
3487. [NOIP2013模拟联考11]剑与魔法(dragons) (Standard IO) Time Limits: 1000 ms Memory Limits: 131072 KB De ...
- Codeforce 230A - Dragons (sort)
Kirito is stuck on a level of the MMORPG he is playing now. To move on in the game, he's got to defe ...
- komodo,mysql workBeach
跨平台的好软件,只不过自己的眼界太狭隘 Ubuntu下PPA安装,打开终端输入命令: sudo add-apt-repository ppa:mystic-mirage/komodo-edit ...
随机推荐
- ABP官方文档翻译 1.3 模块系统
ABP模块系统 介绍 模块定义 生命周期方法 PreInitialize Initialize PostInitialize Shutdown 模块依赖 插件系统 ASP.NET Core ASP.N ...
- IoC控制反转与DI依赖输入
IoC (Inversion of Control)即控制反转,是面向对象编程中的一种设计原则.它把传统上由程序代码直接操控的对象的调用权交给容器,通过外部容器来实现对象组件的装配和管理. 简单来说, ...
- markdown工作随笔总结
1. 锚点 (使用方法和链接很像) ## 目录 1. [命名](#命名) ....... **[返回顶部](#目录)** ## 命名 ###命名原则 可以从返回顶部回到目录,也可以点击目录的命名跳到命 ...
- Jquery10 高级事件
学习要点: 1.模拟操作 2.命名空间 3.事件委托 4.on.off 和 one jQuery 不但封装了大量常用的事件处理,还提供了不少高级事件方便开发者使用.比如模拟用户触发事件.事件委托事件. ...
- ubuntu18.04 64bit如何安装docker
注:参考自https://docs.docker.com/install/linux/docker-ce/ubuntu/ 1.卸载旧版本docker(如果之前安装了) sudo apt-get rem ...
- ArrayBlockingQueue,LinkedBlockingQueue分析
BlockingQueue接口定义了一种阻塞的FIFO queue,每一个BlockingQueue都有一个容量,让容量满时往BlockingQueue中添加数据时会造成阻塞,当容量为空时取元素操作会 ...
- Graph_Master(连通分量_E_Hungry+Tarjan)
hdu_4685 终于来写了这题的解题报告,没有在昨天A出来有点遗憾,不得不说数组开大开小真的是阻碍人类进步的一大天坑. 题目大意:给出n个王子,m个公主,只要王子喜欢,公主就得嫁(这个王子当得好霸道 ...
- ng2 quickstart-primeng
1.导入quickstart-angular项目 2.安装primeng npm install primeng 3.安装@angular/animations npm install @angula ...
- 利用Object.defineProperty实现Vue数据双向绑定
body部分很简单,一个输入框和一个展示的div <div> <p>你好,<input id='nickName'></p> <div id=&q ...
- mvn deploy返回400错误的几种可能
user credentials are wrong url to server is wrong user does not have access to the deployment reposi ...