Skip to content
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

Move estimating costs to tutorials #169

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/resources/tutorials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tutorials are organized into basic and more advanced approaches. Each tutorial i
**Principle 1: Study Planning**

* Creating a [neuroimaging data management and sharing plan](/resources/tutorials/data-management-and-sharing/)
* Guidance on [estimating costs and required resources](/resources/estimating-cost/) for implementing reproducible practices
* Guidance on [estimating costs and required resources](/resources/tutorials/estimating-costs/) for implementing reproducible practices
* Set up a data collection and annotation framework for a multisite study using [ReproSchema](/resources/tutorials/reproschema/).

**Principle 2: Data and metadata management**
Expand Down
2 changes: 1 addition & 1 deletion content/resources/tutorials/data-management-and-sharing.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ The NIH expects that a budget will be provided to cover the costs of implementin
NDA publishes [a general guide](https://nda.nih.gov/nda/data-contribution#cost) on efforts required to prepare data for submission.
Estimating the exact costs of implementing ReproNim recommendations is difficult because they depend on your current capacities, processes and expertise.
Changing your current workflow to incorporate BIDS, for example, may require significant effort up front, but once the switch has been made, will likely lower costs overall.
We have prepared [some basic questions](/resources/estimating-cost/) to answer that will help determine what resources and effort may be needed.
We have prepared [some basic questions](/resources/tutorials/estimating-costs/) to answer that will help determine what resources and effort may be needed.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Estimating Cost
linkTitle: Estimating Cost
title: Estimating Costs
linkTitle: Estimating costs
type: docs
weight: 15
weight: 5
---

## How much will it cost?
Expand Down
Loading