Broadmann area (wiki)
Source: https://en.wikipedia.org/wiki/Brodmann_area
Lateral surface

Medial serface

- Areas 3, 1 & 2 – Primary Somatosensory Cortex (frequently referred to as Areas 3, 1, 2 by convention)
- Area 4 – Primary Motor Cortex
- Area 5 – Somatosensory Association Cortex
- Area 6 – Premotor cortex and Supplementary Motor Cortex (Secondary Motor Cortex) (Supplementary motor area)
- Area 7 – Somatosensory Association Cortex
- Area 8 – Includes Frontal eye fields
- Area 9 – Dorsolateral prefrontal cortex
- Area 10 – Anterior prefrontal cortex (most rostral part of superior and middle frontal gyri)
- Area 11 – Orbitofrontal area (orbital and rectus gyri, plus part of the rostral part of the superior frontal gyrus)
- Area 12 – Orbitofrontal area (used to be part of BA11, refers to the area between the superior frontal gyrus and the inferior rostral sulcus)
- Area 13 and Area 14* – Insular cortex
- Area 15* – Anterior Temporal lobe
- Area 16 – Insular cortex
- Area 17 – Primary visual cortex (V1)
- Area 18 – Secondary visual cortex (V2)
- Area 19 – Associative visual cortex (V3,V4,V5)
- Area 20 – Inferior temporal gyrus
- Area 21 – Middle temporal gyrus
- Area 22 – Superior temporal gyrus, of which the caudal part is usually considered to contain the Wernicke's area
- Area 23 – Ventral posterior cingulate cortex
- Area 24 – Ventral anterior cingulate cortex.
- Area 25 – Subgenual area (part of the Ventromedial prefrontal cortex)[4]
- Area 26 – Ectosplenial portion of the retrosplenial region of the cerebral cortex
- Area 27 – Piriform cortex
- Area 28 – Ventral entorhinal cortex
- Area 29 – Retrosplenial cingulate cortex
- Area 30 – Part of cingulate cortex
- Area 31 – Dorsal Posterior cingulate cortex
- Area 32 – Dorsal anterior cingulate cortex
- Area 33 – Part of anterior cingulate cortex
- Area 34 – Dorsal entorhinal cortex (on the Parahippocampal gyrus)
- Area 35 – Perirhinal cortex (in the rhinal sulcus)
- Area 36 – Ectorhinal area, now part of the perirhinal cortex (in the rhinal sulcus)
- Area 37 – Fusiform gyrus
- Area 38 – Temporopolar area (most rostral part of the superior and middle temporal gyri)
- Area 39 – Angular gyrus, considered by some to be part of Wernicke's area
- Area 40 – Supramarginal gyrus considered by some to be part of Wernicke's area
- Areas 41 and 42 – Auditory cortex
- Area 43 – Primary gustatory cortex
- Area 44 – Pars opercularis, part of the inferior frontal gyrus and part of Broca's area
- Area 45 – Pars triangularis, part of the inferior frontal gyrus and part of Broca's area
- Area 46 – Dorsolateral prefrontal cortex
- Area 47 – Pars orbitalis, part of the inferior frontal gyrus
- Area 48 – Retrosubicular area (a small part of the medial surface of the temporal lobe)
- Area 49 – Parasubicular area in a rodent
- Area 52 – Parainsular area (at the junction of the temporal lobe and the insula)
Broadmann area (wiki)的更多相关文章
- http://wiki.apache.org/tomcat/HowTo
http://wiki.apache.org/tomcat/HowTo Contents Meta How do I add a question to this page? How do I con ...
- SLAM: SLAM的发展历程(WIKI)
参考维基百科: https://en.wikipedia.org/wiki/Simultaneous_localization_and_mapping 你们叫他SLAM,我还是习惯叫他三维重建.... ...
- [D3] Build an Area Chart with D3 v4
Similar to line charts, area charts are great for displaying temporal data. Whether you’re displayin ...
- linux 下使用 tc 模拟网络延迟和丢包-使用 linux 模拟广域网延迟 - Emulating wide area network delays with Linux
tc 是linux 内置的命令:使用man pages 查看 我们看到,其功能为 show / manipulate traffic control settings,可对操作系统进行流量控制: ne ...
- api.versioning 版本控制 自动识别最高版本和多Area但同名Contoller问题解决办法
Microsoft.AspNetCore.Mvc.Versioning //引入程序集 .net core 下面api的版本控制作用不需要多说,可以查阅https://www.cnblogs.com/ ...
- 烂泥:wiki系统confluence5.6.6安装、中文、破解及迁移
本文由ilanniweb提供友情赞助,首发于烂泥行天下 想要获得更多的文章,可以关注我的微信ilanniweb confluence是一个专业的企业知识管理与协同软件,可以用于构建企业wiki.通过它 ...
- [转]NopCommerce How to add a menu item into the administration area from a plugin
本文转自:http://docs.nopcommerce.com/display/nc/How+to+code+my+own+shipping+rate+computation+method Go t ...
- ASP.NET MVC系列:Area
1. Area简介 ASP.NET MVC Area机制构建项目,可以将相对独立的功能模块切割划分,降低项目的耦合度. 2. Area设置Routing 新建Admin Area后,自动创建Admin ...
- Web API项目中使用Area对业务进行分类管理
在之前开发的很多Web API项目中,为了方便以及快速开发,往往把整个Web API的控制器放在基目录的Controllers目录中,但随着业务越来越复杂,这样Controllers目录中的文件就增加 ...
随机推荐
- 优化MySchool数据库(存储过程)
什么是“存储过程”: ---- 数据库中,用于存储“业务逻辑”的技术!(T-SQL代码当做数据一样保存到数据可) 语法 : [if exists(select * from sysobjects wh ...
- [Android]proguard重新编译和如何不混淆第三方jar包
转载自:http://glblong.blog.51cto.com/3058613/1536516 一.ant安装.环境变量配置及验证 (一)安装ant 到官方主页http://ant.apache. ...
- tomcat常见错误及解决方案
一,tomcat启动时错误 1:The JAVA_HOME environment variable is not defined This environment variable is neede ...
- Windows自动关机命令
winxp中自带了自动关机功能,在开始→运行中使用SHUTDOWN命令 1. 延迟关机关机 shutdown -s -t 120 -s为关机:-t为时间,以秒为单位,120表示2分钟 表示两分钟后关机 ...
- hibernate连接数据库和反向工程
一.JSP界面连接数据库: 导包:将11个包倒进web-inf的lib目录下: 二.建立hibernate.cfg.xml的配置文件:!注意:是放到项目SRC目录下: 三.将视图切换到java下,在左 ...
- 【故障处理】一次RAC故障处理过程
[故障处理]一次RAC故障处理过程 1.1 故障环境介绍 项目 source db db 类型 2节点RAC db version 11.2.0.1.0 db 存储 ASM OS版本及kernel版 ...
- ASP.NET MVC 监控诊断、本地化和缓存
这篇博客主要是针对asp.net mvc项目的一些常用的东东做一个讲解,他们分别是监控诊断.本地化和缓存.虽然前两者跟asp.net mvc看上去好像是没什么关联. 但其实如果真正需要做asp.net ...
- sql server 有关锁的视图说明 syslockinfo
ransact-SQL 参考 https://msdn.microsoft.com/zh-cn/library/ms179881.aspx syslockinfo 包含有关所有已授权.正在转换和 ...
- cocos2d之z轴位置示例
1:设置资源本地z轴位置 2:调整位置示例 3:调整两个资源为同一父节点 4:ImageView 设置资源,此赋值方法第一个为资源路径
- python基础(四)运算
作者:Vamei 出处:http://www.cnblogs.com/vamei 欢迎转载,也请保留这段声明.谢谢! Python的运算符和其他语言类似 (我们暂时只了解这些运算符的基本用法,方便我们 ...