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 ...
随机推荐
- (1.1)DML增强功能-CTE
1.CTE的通用形式 WITH temp_name as ( CTE查询结果集 ) 释义: (1)with/as :关键字 (2)temp_name:为CTE临时使用名称,可以看初学者做是一个临时表 ...
- Spring boot 集成ckeditor
1:下载ckeditor 4.4.2 full package ,官网没有显示, 需要在最新版本的ckeditor download右键,复制链接, 输入到导航栏,将版本号改为自己想要的版本号. h ...
- Jenkins的持续集成
持续集成:不需要人工干预,持久化.重复的运行一个任务.将代码自动的更新到最新,然后自动运行. 新建项目之前要再Jenkins的全局工具配置里面把git的路径设置好.[全局工具配置]-->[Git ...
- 一、怎样使用eclipse查看JDK源码
前言: JDK是整个java开发的核心,它包含了JAVA的运行环境,JAVA工具和JAVA基础的类库.阅读一些系统的源码会帮助你理解一些基本的原理. 一.创建一个工程 在eclipse中创建一个jav ...
- centos7修改hostname
[root@centos7 ~]$ hostnamectl set-hostname prd_web1 # 使用这个命令会立即生效且重启也生效 [root@centos7 ~]$ hostname # ...
- Oozie的详细启动步骤(CDH版本的3节点集群)
不多说,直接上干货! 我的机器情况是,bigdatamaster(Oozie是安装在这台节点上).bigdataslave1和bigdatalsave2. 启动步骤 第一:先启动mysqld服务进程 ...
- CF337C - Quiz
/*题目大意,给出n道题,假设答对了m道题,求最小的分数,有一个规则,就是连续答对num==k道题那么分数就翻倍,然后num清零,从新开始计数,到大连续k道的时候 要先加上这道题的分数1,再乘以2, ...
- Sybase数据库常用sql语言
Sybase数据库常用sql语言 1,表备份: --table_name1:需要备份的表; table_name2:备份后的表 SELECT * into table_name2 from table ...
- 20145106 《Java程序设计》第1周学习总结
20145106 <Java程序设计>第1周学习总结 教材学习内容总结 因为我用的是Mac,所以教材内容暂时对我的编译java没有帮助.不过还好我也在同学和自己的帮助学习下初步学会了在Ma ...
- 20145322 何志威《网络对抗》shellcode注入&Return-to-libc攻击深入
基础知识 Shellcode实际是一段代码,但却作为数据发送给受攻击服务器,将代码存储到对方的堆栈中,并将堆栈的返回地址利用缓冲区溢出,覆盖成为指向 shellcode的地址. execstack - ...