Skip to content

Commit

Permalink
refactor: corrected data types of volume, issue in specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Nov 10, 2021
1 parent 9ce15d7 commit ba801db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions biosimulators.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@
"title": "Exact stochastic simulation of coupled chemical reactions",
"authors": "Daniel T. Gillespie",
"journal": "Journal of Physical Chemistry",
"volume": 81,
"issue": 25,
"volume": "81",
"issue": "25",
"pages": "2340-2361",
"year": 1977,
"identifiers": [{
Expand Down Expand Up @@ -1040,8 +1040,8 @@
"title": "CVODE, a stiff/nonstiff ODE solver in C",
"authors": "Scott D. Cohen, Alan C. Hindmarsh & Paul F. Dubois",
"journal": "Computers in Physics",
"volume": 10,
"issue": 2,
"volume": "10",
"issue": "2",
"pages": "138-143",
"year": 1996,
"identifiers": [{
Expand Down

0 comments on commit ba801db

Please sign in to comment.