-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1575 from brian-team/update-metadata-post-release
Update CITATION.cff and README.md with metadata from Zenodo/SWH
- Loading branch information
Showing
2 changed files
with
41 additions
and
32 deletions.
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 |
---|---|---|
@@ -1,51 +1,60 @@ | ||
cff-version: 1.2.0 | ||
|
||
message: If you use this software, please cite it using these metadata. | ||
|
||
title: Brian simulator | ||
|
||
abstract: A clock-driven simulator for spiking neural networks | ||
|
||
authors: | ||
- family-names: Stimberg | ||
given-names: Marcel | ||
orcid: "https://orcid.org/0000-0002-2648-4790" | ||
orcid: https://orcid.org/0000-0002-2648-4790 | ||
- family-names: Goodman | ||
given-names: Dan F. M. | ||
orcid: "https://orcid.org/0000-0003-1007-6474" | ||
orcid: https://orcid.org/0000-0003-1007-6474 | ||
- family-names: Evans | ||
given-names: Benjmain | ||
orcid: "https://orcid.org/0000-0002-1734-6070" | ||
orcid: https://orcid.org/0000-0002-1734-6070 | ||
- family-names: Brette | ||
given-names: Romain | ||
orcid: "https://orcid.org/0000-0003-0110-1623" | ||
- name: "Brian contributors" | ||
orcid: https://orcid.org/0000-0003-0110-1623 | ||
- name: Brian contributors | ||
|
||
version: 2.6.0 | ||
date-released: "2024-03-15" | ||
|
||
date-released: '2024-03-15' | ||
|
||
identifiers: | ||
- description: This is the collection of archived snapshots of all versions of Brian 2 | ||
type: doi | ||
value: "10.5281/zenodo.654861" | ||
- description: This is the archived snapshot of version 2.6.0 of Brian 2 | ||
value: 10.5281/zenodo.654861 | ||
- description: This is the archived snapshot of version 2.7.1 of Brian 2 | ||
type: doi | ||
value: "10.5281/zenodo.10822565" | ||
- description: Software heritage identifier for version 2.6.0 | ||
value: 10.5281/zenodo.14283067 | ||
- description: Software Heritage identifier for version 2.7.1 of Brian 2 | ||
type: swh | ||
value: "swh:1:rel:2d4c5c8c8a6d2318332889df93ab74aef53e2c61" | ||
value: swh:1:rel:7c128994b35bd756b4d248240513e4d1a934a0c0 | ||
|
||
license: CECILL-2.1 | ||
repository-code: "https://github.com/brian-team/brian2" | ||
preferred-citation: | ||
authors: | ||
- family-names: Stimberg | ||
given-names: Marcel | ||
orcid: "https://orcid.org/0000-0002-2648-4790" | ||
- family-names: Goodman | ||
given-names: Dan F. M. | ||
orcid: "https://orcid.org/0000-0003-1007-6474" | ||
- family-names: Brette | ||
given-names: Romain | ||
orcid: "https://orcid.org/0000-0003-0110-1623" | ||
title: "Brian 2, an intuitive and efficient neural simulator" | ||
journal: eLife | ||
month: 8 | ||
year: 2019 | ||
volume: 8 | ||
doi: "10.7554/eLife.47314" | ||
type: article | ||
|
||
repository-code: https://github.com/brian-team/brian2 | ||
|
||
preferred-citation: | ||
authors: | ||
- family-names: Stimberg | ||
given-names: Marcel | ||
orcid: https://orcid.org/0000-0002-2648-4790 | ||
- family-names: Goodman | ||
given-names: Dan F. M. | ||
orcid: https://orcid.org/0000-0003-1007-6474 | ||
- family-names: Brette | ||
given-names: Romain | ||
orcid: https://orcid.org/0000-0003-0110-1623 | ||
title: Brian 2, an intuitive and efficient neural simulator | ||
journal: eLife | ||
month: 8 | ||
year: 2019 | ||
volume: 8 | ||
doi: 10.7554/eLife.47314 | ||
type: article |
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