diff --git a/CITATION.cff b/CITATION.cff index 5ed8a20..40cb879 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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/' diff --git a/pyproject.toml b/pyproject.toml index cfc4b6e..83c0c35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }, ]