Skip to content

Commit 072d2b6

Browse files
committed
DOC improve readme rendering
1 parent 660437d commit 072d2b6

3 files changed

Lines changed: 28 additions & 31 deletions

File tree

doc/_static/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88
.sphx-glr-thumbcontainer img {
99
max-height: 112px !important; /*default = 112 */
10-
width: 210px !important; /*default = 160 */
10+
max-width: 210px !important; /*default = 160 */
1111
}
1212
.sphx-glr-thumbcontainer a.internal {
1313
padding: 150px 10px 0 !important; /*default = 150px 10px 0 */

tutorials/movies_3T/README.rst

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,23 @@ Movies 3T tutorial
44
This tutorial describes how to perform voxelwise modeling on a visual
55
imaging experiment.
66

7-
This tutorial is based on publicly available data `published on CRCNS <TBD>`_
8-
[4]_.
9-
The data is briefly described in the dataset `description PDF <TBD>`_.
10-
The experiment is described in more details in the original publication
11-
[1]_.
7+
**Data set:**
8+
This tutorial is based on publicly available data
9+
`published on CRCNS <TBD>`_ [4]_.
10+
The data is briefly described in the dataset `description PDF <TBD>`_,
11+
and in more details in the original publication [1]_.
12+
If you publish work using this data set, please cite the original
13+
publication [1]_, and the CRCNS data set [4]_.
1214

15+
**Models:**
1316
This tutorial implements different voxelwise models:
1417

15-
- the wordnet model described in [1]_
16-
- the motion-energy model described in [2]_
17-
- the banded-ridge model described in [3]_
18-
18+
- a ridge model with wordnet semantic features as described in [1]_.
19+
- a ridge model with motion-energy features as described in [2]_.
20+
- a banded-ridge model with both feature spaces as described in [3]_.
1921

20-
**Requirements**
2122

23+
**Requirements:**
2224
This tutorial requires the following Python packages:
2325

2426
- numpy (for the data array)
@@ -30,10 +32,7 @@ This tutorial requires the following Python packages:
3032
- voxelwise (this repository)
3133

3234

33-
**References**
34-
35-
If you publish work using this data set, please cite the original
36-
publication [1]_, and the CRCNS data set [4]_.
35+
**References:**
3736

3837
.. [1] Huth, A. G., Nishimoto, S., Vu, A. T., & Gallant, J. L. (2012).
3938
A continuous semantic space describes the representation of thousands of

tutorials/movies_4T/README.rst

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,23 @@ Movies 4T tutorial
77
This tutorial describes how to perform voxelwise modeling on a visual
88
imaging experiment.
99

10-
This tutorial is based on publicly available data
11-
published on `CRCNS <https://crcns.org/data-sets/vc/vim-2/about-vim-2>`_
12-
[6]_.
13-
The data is briefly described in the dataset descriptio
14-
`PDF <https://crcns.org/files/data/vim-2/crcns-vim-2-data-description.pdf>`_.
15-
The experiment is described in more details in the original publication
16-
[5]_.
10+
**Data set:**
11+
This tutorial is based on publicly available data published on
12+
`CRCNS <https://crcns.org/data-sets/vc/vim-2/about-vim-2>`_ [6]_.
13+
The data is briefly described in the dataset description
14+
`PDF <https://crcns.org/files/data/vim-2/crcns-vim-2-data-description.pdf>`_,
15+
and in more details in the original publication [5]_.
16+
If you publish work using this data set, please cite the original
17+
publication [5]_, and the CRCNS data set [6]_.
1718

1819
.. Note::
19-
This tutorial is redundant with the "Movies 3T" tutorial. It uses a
20-
different data set, with brain responses limited to the occipital lobe.
21-
Using the "Movies 3T" tutorial with full brain responses is recommended.
22-
20+
This tutorial is redundant with the "Movies 3T tutorial". It uses a
21+
different data set, with brain responses limited to the occipital lobe,
22+
and with no mappers to plot the data on flatmaps.
23+
Using the "Movies 3T tutorial" with full brain responses is recommended.
2324

24-
**Requirements**
2525

26+
**Requirements:**
2627
This tutorial requires the following Python packages:
2728

2829
- numpy (for the data array)
@@ -33,10 +34,7 @@ This tutorial requires the following Python packages:
3334
- pymoten (for extracting motion energy)
3435
- voxelwise (this repository)
3536

36-
**References**
37-
38-
If you publish work using this data set, please cite the original
39-
publication [5]_, and the CRCNS data set [6]_.
37+
**References:**
4038

4139
.. [5] Nishimoto, S., Vu, A. T., Naselaris, T., Benjamini, Y., Yu,
4240
B., & Gallant, J. L. (2011). Reconstructing visual experiences from brain

0 commit comments

Comments
 (0)