Skip to content

Commit

Permalink
Create CITATION.cff (#367)
Browse files Browse the repository at this point in the history
* Create CITATION.cff

* Update MANIFEST.in
  • Loading branch information
willGraham01 authored Feb 9, 2024
1 parent d49a4d5 commit 3bd5839
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 2 deletions.
60 changes: 60 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: cellfinder
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Adam
family-names: Tyson
email: [email protected]
affiliation: 'Sainsbury Wellcome Centre, University College London'
- given-names: Christian
family-names: Niedworok
- given-names: Charly
family-names: Rousseau
- given-names: BrainGlobe
family-names: Developers
email: [email protected]
repository-code: 'https://github.com/brainglobe/cellfinder'
url: 'https://brainglobe.info'
abstract: >-
Automated 3D cell detection in very large 3D images (e.g.,
serial two-photon or lightsheet volumes of whole mouse
brains).
license: BSD-3-Clause
date-released: '2024-01-05'
year: 2024
preferred-citation:
type: article
authors:
- given-names: Adam
family-names: Tyson
affiliation: 'Sainsbury Wellcome Centre, University College London'
- given-names: Charly V.
family-names: Rousseau
- given-names: Christian J.
family-names: Niedworok
- given-names: Sepiedeh
family-names: Keshavarzi
- given-names: Chryssanthi
family-names: Tsitoura
- given-names: Lee
family-names: Cossell
- given-names: Molly
family-names: Strom
- given-names: Troy W.
family-names: Margrie
doi: "10.1371/journal.pcbi.1009074"
url: "https://doi.org/10.1371/journal.pcbi.1009074"
journal: "PLOS Computational Biology"
month: 5
year: 2021
title: "A deep learning algorithm for 3D cell detection in whole mouse brain image datasets"
issue: 5
volume: 17
pages: 1-17
citation-sentence: "This work makes use of the cellfinder detection algorithm,"
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
include .napari/config.yml
include CITATION.cff
include LICENSE
include README.md
include requirements.txt
include CF-CORE-README.md
include CF-NAPARI-README.md

exclude .pre-commit-config.yaml
exclude .codecov.yml
Expand Down

0 comments on commit 3bd5839

Please sign in to comment.