Yale Researchers Build BrainEx Machine to Restore Brain Function After Death

Researchers at Yale University spent six years building a machine, which they call BrainEx, that can restore functionality in brain cells of recently slaughtered pigs. However, the Yale University research team is careful to say that none of the brains regained the kind of organized electrical activity associated with consciousness or awareness. However, the experiment showed that a small amount of cellular function was either restored or at least preserved.

The implications of this study have surprised ethicists, as they imagine how this research should move forward and how it fits into the current understanding of what separates the living from the dead. "It was mind-blowing," says Nita Farahany, who studies the ethics of emerging technologies at Duke Law School. "My initial reaction was pretty shocked. It's a groundbreaking discovery, but it also really fundamentally changes a lot of what the existing beliefs are in neuroscience about the irreversible loss of brain function once there is deprivation of oxygen to the brain."

The brain is extremely sensitive to a lack of oxygen and shuts down quickly. But researchers have long known that viable cells can be removed from post-mortem brains hours after death, says Nenad Sestan, a neuroscientist at the Yale School of Medicine in New Haven, Connecticut. Such cells can be studied in a lab dish, Sestan says, "but the problem is, once you do that, you are losing the 3D organization of the brain." He and some colleagues wondered whether it might be possible to study brain cells while leaving them in an intact organ. Doing so meant somehow supplying them with oxygen, nutrients and various other cell-protective chemicals.

The scientists then spent six years developing a technique to do that, testing their methods on nearly 300 pig heads which they acquired from a local pork processing center. "This really was a shot-in-the-dark project," says team member Stefano Daniele. "We had no preconceived notion of whether or not this could work."

The research team removed the brains from the pigs' heads and placed the isolated brains in an experimental chamber. The researchers attached key blood vessels to a device that pumped in a specially formulated chemical mixture for six hours, starting about four hours after the pigs had been killed. These brains looked considerably different from pig brains that were left alone to deteriorate. "We found that tissue and cellular structure is preserved and cell death is reduced. In addition, some molecular and cellular functions were restored," Sestan says. "This is not a living brain, but it is a cellularly active brain."

However, according to another commentary written by Case Western Reserve University bioethicists Stuart Youngner and Insoo Hyun, research like this could complicate the effort to secure organs for transplant from people who have been declared brain-dead. If people who are declared brain-dead could become candidates for attempts at brain resuscitation, they write, "it could become harder for physicians or family members to be convinced that further medical intervention is futile."

L345 大脑复生的更多相关文章

  1. 人类大脑只开发了10%? I don't think so.

    既然程序执行时有些部分是彼此互斥的(在程序的一次执行中,执行了这部分就不会去执行另一部分),那么所谓的 人类大脑只开发了10%? 是不是其实只是程序互斥的一种体现. 而往往"智商" ...

  2. [书目20160526]Brain Rules 让大脑自由:释放天赋的12条定律

    推荐序1 12条定律,让大脑更聪明推荐序2 走过迷雾地带前  言 人人都有一个不可思议的大脑 定律1:越运动,大脑越聪明 信不信,“驴友”比“沙发土豆”更聪明! 老板,请把办公室的咖啡机换成跑步机! ...

  3. 各种常用的JSON接口,开动你的大脑你就可以做出各种应用,值得收藏

    各种常用的JSON接口,开动你的大脑你就可以做出各种应用,值得收藏   浏览:1412 发布日期:2014/01/27 分类:技术分享 这里为大家搜集了一些能够返回JSON格式的服务接口.部分需要用J ...

  4. Heritrix源码分析(十二) Heritrix的控制中心(大脑)CrawlController(一)(转)

    本博客属原创文章,欢迎转载!转载请务必注明出处:http://guoyunsky.iteye.com/blog/650694 本博客已迁移到本人独立博客: http://www.yun5u.com/ ...

  5. 数娱科技:借助VR技术可让你了解自己的大脑

    你可能很好奇自己的大脑,如果你是一个脑部病患,可能更想了解下自己的大脑.好消息是,脑机接口让这个想法成为可能. 在上周六,AR/VR科技公司广州数娱科技发布了联合5家单位共同研发的"VR人脑 ...

  6. 2017TSC世界大脑与科技峰会,多角度深入探讨关于大脑意识

    TSC·世界大脑与科技峰会是全世界范围内的集会,多角度深入探讨关于大脑意识体验来源这一根本话题,我们是谁,现实的本质是什么,我们所处宇宙空间的本质为何.该峰会由亚利桑那大学意识研究中心主办. 会议时间 ...

  7. PHP:基于百度大脑api实现OCR文字识别

    有个项目要用到文字识别,网上找了很多资料,效果不是很好,偶然的机会,接触到百度大脑.百度大脑提供了很多解决方案,其中一个就是文字识别,百度提供了三种文字识别,分别是银行卡识别.身份证识别和通用文字识别 ...

  8. GTD:让大脑用来思考,而不是用来记事!

    前段时间听刘润大师分享了一套GTD时间管理方法理论,感觉非常受用!现拿来跟大家分享下,这套方法是刘润老师践行20多年总结提炼的精华,经亲自实践确实行之有效. 俗话说:工欲善其事,必先利其器!人生也是如 ...

  9. ServerSuperIO Designer IDE 发布,打造物联网通讯大脑,随心而联。附:C#驱动源代码。

    1.概况 注:ServerSuperIO Designer IDE 同行业网友随便使用,不涉及到软件使用限制的问题. 从2015年到现在的将近两年的时间,一直在开发.完善ServerSuperIO(S ...

随机推荐

  1. vuex的学习和理解

    初识Vuex: vuex是 vue官方推荐的一个状态管理器,也是vue专用的一个插件.当我们遇到很多状态改变时,组件之间的通信就会变得复杂,这时候vuex的强大就体现出来了. Vuex 应用的核心就是 ...

  2. vue实现实时监听文本框内容的变化(最后一种为原生js)

    一.用watch方法监听这个变量. <!DOCTYPE html> <html> <head> <meta charset="utf-8" ...

  3. Vuex状态管理模式

    Store:类似容器,包含应用的大部分状态,一个页面只能有一个store,状态存储是响应式的 State : 包含所有应用级别状态的对象 Getters : 在组件内部获取store中状态的函数 Mu ...

  4. [大数据面试题]storm核心知识点

    1.storm基本架构 storm的主从分别为Nimbus.Supervisor,工作进程为Worker. 2.计算模型 Storm的计算模型分为Spout和Bolt,Spout作为管口.Bolt作为 ...

  5. Letters Removing CodeForces - 899F (线段树维护序列)

    大意: 给定字符串, 每次删除一段区间的某种字符, 最后输出序列. 类似于splay维护序列. 每次删除都会影响到后面字符的位置 可以通过转化为查询前缀和=k来查找下标. #include <i ...

  6. vue 修改 端口号

    具体步骤如下: vue小白交流群,希望能够帮助到大家!

  7. Linux中一个快速查找文件和目录的命令

    功能介绍: locate命令其实是find -name的另一种写法,但是要比后者快得多,原因在于它不搜索具体目录,而是搜索一个数据库/var/lib/locatedb,值得注意的是:版本不同,会有所不 ...

  8. RBMQ发布和订阅消息

    RBMQ发布和订阅消息 exchange 参考翻译自: RabbitMQ官网 生产者并非将消息直接发送到queue,而是发送到exchange中,具体将消息发送到特定的队列还是多个队列,或者是丢弃,取 ...

  9. 维修数列 Splay(这可能是我写过最麻烦的题之一了。。。用平衡树维护dp。。。丧心病狂啊。。。。)

    题目来源BZOJ1500 这题的思路: 1.这题的话,稍微会splay的人,一般前面四个都不是问题..主要是最后的一个,要你在修改的同时要维护好最大字段和... 2.最大字段和其实就是区间合并.具体操 ...

  10. 笔记:stm32 printf重定向到UART疑点解析

    在调试过程中往往需要通过打印来看系统运行状态:在STM32平台上,打印重定向有多种实现方案:其一是编译时使用keil自带的MacroLIB,据说这个库对一些C语言基础设施做了新的实现,代码结构更加紧凑 ...