L298 猴子进化过程
The evolution of monkeys remains a mystery
Why monkeys and apes took separate evolutionary paths has long been a mystery. One widely held theory is that environmental changes that led to more open habitats drove a wedge between these animals, leading the ancestors of monkeys to make do with a less nutritious diet of leaves and those of modern apes to thrive upon fruits and seeds. A study led by John Kappelman of the University of Texas and the late David Rasmussen of Washington University, published this week in PNAS, suggests that this idea is wrong.
There are few vertebrate groups that have a worse fossil record than monkeys. Fossils form best when animals die in places where sediment is constantly being deposited to cover up their bones, like streams, river deltas, coastlines and sand dunes. Because monkeys typically live in lush forests where sediment is rarely deposited, they rarely fossilise. Indeed, while genetic analysis of modern species makes it clear that they diverged from apes 30m years ago, evidence of their first 12m years of existence has until now been composed of just two molars that are too worn to show much detail.
A new fossil discovered in Nakwai, Kenya by a team of Kenyan and American scientists has now been dated as being 22m years old. Composed of several jaw fragments with well-preserved teeth still stuck in their sockets, the fossil clearly belonged to a monkey. Yet the specimen has raised more questions than it has answered because it lacks an important dental trait known as bilophodonty.
Best described as teeth that have crests running between their cusps, bilophodont molars are found in all members of the old world monkey family and play a pivotal part in helping these animals to chew leaves efficiently. Because the Kenyan fossil does not have these crests, Dr Kappelman and his colleagues believe it was much more likely to have fed on fruits and seeds. That goes against the prevailing theory that leaves became a major part of the monkey diet after their split from apes 30m years ago.
Although Alophia, as the researchers have named the fossil, may just be an odd early monkey lineage that broke from its kin and later started eating fruit, it is also possible that this animal had teeth that were typical for monkeys of the time. If so, the monkey puzzle deepens: something other than a taste for leaves must have led them away from apes.
This article appeared in the Science and technology section of the print edition under the headline "Monkey puzzle"
L298 猴子进化过程的更多相关文章
- 《饥荒游戏》SW BUG 刷猴子 & 刷淘气值 办法
简介 该办法利用刷猴子的方式,通过杀猴子获取淘气值,从而刷出坎普斯,继而刷坎普斯背包 物品准备 灭火器x1 箱子x1 逗猴球x1 猴窝xN 帽贝岩x2 避雷针x1 操作步骤 1.灭火器建造在2个帽贝岩 ...
- c语言经典算法——猴子偷桃问题
题目:海滩上有一堆桃子,五只猴子来分.第一只猴子把这堆桃子凭据分为五份,多了一个,这只猴子把多的一个扔入海中,拿走了一份.第二只猴子把剩下的桃子又平均分成五份,又多了一个,它同样把多的一个扔入海中,拿 ...
- 网络神器Greasemonkey(油猴子)使用方法简介+脚本分享【转载】
推荐下,觉得这个方法有用, 今天艾薇百科来介绍一下功能强大的Greasemonkey,俗称"油猴子",Greasemonkey可以自由定制网页,实现你想要的各种功能.堪称" ...
- sicily 猴子选大王
题目描述 猴子选大王,有N只猴子,从1-N进行编号.它们按照编号的顺时针方向,排成一个圆圈,然后从第一只猴子开始报数.第一只猴子报1,以后每只猴子报的数字都是它前面猴子所报数字加1.如果一只猴子报的数 ...
- 踩个猴尾不容易啊 Canvas画个猴子
踩个猴尾不容易啊 Canvas画个猴子 <!DOCTYPE html> <html> <head> <meta charset="UTF-8&qu ...
- BZOJ2429[HAOI2006]聪明的猴子[最小生成树 kruskal]
2429: [HAOI2006]聪明的猴子 Time Limit: 10 Sec Memory Limit: 128 MBSubmit: 896 Solved: 575[Submit][Statu ...
- [BZOJ2429][HAOI2006]聪明的猴子(MST)
题目:http://www.lydsy.com:808/JudgeOnline/problem.php?id=2429 分析:要让最大的最小,所以就是最小生成树上的啦,于是问题就变成了有多少个猴子&g ...
- Huawei校招机试中的猴子吃桃问题
//============================================================================ // Name : Monkey& ...
- 最小生成树 2429: [HAOI2006]聪明的猴子
BZOJ 2429: [HAOI2006]聪明的猴子 Time Limit: 10 Sec Memory Limit: 128 MBSubmit: 877 Solved: 566[Submit][ ...
随机推荐
- android -------- Data Binding的使用(二)
分享一下Data Binding在项目中一些常用的基础,点击事件和输入框的一些操作. DataBinding允许我们在xml中view的一些事件属性(如onClick等)中填写DataBinding表 ...
- scrapy 爬虫框架(一)
一 . scrapy 的安装 安装scrapy框架时,需要先安装依赖包. #Linux: pip3 install scrapy #Windows: a. pip3 install wheel b. ...
- SQL SERVER 字符拆分列为多行
注:先学习sql server里的递归CTE. 假设有兴趣表Hobbys Name Hobby 小张 篮球,足球,羽毛球 Name Hobby 小张 篮球 小张 足球 小张 羽毛球 采用[递归cte] ...
- SQL SERVER select,update,delete使用表别名
[SELECT] select * from 表名 表别名 [UPDATE] update 表别名 set 表别名.列=值 from 表名 表别名 where 条件 [DELETE] delete 表 ...
- 『计算机视觉』Mask-RCNN_推断网络其六:Mask生成
一.Mask生成概览 上一节的末尾,我们已经获取了待检测图片的分类回归信息,我们将回归信息(即待检测目标的边框信息)单独提取出来,结合金字塔特征mrcnn_feature_maps,进行Mask生成工 ...
- Java中涉及到金额业务的处理
一.MySql数据库中如何定义关于金额字段: 建议定义成[DECIMAL]类型,而不是float或者是double,因为这个两者是以二进制储存的,存在一定的误差.具体事例可参考https://blog ...
- CF-517C-思维/math
http://codeforces.com/contest/1072/problem/C 题目大意是给出两个数a,b ,找出若干个数p,使得 SUM{p}<=a ,找出若干个数q使得SUM{q} ...
- Oracle11g温习-第十四章:约束( constraint )
2013年4月27日 星期六 10:48 1.约束的功能 通过一些强制性商业规则,保证数据的完整性.一致性 2.约束的类别 1 ) not null 不允许为空 2 ) check ...
- Shell里面获取路径的方式
1. $0 #!/bin/sh echo $0 2.shFile=$(readlink -f $0) #!/bin/sh shFile=$() shDir=$(dirname ${shFile})ec ...
- 【LeetCode】数组移除元素
链表等复杂数据结构用多了,简单的数组操作也不能遗忘! 1. 给定一个有序数组,移除所有重复元素并返回新的数组长度,不能分配额外数组的内存空间. e.g. 给定输入的数组 = [1,1,2],函数应当返 ...