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][ ...
随机推荐
- 创建springboot的聚合工程(一)
比起传统复杂的单体工程,使用Maven的多模块配置,可以帮助项目划分模块,鼓励重用,防止POM变得过于庞大,方便某个模块的构建,而不用每次都构建整个项目,并且使得针对某个模块的特殊控制更为方便.接下来 ...
- 把javabean复制到另一个javabean 使用BeanUtils.copyProperties(a,b) 复制
该方法对于两种不同的jar包有两种不同的意义 ,a,b通常是两个结构相似的javabean,注意:a,b里的定义类型名称必须一致才能复制 引用的是org.springframework.beans 则 ...
- Thirft框架介绍
1.前言 Thrift是一个跨语言的服务部署框架,最初由Facebook于2007年开发,2008年进入Apache开源项目.Thrift通过一个中间语言(IDL, 接口定义语言)来定义RPC的接口和 ...
- PostgreSQL&PostGIS完全安装
检查PostGIS.PostgreSQL.GEOS.GDAL.PROJ等各软件的版本依赖关系 http://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQ ...
- SpringBoot配置多数据源时遇到的问题
SpringBoot配置多数据源 参考代码:Spring Boot 1.5.8.RELEASE同时配置Oracle和MySQL 原作者用的是1.5.8版本的SpringBoot,在升级到2.0.*之后 ...
- maven聚合工程tomcat插件启动没有 Starting ProtocolHandler ["http-bio-8081"]
Starting ProtocolHandler ["http-bio-8081"]无法显示,一般有三个原因: (1)数据库连不上: (2)注册中心连不上(我这里用的是zookee ...
- vuex状态持久化
npm install vuex-persistedstate 在store.js里 import createPersistedState from 'vuex-persistedstate' co ...
- CSS三列布局之左右宽度固定,中间元素自适应问题
最近学到了几种关于左右固定宽度,中间自适应的三列布局的方法,整理了一下,在这里跟大家一起分享分享,其中有什么不足的还望各位给指导指导哈. 首先我想到的是float——浮动布局 使用浮动,先渲染左右两个 ...
- VLC添加水印
Name: LibVLC control APIDescription: VLC media player external control libraryVersion: 2.1.3 参照:http ...
- jQuery封装 写的的确不错 转载
扩展jQuery插件和方法的作用是非常强大的,它可以节省大量开发时间.这篇文章将概述jQuery插件开发的基本知识,最佳做法和常见的陷阱. 入门 编写一个jQuery插件开始于给jQuery.fn加入 ...