L151
In Toothy Prequel, Piranha-Like Fish Menaced Jurassic Seas
You can call it a prehistoric prequel.
Scientists said on Thursday they have unearthed in southern Germany the fossil of a fish that, with its mouth full of razor-sharp teeth, strongly resembled today’s piranhas, the stars of more than their fair share of Hollywood horror films. But this one lived during the Jurassic Period 152 million years ago.
Named Piranhamesodon pinnatomus, it is the earliest known example of a bony fish — as opposed to cartilaginous fish like sharks — able to slice flesh rather than simply swallowing prey, enabling it to attack victims larger than itself as piranhas can.
Piranhamesodon, about 3-1/2 inches (9 cm) long, lived in the sponge and coral reefs of the Solnhofen archipelago, a shallow tropical sea in what is now Bavaria. Piranhas are freshwater fish that inhabit rivers and lakes in South America.
Piranhamesodon was small, but its mouth was worthy of a scary movie. It boasted long, pointed, dagger-like teeth along the outer edge of its upper jaw and at the front of its lower jaw. It also had triangular teeth with serrated cutting edges on the side of its lower jaw.
“We were stunned that this fish had teeth which are capable of slicing flesh. It comes from a group of fishes, the pycnodontids, that are famous for their crushing teeth,” said paleontologist Martina Kölbl-Ebert of the Jura-Museum Eichstätt in Germany, who led the research published in the journal Current Biology.
“It is like finding a sheep with a snarl like a wolf,” Kölbl-Ebert added.
The fossil came from the same Bavarian limestone deposits as Archaeopteryx, the earliest-known bird.
“From the same quarry, we also have a number of other fish which may have been the victims of Piranhamesodon. They show injuries to their fins and fin bases, some freshly wounded before they died and got fossilized, whereas others show completely healed injuries with regeneration of the fin,” Kölbl-Ebert said.
While it shares traits with piranhas, Piranhamesodon was neither their long-ago ancestor nor related to them at all. The oldest-known piranhas lived around 15 million years ago.
Piranhamesodon is an example of a phenomenon called convergent evolution in which organisms independently acquire similar characteristics as a result of adapting to similar ecological niches or environments.
“The new fish is a most interesting example of convergent evolution, evolving — for bony fish then — a completely new way of life,” Kölbl-Ebert said.
L151的更多相关文章
- SILVERLIGHT 应急卫生模拟演练项目之loading界面实现
第一次在博客园写文章 俺是菜鸟 有不足之处还请大佬们多多指教 第一次也不知道该写啥 俺就拿自己最近做的一个项目 来细说吧 俺们公司是做医疗卫生方面的 其中有一块涉及到应急卫生模拟演练方面 这块分到我 ...
- Godiva_百度百科
Godiva_百度百科 北京 三里屯 北京市朝阳区三里屯路19号院10号楼一层S10-13单元及二层S10-22单元 100027 北京朝阳大悦城北京市朝阳区朝阳北路101号朝阳大悦城1号商业楼1F- ...
- ScreenOS地址转换
目录 1. NAT-src 1.1 来自DIP池(启用PAT)的NAT-src 1.2 来自DIP池(禁用PAT)的NAT-src 1.3 来自DIP池(带有地址变换)的NAT-src 1.4 来自出 ...
- Koa 中间件的执行
Node.js 中请求的处理 讨论 Koa 中间件前,先看原生 Node.js 中是如何创建 server 和处理请求的. node_server.js const http = require(&q ...
- Leetcode541/151之String与char数组与StringBuffer
String与char数组与StringBuffer 通常情况下遇到删除字符或者反转字符串时需要将String转为char数组或者StringBuffer String与char数组 char [] ...
随机推荐
- CSS Margin(外边距)
CSS Margin(外边距) 一.简介 CSS margin(外边距)属性定义元素周围的空间. margin 清除周围的(外边框)元素区域.margin 没有背景颜色,是完全透明的. margin ...
- hadoop yarn HA集群搭建
可先完成hadoop namenode HA的搭建:http://www.cnblogs.com/kisf/p/7458519.html 搭建yarnde HA只需要在namenode HA配置基础上 ...
- 20145303 《Java程序设计》第六周学习总结
20145303 <Java程序设计>第六周学习总结 教材学习内容总结 第十章:输入/输出 (InputStream与OutputStream) 1.Java将输入/输出抽象化为串流,数据 ...
- 20145312 《Java程序设计》第十周学习总结
20145312 <Java程序设计>第十周学习总结 学习笔记 Chapter 17反射与类加载器 17.1 运用反射 .class文档反应了类基本信息,因而从Class等API取得类信息 ...
- HelloWorld程序编写调试及错误解决
HelloWorld程序编写调试及错误解决 eclipse软件编写 相较于windows内置记事本,eclipse编写程序更为简单快捷.由其生成的程序模板编写如下: package helloworl ...
- 如何使用JMX监控Kafka
使用kafka做消息队列中间件时,为了实时监控其性能时,免不了要使用jmx调取kafka broker的内部数据,不管是自己重新做一个kafka集群的监控系统,还是使用一些开源的产品,比如yahoo的 ...
- mybatis映射文件select_resultMap_关联查询_collection定义关联集合
知识点:查询一个实体类,并查出这个类下面的集合 Employee.java实体类 package com.hand.mybatis.bean;public class Employee { pr ...
- Spring cloud + boot 问题记录
1 配置中心更新值的时候,要在有需要更新的属性 类上 加入 @RefreshScope 注解 2 关于Spring Cloud 调用服务 服务名称的问题 spring: applicatio ...
- oracle in语句的坑
oracle 的in语句最多只能有1000条数据,超出,sql报错.
- Dive into Spring framework -- 搭建spring 源码的开发环境
spring是一个类之间依赖的管理容器,大家都知道,但我们中很多人都仅仅停留在使用的层面,但spring本身具有极大的研究价值,所以在使用了几年spring之后,还是想深入的探究一下其根源.记录于此, ...