Scientists at the Massachusetts Institute of Technology have said lobsters could be key to creating super-strong and flexible armor in the future. The underbellies of these famous crustaceans contain a translucent membrane that scientists have now found to be one of the toughest hydrogels in the world.

Hydrogels are gels that are normally composed of one or more polymers suspended in water. For decades, they have been investigated for their biomedical qualities—they hold huge potential for applications relating to wound healing and bone regeneration, for example.

More recently, scientists have started to look at hydrogels for their military applications—from high-tech winter gloves that are able to absorb sweat and other liquid to keep hands warm and dry, to medical dressings that could stop bleeding on the battlefield.

Researchers at MIT are now looking at a specific hydrogel found in lobsters. The translucent soft membrane found on the underside of these marine creatures has been analyzed by scientists, who have found it is made of a layer of “plywood-like structure” that makes it highly resilient to cuts. It is also very flexible and stretchy, allowing the lobster to move its tail around.
Publishing their research in the journal Acta Biomaterialia, the team found the membrane on the belly of the American Lobster is the toughest material of all known natural hydrogels. In terms of strength, it is comparable to industrial rubber that is used to make car tires and conveyor belts.

Its strength and flexibility, the team say, make it an ideal material to use as a blueprint for body armor. “We think this work could motivate flexible armor design,” Ming Guo, one of the study authors, said in a statement. “If you could make armor out of these types of materials, you could freely move your joints, and it would make you feel more comfortable.”

Guo started to study lobsters after noticing their unusual properties—their underbellies are particularly difficult to chew, for example. When they are swimming, they are able to move their joints and tails very fast, meaning they must have soft tissue connections. “But nobody has looked at the membrane before, which is very surprising to us,” he said.

The team carried out experiments on the membrane, and found it could be stretched to twice its normal length. It was also found to be resilient to small cuts. “We made scratches to mimic what might happen when they’re moving through sand, for example,” Guo said. “We even cut through half the thickness of the membrane and found it could still be stretched equally far. If you did this with rubber composites, they would break.”

The team is now hoping to understand the mechanisms underlying the strength of the lobster membrane. “We think this membrane structure could be a very important reason for why lobsters have been living for more than 100 million years on Earth. Somehow, this fracture tolerance has really helped them in their evolution,” Guo said.

Concluding, they said: “The knowledge learned from the soft membrane of natural lobsters sheds light on designing synthetic soft, yet strong and tough materials for reliable usage under extreme mechanical conditions, including a flexible armor that can provide full-body protection without sacrificing limb mobility.”

2019-02-22 L231的更多相关文章

  1. 梦想MxWeb3D协同设计平台 2019.02.28更新

    梦想MxWeb3D协同设计平台 2019.02.28更新 SDK开发包下载地址: http://www.mxdraw.com/ndetail_10130.html 在线演示网址: http://www ...

  2. Beta冲刺(1/7)——2019.5.22

    所属课程 软件工程1916|W(福州大学) 作业要求 Beta冲刺(1/7)--2019.5.22 团队名称 待就业六人组 1.团队信息 团队名称:待就业六人组 团队描述:同舟共济扬帆起,乘风破浪万里 ...

  3. [2019.03.22] Linux 学习心得(1)

    本文关键词:shell 判断.grep正则表达式使用和贪婪匹配理解 1. if [ $a -le $b ], 一开始自学的时候我以为 [ ... ] 就是普通的,语法规定的结构,结果其实人家是&quo ...

  4. Tensorflow学习笔记2019.01.22

    tensorflow学习笔记2 edit by Strangewx 2019.01.04 4.1 机器学习基础 4.1.1 一般结构: 初始化模型参数:通常随机赋值,简单模型赋值0 训练数据:一般打乱 ...

  5. Cheatsheet: 2018 11.01 ~ 2019 02.28

    Golang FromXToGo micro - A microservice toolkit Other Easy parsing of Excel spreadsheet format with ...

  6. C# BackgroundWorker的使用【转-http://www.cnblogs.com/tom-tong/archive/2012/02/22/2363965.html】

    BackgroundWorker 可以用于启动后台线程. 主要的事件及参数: 1.DoWork——当执行BackgroundWorker.RunWorkerAsync方法时会触发该事件,并且传递DoW ...

  7. 2019.3.22 JMeter基础操作

    1.添加线程组:testplan—添加—线程(用户)Threads(Users) 线程属性值:线程数(虚拟用户数).Rump-up(准备时长:设置所有线程全部启动时间).循环次数(每个线程重复发送请求 ...

  8. 2019/4/22 kmp模板

    题目连接:传送门!!! 这里是从头到尾彻底理解KMP的一篇博客,写的非常好 :https://blog.csdn.net/v_JULY_v/article/details/7041827 题意:输入多 ...

  9. 2019/4/22 拓扑排序的高效写法. 模板题HDU1285:确定比赛名次

    传送门 Problem Description 有N个比赛队(1<=N<=500),编号依次为1,2,3,....,N进行比赛,比赛结束后,裁判委员会要将所有参赛队伍从前往后依次排名,但现 ...

  10. 2019/02/09 对于KinectFusion 的理解

    网上有很多关于Kinect Fusion 的详细介绍,包括各个部分的算法,思路,以及应用上的限制和优化. 在此就不多介绍了. KinectFusion 提供了非常基础的用RGB-D 相机实现的 Den ...

随机推荐

  1. DedecmsV5.7本地上传缩略图无法自动添加水印的解决方法

    问题:dedecms后台 系统->图片水印设置 图片水印设置有开启了,但是本地上传缩略图无法自动添加水印 网上有很多资料,所以记录一下 1.打开dede(实际项目后台文件夹)/archives_ ...

  2. spring boot(十二)打包部署

    有很多网友会时不时的问我,spring boot项目如何测试,如何部署,在生产中有什么好的部署方案吗?这篇文章就来介绍一下spring boot 如何开发.调试.打包到最后的投产上线. 开发阶段 单元 ...

  3. 【其他】【navicat】【1】navicat导入txt文件中文乱码问题解决

    正文: TXT文件默认编码为ANSI,另存为编码为UTF-8的文本文件即可 备注: 1,一般需要导入的数据都是一张excel表,需要将excel表另存为“文本文件(制表符分隔)(*.txt)”保存类型 ...

  4. 关于react16.4——上下文Context

    首先我们来聊一聊(上下文)Context. 上下文(Context) 提供了一种通过组件树传递数据的方法,无需在每个级别手动传递 props 属性. 在典型的 React 应用程序中,数据通过 pro ...

  5. 为什么样本方差除以(n-1)而不是n ?(自由度)

    不记得第几次看见样本方差的公式,突然好奇为什么要除以(n-1)而不是n呢?看见一篇文章从定义上和无偏估计推导上讲的很清楚https://blog.csdn.net/fuming2021118535/a ...

  6. WDA基础四:Select-option的使用

    select option是方便用户和数据处理的,就是丑了点... 前面使用的input直接做查询条件有哥弊端,就是查询的时候需要判断字段是否有选择条件,然后要将选择条件做成range table.. ...

  7. xpath 获取表单的值

    <input type="hidden" id="hospital_id" value="6666sui"> $selector ...

  8. IIS发布网站,访问时出现无法识别的属性“targetFramework”错误

    今天在IIS发布网站后,访问时出现无识别的属性“targetFramework”错误 错误描述: 错误原因: 是由IIS配置该站点的.NET Framework 版本与程序中的.NET Framewo ...

  9. Ubuntu云服务器下mysql授权远程登陆

    1)首先以 root 帐户登陆 MySQL(在授权之前要确保3306端口开放)2)创建远程登陆用户并授权 > grant all PRIVILEGES on discuz.* to zhan@' ...

  10. html页面标题增加图标方法

    有些网站的网页标题部分有图标,很带感.方法很简单: 在<head></head>部分增加下列一行代码即可. <link rel="shortcut icon&q ...