From 62c4af2e8b90c77fbfd1db529cdd95633664ea9f Mon Sep 17 00:00:00 2001 From: Nell Hardcastle Date: Thu, 19 Oct 2017 14:01:35 -0700 Subject: [PATCH 1/2] Restore missing FAQ changes. --- app/src/scripts/faq/faq.jsx | 40 ++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/app/src/scripts/faq/faq.jsx b/app/src/scripts/faq/faq.jsx index 4f42889ab..05bacd11a 100644 --- a/app/src/scripts/faq/faq.jsx +++ b/app/src/scripts/faq/faq.jsx @@ -28,7 +28,7 @@ class Faq extends React.Component { ), faq_answer: ( - Yes, but only for a period of 18 months counted from first + Yes, but only for a period of 36 months counted from first successful analysis of data from more than one participant. After this period the dataset and related analysis results will be made publicly available. @@ -56,15 +56,45 @@ class Faq extends React.Component {
  • You agree that this dataset and results of all analyses performed on it using the OpenNeuro platform will become - publicly available under a Creative Commons CC0 (“no rights - reserved”) license after a grace period of 18 months counted - from first successful analysis of data from more than one - participant. + publicly available under a Creative Commons CC0 or CC-BY license + after a grace period of 36 months counted from first successful + analysis of data from more than one participant.
  • ), }, + { + faq: ( + + What if I will not be able to publish my paper in 36 months? + + ), + faq_answer: ( + + You can apply for up to two 6 month long extensions of the grace + period. To apply please contact support. We encourage you to publish + a preprint of your work to reduce the uncertainty of the publishing + pipeline. + + ), + }, + { + faq: ( + + Can I upload and analyze a publicly available dataset from another + repository? + + ), + faq_answer: ( + + The mission of OpenNeuro is to incentivize data sharing via + providing data analysis service. Thus we discourage using it to + analyze already publicly available datasets. This policy might + change in the future depending on improvements in analysis cost. + + ), + }, { faq: ( From 25d45616045c529ac004d5db861c1d7c36fd1dbb Mon Sep 17 00:00:00 2001 From: Nell Hardcastle Date: Thu, 19 Oct 2017 14:02:13 -0700 Subject: [PATCH 2/2] Update FAQ snapshot for 18 -> 36 month changes. --- .../__tests__/__snapshots__/faq.spec.jsx.snap | 40 ++++++++++++++++++- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/app/src/scripts/faq/__tests__/__snapshots__/faq.spec.jsx.snap b/app/src/scripts/faq/__tests__/__snapshots__/faq.spec.jsx.snap index 6e4060b17..578294254 100644 --- a/app/src/scripts/faq/__tests__/__snapshots__/faq.spec.jsx.snap +++ b/app/src/scripts/faq/__tests__/__snapshots__/faq.spec.jsx.snap @@ -64,7 +64,7 @@ exports[`faq/faq/Faq renders successfully 1`] = ` className="panel-body" > - Yes, but only for a period of 18 months counted from first successful analysis of data from more than one participant. After this period the dataset and related analysis results will be made publicly available. + Yes, but only for a period of 36 months counted from first successful analysis of data from more than one participant. After this period the dataset and related analysis results will be made publicly available. @@ -91,12 +91,48 @@ exports[`faq/faq/Faq renders successfully 1`] = ` This dataset does not include any identifiable personal health information as defined by the Health Insurance Portability and Accountability Act of 1996 (including names, zip codes, dates of birth, acquisition dates, facial features on structural scans etc.).
  • - You agree that this dataset and results of all analyses performed on it using the OpenNeuro platform will become publicly available under a Creative Commons CC0 (“no rights reserved”) license after a grace period of 18 months counted from first successful analysis of data from more than one participant. + You agree that this dataset and results of all analyses performed on it using the OpenNeuro platform will become publicly available under a Creative Commons CC0 or CC-BY license after a grace period of 36 months counted from first successful analysis of data from more than one participant.
  • +
    +
    + + What if I will not be able to publish my paper in 36 months? + +
    +
    + + You can apply for up to two 6 month long extensions of the grace period. To apply please contact support. We encourage you to publish a preprint of your work to reduce the uncertainty of the publishing pipeline. + +
    +
    +
    +
    + + Can I upload and analyze a publicly available dataset from another repository? + +
    +
    + + The mission of OpenNeuro is to incentivize data sharing via providing data analysis service. Thus we discourage using it to analyze already publicly available datasets. This policy might change in the future depending on improvements in analysis cost. + +
    +