Skip to content

Commit 1a2c1ab

Browse files
committed
up
1 parent 8e4a3ef commit 1a2c1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ In the above example, we used basic Catalyst-based workflows to simulate a simpl
184184
instead show how various Catalyst features can compose to create a much more advanced model. Our
185185
model describes how the volume of a cell ($V$) is affected by a growth factor ($G$). The growth
186186
factor only promotes growth while in its phosphorylated form ($Gᴾ$). The phosphorylation of $G$
187-
($G \to Gᴾ$) is promoted by sunlight (modelld as the cyclic sinusoid $kₐ*(sin(t)+1)$), which
187+
($G \to Gᴾ$) is promoted by sunlight (modeled as the cyclic sinusoid $kₐ*(sin(t)+1)$), which
188188
phosphorylates the growth factor (producing $Gᴾ$). When the cell reaches a critical volume ($V$)
189189
it undergoes through cell division. First, we declare our model:
190190
```julia

0 commit comments

Comments
 (0)