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 #324

Merged
merged 4 commits into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
53 changes: 53 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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: [email protected]
- given-names: Luigi
family-names: Petrucco
- given-names: BrainGlobe
family-names: Developers
email: [email protected]
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."
willGraham01 marked this conversation as resolved.
Show resolved Hide resolved
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
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include CITATION.cff

global-include *.svg

recursive-exclude tests *
Expand Down
Loading