Skip to content

Commit 80b0242

Browse files
committed
refactor: corrected data types of volume, issue in specifications
1 parent bfd6271 commit 80b0242

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

biosimulators.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@
122122
"title": "BioNetGen 2.2: advances in rule-based modeling",
123123
"authors": "Leonard A. Harris, Justin S. Hogg, José-Juan Tapia, John A. P. Sekar, Sanjana Gupta, Ilya Korsunsky, Arshi Arora, Dipak Barua, Robert P. Sheehan & James R. Faeder",
124124
"journal": "Bioinformatics",
125-
"volume": 32,
126-
"issue": 21,
125+
"volume": "32",
126+
"issue": "21",
127127
"pages": "3366-3368",
128128
"year": 2016,
129129
"identifiers": [{
@@ -136,7 +136,7 @@
136136
"title": "Rule-based modeling of biochemical systems with BioNetGen",
137137
"authors": "James R. Faeder, Michael L. Blinov & William S. Hlavacek",
138138
"journal": "Methods in Molecular Biology",
139-
"volume": 500,
139+
"volume": "500",
140140
"pages": "113-167",
141141
"year": 2009,
142142
"identifiers": [{
@@ -149,8 +149,8 @@
149149
"title": "BioNetGen: software for rule-based modeling of signal transduction based on the interactions of molecular domains",
150150
"authors": "Michael L. Blinov, James R. Faeder, Byron Goldstein & William S. Hlavacek",
151151
"journal": "Bioinformatics",
152-
"volume": 20,
153-
"issue": 17,
152+
"volume": "20",
153+
"issue": "17",
154154
"pages": "3289-3291",
155155
"year": 2004,
156156
"identifiers": [{
@@ -233,8 +233,8 @@
233233
"title": "CVODE, a stiff/nonstiff ODE solver in C",
234234
"authors": "Scott D. Cohen, Alan C. Hindmarsh & Paul F. Dubois",
235235
"journal": "Computers in Physics",
236-
"volume": 10,
237-
"issue": 2,
236+
"volume": "10",
237+
"issue": "2",
238238
"pages": "138-143",
239239
"year": 1996,
240240
"identifiers": [{
@@ -408,8 +408,8 @@
408408
"title": "Exact stochastic simulation of coupled chemical reactions",
409409
"authors": "Daniel T. Gillespie",
410410
"journal": "Journal of Physical Chemistry",
411-
"volume": 81,
412-
"issue": 25,
411+
"volume": "81",
412+
"issue": "25",
413413
"pages": "2340-2361",
414414
"year": 1977,
415415
"identifiers": [{
@@ -565,8 +565,8 @@
565565
"title": "A \"partitioned leaping\" approach for multiscale modeling of chemical reaction dynamics",
566566
"authors": "Leonard A. Harris & Paulette Clancy",
567567
"journal": "Journal of Chemical Physics",
568-
"volume": 125,
569-
"issue": 14,
568+
"volume": "125",
569+
"issue": "14",
570570
"pages": "144107",
571571
"year": 2006,
572572
"identifiers": [{
@@ -721,8 +721,8 @@
721721
"title": "Efficient modeling, simulation and coarse-graining of biological complexity with NFsim",
722722
"authors": "Michael W. Sneddon, James R. Faeder & Thierry Emonet",
723723
"journal": "Nature Methods",
724-
"volume": 8,
725-
"issue": 2,
724+
"volume": "8",
725+
"issue": "2",
726726
"pages": "177",
727727
"year": 2011,
728728
"identifiers": [{

0 commit comments

Comments
 (0)