Skip to content

Commit

Permalink
Merge pull request #1575 from brian-team/update-metadata-post-release
Browse files Browse the repository at this point in the history
Update CITATION.cff and README.md with metadata from Zenodo/SWH
  • Loading branch information
mstimberg authored Dec 5, 2024
2 parents 44d6fa2 + fb0d4b6 commit f45065a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 32 deletions.
69 changes: 39 additions & 30 deletions CITATION.cff
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ If you use Brian for your published research, we kindly ask you to cite our arti
[![AUR version](https://img.shields.io/aur/version/python-brian2)](https://aur.archlinux.org/packages/python-brian2)

[![Docker Pulls](https://img.shields.io/docker/pulls/briansimulator/brian)](https://hub.docker.com/r/briansimulator/brian)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.654861.svg)](https://zenodo.org/doi/10.5281/zenodo.654861)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14283067.svg)](https://zenodo.org/doi/10.5281/zenodo.14283067)
[![Software Heritage (repository)](https://archive.softwareheritage.org/badge/origin/https://github.com/brian-team/brian2/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/brian-team/brian2)
[![Software Heritage (release)](https://archive.softwareheritage.org/badge/swh:1:rel:2d4c5c8c8a6d2318332889df93ab74aef53e2c61/)](https://archive.softwareheritage.org/swh:1:rel:2d4c5c8c8a6d2318332889df93ab74aef53e2c61;origin=https://github.com/brian-team/brian2;visit=swh:1:snp:a90ab7416901a9c5cf6f56d68b3455c65d322afc)
[![Software Heritage (release)](https://archive.softwareheritage.org/badge/swh:1:rel:7c128994b35bd756b4d248240513e4d1a934a0c0/)](https://archive.softwareheritage.org/swh:1:rel:7c128994b35bd756b4d248240513e4d1a934a0c0;origin=https://github.com/brian-team/brian2;visit=swh:1:snp:9ba8406b05353301216ff7a0adb097a9297c62b3)

[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)
[![Discourse topics](https://img.shields.io/discourse/topics?server=https%3A%2F%2Fbrian.discourse.group)](https://brian.discourse.group)
Expand Down

0 comments on commit f45065a

Please sign in to comment.