-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpublications.html
executable file
·416 lines (338 loc) · 18.5 KB
/
publications.html
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- The above 4 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- Title -->
<title>Arcaro Lab</title>
<!-- Core Stylesheet -->
<link href="style.css" rel="stylesheet">
<!-- Responsive CSS -->
<link href="css/responsive/responsive.css" rel="stylesheet">
</head>
<body>
<!-- Preloader Start -->
<div id="preloader">
<div class="yummy-load"></div>
</div>
<style>
@media (min-width:992px) {
body {
padding-top: 20px;
padding-left: 120px;
padding-right: 120px;
font-size: 32px;
margin: 0px;
}
}
@media (max-width:991px) {
body {
padding-top: 5px;
padding-left: 20px;
padding-right: 20px;
font-size: 20px;
margin: 0px;
}
}
.contentheader {
display: table;
color: #7D2A35;
padding-top: 10px;
font-weight: 5;
font-size: 1.25em;
}
.contentsmallheader {
display: table;
color: #7D2A35;
padding-top: 10px;
font-weight: 4;
font-size: .75em;
}
</style>
<!-- ****** Header Area Start ****** -->
<header class="header_area">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="navbar navbar-expand-lg">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#yummyfood-nav" aria-controls="yummyfood-nav" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-bars" aria-hidden="true"></i> Menu</button>
<!-- Menu Area Start -->
<div class="collapse navbar-collapse justify-content-center" id="yummyfood-nav">
<ul class="navbar-nav" id="yummy-nav">
<!--
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="yummyDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pages</a>
<div class="dropdown-menu" aria-labelledby="yummyDropdown">
<a class="dropdown-item" href="index.html">Home</a>
<a class="dropdown-item" href="archive.html">Archive</a>
<a class="dropdown-item" href="single.html">Single Blog</a>
<a class="dropdown-item" href="static.html">Static Page</a>
<a class="dropdown-item" href="contact.html">Contact</a>
</div>
</li>-->
<li class="nav-logo">
<a href="index.html"><img src="img/core-img/logo.png"></a>
</li>
<li class="nav-item">
 
</li>
<li class="nav-item">
<a class="nav-link" href="research.html">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="people.html">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="publications.html">Publications</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/arcaro-lab">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- ****** Header Area End ****** -->
<!-- Red bar -->
<div class="single-widget-area about-me-widget text-left">
<div class="widget-title">
<h6></h6>
</div>
</div>
<div class="contentsmallheader">
<A HREF="conferences.html">Conference presentations </A>
</div>
<div class="contentheader">
Preprints
</div>
<p>
Sydnor VJ, Bagautdinova J, Larsen B, <b>Arcaro MJ</b>, Barch DM, Bassett DS, Alexander-Bloch AF, Cook PA,
Covitz S, Franco AR, Gur RE, Gur RC, Mackey AP, Mehta K, Meisler SL, Milham MP, Moore TM, Müller
EJ, Roalf DR, Salo T, Schubiner G, Seidlitz J, Shinohara RT, Shine JM, Yeh FC, Cieslak M, Satterthwaite TD. <A HREF="https://www.biorxiv.org/content/10.1101/2024.06.13.598749v1"> A sensorimotor-association axis of thalamocortical connection development. </A><i>bioRxiv.</i>
</p>
<div class="contentbox">
<div class="contentheader">
2025
</div>
<p>
Meyer E, Martynek M, Kastner S, Livingstone MS, <b>Arcaro MJ</b> (2025). <A HREF="https://www.pnas.org/doi/10.1073/pnas.2421585122"> Expansion of a conserved architecture drives the evolution of primate visual cortex . </A><i>PNAS.</i>
</p>
<div class="contentheader">
2024
</div>
<div class="contentbox">
<p>
Ayzenberg V, Song C, <b>Arcaro MJ</b> (2024). <A HREF="https://www.cell.com/current-biology/abstract/S0960-9822(24)01583-5"> An intrinsic hierarchical, retinotopic organization of visual pulvinar connectivity in the human neonate. </A><i>Current Biology.</i>
</p>
<p>
Bourne JA, Cichy RM, Kiorpes L, Morrone MC, <b>Arcaro MJ</b>, Nielsen KJ. (2024). <A HREF="https://www.jneurosci.org/content/44/40/e1291242024"> Development of higher-level vision: A network perspective. </A><i>Journal of Neuroscience.</i>
</p>
<p>
Oishi H, Berezovskii VK, Livingstone MS, Weiner KS, <b>Arcaro MJ</b> (2024). <A HREF="https://www.cell.com/cell-reports/fulltext/S2211-1247(24)01083-0"> Inferotemporal face patches are histo-architectonically distinct. </A><i>Cell Reports.</i>
</p>
<p>
<b>Arcaro MJ</b> & Livingstone MS (2024). <A HREF="https://www.annualreviews.org/doi/abs/10.1146/annurev-neuro-082823-073701?journalCode=neuro"> A whole-brain topographic ontology. </A><i>Annual Reviews Neuroscience.</i>
</p>
<div class="contentheader">
2023
</div>
<div class="contentbox">
<p>
Scott LS & <b>Arcaro MJ</b> (2023). <A HREF="https://www.nature.com/articles/s44159-023-00152-5"> A domain-relevant framework for the development of face processing. </A><i>Nature Reviews Psychology.</i>
</p>
<p>
Kay K, Bonnen K, Denison RN, <b>Arcaro MJ</b>, Barack DL (2023). <A HREF="https://www.cell.com/neuron/fulltext/S0896-6273(23)00218-0"> Tasks and their role in visual neuroscience. </A><i>Neuron.</i>
</p>
<p>
Ellis CT, Yates TS, <b>Arcaro MJ</b>, Turk-Browne NB (2023). <A HREF="https://elifesciences.org/reviewed-preprints/92119"> Movies reveal the fine-grained organization of infant visual cortex. </A><i>eLife.</i>
</p>
<p>
Linsely D, Rodriguez IF, Fel T, <b>Arcaro MJ</b>, Sharma S, Livingstone MS, Serre T (2023). <A HREF="https://proceedings.neurips.cc/paper_files/paper/2023/hash/5bf234ecf83cd77bc5b77a24ba9338b0-Abstract-Conference.html"> Performance-optimized deep neural networks are evolving into worse models of inferotemporal visual cortex. </A><i>Advances in Neural Information Processing.</i>
</p>
<div class="contentheader">
2022
</div>
<div class="contentbox">
<p>
<b>Arcaro MJ</b>, Livingstone MS, Kay KN, Weiner KS. (2022) <A HREF="https://link.springer.com/article/10.1007/s00429-021-02427-0">The retrocalcarine sulcus maps different retinotopic representations in macaques and humans.</A> <i>Brain Structure and Function</i>.
</p>
<p>
Kastner S & <b>Arcaro MJ</b> (2022) <A HREF="https://www.cambridge.org/core/books/abs/thalamus/thalamus-in-attention/258AC010479DCD0828B5541FABFB2CFD">The Thalamus in Attention.</A> In: Halassa MM, ed. <i>The Thalamus.</i>. Cambridge University Press; 2022:324-339.
</p>
<div class="contentheader">
2021
</div>
<div class="contentbox">
<p>
<b>Arcaro MJ</b> & Livingstone MS (2021). <A HREF="https://www.nature.com/articles/s41583-021-00490-4">On the relationship between maps and domains in inferotemporal cortex. </A> <i>Nature Reviews Neuroscience</i>.
</p>
<p>Ellis CT, Yates TS, Skalaban LJ, Bejjanki VR, <b>Arcaro MJ</b>, Turk-Browne NB (2021). <A HREF="https://www.cell.com/neuron/fulltext/S0896-6273(21)00419-0">Retinotopic organization of visual cortex in human infants. </A> <i>Neuron</i>.
</p>
<p>
Natu VS, <b>Arcaro MJ</b>, Barnett MA, Gomez J, Livingstone MS, Grill-Spector KS, Weiner KS (2021). <A HREF="https://academic.oup.com/cercor/advance-article-abstract/doi/10.1093/cercor/bhaa203/5909031?redirectedFrom=fulltext">Sulcal depth in medial ventral temporal cortex predicts the location of a place-selective region in macaques, children, and adults.</A> <i>Cerebral Cortex</i>.
</p>
<div class="contentheader">
2020
</div>
<div class="contentbox">
<p>
<b>Arcaro MJ</b>, Mautz T, Livingstone MS (2020). <A HREF="https://www.pnas.org/content/early/2020/12/03/2018780117">Anatomical correlates of face patches in macaque inferotemporal cortex.</A> <i>PNAS</i>.
</p>
<p>
<b>Arcaro MJ</b>, Ponce CR, Livingstone MS (2020). <A HREF="https://elifesciences.org/articles/53798">The neurons that mistook a hat for a face.</A> <i>eLife</i>.
</p>
<div class="contentheader">
2019
</div>
<p>
<b>Arcaro MJ</b>, Schade PF, Livingstone MS (2019). <A HREF="https://www.pnas.org/content/early/2019/11/14/1912636116">Body-map proto-organization in newborn macaques.</A> <i>PNAS</i>.
</p>
<p>
<b>Arcaro MJ</b>, Schade PF, Livingstone MS (2019). <A HREF="http://www.annualreviews.org/eprint/4KFK5VFSCYJ3PGYZDGBC/full/10.1146/annurev-vision-091718-014917">Universal mechanisms and the development of the face network: what you see is what you get.</A> <i>Annual Reviews Vision Science</i>.
</p>
<p>
Livingstone MS, <b>Arcaro MJ</b>, Schade PF (2019). <A HREF="https://www.sciencedirect.com/science/article/pii/S1364661318302572?via%3Dihub">Cortex is cortex: ubiquitous principles drive face-domain development.</A> <i>Trends in Cognitive Sciences</i>.
</p>
<p>
<b>Arcaro MJ</b>, Thaler L, Quinlan DJ, Monaco S, Khan S, Valyear KF, Goebel R, Dutton GN, Goodale MA, Kastner S, Culham JC (2019). <A HREF="https://www.sciencedirect.com/science/article/pii/S0028393218302045">Psychophysical and neuroimaging responses to moving stimuli in a patient with the Riddoch phenomenon due to bilateral visual cortex lesions.</A> <i>Neuropsychologia</i>.
</p>
<div class="contentheader">
2018
</div>
<div class="contentbox">
<p>
Benson N, Jamison KW, <b>Arcaro MJ</b>, Vu A, Glasser MF, Coalson TS, Van Essen D, Yacoub E, Ugurbil K, Winawer J, Kay K. (2018). <A HREF="https://jov.arvojournals.org/article.aspx?articleid=2719988#">The HCP 7T Retinotopy: Description and pRF Analysis.</A> <i>Journal of Vision</i>.
</p>
<p>
<b>Arcaro MJ</b>, Pinsk MA, Chen J, Kastner S (2018). <A HREF="https://rdcu.be/bdRBG">Organizing principles of pulvino-cortical coupling in humans.</A> <i>Nature Communications</i>.
</p>
<p>
Todd N, Zhang Y, <b>Arcaro MJ</b>, Becerra L, Borsook D, Livingstone MS, McDonald N (2018). <A HREF="https://www.sciencedirect.com/science/article/pii/S1053811918304877">Focused ultrasound induced opening of the blood-brain barrier disrupts inter-hemispheric resting state functional connectivity in the rat brain</A> <i>Neuroimage</i>.
</p>
<p>
Haufe S, DeGuzman P, Henin S, <b>Arcaro MJ</b>, Honey CJ, Hasson U, Parra LC (2018). <A HREF="https://www.sciencedirect.com/science/article/pii/S1053811918305238">Elucidating relations between fMRI, ECoG, and EEG through a common natural stimulus</A> <i>Neuroimage</i>.
</p>
<div class="contentheader">
2017
</div>
<div class="contentbox">
<p>
<b>Arcaro MJ</b>*, Schade PF*, Vincent JL, Ponce CR, & Livingstone MS* (2017). <A HREF="https://www.nature.com/articles/nn.4635.epdf?author_access_token=h-Jvd9_S8ySKYDsjSXLqztRgN0jAjWel9jnR3ZoTv0OLYKYb_uR5AoJsrV03_nd6592rBGnVNf9V0aiiPLS6A-g4MEDiVHCHCtpP0pX4HIX6A-pPMfbFfjZ5pVxKXdpK">Seeing faces is necessary for face-domain formation.</A> <i>Nature Neuroscience</i>.
</p>
<p>
<b>Arcaro MJ</b> & Livingstone MS (2017). <A HREF="https://elifesciences.org/articles/26196">A hierarchical, retinotopic proto-organization of the primate visual system at birth.</A> <i>eLIFE</i>.
</p>
<p>
<b>Arcaro MJ</b> & Livingstone MS (2017). <A HREF="http://www.jneurosci.org/content/early/2017/07/03/JNEUROSCI.0569-17.2017">Retinotopic organization of scene areas in the macaque inferior temporal cortex.</A> <i> Journal of Neuroscience</i>.
</p>
<p>
Livingstone MS*, Vincent JL*, <b>Arcaro MJ</b>*, Srihasam K, Schade P, Savage T (2017). <A HREF="https://www.nature.com/articles/ncomms14897.pdf">Development of the macaque face-patch system.</A> <i> Nature Communications</i>.
</p>
<div class="contentheader">
2016
</div>
<div class="contentbox">
<p>
Chen J, Honey CJ, Simony E, <b>Arcaro MJ</b>, Norman KA, Hasson U (2016). <A HREF="https://academic.oup.com/cercor/article-lookup/doi/10.1093/cercor/bhv155">Accessing Real-Life Episodic Information from Minutes versus Hours Earlier Modulates Hippocampal and High-Order Cortical Dynamics.</A> <i>Cerebral Cortex</i>.
</p>
<div class="contentheader">
2015
</div>
<div class="contentbox">
<p>
<b>Arcaro MJ</b>, Pinsk MA, Kastner S (2105). <A HREF="https://www.jneurosci.org/content/jneuro/35/27/9848.full.pdf">The anatomical and functional organization of the human visual pulvinar.</A> <i>Journal of Neuroscience</i>.
</p>
<p>
<b>Arcaro MJ</b> & Kastner S (2015). <A HREF="pdf/Arcaro2015_VN.pdf">Topographic organization of areas V3 and V4 and its relation to supra-areal organization of the primate visual system.</A> <i>Visual Neuroscience</i>.
</p>
<p>
<b>Arcaro MJ</b>, Honey CJ, Mruczek REB, Kastner S, Hasson U (2015). <A HREF="https://elifesciences.org/articles/03952">Widespread correlation patterns in fMRI signal across visual cortex reflect eccentricity organization.</A> <i>eLIFE</i>.
</p>
<p>
Lombaert H, <b>Arcaro MJ</b> Ayanche N (2015). <A HREF="pdf/IPM-BrainTransfer.pdf">Brain Transfer: Spectral Analysis of Cortical Surfaces and Functional Maps.</A> <i>IPMI</i>.
</p>
<p>
Wang L, Mruczek REB, <b>Arcaro MJ</b>, Kastner S (2015). <A HREF="https://academic.oup.com/cercor/article-lookup/doi/10.1093/cercor/bhu277">Probabilistic Maps of Visual Topography in Human Cortex.</A> <i>Cerebral Cortex</i>.
</p>
<div class="contentheader">
2014
</div>
<div class="contentbox">
<p>
Kelly YT, Webb TW, Meier JD, <b>Arcaro MJ</b>, Graziano MSA (2014). <A HREF="http://www.pnas.org/content/111/13/5012.abstract">Attributing awareness to oneself and to others.</A> <i>PNAS</i>.
</p>
<div class="contentheader">
2012
</div>
<div class="contentbox">
<p>
Wang L, Saalmann YB, Pinsk MA, <b>Arcaro MJ</b>, Kastner S (2012). <A HREF="http://www.cell.com/neuron/abstract/S0896-6273(12)00887-2">Electrophysiological low-frequency coherence and cross-frequency coupling contributed to BOLD connectivity.</A> <i>Neuron</i>.
</p>
<div class="contentheader">
2011
</div>
<div class="contentbox">
<p>
<b>Arcaro MJ</b>, Pinsk MA, Li X, Kastner S (2011). <A HREF="https://www.jneurosci.org/content/jneuro/31/6/2064.full.pdf">Visuotopic organization of macaque posterior parietal cortex: An fMRI study.</A> <i>Journal of Neuroscience</i>. [<A HREF="Arcaro2012_JN_Supp.pdf">Supplementary Materials</A>]
</p>
<div class="contentheader">
2010
</div>
<div class="contentbox">
<p>
Caplovitz GP, <b>Arcaro MJ</b>, Kastner S (2010). <A HREF="pdf/CaplovitzCN_2010.pdf">Stage 3 and what we see.</A> <i>Cognitive Neuroscience</i>.
</p>
<p>
Carmel D, <b>Arcaro MJ</b>, Katner S, Hasson U (2010). <A HREF="https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3159595/">How to create and use binocular rivalry.</A> <i>Journal of Visualized Experiments (JoVE)</i>.
</p>
<p>
<div class="contentheader">
2009
</div>
<div class="contentbox">
<p>
<b>Arcaro MJ</b>*, McMains S*, Singer B, Kastner S (2009). <A HREF="https://pubmed.ncbi.nlm.nih.gov/19710316/">Retinotopic organization of human ventral visual cortex.</A> <i>Journal of Neuroscience</i>.
</p>
<p>
Pinsk MA, <b>Arcaro MJ</b>, Weiner KS, Kalkus JF, Inati SJ, Gross CG, Kastner S (2009). <A HREF="https://pubmed.ncbi.nlm.nih.gov/19225169/">Neural representations of faces and body parts in the macaque and human cortex: A comparative fMRI study.</A> <i>Journal of Neurophysiology</i>.
</p>
</div>
<!-- ****** Footer Menu Area Start ****** -->
<footer class="footer_area">
<div class="container">
<div class="row">
<div class="col-12">
<div class="footer-content">
<!-- Logo Area Start -->
<div class="footer-logo-area text-center">
<img src="img/core-img/pennlogo.jpg" alt="PennLogo" style="width:10%;height:10%;">
</div>
<div class="footer-logo-area text-center">
<h6> <a href="https://psychology.sas.upenn.edu/">University of Pennsylvania</a></h6>
<h6> <a href="https://psychology.sas.upenn.edu/">Department of Psychology</a></h6>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- Jquery-2.2.4 js -->
<script src="js/jquery/jquery-2.2.4.min.js"></script>
<!-- Popper js -->
<script src="js/bootstrap/popper.min.js"></script>
<!-- Bootstrap-4 js -->
<script src="js/bootstrap/bootstrap.min.js"></script>
<!-- All Plugins JS -->
<script src="js/others/plugins.js"></script>
<!-- Active JS -->
<script src="js/active.js"></script>
</body>