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
2 changes: 1 addition & 1 deletion .github/workflows/zenodo-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Zenodo drift check

on:
schedule:
- cron: '0 12 * * 1'
- cron: "0 12 * * 1"
workflow_dispatch: {}

jobs:
Expand Down
52 changes: 26 additions & 26 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -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": "<p>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.</p>",
"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": "<p>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.</p>",
"related_identifiers": []
}
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
Loading