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. Spring源码解析(二)BeanDefinition的Resource定位

    IOC容器的初始化过程主要包括BeanDefinition的Resource定位.载入和注册.在实际项目中我们基本上操作的都是ApplicationContex的实现,我们比较熟悉的ClassPath ...

  2. 3.mysql自增的字段如何重新派逊

    alter table sales drop id;ALter table sales add id int(6) PRIMARY key not null auto_increment FIRST;

  3. rtcp多媒体控制协议应用

    rtcp package send/recv demo main.c #include <stdio.h> #include <rtp.h> #include <rtcp ...

  4. PAT 1061 Dating[简单]

    1061 Dating(20 分) Sherlock Holmes received a note with some strange strings: Let's date! 3485djDkxh4 ...

  5. WebService—规范介绍和几种实现WebService的框架介绍

    一.关于SOA(面向服务架构)思想   1.关于协议   2.SOA 的诞生 SOA(Service-Oriented Architecture)面向服务架构是一种思想,它将应用程序的不同功能单元通过 ...

  6. AtCoder Grand Contest 029 Solution

    A: Solved. 签. #include <bits/stdc++.h> using namespace std; #define ll long long #define N 200 ...

  7. hdu5021 树状数组+二分

    这 题 说 的 是 给 了 一 个 K—NN    每次查询离loc 最近的k个数 然后将这k个数的权值加起来除以k 赋值给 loc 这个位置上的 权值  我说说 我的做法 假如 查询的是loc 这个 ...

  8. windows live writer backup

    windows live writer backup备份:http://wlwbackup.codeplex.com/

  9. 两步实现在Git Bash中用Sublime打开文件

    每次都要用鼠标点来点去才能用sublime打开文件!太不科学!今天来配置一下在Git bash中用sublime打开文件 方法 新建一个文件命名为你想要的命令,比如 subl(注意不能有后缀名),内容 ...

  10. Ubuntu下常用强化学习实验环境搭建(MuJoCo, OpenAI Gym, rllab, DeepMind Lab, TORCS, PySC2)

    http://lib.csdn.net/article/aimachinelearning/68113 原文地址:http://blog.csdn.net/jinzhuojun/article/det ...