From 13ccdad0e3990f867a324e3cf8e9f39e989e1d31 Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Sun, 16 Aug 2026 14:55:39 -0400 Subject: [PATCH] Add CITATIONS.bib file used by GitHub hook. GitHub adds a citation dropdown if this file is present in the repository root directory. Also, allows users to easily copy-paste the ciation information into a bibliography manager. Content of file matches existing "How to Cite" README section. --- CITATIONS.bib | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CITATIONS.bib diff --git a/CITATIONS.bib b/CITATIONS.bib new file mode 100644 index 00000000..ec157804 --- /dev/null +++ b/CITATIONS.bib @@ -0,0 +1,10 @@ +@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}, +}