-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfeatured-paper-9.html
More file actions
207 lines (199 loc) · 11.6 KB
/
featured-paper-9.html
File metadata and controls
207 lines (199 loc) · 11.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!doctype html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZSP3HV4M1C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-ZSP3HV4M1C');
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145481065-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145481065-1');
</script>
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/site.webmanifest">
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta name="author" content="Derek Lo @ 3design-dlo.com">
<!-- general -->
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="stylesheet" type="text/css" href="css/timeline.css" />
<link rel="stylesheet" type="text/css" href="css/nav-styles.css" />
<link rel="stylesheet" type="text/css" href="fonts/fonts.css" />
<link href="css/lightbox.css" rel="stylesheet" />
<meta charset="utf-8">
<title>the BigBrain</title>
<meta name="viewport" content="width=device-width">
<meta name="description" content="This is a featured paper of the website of the BigBrain Project.">
<meta name="keywords" content="Neuro, Brain, Research, Big Data, Science, Medicine">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
<script type="text/javascript" src="js/drop-down.js"></script>
<script src="js/jquery.matchHeight.js" type="text/javascript"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
</head>
<body>
<div id="main-wrapper">
<div class="social-media">
<a href="https://www.youtube.com/@bigbrainproject" class="tooltip">
<i class="fab fa-youtube"></i>
<span class="tooltiptext">Youtube</span>
</a>
<a href="https://twitter.com/BigBrainProject" class="tooltip">
<i class="fab fa-x-twitter"></i>
<span class="tooltiptext">X</span>
</a>
<a href="https://www.linkedin.com/company/bigbrainproject?trk=public_post_feed-actor-name" class="tooltip">
<i class="fa-brands fa-linkedin-in"></i>
<span class="tooltiptext">linkedin</span>
</a>
<a href="mailto:info@bigbrainproject.org" class="tooltip">
<i class="fas fa-envelope-square"></i>
<span class="tooltiptext">Email</span>
</a>
<a href="#main-wrapper" class="tooltip">
<i class="fas fa-arrow-up"></i>
<span class="tooltiptext">Top</span>
</a>
</div>
<!-- navigation -->
<nav class="site-nav">
<div class="brand-border-1"></div>
<div class="brand-border-2"></div>
<div class="brand-border-3"></div>
<div class="nav-container">
<div class="branding"><a href="index.html">BigBrain Project</a></div>
<div id="showmenu">Menu</div>
<ul id="menu" class="nav-list hide">
<li class="nav-item"><a href="#!"><strong>HIBALL</strong></a>
<ul class="nav-dropdown">
<li><a href="hiball.html">About Hiball</a></li>
<li><a href="board.html">Boards</a></li>
<li><a href="partners.html">Partners</a></li>
<li><a href="publications.html">Publications</a></li>
</ul>
</li>
<li class="nav-item"><a href="#!">About</a>
<ul class="nav-dropdown">
<li><a href="about.html">About Us</a></li>
<li><a href="about.html#FAQ">FAQ</a></li>
<li><a href="press.html">Press</a></li>
<li><a href="references.html">References</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</li>
<li class="nav-item"><a href="maps-and-models.html">Maps & Models</a></li>
<li class="nav-item"><a href="tools-and-services.html">Tools & Services</a></li>
<li class="nav-item"><a href="#!" class="active">Community</a>
<ul class="nav-dropdown">
<li><a href="community.html">Our Community</a></li>
<li><a href="news.html">News & Events</a></li>
<li><a href="featured.html" class="active">Featured</a></li>
<li><a href="https://forum.bigbrainproject.org/">Forum</a></li>
<li><a href="careers.html">Careers</a></li>
</ul>
</li>
</ul>
</div>
</nav>
<!-- references section -->
<section class="extra-pad lt-grey-bg">
<div class="section-content end white-bg font-big">
<h1 class="full-width text-center">Featured Paper</h1>
<h2 class="full-width text-center">Integrating brainstem and cortical functional architectures </h2>
<p class="center">By Justine Hansen <br>
<em>date: Jan 16 2025</em>
</p>
<div class="clear-all"></div>
<div class="col-2 internal-padding">
<p>
The brainstem needs no introduction. As a fundamental component of the nervous system necessary for survival and consciousness, it is no wonder that any Introduction to Neuroscience textbook will devote many pages on this deep brain structure. However, much of what we know about the brainstem is derived from animal studies and/or ex-vivo histology. As a result, little is known about brainstem function in living humans.
</p>
<p>
In this study (“<a href="https://www.nature.com/articles/s41593-024-01787-0">Integrating brainstem and cortical functional architectures</a>”), we sought out to understand the functional interplay between the cortex and brainstem in awake humans. This work was possible thanks to recent efforts by the <a href="https://brainstemimaginglab.martinos.org/">Brainstem Imaging Laboratory</a> at Harvard University in which they not only mapped out 58 brainstem nuclei in MNI152 template space (see the <a href="https://www.nitrc.org/projects/brainstemnavig/">Brainstem Navigator</a>), but also acquired whole-brain resting-state fMRI data using a brainstem-optimized acquisition and preprocessing protocol [1,2]. Here we apply this unique dataset to map out the connection patterns between the whole-brainstem and whole-cortex. We find that:
<ol>
<li>Brainstem projections closely map onto cellular architecture (from the BigBrain) and patterns of oscillatory dynamics (from MEG). </li>
<li>Brainstem nuclei are hierarchically organized into subgroups of nuclei that make distinct cortical projection patterns related to memory, cognitive control, perception, motor coordination, and emotion. </li>
<li>Using a <a href="https://www.nature.com/articles/s41593-022-01186-3">PET atlas</a> of 18 neurotransmitter receptor/transporter distributions, we find that brainstem-cortex projection patterns are organized according to the neuromodulatory systems in which they participate, and that brainstem nuclei co-localize with receptor and transporter density. </li>
<li>The putative cortical functional hierarchy – traditionally thought of as a hierarchy of cortico-cortical connectivity – is already present in brainstem-cortex functional connectivity patterns, suggesting that cortical functional organization emerges from brainstem input.</li>
<li>To ensure all findings are robust, we conduct three sensitivity and robustness analysis where we replicate the analyses (1) using 3 Tesla data acquired in the same individuals, (2) using an alternative parcellation resolution, and (3) in 23 subcortical structures. </li>
</ol>
</p>
<p>
Ultimately, we find that multiple cortical phenomena can be traced back to the brainstem, demonstrating the consistent influence that the brainstem exerts on cortical function. This work is published open access in Nature Neuroscience, and is accompanied by a <a href="https://github.com/netneurolab/hansen_brainstemfc">GitHub repository</a> with open code and data.
</p>
</div>
<div class="col-2 internal-padding">
<a href="images/featured/bigbrain_featuredpaper_figure.png" target="_blank"><img src="images/featured/bigbrain_featuredpaper_figure.png"></a>
<p class="fig-text"><strong>Figure:</strong> Extending the connectome to the brainstem. We extend the cortical functional connectome to 58 brainstem nuclei across the midbrain, pons, and medulla using the Brainstem Navigator. (a) Brainstem nuclei (coronal, sagitta, and axial views). (b) Node centroids for the 400 cortical regions and 58 brainstem nuclei used in the main analyses. (c) Weighted degree of brainstem-cortex connectivity (defined as the sum of functional connectivity across all cortical regions for every brainstem nucleus). Key nuclei are labelled. </p>
<p>For more details, see Hansen et al. 2024 Nature Neuroscience <a href="https://www.nature.com/articles/s41593-024-01787-0" target="_blank">(https://www.nature.com/articles/s41593-024-01787-0)</a>. </p>
<p>
References
<ol>
<li>Cauzzo, S., Singh, K., Stauder, M., García-Gomar, M. G., Vanello, N., Passino, C., ... & Bianciardi, M. (2022). Functional connectome of brainstem nuclei involved in autonomic, limbic, pain and sensory processing in living humans from 7 Tesla resting state fMRI. Neuroimage, 250, 118925.</li>
<li>Singh, K., Cauzzo, S., García-Gomar, M. G., Stauder, M., Vanello, N., Passino, C., & Bianciardi, M. (2022). Functional connectome of arousal and motor brainstem nuclei in living humans by 7 Tesla resting-state fMRI. NeuroImage, 249, 118865. </li>
</ol>
</p>
</div>
<div class="clear-all">
</div>
</section>
<div class="clear-all"></div>
<!-- footer -->
<footer>
<blockquote class="quote-holder">
<img class="quote-image" src="images/icon-aquisition.png">
<p class="quote-text">Share your projects on <a href="https://forum.bigbrainproject.org/">Discourse</a></p>
</blockquote>
<div class="section-content flex">
<a href="https://www.fz-juelich.de/">
<img src="images/logo-julich.jpg">
</a>
<a href="https://mcgill.ca/">
<img src="images/logo-mcgill.png">
</a>
</div>
<p class="center" style="color: #fff;">For information please email us at <a href="mailto:info@bigbrainproject.org">info@bigbrainproject.org</a><br>All images on this website are licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA”</a></p>
</footer>
<div class="brand-border-1"></div>
<div class="brand-border-2"></div>
<div class="brand-border-3"></div>
</div>
<!-- <script>
$(document).ready(function() {
$('#showmenu').click(function() {
$('.nav-list').toggleClass("hide");
});
});
</script> -->
<script>
$(function(){
$(".accordian h3").click(function(e){
$(".accordian ul p.answer").slideUp();
if ($(this).next().is(":hidden")){
$(this).next().slideDown();
}
});
});
</script>
<script>
$(function(){
$("#showmenu").click(function(e){
$("#menu").slideUp();
if ($(this).next().is(":hidden")){
$(this).next().slideDown();
}
});
});
</script>
</body></html>