From 956fd0abd3f5871f1bcac3f8f2adc43f34530f99 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:43:49 +0000 Subject: [PATCH 1/3] Create CITATION.cff --- CITATION.cff | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..8cae91e1 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,53 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: brainrender +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Federico + family-names: Claudi + - given-names: Adam + family-names: Tyson + email: hello@brainglobe.info + - given-names: Luigi + family-names: Petrucco + - given-names: BrainGlobe + family-names: Developers + email: hello@brainglobe.info +repository-code: 'https://github.com/brainglobe/brainrender' +url: 'https://brainglobe.info' +abstract: >- + Visualisation and exploration of brain atlases and other + anatomical data. +license: BSD-3-Clause +date-released: '2024-01-25' +year: 2024 +citation-sentence: "This work uses the brainrender visualisation tool for anatomical data." +preferred-citation: + type: article + title: "Visualizing anatomically registered data with brainrender" + authors: + - given-names: Federico + family-names: Claudi + - given-names: Adam + family-names: Tyson + - given-names: Luigi + family-names: Petrucco + - given-names: Troy W. + family-names: Margrie + - given-names: Ruben + family-names: Portugues + - given-names: Tiago + family-names: Branco + year: 2021 + month: 3 + doi: 10.7554/eLife.65751 + url: https://doi.org/10.7554/eLife.65751 + journal: eLife + volume: 10 + issn: "2050-084X" + pages: e65761 From 84ece7e8336a6022afff11fbc3c1d267b91973d4 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Thu, 1 Feb 2024 15:44:24 +0000 Subject: [PATCH 2/3] Update MANIFEST.in --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 40cd0f87..b3b092ba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,5 @@ +include CITATION.cff + global-include *.svg recursive-exclude tests * From 2df4f7856595c7c3aad0f4394d8bf321a5fe7220 Mon Sep 17 00:00:00 2001 From: Will Graham <32364977+willGraham01@users.noreply.github.com> Date: Mon, 12 Feb 2024 10:46:25 +0000 Subject: [PATCH 3/3] Update CITATION.cff Co-authored-by: Adam Tyson --- CITATION.cff | 1 - 1 file changed, 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 8cae91e1..bcbc85cc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,7 +26,6 @@ abstract: >- license: BSD-3-Clause date-released: '2024-01-25' year: 2024 -citation-sentence: "This work uses the brainrender visualisation tool for anatomical data." preferred-citation: type: article title: "Visualizing anatomically registered data with brainrender"