L175 Endorestiform Nucleus: Scientist Just Discovered a New Part of the Human Brain
The newly named Endorestiform Nucleus sits in the inferior cerebellar小脑 peduncle, at the junction between the brain and spinal cord. The inferior cerebellar peduncle helps us with balance, fine motor movements and maintaining posture.
Professor George Paxinos, of Neuroscience Research Australia, who found the segment commented in a statement: “The region is intriguing because it seems to be absent in the rhesus monkey and other animals that we have studied. This region could be what makes humans unique besides our larger brain size.”
Paxinos told ScienceAlert: "The inferior cerebellar peduncle is like a river carrying information from the spinal cord and brainstem to the cerebellum.
"The endorestiform nucleus is a group of neurons, and it is like an island in this river."
However, the job of the Endorestiform Nucleus itself remains a mystery for now.
Paxinos said he can only guess at its function, “but given the part of the brain where it has been found, it might be involved in fine motor control.”
The finding has not yet been peer-reviewed, according to Science Alert. Paxinos detailed the portion of the brain in his book Human Brainstem: Cytoarchitecture, Chemoarchitecture, Myeloarchitecture.
If supported and confirmed by other scientists, the discovery could expand our understanding of the brain. It could therefore aid researchers who are working towards cures for neurological conditions such as Parkinson's and motor neuron disease, the scientist said.
Paxinos said he suspected the presence of the region for three decades, but only recently had the equipment to prove its existence. He used staining and imaging techniques to do this.
Lyndsey Collins-Praino of Adelaide University, who was not involved in the study, called the research “intriguing” but said it is “too early to know its true significance.
Earlier this year, scientists identified a new organ in the body.
Researchers co-led by New York University's (NYU) School of Medicine described the interstitium as a shock-absorbing tissue beneath the skin, gut and blood vessels. It is comprised of a mesh of strong and flexible connective tissue proteins.
The claims were published in the journal Scientific Reports. The team were optimistic that their paper would help to answer why cancers that attack this area of the body become more likely to metastasize. One potential reasons is that interstitium’s fluid drains into the lymphatic system, a vital player in the immune system.
L175 Endorestiform Nucleus: Scientist Just Discovered a New Part of the Human Brain的更多相关文章
- Advances in Single Cell Genomics to Study Brain Cell Types | 会议概览
单细胞在脑科学方面的应用 Session 1: Deciphering the Cellular Landscape of the Brain Using Single Cell Transcript ...
- How do I learn machine learning?
https://www.quora.com/How-do-I-learn-machine-learning-1?redirected_qid=6578644 How Can I Learn X? ...
- 深度学习Deep learning
In the last chapter we learned that deep neural networks are often much harder to train than shallow ...
- 使用神经网络识别手写数字Using neural nets to recognize handwritten digits
The human visual system is one of the wonders of the world. Consider the following sequence of handw ...
- cvpr2015papers
@http://www-cs-faculty.stanford.edu/people/karpathy/cvpr2015papers/ CVPR 2015 papers (in nicer forma ...
- 【英语魔法俱乐部——读书笔记】 3 高级句型-简化从句&倒装句(Reduced Clauses、Inverted Sentences) 【完结】
[英语魔法俱乐部——读书笔记] 3 高级句型-简化从句&倒装句(Reduced Clauses.Inverted Sentences):(3.1)从属从句简化的通则.(3.2)形容词从句简化. ...
- 提高神经网络的学习方式Improving the way neural networks learn
When a golf player is first learning to play golf, they usually spend most of their time developing ...
- The Brain vs Deep Learning Part I: Computational Complexity — Or Why the Singularity Is Nowhere Near
The Brain vs Deep Learning Part I: Computational Complexity — Or Why the Singularity Is Nowhere Near ...
- The Brain as a Universal Learning Machine
The Brain as a Universal Learning Machine This article presents an emerging architectural hypothesis ...
随机推荐
- 不登录到MySQL执行SQL语句
mysql -e 不登录到MySQL执行SQL语句 mysql -u root -p -e "SHOW DATABASES"
- Python 面向对象 类 __str__
class dog(object): def __init__(self,name): self.name = name d = dog('mike') print(d) # <__main__ ...
- Java-idea-FindBugs字节码级别潜在bug查看
一.概述 静态分析工具承诺无需开发人员费劲就能找出代码中已有的缺陷. FindBugs 不注重样式或者格式,它试图只寻找真正的缺陷或者潜在的性能问题. FindBugs 是一个静态分析工具,它检查类或 ...
- Spark checkpoint机制简述
本文主要简述spark checkpoint机制,快速把握checkpoint机制的来龙去脉,至于源码可以参考我的下一篇文章. 1.Spark core的checkpoint 1)为什么checkpo ...
- Linux系统——Ansible批量管理工具
批量管理工具: (1)ansible 操作简单(适用于500台以下服务器) (2)saltstack 比较复杂(一般适用于1000-4w台服务器) (3)puppet超级复杂 systemctl(统一 ...
- js判断浏览器的类型和获得浏览器的版本
<!DOCTYPE html><html> <head> <meta charset="UTF-8"> ...
- mysql日期和JDBC查询出来的结果相差8小时
数据库时间:2017-11-08 16:30:00 查询出来: 2017-11-09 00:30:00 问题:数据库时区,和JDBC连接时区设置问题. set global time_zone = ' ...
- 20155201 2016-2017-2《Java程序设计》课程总结
20155201 2016-2017-2<Java程序设计>课程总结 目录 一.每周作业链接汇总 二.实验报告链接汇总 三.代码托管链接 四.课堂项目实践 五.课程收获与不足 六.问卷调查 ...
- 关于函数strtok和strtok_r的使用要点和实现原理(二)【转】
本文转载自:http://astute11.blog.51cto.com/4404646/1334199 (一)中已经介绍了使用strtok函数的一些注意事项,本篇将介绍strtok的一个应用并引出s ...
- Java Quartz用法
code: 这里的MyJob必须是public,这里Job实例化的时候要用到反射,必须是public的,不能与调度操作放同一个.java文件中. package com.qhong; import o ...