-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CITATION file and prep tests for citing repos
- Loading branch information
1 parent
9e56610
commit 5a9d46a
Showing
4 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# 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/' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
def test_citation_combinations() -> None: | ||
""" """ | ||
pass |