Skip to content

Commit 0476a55

Browse files
authored
fix (#331)
1 parent 3e9764a commit 0476a55

9 files changed

Lines changed: 10 additions & 11 deletions

File tree

artemis_schema

docs/communication/abstracts/OHBM-hackathon-2019-project-description.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ of OHBM released a [report](https://doi.org/10.1101/054262 ) to
1818
promote best practices for methods and results reporting. This was recently
1919
followed by a [similar initiative for EEG and MEG](https://osf.io/a8dhx/).
2020

21-
So far these guidelines do not seem to have been widely adopted and anecdotal
22-
evidence
23-
([see that twitter poll and thread](https://treeverse.app/view/Xf3jfvIZ))
21+
So far these guidelines do not seem to have been widely adopted and anecdotal evidence
2422
suggests that even among people who know about the report few of them use it to
2523
write or review papers. One likely reason for this might be the unwieldy nature
2624
of the report. Anyone who has used this checklist tends to agree that it is a

docs/goals/long-term.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Similarly we want to broaden the use-cases for the app.
1111

1212
If some data is gathered about the content of the method section of a sample of articles in the literature
1313
(see
14-
[Carp, 2012](https://www.ncbi.nlm.nih.gov/pubmed/22796459) or the [eyetracking guidelines](https://psyarxiv.com/f6qcy/)),
14+
[Carp, 2012](https://www.ncbi.nlm.nih.gov/pubmed/22796459) or the [eyetracking guidelines](https://doi.org/10.3758/s13428-023-02187-1)),
1515
it should be possible to create or better organize list of response choices.
1616
It will take less time for users to tick a box rather than type something.
1717
Similarly we could decide to make the most common choices or the "better" option more prominent in a list of response options.

docs/motivations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ It was then followed by a [similar initiative for EEG and MEG](https://osf.io/a8
2525

2626
Contrary to what the most optimistic people might have thought,
2727
these guidelines do not seem to have been widely adopted
28-
and anecdotal evidence ([see that twitter poll and thread](https://treeverse.app/view/Xf3jfvIZ)) suggests that,
28+
and anecdotal evidence suggests that,
2929
even among people who know about the report, few of them use it to write or review papers.
3030

3131
A [survey from ISMRM](https://ismrm.github.io/rrsg/QuestionnaireSummary/)

docs/references.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Those apps and incoming ones are based on the following best practices guideline
1010

1111
- [Best Practices in Data Analysis and Sharing in Neuroimaging using MRI](https://doi.org/10.1101/054262 )
1212
- [Best Practices in Data Analysis and Sharing in Neuroimaging using MEEG](https://osf.io/a8dhx/)
13-
- [Guideline for Reporting Standards of Eye-tracking Research in Decision Sciences](https://psyarxiv.com/f6qcy/)
13+
- [Guideline for Reporting Standards of Eye-tracking Research in Decision Sciences](https://doi.org/10.3758/s13428-023-02187-1)
1414
- [Guidelines for the content and format of PET brain data in publications and archives: A consensus paper](https://doi.org/10.1177/0271678X20905433)
1515

1616
There is [zotero group](https://www.zotero.org/groups/2349772/cobidas_checklist)

ecobidas/inputs/data-dictionary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
},
181181
"percent_reported": {
182182
"VariableName": "percent_reported",
183-
"Description": "Frequency at which items are present in the eyetracking literature (see the [preprint](https://psyarxiv.com/f6qcy/))",
183+
"Description": "Frequency at which items are present in the eyetracking literature (see the [preprint](https://doi.org/10.3758/s13428-023-02187-1))",
184184
"RequirementLevel": "optional"
185185
},
186186
"use_case_meta-analysis": {

ecobidas/inputs/spreadsheet_google_id.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ eyetracking:
1717
dir: eyetracking
1818
basename: eyetracking
1919
google_id: 1aQZINzS24oYDgu6PZ8djqZQZ2s2eNs2xP6kyzHokU8o
20-
citation: https://psyarxiv.com/f6qcy/
20+
citation: https://doi.org/10.3758/s13428-023-02187-1
2121
app_link: https://remi-gau.github.io/cobidas-eyetracker/#/
2222
landing_page: ../README_eyetracker-en.html
2323
repo: https://github.com/Remi-Gau/cobidas-eyetracker

mlc_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
},
1515
{
1616
"pattern": "^https://neurovault.org/.*$"
17-
}
17+
},
18+
{}
1819
]
1920
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ line-length = 100
3939

4040
[tool.codespell]
4141
ignore-words-list = "jist,softwares,te,fwe,als,nd"
42-
skip = "./.git,*.svg,reproschema-ui,node_modules,env,reproschema-py,htmlcov,package-lock.json"
42+
skip = "./.git,*.svg,reproschema-ui,node_modules,env,reproschema-py,htmlcov,package-lock.json,ecobidas/inputs/neurovault/neurovault.tsv"
4343

4444
[tool.hatch.build.hooks.vcs]
4545
version-file = "ecobidas/_version.py"

0 commit comments

Comments
 (0)