generated from imfing/hextra-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Create longform.md #280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
memartone
wants to merge
5
commits into
ReproNim:main
Choose a base branch
from
memartone:patch-44
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Create longform.md #280
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
linkTitle: "Planning" | ||
title: "ReproNim Principle 1: Study planning" | ||
type: docs | ||
weight: 80 | ||
--- | ||
|
||
Study planning represents a foundational step in ensuring reproducible neuroimaging research. Many problems that lead to reproducibility issues can be avoided by proper planning. | ||
|
||
1. **Implement good science basics, e.g, power analysis, statistical consults** | ||
If your study is underpowered or your study design is flawed, you will have trouble publishing your work and, more to the point, your work will likely not be reproducible ([Scuzs and Ioannidis, 2020](https://www.sciencedirect.com/science/article/pii/S1053811920306509#bib24)). | ||
* ***ReproNim resources***: | ||
* [Repronim training module in statistics for neuroimaging](https://www.repronim.org/module-stats/): covers all aspects of statistics for neuroimaging, including sampling, power analysis and more | ||
|
||
* ***Other resources:*** | ||
* NINDS-funded [Community for Rigor (C4R)](https://c4r.io/): tools and resources for improving rigor and reproducibility, from basics to advanced | ||
|
||
* Statistical consult: Most universities have statisticians available for consultation. The most important time to consult with a statistician is at the conceptualization phase, ***not*** after the data are collected. | ||
|
||
2. **Use pre-existing data for planning and/or analysis** | ||
Leveraging pre-existing data, whether your own or data available from public repositories, can help validate methodological approaches before collecting new data and potentially increase your sample size | ||
|
||
* ***ReproNim resources*****:** | ||
ReproNim has tools and approaches to make it easier to find and reuse your own data or publicly available data | ||
* [ReproLake](/resources/tools/reprolake/): a searchable data store for public neuroimaging data, built on the NIDM and BIDS standards | ||
* RepoPond: A local searchable metadata store for your neuroimaging data, built with the same standards as the ReproLake. | ||
* [Neurobagel](/resources/tools/neurobagel/): A system for distributed data sharing and discovery built on common annotations across the workflow | ||
* Tutorial: [Sharing and Searching Metadata Using a ReproPond and the ReproLake](/resources/tutorials/pond-lake/) | ||
|
||
* ***Other resources:*** | ||
* OpenNeuro (and other repositories) | ||
|
||
3. **Create a data management and sharing plan (DMSP)** | ||
A key component of study planning is carefully considering data management needs from the start. By anticipating the volume and types of data that will be generated, researchers can allocate appropriate resources for storage, processing, and sharing. The NIH's requirement for a Data Management and Sharing Plan (DMSP) in all proposals helps formalize this planning process. The DMSP requires researchers to specify crucial details like which data standards will be implemented and where data will ultimately be shared. By addressing these requirements during the planning phase, researchers can integrate data sharing preparations into their workflow from the beginning, rather than treating it as an burdensome afterthought at the study's conclusion. | ||
|
||
* ***ReproNim resources:*** | ||
* [How ReproNim can help you create an NIH-compliant DMSP](/resources/tutorials/data-management-and-sharing/) | ||
* [Planning ahead for multi-site data collection using ReproSchema](/resources/tutorials/reproschema/) | ||
|
||
* ***Other resources:*** | ||
* [NIH DMSP website](https://sharing.nih.gov/data-management-and-sharing-policy/planning-and-budgeting-for-data-management-and-sharing/writing-a-data-management-and-sharing-plan#after) | ||
|
||
4. **Adopt open consent to allow broad sharing of data** | ||
To ensure that data can be broadly shared, it is important that research participants provide consent for broad public sharing of the data, rather than for narrow purposes. | ||
|
||
* ***Resources*** | ||
* The [Open Brain Consent](https://open-brain-consent.readthedocs.io/en/stable/) project provides guidance, tools and templates for incorporating open consent into neuroimaging studies while still providing protections for human subjects through de-identification of data. | ||
|
||
5. **Pre-register your study to increase transparency and build trust** | ||
Pre-registering a study involves documenting and publishing the research plan, including details about study hypotheses, design and analysis, before the study begins. Preregistration makes research more transparent and reproducible, helps reduce duplication of research, can improve study design and separates hypothesis-generating (exploratory) from hypothesis-testing (confirmatory) research. Some journals support Registered Reports, a peer reviewed study pre-registration which guarantees the publication of the subsequent results if the study adheres to the protocol, regardless of whether or not the hypothesis was supported. | ||
* ***Resources*** | ||
* [Center for Open Science pre-registration site](https://www.cos.io/initiatives/prereg) | ||
|
||
* Lakens, D., Mesquida, C., Rasti, S., & Ditroilo, M. (2024). The benefits of preregistration and Registered Reports. *Evidence-Based Toxicology*, *2*(1). [https://doi.org/10.1080/2833373X.2024.2376046](https://doi.org/10.1080/2833373X.2024.2376046) | ||
|
||
* Example of publication of a null result after pre-registration: | ||
* Kliemann D, Galdi P, Van De Water AL, Egger B, Jarecka D, Adolphs R, Ghosh SS. Resting-State Functional Connectivity of the Amygdala in Autism: A Preregistered Large-Scale Study. Am J Psychiatry. 2024 Dec 1;181(12):1076-1085. [doi: 10.1176/appi.ajp.20230249](https://psychiatryonline.org/doi/10.1176/appi.ajp.20230249). | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to have a look at the deploy preview and fixup this and other odd formatting