Skip to content

Commit

Permalink
Add citation file (#448)
Browse files Browse the repository at this point in the history
* add citation

* fix name

* update cff

* add citation util

* add citation utils

* update comment

* add updated citations and automated util to mine allcontributors file

* fix formatting

* Update CITATION.cff

* Update CITATION.cff

Change author list to the agreed authors in this issue, add orcids, and some extra scivision details

* Update CITATION.cff

* Delete dev/citation_utils.py

After discussion we decided it was easier to create the citation file by hand to ensure it included all the relevant information (i.e. full names / orcids)

---------

Co-authored-by: Ed Chalstrey <edwardchalstrey@gmail.com>
Co-authored-by: Isabel Fenton <IFenton@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 7, 2024
1 parent 231b0b6 commit b7f4675
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
cff-version: 1.2.0
title: scivision
message: "If you use this software, please cite it using the metadata from this file."
type: software
authors:
- given-names: Sebastian
family-names: Ahnert
- given-names: Meghna
family-names: Asthana
orcid: 'https://orcid.org/0000-0002-6101-8904'
- given-names: Edward Jonathan
family-names: Chalstrey
orcid: 'https://orcid.org/0000-0003-2560-1294'
- given-names: Alejandro
family-names: Coca-Castro
orcid: 'https://orcid.org/0000-0002-9264-1539'
- given-names: Alden
family-names: Conner
orcid: 'https://orcid.org/0000-0003-0927-2267'
- given-names: Evangeline Mae
family-names: Corcoran
orcid: 'https://orcid.org/0000-0003-0321-009X'
- given-names: Beatriz
family-names: Costa-Gomes
orcid: 'https://orcid.org/0000-0002-1073-8442'
- given-names: Isabel S.
family-names: Fenton
orcid: 'https://orcid.org/0000-0001-7174-0725'
- given-names: J. Scott
family-names: Hosking
orcid: 'https://orcid.org/0000-0002-3646-3504'
- given-names: Alan R
family-names: Lowe
orcid: 'https://orcid.org/0000-0002-0558-3597'
- given-names: Oliver
family-names: Strickson
orcid: 'https://orcid.org/0000-0002-8177-5582'
- given-names: Samuel
family-names: Tonks
orcid: 'https://orcid.org/0009-0008-1408-1493'
repository-code: 'https://github.com/alan-turing-institute/scivision'
url: 'https://sci.vision/'
keywords:
- computer vision
- image analysis
license: BSD-3-Clause

0 comments on commit b7f4675

Please sign in to comment.