From 3779a59e38d458516d692deb45b8ea24b6705315 Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Sun, 16 Aug 2026 20:14:08 -0400 Subject: [PATCH] CITATIONS.bib file not working with github hook Replace CITATIONS.bib with CITATION.cff. The documentation lead me to believe CITATIONS.bib would also work, just a link to the file. It does not, so switching to CITATION.cff. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files --- CITATION.cff | 32 ++++++++++++++++++++++++++++++++ CITATIONS.bib | 10 ---------- 2 files changed, 32 insertions(+), 10 deletions(-) create mode 100644 CITATION.cff delete mode 100644 CITATIONS.bib 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}, -}