Skip to content

Commit

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

* Update MANIFEST.in

* Update CITATION.cff

Co-authored-by: Adam Tyson <[email protected]>

---------

Co-authored-by: Adam Tyson <[email protected]>
  • Loading branch information
willGraham01 and adamltyson authored Feb 12, 2024
1 parent c582489 commit 4fbea92
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
52 changes: 52 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# 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
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
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
exclude .pre-commit-config.yaml
include CITATION.cff

global-include *.svg

Expand Down

0 comments on commit 4fbea92

Please sign in to comment.