Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,45 @@ message: >-
type: software

authors:
- given-names: Craig
family-names: Benham
email: 'cjbenham@ucdavis.edu'
affiliation: 'UC Davis Genome Center and Department of Mathematics, University of California, Davis, CA 95616, USA.'
affiliation: 'https://orcid.org/0009-0005-4610-2402'
- given-names: Dina
family-names: Zhabinskaya
email: dzhabinskaya@ucdavis.edu
affiliation: 'UC Davis Genome Center and Department of Mathematics, University of California, Davis, CA 95616, USA.'
- given-names: Sally
family-names: Madden
affiliation: 'UC Davis Genome Center and Department of Mathematics, University of California, Davis, CA 95616, USA.'
- given-names: Richard M.
family-names: Fye
- given-names: Victor
family-names: Velasco-Berrelleza
email: v.velascoberrelleza@sheffield.ac.uk
affiliation: 'School of Mathematical and Physical Sciences, University of Sheffield, United Kingdom'
orcid: 'https://orcid.org/0000-0002-4809-6254'
- given-names: Harry
family-names: Swift
email: harry.swift@stfc.ac.uk
affiliation: 'Scientific Computing Department, STFC Daresbury Laboratory, Warrington WA4 4AD, United Kingdom'
orcid: 'https://orcid.org/0009-0007-3323-753X'
- given-names: Jas
family-names: Kalayan
email: jas.kalayan@stfc.ac.uk
affiliation: 'Scientific Computing Department, STFC Daresbury Laboratory, Warrington WA4 4AD, United Kingdom'
orcid: 'https://orcid.org/0000-0002-6833-1864'
- given-names: Sarah
family-names: Harris
email: sarah.harris@sheffield.ac.uk
affiliation: School of Mathematical and Physical Sciences, University of Sheffield, United Kingdom
orcid: 'https://orcid.org/0000-0002-2812-1651'
- given-names: James
family-names: Gebbie-Rayet
email: james.gebbie@stfc.ac.uk
affiliation: 'Scientific Computing Department, STFC Daresbury Laboratory, Warrington WA4 4AD, United Kingdom'
orcid: 'https://orcid.org/0000-0001-8271-3431'

repository-code: 'https://github.com/CCPBioSim/SIST'
url: 'https://sist.readthedocs.io/en/latest/'
Expand Down
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = []

authors = [
{ name = "Craig Benham", email = "cjbenham@ucdavis.edu" },
{ name = "Dina Zhabinskaya", email = "dzhabinskaya@ucdavis.edu" },
{ name = "Sally Madden" },
{ name = "Richard M. Fye" },
{ name = "Victor Velasco-Berrelleza", email = "v.velascoberrelleza@sheffield.ac.uk" },
{ name = "Jas Kalayan", email = "jas.kalayan@stfc.ac.uk" },
{ name = "Sarah Harris", email = "sarah.harris@sheffield.ac.uk" },
{ name = "James Gebbie-Rayet", email = "james.gebbie@stfc.ac.uk" },
]

maintainers = [
{ name = "Harry Swift", email = "harry.swift@stfc.ac.uk" },
]
Expand Down