From ae4a633ae06fefa86ca6d3c0a925d64a8d622b4a Mon Sep 17 00:00:00 2001 From: arnaudbore Date: Tue, 12 Sep 2023 16:34:43 -0400 Subject: [PATCH 1/2] update version and citation in readme --- README.md | 16 ++++++++++++++++ dcm2bids/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86cf5d43..0a504b8a 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,19 @@ Before posting your question, you may want to first browse through questions tha [neurostars]: https://neurostars.org/ [neurostars-dcm2bids]: https://neurostars.org/tag/dcm2bids [dcm2bids-contributing]: https://unfmontreal.github.io/Dcm2Bids/latest/how-to/contributing/ + +## Please cite dcm2bids + +If you use dcm2bids in your research or as part of your developments, please always cite the reference below. + +`````` +@software{Bore_Dcm2Bids_2023, +author = {Boré, Arnaud and Guay, Samuel and Bedetti, Christophe and Meisler, Steven and GuenTher, Nick}, +doi = {10.5281/zenodo.8306314}, +month = aug, +title = {{Dcm2Bids}}, +url = {https://github.com/UNFmontreal/Dcm2Bids}, +version = {3.0.2}, +year = {2023} +} +`````` \ No newline at end of file diff --git a/dcm2bids/version.py b/dcm2bids/version.py index b020079f..fb97193a 100644 --- a/dcm2bids/version.py +++ b/dcm2bids/version.py @@ -3,7 +3,7 @@ # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z" _version_major = 3 _version_minor = 0 -_version_micro = 2 +_version_micro = 3 _version_extra = '' # Construct full version string from these. From 85c3d26d89fb9bdfdb9bd1d7512211c52edf51f8 Mon Sep 17 00:00:00 2001 From: Samuel Guay Date: Tue, 12 Sep 2023 20:18:18 -0400 Subject: [PATCH 2/2] add APA format to citation section --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0a504b8a..917e6964 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,13 @@ Before posting your question, you may want to first browse through questions tha If you use dcm2bids in your research or as part of your developments, please always cite the reference below. -`````` +### APA + +> Boré, A., Guay, S., Bedetti, C., Meisler, S., & GuenTher, N. (2023). Dcm2Bids (Version 3.0.2) [Computer software]. https://doi.org/10.5281/zenodo.8306314 + +### BibTeX + +``` @software{Bore_Dcm2Bids_2023, author = {Boré, Arnaud and Guay, Samuel and Bedetti, Christophe and Meisler, Steven and GuenTher, Nick}, doi = {10.5281/zenodo.8306314}, @@ -89,5 +95,4 @@ title = {{Dcm2Bids}}, url = {https://github.com/UNFmontreal/Dcm2Bids}, version = {3.0.2}, year = {2023} -} -`````` \ No newline at end of file +```