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 ...
随机推荐
- Openstack(十一)部署网络服务neutron(控制节点)
11.1neutron服务介绍 neutron是openstack的网络组件,是OpenStack的网络服务,Openstack在2010年正式发布它的第一个版本Austin的时候,nova-netw ...
- PHP之设计模式
https://blog.csdn.net/self_realian/article/details/78228733 掌握PHP各类设计模式,具备设计纯面向对象框架和系统能力是非常有必要的.给大家一 ...
- HDU1695:GCD(容斥原理+欧拉函数+质因数分解)好题
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1695 题目解析: Given 5 integers: a, b, c, d, k, you're to ...
- ZOHO 免费小型企业邮箱和个人邮箱
Zoho Mail 提供免费小型企业邮箱注册.精简版只能添加一个域到您的机构帐号,最多允许10用户.如果您想添加多个域,您可以升级到标准版.10用户免费,5 GB /每用户,5 GB (共享). 除了 ...
- Jmeter之Constant Timer与constant throughput timer的区别
当放置Constant Timer于两个http请求之间,那么它代表的含义是:在上一个请求发出至完成后, 开始Contant Timer指定的时间,最后再发出第二个请求.它并不是代表两个请求之间的发送 ...
- flask nginx+uwsgi超时设置
最近使用uwsgi+nginx经常程序执行一般就跳转到nginx报错页面,查看停止时程序日志还在写,nginx报错upstream timeout排查怀疑是超时的问题 设置nginx uwsgi_co ...
- Python: 字符串中嵌入变量
问题:想创建一个内嵌变量的字符串,变量被它的值替换掉 解决方案: ①Python并没有对在字符串中简单替换变量值提供直接的支持,但是通过字符串的format()方法来解决这个问题 ②如果要被替换的变量 ...
- Linux 中各个文件夹的作用
/ 根目录 包含了几乎所的文件目录.相当于中央系统.进入的最简单方法是:cd /. /boot 引导程序,内核等存放的目录 这个目录,包括了在引导过程中所必需的文件.在最开始的启动阶段,通过引导程 ...
- duilib : 滑动显示的窗口实现以及 悬浮窗 (转载)
1. vc 判断窗口是否显示 BOOL IsWindowVisible(HWND hWnd); 2.悬浮窗 http://blog.csdn.net/lincyang/article/details ...
- Java Quartz用法
code: 这里的MyJob必须是public,这里Job实例化的时候要用到反射,必须是public的,不能与调度操作放同一个.java文件中. package com.qhong; import o ...