Skip to content

Commit ea892a2

Browse files
committed
Rename voxelwise modeling to voxelwise encoding model framework
1 parent 5c0f369 commit ea892a2

9 files changed

Lines changed: 24 additions & 22 deletions

File tree

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
============================
2-
Voxelwise modeling tutorials
3-
============================
1+
==================================
2+
Voxelwise Encoding Model tutorials
3+
==================================
44

55
|Github| |Python| |License| |Build| |Build Tutorials| |Downloads|
66

7-
Welcome to the voxelwise modeling tutorial from the
8-
`GallantLab <https://gallantlab.org>`_.
7+
Welcome to the Voxelwise Encoding Model tutorials, brought to you by the
8+
`Gallant Lab <https://gallantlab.org>`_.
99

1010
Paper
1111
=====
1212

1313
If you use these tutorials for your work, consider citing the corresponding paper:
1414

15-
Dupré La Tour, T., Visconti di Oleggio Castello, M., & Gallant, J. L. (2024). The Voxelwise Modeling framework: a tutorial introduction to fitting encoding models to fMRI data. https://doi.org/10.31234/osf.io/t975e
15+
Dupré La Tour, T., Visconti di Oleggio Castello, M., & Gallant, J. L. (2024). The Voxelwise Encoding Model framework: a tutorial introduction to fitting encoding models to fMRI data. https://doi.org/10.31234/osf.io/t975e
1616

1717
You can find a copy of the paper `here <paper/voxelwise_tutorials_paper.pdf>`_.
1818

tutorials/notebooks/shortclips/02_download_shortclips.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@
5151
"download more subjects.\n",
5252
"\n",
5353
"We also skip the stimuli files, since the dataset provides two preprocessed\n",
54-
"feature spaces to perform voxelwise modeling without requiring the original\n",
55-
"stimuli.\n",
56-
"\n"
54+
"feature spaces to fit voxelwise encoding models without requiring the original\n",
55+
"stimuli."
5756
]
5857
},
5958
{

tutorials/notebooks/shortclips/03_compute_explainable_variance.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
"stimulus-dependent signal and noise. If we present the same stimulus multiple\n",
1616
"times and we record brain activity for each repetition, the stimulus-dependent\n",
1717
"signal will be the same across repetitions while the noise will vary across\n",
18-
"repetitions. In voxelwise modeling, the features used to model brain activity\n",
19-
"are the same for each repetition of the stimulus. Thus, encoding models will\n",
20-
"predict only the repeatable stimulus-dependent signal.\n",
18+
"repetitions. In the Voxelwise Encoding Model framework, \n",
19+
"the features used to model brain activity are the same for each repetition of the \n",
20+
"stimulus. Thus, encoding models will predict only the repeatable stimulus-dependent \n",
21+
"signal.\n",
2122
"\n",
2223
"The stimulus-dependent signal can be estimated by taking the mean of brain\n",
2324
"responses over repeats of the same stimulus or experiment. The variance of the\n",

tutorials/notebooks/shortclips/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Shortclips tutorial
22

3-
This tutorial describes how to use the Voxelwise Encoding Model framework on a visual
3+
This tutorial describes how to use the Voxelwise Encoding Model framework in a visual
44
imaging experiment.
55

66
## Dataset

tutorials/notebooks/shortclips/merged_for_colab.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,10 @@
209209
"stimulus-dependent signal and noise. If we present the same stimulus multiple\n",
210210
"times and we record brain activity for each repetition, the stimulus-dependent\n",
211211
"signal will be the same across repetitions while the noise will vary across\n",
212-
"repetitions. In voxelwise modeling, the features used to model brain activity\n",
213-
"are the same for each repetition of the stimulus. Thus, encoding models will\n",
214-
"predict only the repeatable stimulus-dependent signal.\n",
212+
"repetitions. In the Voxelwise Encoding Model framework, \n",
213+
"the features used to model brain activity are the same for each repetition of the \n",
214+
"stimulus. Thus, encoding models will predict only the repeatable stimulus-dependent \n",
215+
"signal.\n",
215216
"\n",
216217
"The stimulus-dependent signal can be estimated by taking the mean of brain\n",
217218
"responses over repeats of the same stimulus or experiment. The variance of the\n",

tutorials/notebooks/shortclips/merged_for_colab_model_fitting.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,10 @@
209209
"stimulus-dependent signal and noise. If we present the same stimulus multiple\n",
210210
"times and we record brain activity for each repetition, the stimulus-dependent\n",
211211
"signal will be the same across repetitions while the noise will vary across\n",
212-
"repetitions. In voxelwise modeling, the features used to model brain activity\n",
213-
"are the same for each repetition of the stimulus. Thus, encoding models will\n",
214-
"predict only the repeatable stimulus-dependent signal.\n",
212+
"repetitions. In the Voxelwise Encoding Model framework, \n",
213+
"the features used to model brain activity are the same for each repetition of the \n",
214+
"stimulus. Thus, encoding models will predict only the repeatable stimulus-dependent \n",
215+
"signal.\n",
215216
"\n",
216217
"The stimulus-dependent signal can be estimated by taking the mean of brain\n",
217218
"responses over repeats of the same stimulus or experiment. The variance of the\n",

tutorials/notebooks/vim2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ lobe, and with no mappers to plot the data on flatmaps.
77
Using the "Shortclips tutorial" with full brain responses is recommended.
88
:::
99

10-
This tutorial describes how to perform voxelwise modeling on a visual
10+
This tutorial describes how to use the Voxelwise Encoding Model framework in a visual
1111
imaging experiment.
1212

1313
## Data set

tutorials/pages/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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 modeling framework: a tutorial introduction to fitting encoding models to fMRI data. PsyArXiv, 2024. [doi:10.31234/osf.io/t975e.](https://doi.org/10.31234/osf.io/t975e)
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, 2024. [doi:10.31234/osf.io/t975e.](https://doi.org/10.31234/osf.io/t975e)
99
1010
You can find a copy of the paper [here](https://github.com/gallantlab/voxelwise_tutorials/blob/main/paper/voxelwise_tutorials_paper.pdf).
1111

tutorials/static/references.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ @misc{huth2022data
165165

166166
@article{dupre2023,
167167
author = {Dupré La Tour, T. and Visconti di Oleggio Castello, M. and Gallant, J. L.},
168-
title = {The Voxelwise Modeling framework: a tutorial introduction to fitting encoding models to {fMRI} data},
168+
title = {The Voxelwise Encoding Model framework: a tutorial introduction to fitting encoding models to {fMRI} data},
169169
journal = {PsyArXiv},
170170
year = {2024},
171171
doi = {10.31234/osf.io/t975e}

0 commit comments

Comments
 (0)