diff --git a/.codespellrc b/.codespellrc index 241d33c..036f247 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,7 +1,8 @@ [codespell] # Ref: https://github.com/codespell-project/codespell#using-a-config-file -skip = .git*,go.sum,i18n,*.css,.codespellrc +skip = .git*,go.sum,i18n,*.css,.codespellrc,public check-hidden = true # lines with names in publications -ignore-regex = (^- (name|.*\bdoi):.*|fnndsc\.childrens\.harvard\.edu) +# TODO remove codespell:ignore after issue fixed: https://github.com/codespell-project/codespell/issues/3617 +ignore-regex = (^- (name|.*\bdoi):.*|fnndsc\.childrens\.harvard\.edu|.*codespell:ignore.*) # ignore-words-list = diff --git a/content/resources/tools/_index.md b/content/resources/tools/_index.md index f23664c..06e7b9e 100644 --- a/content/resources/tools/_index.md +++ b/content/resources/tools/_index.md @@ -28,3 +28,4 @@ This section describes core tools and standards produced by ReproNim. For a mor ## Best Practices - [ReproIn](reproin/index.html): Convention and helpers for naming and organization of MRI sequences for turnkey DICOM to BIDS conversion. +- [Open Brain Consent](open-brain-consent/): An "out of the box" consent form template to allow imaging data to be shared as openly as possible while providing adequate guarantees for research participants' privacy. diff --git a/content/resources/tools/open-brain-consent/_index.md b/content/resources/tools/open-brain-consent/_index.md new file mode 100644 index 0000000..73f3426 --- /dev/null +++ b/content/resources/tools/open-brain-consent/_index.md @@ -0,0 +1,25 @@ +--- +title: "Open Brain Consent" +weight: 120 +--- + +Open Brain Consent is a consent form template to allow imaging data to be shared as openly as possible while providing adequate guarantees for research participants' privacy. + +## Development status + +Open Brain Consent is well-established and mature, with occasional minor updates and new [translations](https://open-brain-consent.readthedocs.io/en/stable/gdpr/ultimate_gdpr.html#translations). + +## Innovation + +Open Brain Consent provides a consent form template for neuroimaging that is commonly accepted "out of the box". + +## Citation information + +Bannier E, Barker G, Borghesani V, Broeckx N, Clement P, Emblem KE, Ghosh S, Glerean E, Gorgolewski KJ, Havu M, Halchenko YO, Herholz P, Hespel A, Heunis S, Hu Y, Hu CP, Huijser D, de la Iglesia Vayá M, Jancalek R, Katsaros VK, Kieseler ML, Maumet C, Moreau CA, Mutsaerts HJ, Oostenveld R, Ozturk-Isik E, Pascual Leone Espinosa N, Pellman J, Pernet CR, Pizzini FB, Trbalić AŠ, Toussaint PJ, Visconti di Oleggio Castello M, Wang F, Wang C, Zhu H. The Open Brain Consent: Informing research participants and obtaining consent to share brain imaging data. Hum Brain Mapp. 2021 May;42(7):1945-1951. doi: [10.1002/hbm.25351](https://doi.org/10.1002/hbm.25351). Epub 2021 Feb 1. PMID: 33522661; PMCID: PMC8046140. + +## Links + +- Home Page: https://open-brain-consent.readthedocs.io/ +- GitHub Repository: https://github.com/con/open-brain-consent/ + +## Representative publications