Skip to content

Commit 99e9018

Browse files
authored
Merge pull request #47 from mvdoc/doc/imagpaper
MNT update with Imaging Neuroscience paper
2 parents 9bd313f + 8f4c1f1 commit 99e9018

File tree

4 files changed

+16
-15
lines changed

4 files changed

+16
-15
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ Paper
1313
If you use these tutorials for your work, consider citing the corresponding paper:
1414

1515
Dupré la Tour, T., Visconti di Oleggio Castello, M., & Gallant, J. L. (2025).
16-
The Voxelwise Encoding Model framework: a tutorial introduction to fitting encoding models to fMRI data.
17-
https://doi.org/10.31234/osf.io/t975e
16+
The Voxelwise Encoding Model framework: A tutorial introduction to fitting encoding models to fMRI data.
17+
*Imaging Neuroscience*. https://doi.org/10.1162/imag_a_00575
1818

19-
You can find a copy of the paper `here <https://doi.org/10.31234/osf.io/t975e>`_.
2019

2120
Tutorials
2221
=========

tutorials/pages/index.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Welcome to the tutorials on the Voxelwise Encoding Model framework from the
55

66
If you use these tutorials for your work, consider citing the corresponding paper:
77

8-
> T. Dupré la Tour, M. Visconti di Oleggio Castello, and J. L. Gallant. The Voxelwise Encoding Model framework: a tutorial introduction to fitting encoding models to fMRI data. PsyArXiv, 2025. [doi:10.31234/osf.io/t975e.](https://doi.org/10.31234/osf.io/t975e)
9-
10-
You can find a copy of the paper [here](https://doi.org/10.31234/osf.io/t975e).
8+
> Dupré la Tour, T., Visconti di Oleggio Castello, M., & Gallant, J. L. (2025).
9+
> The Voxelwise Encoding Model framework: A tutorial introduction to fitting encoding models to fMRI data.
10+
> *Imaging Neuroscience*. [https://doi.org/10.1162/imag_a_00575](https://doi.org/10.1162/imag_a_00575)
1111
1212
## How to use the tutorials
1313

@@ -18,8 +18,7 @@ To explore the VEM tutorials, one can:
1818
[all notebooks](https://colab.research.google.com/github/gallantlab/voxelwise_tutorials/blob/main/tutorials/notebooks/shortclips/vem_tutorials_merged_for_colab.ipynb) or [only the notebooks about model fitting](https://colab.research.google.com/github/gallantlab/voxelwise_tutorials/blob/main/tutorials/notebooks/shortclips/vem_tutorials_merged_for_colab_model_fitting.ipynb)
1919
3. Use the provided [Dockerfiles](https://github.com/gallantlab/voxelwise_tutorials/tree/main/docker) to run the notebooks locally (recommended for Windows users, as some of the packages used do not support Windows)
2020

21-
The code of this project is available on GitHub at [gallantlab/voxelwise_tutorials
22-
](https://github.com/gallantlab/voxelwise_tutorials).
21+
The code of this project is available on GitHub at [gallantlab/voxelwise_tutorials](https://github.com/gallantlab/voxelwise_tutorials).
2322

2423
The GitHub repository also contains a Python package called
2524
`voxelwise_tutorials`, which contains useful functions to download the data
@@ -29,14 +28,16 @@ instructions are available [here](voxelwise_package.rst)
2928
## Cite as
3029

3130
Please cite the corresponding publications if you use the code or data in your work:
32-
- `voxelwise_tutorials` {cite}`dupre2023`
31+
32+
- `voxelwise_tutorials` {cite}`dupre2025`
3333
- `himalaya` {cite}`dupre2022`
3434
- `pycortex` {cite}`gao2015`
3535
- `pymoten` {cite}`nunez2021software`
3636
- `shortclips` dataset {cite}`huth2022data`
3737
- `vim-2` dataset {cite}`nishimoto2014data`
3838

3939
## References
40+
4041
```{bibliography}
4142
:filter: docname in docnames
42-
```
43+
```

tutorials/pages/references.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ publications {cite}`kay2008,naselaris2009,nishimoto2011,huth2012,cukur2013,cukur
1111

1212
## Packages
1313

14-
- `voxelwise_tutorials` {cite}`dupre2023`
14+
- `voxelwise_tutorials` {cite}`dupre2025`
1515
- `himalaya` {cite}`dupre2022`
1616
- `pycortex` {cite}`gao2015`
1717
- `pymoten` {cite}`nunez2021software`
1818

1919
## Bibliography
20+
2021
```{bibliography}
2122
:filter: docname in docnames
2223
```

tutorials/static/references.bib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ @misc{huth2022data
163163
doi = {10.12751/g-node.vy1zjd}
164164
}
165165

166-
@article{dupre2023,
166+
@article{dupre2025,
167167
author = {Dupré la Tour, T. and Visconti di Oleggio Castello, M. and Gallant, J. L.},
168-
title = {The Voxelwise Encoding Model framework: a tutorial introduction to fitting encoding models to {fMRI} data},
169-
journal = {PsyArXiv},
168+
title = {The {Voxelwise Encoding Model} framework: a tutorial introduction to fitting encoding models to {fMRI} data},
169+
journal = {Imaging Neuroscience},
170170
year = {2025},
171-
doi = {10.31234/osf.io/t975e}
171+
doi = {10.1162/imag_a_00575},
172172
}
173173

174174
@article{gao2015,

0 commit comments

Comments
 (0)