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

  1. SILVERLIGHT 应急卫生模拟演练项目之loading界面实现

    第一次在博客园写文章 俺是菜鸟 有不足之处还请大佬们多多指教 第一次也不知道该写啥 俺就拿自己最近做的一个项目 来细说吧 俺们公司是做医疗卫生方面的  其中有一块涉及到应急卫生模拟演练方面 这块分到我 ...

  2. Godiva_百度百科

    Godiva_百度百科 北京 三里屯 北京市朝阳区三里屯路19号院10号楼一层S10-13单元及二层S10-22单元 100027 北京朝阳大悦城北京市朝阳区朝阳北路101号朝阳大悦城1号商业楼1F- ...

  3. ScreenOS地址转换

    目录 1. NAT-src 1.1 来自DIP池(启用PAT)的NAT-src 1.2 来自DIP池(禁用PAT)的NAT-src 1.3 来自DIP池(带有地址变换)的NAT-src 1.4 来自出 ...

  4. Koa 中间件的执行

    Node.js 中请求的处理 讨论 Koa 中间件前,先看原生 Node.js 中是如何创建 server 和处理请求的. node_server.js const http = require(&q ...

  5. Leetcode541/151之String与char数组与StringBuffer

    String与char数组与StringBuffer 通常情况下遇到删除字符或者反转字符串时需要将String转为char数组或者StringBuffer String与char数组 char [] ...

随机推荐

  1. oracle中add_months函数的用法

    如果需要取上一个月的数据,并且每天都要进行此操作,每次都需要改时间,的确非常的麻烦,所以想到了oracle add_months函数这个函数 oracle add_months函数: oracle a ...

  2. xxxx interview

    1. 什么数据库,做了什么优化? 回答mysql innodb与myisam区别,根据业务选择引擎.事务,行级锁,全文检索,二级索引. 存储:myisam数据和索引分开存储.innodb数据和索引存储 ...

  3. javaScript对象与JSON.stringfly(obj)

    //接收json对象 var objJson = new Object(); var arr = new Array(); var obj1 = new Object(); obj1.age = 15 ...

  4. 【读书笔记】《深入浅出nodejs》第一章 Node简介

    1. Node的官方网站: http://nodejs.org 2. Node的缘起: Ryan Dahl 打算设计一个高性能的Web服务器. Ryan Dahl 认为设计高性能Web服务器的要点在于 ...

  5. 1.1_Django简介及安装

    Django的安装 Django安装 文档:https://docs.djangoproject.com/en/1.8/ pip install django 可以到这个网站查看可用的django版本 ...

  6. 源码编译PHP提示zip错误

    本文来源:https://segmentfault.com/q/1010000002696561 /home/levi/soft/php-5.6.8/ext/zip/lib/zipint.h:118: ...

  7. log4j和logback

    Log4j和logback Log4j简介 Log4j(log for java) 1.是Apache的一个开源项目: 2.是使用Java语言编写的一个日志框架: 3.用于记录程序中的日志信息: 4. ...

  8. 如何成为 Python 高手

    这篇文章主要是对我收集的一些文章的摘要.因为已经有很多比我有才华的人写出了大量关于如何成为优秀Python程序员的好文章. 我的总结主要集中在四个基本题目上:函数式编程,性能,测试,编码规范.如果一个 ...

  9. Mysql5.7基于事务转为基于日志

    先决条件 master端执行 flush logs;show master status; 获取file和position slave端执行 stop slave; change master to ...

  10. wireshark初学者使用

    介绍 Wireshark是一款网络封包分析软件,截取网络封包,显示其封包的详细信息.日常工作中用的比较多.在使用wireshark之前须了解常用的网络协议.如:tcp,http,ip,udp等.(其实 ...