Skip to content

Commit

Permalink
Add CITATION file (#44)
Browse files Browse the repository at this point in the history
* Add CITATION file

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

cff-version: 1.2.0
title: BrainGlobe
message: >-
You can use the brainglobe.cite() function to generate
citations for the BrainGlobe tools you use in your
research.
type: software
authors:
- given-names: BrainGlobe
family-names: Developers
affiliation: 'Sainsbury Wellcome Centre, University College London'
email: [email protected]
- given-names: Wiliam Michael
family-names: Graham
email: [email protected]
affiliation: 'Advanced Research Computing, University College London'
orcid: 'https://orcid.org/0000-0003-0058-263X'
repository-code: 'https://github.com/brainglobe/brainglobe-meta'
url: 'https://brainglobe.info/'
abstract: >-
The BrainGlobe Initiative exists to facilitate the
development of interoperable Python-based tools for
computational neuroanatomy.
license: BSD-3-Clause
citation-sentence: >-
'This project makes use of the BrainGlobe tool-suite, https://brainglobe.info/'
year: 2024
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

0 comments on commit 9ac0f4f

Please sign in to comment.