L181 The microscopic structure of a cat’s tongue helps keep its fur clean
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的更多相关文章
- 搭建Cat笔记01
昨天晚上搭建Cat 时候那叫一个坑b,宝宝心里苦呀! 准备工作: 1.先大众点评Cat的项目源码,https://github.com/dianping/cat.git 2.打包编译: mvn cle ...
- [转]Linux日志文件总管——logrotate
FROM : https://linux.cn/article-4126-1.html 日志文件包含了关于系统中发生的事件的有用信息,在排障过程中或者系统性能分析时经常被用到.对于忙碌的服务器,日志文 ...
- [AngularJS 1] Introduction to AngularJS
introduction:this article is going to introduce AngularJS in generally. I will write it through five ...
- docker /var/lib/docker/aufs/mnt 目录满了,全是垃圾数据
#!/bin/sh echo "==================== start clean docker containers logs ======================= ...
- docker log driver
驱动程序 描述 none 容器没有日志可用,docker logs 什么都不返回 json-file 日志格式化为 JSON.这是 Docker 默认的日志驱动程序. syslog 将日志消息写入 s ...
- 清理docker容器的日志大小
Docker容器日志清理 date :2019-04-08 13:57:40 1. 问题 docker容器日志导致主机磁盘空间满了.docker logs -f container_name 发现大 ...
- docker私有仓库-https+nginx
一.概述 使用的是registry-2.4版本,因为在这个版本开始提供了garbage-collect,能够清理掉blobs,2.1开始提供了api的删除功能,但是只是删除的index并没有释放掉磁盘 ...
- Linux日志文件总管——logrotate
日志文件包含了关于系统中发生的事件的有用信息,在排障过程中或者系统性能分析时经常被用到.对于忙碌的服务器,日志文件大小会增长极快,服务器会很快消耗磁盘空间,这成了个问题.除此之外,处理一个单个的庞大日 ...
- 2018/04/07 每日一个Linux命令 之 logrotate
简介 日志的存在一直是 Linux 里面一个比较重要内容. 但是随着服务器运行的时间越来越长,日志越来越大.我见过一个线上项目 TP3.2 log文件有260+G的...... logrotate 也 ...
随机推荐
- 关于RxJava背压
http://flyou.ren/2017/04/05/%E5%85%B3%E4%BA%8ERxJava%E8%83%8C%E5%8E%8B/?utm_source=tuicool&utm_m ...
- Selenium之Chrome浏览器的启动
1.下载Chromedriver.exe文件放至需要的目录中: 2.编写代码 import org.openqa.selenium.WebDriver; import org.openqa.selen ...
- samba安装测试
1.检查是否系统有自带的samba安装包 2.关闭防火墙 Iptables -F Systemctl disable firewalld Systemctl stop firewalld System ...
- JavaScript性能优化小窍门汇总(含实例)
在众多语言中,JavaScript已经占有重要的一席之地,利用JavaScript我们可以做很多事情 , 应用广泛.在web应用项目中,需要大量JavaScript的代码,将来也会越来越多.但是由于J ...
- idea中使用junit测试时使用Scanner类无法正常测试
解决办法是:在main函数中测试方可有效. public static void main(String[] args){ Scanner sc = new Scanner(System.in);// ...
- 2017 Benelux Algorithm Programming Contest (BAPC 17) Solution
A - Amsterdam Distance 题意:极坐标系,给出两个点,求最短距离 思路:只有两种方式,取min 第一种,先走到0点,再走到终点 第二种,走到同一半径,再走过去 #include ...
- Eclipse自动提示
在java的自动激活触发器里输入:abcdefghijklmnopqrstuvwxyz.
- spark环境安装
源码包下载: http://archive.apache.org/dist/spark/spark-2.1.1/v 集群环境: master 192.168.1.99 slave1 192.168.1 ...
- 解决[Xcodeproj] Unknown object version错误
错误描述: RuntimeError - [Xcodeproj] Unknown object version. /Library/Ruby/Gems/2.0.0/gems/xcodeproj-0.2 ...
- 一次频繁Full GC问题排查过程分享
问题描述 应用收到频繁Full GC告警 问题排查 登录到对应机器上去,查看GC日志,发现YGC一分钟已经达到了15次,比Full GC还要频繁一些,其中Full GC平均10分钟超过了4次,如下图 ...