Nut-Cracking Chimps Demonstrate Cultural Differences

One family generally dines on Chinese takeout while their neighbors eat home cooked meatloaf.

You say potato, I say Potahto.

And humans aren't the only primate species with cultural differences.

Even in the same environment, different groups of chimpanzees use different tools.

The work is in Current Biology.

Chimps living in a national park in Cote D'Ivoire like eating Coula nuts.

They hammer them open with stone or wood.

At the beginning of the season, the nutshells are harder.

So you might expect all the chimps in the forest to initially use stone hammers and then switch to easy-to-find wooden tools when the nut cracking requires less force.

But researchers examined the tool use of three different chimpanzee communities—and found that despite sharing genes and a habitat, each group chose their hammers differently.

For example, one group preferred stone hammers throughout the Coula nut season.

Another gradually transitioned from primarily stone to primarily wooden tools.

And the third community switched from stone to wood more quickly.

Hammer size also varied from group to group.

As a chimp might explain, you say tomato, I say "Chimpanzee Calls".

Listen81的更多相关文章

  1. mac下nginx搭建

    首先使用brew安装nginx brew install nginx 安装完毕后,如果我们要使用nginx监听本地的80端口,需要改掉mac自带的apache占用的80端口 sudo vim /etc ...

  2. Apache编译安装及LAMP架构

    1.apache三种工作模式 1)prefork工作模式 一个进程处理一个用户请求 稳定但是不适合高并发的生产环境 2)worker工作模式 一个进程生成多个线程 合适高并发环境但是需要考虑到线程的安 ...

随机推荐

  1. 【Excle】Excle中的逆向查询

    一般vlookup使用 一般的vlookup使用,想必都会了,下面是一个一般vlookup的例子 意思就是以F2为查询值,区域A2:D10为查找区域,在首列中找到与F2单元格相同的工号,然后返回这个区 ...

  2. 算法 Heap sort

    // ------------------------------------------------------------------------------------------------- ...

  3. 京东2015年应届生招聘笔试题(A)卷答案选择题部分

    1.操作系统死锁的必要条件(多选题):()   A.相互排斥条件   B.系统资源有限   C.进程调度不合理   D.环路等待条件 答:A,C,D 參考资料:http://blog.sina.com ...

  4. Java中的Enum的继承

    public interface Icolor{ int apply(int x,int y); } public enum color implements Icolor{ plus("+ ...

  5. eval(function(p,a,c,k,e,d){e=function(c)加解密

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  6. OpenCV 中的三大数据类型:IplImage 类型

    前言 本文将介绍 OpenCV 中的图像结构 IplImage 并提供一些很实用的技巧. 更多的矩阵处理函数还请参阅相关资料. IplImage 的类型定义 typedef struct _IplIm ...

  7. 【转】android 签名验证防止重打包

    网上资料很多,这里只做一个笔记反编译 dex 修改重新打包签名后 apk 的签名信息肯定会改变,所以可以在代码中判断签名信息是否被改变过,如果签名不一致就退出程序,以防止 apk 被重新打包. 1 j ...

  8. Executors几种常用的线程池性能比较

    java编程中,经常会利用Executors的newXXXThreasPool生成各种线程池,今天写了一小段代码,简单测试了下三种常用的线程池: import com.google.common.ut ...

  9. multiple-value uuid.NewV4() in single-value context

    [root@t ~]# go get github.com/aliyun/aliyun-sts-go-sdk/sts# github.com/aliyun/aliyun-sts-go-sdk/sts/ ...

  10. 【题解】CF45G Prime Problem

    [题解]CF45G Prime Problem 哥德巴赫板子题? \(\frac{n(n+1)}{2}\)若是质数,则不需要分了. 上式 若是奇数,那么拆成2和另一个数. 上式 若是偶数吗,直接\(O ...