T.S. eliot's mystery cat, Macavity, besides being a criminal mastermind able to evade the combined ranks of British law enforcement, had a coat that was “dusty from neglect”. Criminality is one thing, but this truly strains the imagination. Real cats are champion groomers.

Of the ten hours a day that a domestic cat deigns to remain awake, it spends a quarter licking dirt, fleas, blood and loose hairs from its fur. Cats’ tongues, specialised for this task, are covered in hundreds of backward-facing keratin spines. But exactly how these cone-shaped protuberances 突起, called filiform papillae, work to give the animals such mastery over their cleanliness has remained unknown until now.

To crack the mystery Alexis Noel and David Hu, a pair of engineers at the Georgia Institute of Technology, in Atlanta, examined the grooming mechanisms of six feline species—from domestic pets and bobcats to snow leopards and lions. Studying the activity of tongues inside the mouths of living creatures proved tricky, so instead Dr Noel and Dr Hu built an automated grooming machine fitted out with tongues and furs from animals whose lives had ended at places such as the Tiger Haven in Tennessee, a sort of retirement home for rescued big cats. They attached the tongues to a mechanical arm and made them “lick” the furs. High-resolution cameras and scanners took pictures.

The two researchers found that the filiform 丝状 papillae were shaped not, as had previously been thought, like solid cones. Rather, they resembled tiny scoops. Each had a small groove—named a cavo papilla by the team—at its tip.

This structure permits surface tension to wick saliva from a cat’s mouth and release it into the farthest recesses of the animal’s fur. During each lick, about half of the saliva on the tongue is so transferred. Saliva serves as a multi-purpose cleaning agent and the cavo papillae also assist the absorption, for the return journey, of any dirt or blood that needs removing. The cat’s tongue therefore “acts like a loofah and a sponge at the same time”, says Dr Hu.

The pair’s findings, just published in the Proceedings of the National Academy of Sciences, could inspire new ways to clean complex hairy surfaces. The authors themselves demonstrated one such application, which they call the tongue-inspired grooming brush. To make this they employed 3D printing to create structures, shaped like cat papillae, attached to a silicone base. The TIGR brush pulled on cat hairs and fur with less force than existing brushes, and was easier to clean. Such a brush could also be used to spread medicines deep into a cat’s fur or onto its skin, without the usual distressing practice of having to shave the animal first.

L181 The microscopic structure of a cat’s tongue helps keep its fur clean的更多相关文章

  1. 搭建Cat笔记01

    昨天晚上搭建Cat 时候那叫一个坑b,宝宝心里苦呀! 准备工作: 1.先大众点评Cat的项目源码,https://github.com/dianping/cat.git 2.打包编译: mvn cle ...

  2. [转]Linux日志文件总管——logrotate

    FROM : https://linux.cn/article-4126-1.html 日志文件包含了关于系统中发生的事件的有用信息,在排障过程中或者系统性能分析时经常被用到.对于忙碌的服务器,日志文 ...

  3. [AngularJS 1] Introduction to AngularJS

    introduction:this article is going to introduce AngularJS in generally. I will write it through five ...

  4. docker /var/lib/docker/aufs/mnt 目录满了,全是垃圾数据

    #!/bin/sh echo "==================== start clean docker containers logs ======================= ...

  5. docker log driver

    驱动程序 描述 none 容器没有日志可用,docker logs 什么都不返回 json-file 日志格式化为 JSON.这是 Docker 默认的日志驱动程序. syslog 将日志消息写入 s ...

  6. 清理docker容器的日志大小

    Docker容器日志清理 date :2019-04-08  13:57:40 1. 问题 docker容器日志导致主机磁盘空间满了.docker logs -f container_name 发现大 ...

  7. docker私有仓库-https+nginx

    一.概述 使用的是registry-2.4版本,因为在这个版本开始提供了garbage-collect,能够清理掉blobs,2.1开始提供了api的删除功能,但是只是删除的index并没有释放掉磁盘 ...

  8. Linux日志文件总管——logrotate

    日志文件包含了关于系统中发生的事件的有用信息,在排障过程中或者系统性能分析时经常被用到.对于忙碌的服务器,日志文件大小会增长极快,服务器会很快消耗磁盘空间,这成了个问题.除此之外,处理一个单个的庞大日 ...

  9. 2018/04/07 每日一个Linux命令 之 logrotate

    简介 日志的存在一直是 Linux 里面一个比较重要内容. 但是随着服务器运行的时间越来越长,日志越来越大.我见过一个线上项目 TP3.2 log文件有260+G的...... logrotate 也 ...

随机推荐

  1. nodejs通过代理(proxy)发送http请求(request)

    有可能有这样的需求,需要node作为web服务器通过另外一台http/https代理服务器发http或者https请求,废话不多说直接上代码大家都懂的: var http = require('htt ...

  2. R语言编程

    R中的帮助文档非常有用,其中有四种类型的帮助 help(functionname) 对已经加载包所含的函数显示其帮助文档,用?号也是一样的. help.search('keyword') 对已经安装的 ...

  3. uva1423 巧用拓扑排序

    对于一个序列 a1 a2 ... an 我们可以计算出一个符号矩阵A, 其中Si,j 为 a1+...+aj 的正负号,(连加和大于0则Sij=+ 小于0 Sij=-  等于0 则Sij=0), 根据 ...

  4. uva473

     Raucous Rockers  You just inherited the rights to n previously unreleased songs recorded by the pop ...

  5. mongo增删改查封装(C#)

    Framework版本:.Net Framework 4 ConnectionUtil源码参见:https://www.cnblogs.com/threadj/p/10536273.html usin ...

  6. IP地址与MAC地址

    作者:知乎用户链接:https://www.zhihu.com/question/21546408/answer/28155896来源:知乎著作权归作者所有.商业转载请联系作者获得授权,非商业转载请注 ...

  7. java类同时引用父类和接口的成员变量,需要指明是父类的还是接口的

    code: package com.qhong; public class Main extends B implements A{ public static void main(String[] ...

  8. JS中innerHTML和innerText,outerHTML和outerText

      innerHTML 声明了元素含有的HTML文本,不包括元素本身的开始标记和结束标记 innerHTML是符合W3C标准的属性,而innerText只适用于IE浏览器(现在也适应chrome浏览器 ...

  9. 11_MySQL_分页查询

    # 分页查询/* 应用场景:要显示的数据,一页显示不全,需要分页提交sql请求 语法: select 查询列表 from 表 [join type]表2 on 连接条件 where 筛选条件 grou ...

  10. 51Nod 1596 搬货物

    http://www.51nod.com/onlineJudge/questionCode.html#!problemId=1596 思路: 模拟二进制的进位. 这题很坑啊...用c++会超时,用c就 ...