Skip to content

Commit 7e7c57a

Browse files
committed
DOC add references for pycortex and pymoten
1 parent 5032cf8 commit 7e7c57a

4 files changed

Lines changed: 49 additions & 30 deletions

File tree

README.rst

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,25 @@ The package ``voxelwise_tutorials`` has the following dependencies:
8585
:target: https://opensource.org/licenses/BSD-3-Clause
8686

8787

88-
Cite this tutorial
89-
==================
88+
Cite as
89+
=======
9090

91-
If you use this tutorial and helper package in your work, please cite our
92-
(future) publication:
91+
If you use one of our packages in your work (``voxelwise_tutorials`` [1]_,
92+
``himalaya`` [2]_, ``pycortex`` [3]_, or ``pymoten`` [4]_), please cite the
93+
corresponding publications:
9394

9495
.. [1] Deniz, F., Visconti di Oleggio Castello, M., Dupré La Tour, T., &
9596
Gallant, J. L. (2022). Voxelwise encoding models in functional MRI. *In
9697
preparation*.
9798
98-
If you use ``himalaya``, please cite our (future) publication:
99-
10099
.. [2] Dupré La Tour, T., Eickenberg, M., & Gallant, J. L. (2022).
101100
Variance decomposition with banded ridge regression. *In preparation*.
101+
102+
.. [3] Gao, J. S., Huth, A. G., Lescroart, M. D., & Gallant, J. L. (2015).
103+
Pycortex: an interactive surface visualizer for fMRI. Frontiers in
104+
neuroinformatics, 23.
105+
106+
.. [4] Nunez-Elizalde, A.O., Deniz, F., Dupré la Tour, T., Visconti di Oleggio
107+
Castello, M., and Gallant, J.L. (2021). pymoten: scientific python package
108+
for computing motion energy features from video. Zenodo.
109+
https://doi.org/10.5281/zenodo.6349625

doc/index.rst

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,14 @@ Navigation
5151

5252
voxelwise_modeling
5353

54-
Cite this tutorial
55-
------------------
54+
Cite as
55+
-------
5656

57-
To support this tutorial, please cite our (future) publication:
57+
If you use one of our packages in your work (``voxelwise_tutorials``
58+
:ref:`[13]<den2022>`, ``himalaya`` :ref:`[14]<dup2022>`, ``pycortex``
59+
:ref:`[15]<gao2015>`, or ``pymoten`` :ref:`[16]<nun2021>`), please cite the
60+
corresponding publications.
5861

59-
.. [1] Deniz, F., Visconti di Oleggio Castello, M., Dupré La Tour, T., &
60-
Gallant, J. L. (2022). Voxelwise encoding models in functional MRI. *In
61-
preparation*.
62-
63-
Additionally, if you use ``himalaya``, please cite our (future) publication:
64-
65-
.. [2] Dupré La Tour, T., Eickenberg, M., & Gallant, J. L. (2022).
66-
Variance decomposition with banded ridge regression. *In preparation*.
62+
If you use one of our public datasets in your work (Movie 4T
63+
:ref:`[3b]<den2022>`, Movie 3T :ref:`[4b]<hut2012data>`), please cite the
64+
corresponding publications.

doc/voxelwise_modeling.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ References
132132

133133
Datasets
134134
--------
135+
135136
.. _nis2011data:
136137

137138
[3b] Nishimoto, S., Vu, A. T., Naselaris, T., Benjamini, Y., Yu,
@@ -144,8 +145,8 @@ Datasets
144145
Gallant Lab Natural Movie 3T fMRI Data. CRCNS.org.
145146
http://dx.doi.org/10.6080/TBD
146147

147-
Tutorials
148-
---------
148+
Packages
149+
--------
149150

150151
.. _den2022:
151152

@@ -157,3 +158,16 @@ Tutorials
157158

158159
[14] Dupré La Tour, T., Eickenberg, M., & Gallant, J. L. (2022).
159160
Variance decomposition with banded ridge regression. *In preparation*.
161+
162+
.. _gao2015:
163+
164+
[15] Gao, J. S., Huth, A. G., Lescroart, M. D., & Gallant, J. L. (2015).
165+
Pycortex: an interactive surface visualizer for fMRI. Frontiers in
166+
neuroinformatics, 23.
167+
168+
.. _nun2021:
169+
170+
[16] Nunez-Elizalde, A.O., Deniz, F., Dupré la Tour, T., Visconti di Oleggio
171+
Castello, M., and Gallant, J.L. (2021). pymoten: scientific python package
172+
for computing motion energy features from video. Zenodo.
173+
https://doi.org/10.5281/zenodo.6349625

doc/voxelwise_package.rst

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,16 @@ Requirements
3939
------------
4040

4141
The package ``voxelwise_tutorials`` has the following dependencies:
42-
43-
- `numpy <https://github.com/numpy/numpy>`_
44-
- `scipy <https://github.com/scipy/scipy>`_
45-
- `h5py <https://github.com/h5py/h5py>`_
46-
- `scikit-learn <https://github.com/scikit-learn/scikit-learn>`_
47-
- `matplotlib <https://github.com/matplotlib/matplotlib>`_
48-
- `networkx <https://github.com/networkx/networkx>`_
49-
- `nltk <https://github.com/nltk/nltk>`_
50-
- `pycortex <https://github.com/gallantlab/pycortex>`_
51-
- `himalaya <https://github.com/gallantlab/himalaya>`_
52-
- `pymoten <https://github.com/gallantlab/pymoten>`_
42+
`numpy <https://github.com/numpy/numpy>`_,
43+
`scipy <https://github.com/scipy/scipy>`_,
44+
`h5py <https://github.com/h5py/h5py>`_,
45+
`scikit-learn <https://github.com/scikit-learn/scikit-learn>`_,
46+
`matplotlib <https://github.com/matplotlib/matplotlib>`_,
47+
`networkx <https://github.com/networkx/networkx>`_,
48+
`nltk <https://github.com/nltk/nltk>`_,
49+
`pycortex <https://github.com/gallantlab/pycortex>`_,
50+
`himalaya <https://github.com/gallantlab/himalaya>`_,
51+
`pymoten <https://github.com/gallantlab/pymoten>`_.
5352

5453

5554
.. |Github| image:: https://img.shields.io/badge/github-voxelwise_tutorials-blue

0 commit comments

Comments
 (0)