Skip to content

Commit f90f425

Browse files
committed
added prep_conc
1 parent bf8b7a1 commit f90f425

File tree

7 files changed

+818
-655
lines changed

7 files changed

+818
-655
lines changed

docs/model.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ This page provides comprehensive information about the structure and components
7777

7878

7979
## Ontologies
80-
- [schema](https://schema.org/)
8180
- [OBO](http://purl.obolibrary.org/obo/)
81+
- [schema](https://schema.org/)
8282

8383

8484
## Types
@@ -493,7 +493,7 @@ __species_id__* `string`
493493

494494
__init_conc__* `float`
495495

496-
- Initial concentration of the measurement data.
496+
- Initial concentration of the measurement data. This must be the same as the first data point in the
497497

498498

499499
__data_type__* [`DataTypes`](#datatypes)
@@ -521,6 +521,11 @@ __data__* `list[float]`
521521
- Data that was measured.
522522

523523

524+
__prep_conc__ `float`
525+
526+
- Concentration of the reactant before the measurement. This field should be used for specifying the prepared concentration of a species in the reaction mix. Not to be confused with init_conc, specifying the concentration at the first data point from the
527+
528+
524529
__is_calculated__* `boolean`
525530

526531
- Whether or not the data has been generated by simulation.
@@ -647,6 +652,7 @@ __value__ `float`
647652
| `AVOGADRO` | avogadro |
648653
| `BECQUEREL` | becquerel |
649654
| `CANDELA` | candela |
655+
| `CELSIUS` | celsius |
650656
| `COULOMB` | coulomb |
651657
| `DIMENSIONLESS` | dimensionless |
652658
| `FARAD` | farad |

0 commit comments

Comments
 (0)