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的更多相关文章

  1. Advances in Single Cell Genomics to Study Brain Cell Types | 会议概览

    单细胞在脑科学方面的应用 Session 1: Deciphering the Cellular Landscape of the Brain Using Single Cell Transcript ...

  2. 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? ...

  3. 深度学习Deep learning

    In the last chapter we learned that deep neural networks are often much harder to train than shallow ...

  4. 使用神经网络识别手写数字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 ...

  5. cvpr2015papers

    @http://www-cs-faculty.stanford.edu/people/karpathy/cvpr2015papers/ CVPR 2015 papers (in nicer forma ...

  6. 【英语魔法俱乐部——读书笔记】 3 高级句型-简化从句&倒装句(Reduced Clauses、Inverted Sentences) 【完结】

    [英语魔法俱乐部——读书笔记] 3 高级句型-简化从句&倒装句(Reduced Clauses.Inverted Sentences):(3.1)从属从句简化的通则.(3.2)形容词从句简化. ...

  7. 提高神经网络的学习方式Improving the way neural networks learn

    When a golf player is first learning to play golf, they usually spend most of their time developing ...

  8. 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 ...

  9. The Brain as a Universal Learning Machine

    The Brain as a Universal Learning Machine This article presents an emerging architectural hypothesis ...

随机推荐

  1. Mirror--镜像相关错误

    场景: 同一局域网下搭建了镜像的服务器上报以下错误日志: An error occurred in a Service Broker/Database Mirroring transport conn ...

  2. Nginx 设置临时维护页面

    Nginx 设置临时维护页面 http://www.myexception.cn/open-source/1753957.html http://blog.justwd.net/snippets/ng ...

  3. 006-markdown基础语法

    1.标题 # 这是一级标题 ## 这是二级标题 ### 这是三级标题 #### 这是四级标题 ##### 这是五级标题 ###### 这是六级标题 2.字体 *这是倾斜的文字* **这是加粗的文字** ...

  4. PHP debug_backtrace() 函数打印调用处的调试信息

    http://php.net/manual/zh/function.debug-backtrace.php debug_backtrace (PHP 4 >= 4.3.0, PHP 5, PHP ...

  5. MR的shuffle和Spark的shuffle之间的区别

    mr的shuffle mapShuffle 数据存到hdfs中是以块进行存储的,每一个块对应一个分片,maptask就是从分片中获取数据的 在某个节点上启动了map Task,map Task读取是通 ...

  6. Django 模型(数据库)

    Django 模型(数据库) )         email = models.EmailField()         memo = models.TextField()   def __unico ...

  7. Singapore retailer will release this adidas NMD R1

    Select spots are restocking the adidas NMD Singapore this Friday, Feb 24th featuring three different ...

  8. Java基础知识陷阱(九)

    本文发表于本人博客. 今天我来说说关于JAVA多线程知识,有错误请指出.大家都知道JAVA在服务端上处理也有很大优势,很多公司也有在服务器跑JAVA进程,这说明JAVA在处理这个多线程以及并发下也有一 ...

  9. 解决 failed to push some refs to 'git@github.com:zle1992/head-first-java' hint: Updates were rejected because the tip of your curr

    问题描述: 寒假之前用实验室电脑push到github 上head first java 的程序,寒假回家后,想用自己的笔记本继续编,继续push . 我先从github下载zip到本地,然后 解压后 ...

  10. 2015ACM/ICPC亚洲区沈阳站 Solution

    A - Pattern String 留坑. B - Bazinga 题意:找一个最大的i,使得前i - 1个字符串中至少不是它的子串 思路:暴力找,如果有一个串已经符合条件,就不用往上更新 #inc ...