diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..8c518296 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,32 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +type: software +title: SimpleITK Image-Analysis Notebooks +authors: + - family-names: Yaniv + given-names: Ziv + - family-names: Lowekamp + given-names: Bradley C. + - family-names: Johnson + given-names: Hans J. + - family-names: Beare + given-names: Richard +preferred-citation: + type: article + authors: + - family-names: Yaniv + given-names: Ziv + - family-names: Lowekamp + given-names: Bradley C. + - family-names: Johnson + given-names: Hans J. + - family-names: Beare + given-names: Richard + title: "SimpleITK Image-Analysis Notebooks: A Collaborative Environment for Education and Reproducible Research" + doi: 10.1007/s10278-017-0037-8 + journal: Journal of Digital Imaging + volume: 31 + issue: 3 + start: 290 + end: 303 + year: 2018 diff --git a/CITATIONS.bib b/CITATIONS.bib deleted file mode 100644 index ec157804..00000000 --- a/CITATIONS.bib +++ /dev/null @@ -1,10 +0,0 @@ -@Article{yaniv2018, -author = {Ziv Yaniv and Bradley C. Lowekamp and Hans J. Johnson and Richard Beare}, -title = {{SimpleITK} Image-Analysis Notebooks: A Collaborative Environment for Education and Reproducible Research}, -doi = {10.1007/s10278-017-0037-8}, -number = {3}, -pages = {290--303}, -volume = {31}, -journal = {Journal of Digital Imaging}, -year = {2018}, -}