|
1 | | -============================ |
2 | | -Voxelwise modeling tutorials |
3 | | -============================ |
| 1 | +================================== |
| 2 | +Voxelwise Encoding Model tutorials |
| 3 | +================================== |
4 | 4 |
|
5 | 5 | |Github| |Python| |License| |Build| |Build Tutorials| |Downloads| |
6 | 6 |
|
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>`_. |
9 | 9 |
|
10 | 10 | Paper |
11 | 11 | ===== |
12 | 12 |
|
13 | 13 | If you use these tutorials for your work, consider citing the corresponding paper: |
14 | 14 |
|
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 |
16 | 16 |
|
17 | 17 | You can find a copy of the paper `here <paper/voxelwise_tutorials_paper.pdf>`_. |
18 | 18 |
|
19 | 19 | Tutorials |
20 | 20 | ========= |
21 | 21 |
|
22 | | -This repository contains tutorials describing how to use the voxelwise modeling |
23 | | -framework. `Voxelwise modeling |
24 | | -<https://gallantlab.github.io/voxelwise_tutorials/voxelwise_modeling.html>`_ is |
| 22 | +This repository contains tutorials describing how to use the Voxelwise Encoding Model |
| 23 | +(VEM) framework. `VEM |
| 24 | +<https://gallantlab.github.io/voxelwise_tutorials/pages/voxelwise_modeling.html>`_ is |
25 | 25 | a framework to perform functional magnetic resonance imaging (fMRI) data |
26 | 26 | analysis, fitting encoding models at the voxel level. |
27 | 27 |
|
28 | 28 | To explore these tutorials, one can: |
29 | 29 |
|
30 | | -- read the rendered examples in the tutorials |
31 | | - `website <https://gallantlab.github.io/voxelwise_tutorials/>`_ (recommended) |
32 | | -- run the merged notebook in |
| 30 | +- Read the rendered examples in the tutorials |
| 31 | + `website <https://gallantlab.github.io/voxelwise_tutorials/>`_ (recommended). |
| 32 | +- Run the merged notebook in |
33 | 33 | `Colab <https://colab.research.google.com/github/gallantlab/voxelwise_tutorials/blob/main/tutorials/notebooks/shortclips/merged_for_colab.ipynb>`_. |
34 | | -- run the Jupyter notebooks (`tutorials/notebooks <tutorials/notebooks>`_ directory) locally |
| 34 | +- Run the Jupyter notebooks (`tutorials/notebooks <tutorials/notebooks>`_ directory) locally. |
| 35 | + |
| 36 | +The tutorials are best explored in order, starting with the "shortclips" |
| 37 | +tutorial. The "vim2" tutorial is optional and redundant with the "shortclips" one. |
35 | 38 |
|
36 | | -The tutorials are best explored in order, starting with the "Shortclips" |
37 | | -tutorial. |
38 | 39 |
|
39 | 40 | Dockerfiles |
40 | 41 | =========== |
| 42 | + |
41 | 43 | This repository contains Dockerfiles to run the tutorials locally. Please see the |
42 | 44 | instructions in the `docker <docker>`_ directory. |
43 | 45 |
|
|
0 commit comments