diff --git a/.github/workflows/zenodo-drift.yml b/.github/workflows/zenodo-drift.yml index b735576..4c8becf 100644 --- a/.github/workflows/zenodo-drift.yml +++ b/.github/workflows/zenodo-drift.yml @@ -2,7 +2,7 @@ name: Zenodo drift check on: schedule: - - cron: '0 12 * * 1' + - cron: "0 12 * * 1" workflow_dispatch: {} jobs: diff --git a/.zenodo.json b/.zenodo.json index de2512d..87e8a26 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -1,28 +1,28 @@ { - "upload_type": "software", - "title": "pyvcell", - "license": "mit", - "creators": [ - { - "name": "Schaff, James C.", - "affiliation": "University of Connecticut School of Medicine", - "orcid": "0000-0003-3286-7736" - }, - { - "name": "Patrie, Alexander", - "affiliation": "University of Connecticut School of Medicine", - "orcid": "0009-0002-6886-2291" - }, - { - "name": "Drescher, Logan", - "affiliation": "University of Connecticut School of Medicine" - }, - { - "name": "Moraru, Ion I.", - "affiliation": "University of Connecticut School of Medicine", - "orcid": "0000-0002-3746-9676" - } - ], - "description": "

pyvcell is the Python wrapper for Virtual Cell (VCell) modeling and simulation — local scripting of spatial modeling, simulation, data analysis, and visualization, plus access to the Virtual Cell remote APIs. Supports VCML and SBML import/export.

", - "related_identifiers": [] + "upload_type": "software", + "title": "pyVCell", + "license": "mit", + "creators": [ + { + "name": "Schaff, James C.", + "affiliation": "University of Connecticut School of Medicine", + "orcid": "0000-0003-3286-7736" + }, + { + "name": "Patrie, Alexander", + "affiliation": "University of Connecticut School of Medicine", + "orcid": "0009-0002-6886-2291" + }, + { + "name": "Drescher, Logan", + "affiliation": "University of Connecticut School of Medicine" + }, + { + "name": "Moraru, Ion I.", + "affiliation": "University of Connecticut School of Medicine", + "orcid": "0000-0002-3746-9676" + } + ], + "description": "

pyvcell is the Python wrapper for Virtual Cell (VCell) modeling and simulation — local scripting of spatial modeling, simulation, data analysis, and visualization, plus access to the Virtual Cell remote APIs. Supports VCML and SBML import/export.

", + "related_identifiers": [] } diff --git a/CITATION.cff b/CITATION.cff index 2ed80f4..23a0115 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,10 +1,10 @@ cff-version: 1.2.0 message: "If you use this software, please cite it using these metadata." -title: "pyvcell" +title: "pyVCell" type: software repository-code: "https://github.com/virtualcell/pyvcell" license: MIT -doi: 10.5281/zenodo.21127437 # concept DOI (all versions) +doi: 10.5281/zenodo.21127437 # concept DOI (all versions) authors: - family-names: "Schaff" given-names: "James C."