Skip to content

Commit c16a522

Browse files
authored
Cite nibabel (#86)
1 parent cce939d commit c16a522

File tree

2 files changed

+111
-1
lines changed

2 files changed

+111
-1
lines changed

paper/paper.bib

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,113 @@ @inproceedings{Schroff2015
153153
doi = {10.1109/CVPR.2015.7298682},
154154
archiveprefix = {arXiv},
155155
}
156+
@software{Brett2025,
157+
author = {Brett, Matthew and
158+
Markiewicz, Christopher J. and
159+
Hanke, Michael and
160+
Côté, Marc-Alexandre and
161+
Cipollini, Ben and
162+
Papadopoulos Orfanos, Dimitri and
163+
McCarthy, Paul and
164+
Jarecka, Dorota and
165+
Cheng, Christopher P. and
166+
Larson, Eric and
167+
Halchenko, Yaroslav O. and
168+
Cottaar, Michiel and
169+
Ghosh, Satrajit and
170+
Wassermann, Demian and
171+
Gerhard, Stephan and
172+
Lee, Gregory R. and
173+
Baratz, Zvi and
174+
Moloney, Brendan and
175+
Wang, Hao-Ting and
176+
Kastman, Erik and
177+
Kaczmarzyk, Jakub and
178+
Guidotti, Roberto and
179+
Daniel, Jonathan and
180+
Duek, Or and
181+
Rokem, Ariel and
182+
Mathieu Scheltienne and
183+
Madison, Cindee and
184+
Sólon, Anibal and
185+
Morency, Félix C. and
186+
Goncalves, Mathias and
187+
Markello, Ross and
188+
Riddell, Cameron and
189+
Burns, Christopher and
190+
Millman, Jarrod and
191+
Gramfort, Alexandre and
192+
Leppäkangas, Jaakko and
193+
van den Bosch, Jasper J.F. and
194+
Vincent, Robert D. and
195+
Braun, Henry and
196+
Subramaniam, Krish and
197+
Van, Andrew and
198+
Legarreta, Jon Haitz and
199+
Gorgolewski, Krzysztof J. and
200+
Raamana, Pradeep Reddy and
201+
Klug, Julian and
202+
Vos de Wael, Reinder and
203+
Nichols, B. Nolan and
204+
Baker, Eric M. and
205+
Koudoro, Serge and
206+
Hayashi, Soichi and
207+
Pinsard, Basile and
208+
Haselgrove, Christian and
209+
Hymers, Mark and
210+
Esteban, Oscar and
211+
Pérez-García, Fernando and
212+
Becq, Guillaume and
213+
Dockès, Jérôme and
214+
Oosterhof, Nikolaas N. and
215+
Amirbekian, Bago and
216+
Christian, Horea and
217+
Nimmo-Smith, Ian and
218+
Nguyen, Ly and
219+
Suter, Peter and
220+
Reddigari, Samir and
221+
St-Jean, Samuel and
222+
Panfilov, Egor and
223+
Garyfallidis, Eleftherios and
224+
Varoquaux, Gael and
225+
Newton, Joshua and
226+
Hahn, Kevin S. and
227+
Waller, Lea and
228+
Hinds, Oliver P. and
229+
Sandro and
230+
Fauber, Bennet and
231+
Dewey, Blake and
232+
Perez, Fabian and
233+
Roberts, Jacob and
234+
Poline, Jean-Baptiste and
235+
Stutters, Jon and
236+
Jordan, Kesshi and
237+
Cieslak, Matthew and
238+
Moreno, Miguel Estevan and
239+
Hrnčiar, Tomáš and
240+
Haenel, Valentin and
241+
Schwartz, Yannick and
242+
Darwin, Benjamin C and
243+
Thirion, Bertrand and
244+
Gauthier, Carl and
245+
Solovey, Igor and
246+
Gonzalez, Ivan and
247+
Palasubramaniam, Jath and
248+
Lecher, Justin and
249+
Leinweber, Katrin and
250+
Raktivan, Konstantinos and
251+
Calábková, Markéta and
252+
Fischer, Peter and
253+
Gervais, Philippe and
254+
Gadde, Syam and
255+
Ballinger, Thomas and
256+
Roos, Thomas and
257+
Reddam, Venkateswara Reddy and
258+
freec84},
259+
title = {nipy/nibabel: 5.3.3},
260+
month = dec,
261+
year = 2025,
262+
publisher = {Zenodo},
263+
doi = {10.5281/zenodo.591597},
264+
url = {https://doi.org/10.5281/zenodo.591597},
265+
}

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ When one does this in a "searchlight" pattern across the brain, the result is a
6565

6666
## Functionality
6767
The core functionality of MNE-RSA consists of an efficient pipeline that operates on NumPy arrays, starting from "searchlight" (i.e. multi-dimensional sliding window) indexing, to cross-validated computation of RDMs, to the comparison with "model" RDMs to produce RSA values.
68-
On top of the general purpose pipeline, MNE-RSA exposes functions that operate on MNE-Python (EEG, MEG) and Nibabel (fMRI) objects and also return the resulting RSA values as such objects.
68+
On top of the general purpose pipeline, MNE-RSA exposes functions that operate on MNE-Python (EEG, MEG) [@Gramfort2013] and Nibabel (fMRI) [@Brett2025] objects and also return the resulting RSA values as such objects.
6969
Those functions leverage the available metadata, such as the sensor layout, edges of cortical 3D meshes, and voxel sizes, to present a more intuitive API.
7070

7171
MNE-RSA supports all the distance metrics in `scipy.spatial.distance` for computing RDMs and the following metrics for comparing RDMs:

0 commit comments

Comments
 (0)