Skip to content

Commit 1fb33cf

Browse files
committed
save progress
1 parent 96439ca commit 1fb33cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ large-scale simulations through auto-vectorization and parallelism. Symbolic
2525
the easy simulation and parameter estimation of mass action ODE models, Chemical
2626
Langevin SDE models, stochastic chemical kinetics jump process models, and more.
2727
Generated models can be used with solvers throughout the broader
28-
[SciML](https://sciml.ai) ecosystem, including higher level SciML packages (e.g.
28+
[SciML](https://sciml.ai) ecosystem, including higher-level SciML packages (e.g.
2929
for sensitivity analysis, parameter estimation, machine learning applications,
3030
etc).
3131

@@ -193,7 +193,7 @@ plot(jump_sol; lw = 2)
193193

194194
## Elaborate example
195195

196-
In the above example, we used basic Catalyst-based workflows to simulate a simple model. Here we instead show how various Catalyst features can compose to create a much more advanced model. Our model describes how the volume of a cell ($V$) is affected by a growth factor ($G$). Typically the growth factor is inactive ($Gi$), but it is activated ($Ga$) by the presence of sunlight (modelled as the cyclic sinusoid $kA*(sin(t)+1)$). When the cell reaches a critical volume ($V$) it goes through cell division. First, we declare our model:
196+
In the above example, we used basic Catalyst-based workflows to simulate a simple model. Here we instead show how various Catalyst features can compose to create a much more advanced model. Our model describes how the volume of a cell ($V$) is affected by a growth factor ($G$). Typically the growth factor is inactive ($Gi$), but it is activated ($Ga$) by the presence of sunlight (modeled as the cyclic sinusoid $kA*(sin(t)+1)$). When the cell reaches a critical volume ($V$) it goes through cell division. First, we declare our model:
197197
```julia
198198
cell_model = @reaction_network begin
199199
@parameters V_thres g

0 commit comments

Comments
 (0)