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

  1. Multi-Language IDE for Professional Developers (Komodo)

    Komodo is the professional IDE for major web languages, including Python, PHP, Ruby, Perl, HTML, CSS ...

  2. Dragons

    http://codeforces.com/problemset/problem/230/A Dragons time limit per test 2 seconds memory limit pe ...

  3. 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 ...

  4. 【CF839E】Mother of Dragons 折半状压

    [CF839E]Mother of Dragons 题意:给你一张n个点,m条边的无向图.你有k点能量,你可以把能量分配到任意一些点上,每个点分到的能量可以是一个非负实数.定义总能量为:对于所有边&l ...

  5. 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 ...

  6. 将Komodo Edit打造成Python开发的IDE

    Komodo Edit 支持Python 界面清爽, 将Komodo Edit 设置成Python的IDE,具体操作方法如下: 先添加自定义命令. 再设置命令行参数 设置高级选项 设置快捷键 完成.

  7. JZOJ 3487. 【NOIP2013模拟联考11】剑与魔法(dragons)

    3487. [NOIP2013模拟联考11]剑与魔法(dragons) (Standard IO) Time Limits: 1000 ms  Memory Limits: 131072 KB  De ...

  8. 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 ...

  9. komodo,mysql workBeach

    跨平台的好软件,只不过自己的眼界太狭隘 Ubuntu下PPA安装,打开终端输入命令:   sudo add-apt-repository ppa:mystic-mirage/komodo-edit   ...

随机推荐

  1. java中boolean类型占几个字节

    java的基本数据类型中,boolean只有两种状态,默认值为false.取值范围是{true,false},理论上占1bit,实际上: 1.单个的boolean 类型变量在编译的时候是使用的int ...

  2. 337APuzzles

    dangerous /*大水题目.不解释 给你m个数,从中选出n个,保证最大值和最小值的差值最小, 做法:从小到大排序,然后暴力枚举每个长度是n的序列*/ #include<stdio.h> ...

  3. 关于HttpRuntime.Cache的运用

    存Cache方法: HttpRuntime.Cache.Add( KeyName,//缓存名 KeyValue,//要缓存的对象 Dependencies,//依赖项 AbsoluteExpirati ...

  4. 20145314郑凯杰 《Java程序设计》实验四 实验报告

    20145314郑凯杰 <Java程序设计>实验四 实验报告 实验要求 完成实验.撰写实验报告,实验报告以博客方式发表在博客园,注意实验报告重点是运行结果,遇到的问题(工具查找,安装,使用 ...

  5. hello java !

    我对于计算机性编程性质的课程一直没有很好的悟性,但功夫不服有心,最近自己学习视频课程,随时关注娄老师的博客,慢慢的对于java编程有了新的认识,也用eclipse软件进行了简单java的编译. 了解的 ...

  6. 20144303石宇森 《Java程序设计》第2周学习总结

    ---恢复内容开始--- 20144303 <Java程序设计>第2周学习总结 教材学习内容总结 一.类型: 1.Java可以区分为基本类型和类类型.类类型也称作参考类型. 2.Java中 ...

  7. C++利用系统时间产生的随机数

    本文由青松原创并依GPL-V2及其后续版本发放,转载请注明出处且应包含本行声明. C++中常用rand()函数生成随机数,但严格意义上来讲生成的只是伪随机数(pseudo-random integra ...

  8. php 与 c++ openssl 加密通信

    $key = '1234567890123456'; $iv = '1234567890123456'; $enc = openssl_encrypt("hello wolrd!" ...

  9. flex 的总结

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  10. 总结的一些json格式和对象/String/Map/List等的互转工具类

    总结的一些json格式和对象/String/Map/List等的互转工具类,有需要的可以看看,需要引入jackson-core-asl-1.7.1.jar.jackson-jaxrs-1.7.1.ja ...