Skip to content

Commit 5ef3318

Browse files
committed
fix doc
1 parent 4b05b09 commit 5ef3318

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.github/workflows/miss_hit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232

3333
- name: Set up Python
34-
uses: actions/setup-python@v2
34+
uses: actions/setup-python@v3
3535
with:
3636
python-version: 3.9
3737

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
[![miss_hit](https://github.com/cpp-lln-lab/CPP_ROI/actions/workflows/miss_hit.yml/badge.svg)](https://github.com/cpp-lln-lab/CPP_ROI/actions/workflows/miss_hit.yml)
22
[![tests and coverage with matlab](https://github.com/cpp-lln-lab/CPP_ROI/actions/workflows/run_tests_matlab.yml/badge.svg)](https://github.com/cpp-lln-lab/CPP_ROI/actions/workflows/run_tests_matlab.yml)
33
[![codecov](https://codecov.io/gh/cpp-lln-lab/CPP_ROI/branch/main/graph/badge.svg?token=8IoRQtbFUV)](https://codecov.io/gh/cpp-lln-lab/CPP_ROI)
4-
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
5-
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
6-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
4+
![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)
75

86
# CPP ROI
97

@@ -72,11 +70,12 @@ as a submodule, and intitialized when running `initCppSpm`.
7270
Probabilistic Maps of Visual Topography in Human Cortex. Cerebral
7371
cortex (New York, N.Y. : 1991), 25(10), 3911–3931.
7472
https://doi.org/10.1093/cercor/bhu277
75-
- the probabilistic functional atlas of human occipito-temporal visual cortex
76-
- Rosenke, M., van Hoof, R., van den Hurk, J., Grill-Spector, K., & Goebel, R. (2021).
77-
A Probabilistic Functional Atlas of Human Occipito-Temporal Visual Cortex.
78-
Cerebral cortex (New York, N.Y. : 1991), 31(1), 603–619.
79-
https://doi.org/10.1093/cercor/bhaa246
73+
- the probabilistic functional atlas of human occipito-temporal visual
74+
cortex
75+
- Rosenke, M., van Hoof, R., van den Hurk, J., Grill-Spector, K., &
76+
Goebel, R. (2021). A Probabilistic Functional Atlas of Human
77+
Occipito-Temporal Visual Cortex. Cerebral cortex (New York, N.Y. :
78+
1991), 31(1), 603–619. https://doi.org/10.1093/cercor/bhaa246
8079

8180
Also includes:
8281

0 commit comments

Comments
 (0)