Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create CITATION.cff #163

Merged
merged 3 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: brainglobe-segmentation
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: hello@brainglobe.info
affiliation: 'Sainsbury Wellcome Centre, University College London'
- given-names: Horst
family-names: Obenhaus
- given-names: BrainGlobe
family-names: Developers
email: hello@brainglobe.info
repository-code: 'https://github.com/brainglobe/brainglobe-segmentation'
url: 'https://brainglobe.info'
abstract: >-
Segmentation of anatomical structures in a common
coordinate space.
license: BSD-3-Clause
date-released: '2024-01-16'
year: 2024
preferred-citation:
type: article
authors:
- given-names: Adam
family-names: Tyson
affiliation: 'Sainsbury Wellcome Centre, University College London'
- given-names: Mateo
family-names: Velez-Fort
- given-names: Charly V.
family-names: Rousseau
- given-names: Lee
family-names: Cossell
- given-names: Chryssanthi
family-names: Tsitoura
- given-names: Stephen C.
family-names: Lenzi
- given-names: Horst A.
family-names: Obenhaus
- given-names: Federico
family-names: Claudi
- given-names: Tiago
family-names: Branco
- given-names: Troy W.
family-names: Margrie
doi: "10.1038/s41598-021-04676-9"
url: "https://doi.org/10.1038/s41598-021-04676-9"
journal: "Scientific Reports"
month: 1
year: 2022
title: "Accurate determination of marker location within whole-brain microscopy images"
issue: 1
volume: 12
citation-sentence: "This project makes use of the brainglobe-segmentation plugin for segmentation of objects and regions of the brain."
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include CITATION.cff
include LICENSE
include README.md

Expand Down
Loading