Skip to content

Commit 966355e

Browse files
committed
up
1 parent 8e636de commit 966355e

File tree

3 files changed

+37
-41
lines changed

3 files changed

+37
-41
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Catalyst.jl
22

3-
[![Join the chat at https://julialang.zulipchat.com #sciml-bridged](https://img.shields.io/static/v1?label=Zulip&message=chat&color=9558b2&labelColor=389826)](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
43
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.sciml.ai/Catalyst/stable/)
54
[![API Stable](https://img.shields.io/badge/API-stable-blue.svg)](https://docs.sciml.ai/Catalyst/stable/api/catalyst_api/)
65
[![Join the chat at https://julialang.zulipchat.com #sciml-bridged](https://img.shields.io/static/v1?label=Zulip&message=chat&color=9558b2&labelColor=389826)](https://julialang.zulipchat.com/#narrow/stream/279055-sciml-bridged)
6+
[![Citation](https://img.shields.io/badge/Publication-389826)](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1011530)
77

88
[![Build Status](https://github.com/SciML/Catalyst.jl/workflows/CI/badge.svg)](https://github.com/SciML/Catalyst.jl/actions?query=workflow%3ACI)
99
[![codecov.io](https://codecov.io/gh/SciML/Catalyst.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SciML/Catalyst.jl)
@@ -46,7 +46,6 @@ An overview of the package and its features (as of version 13) can also be found
4646
## Features
4747

4848
#### Features of Catalyst
49-
5049
- [The Catalyst DSL](@ref ref) provides a simple and readable format for manually specifying reaction
5150
network models using chemical reaction notation.
5251
- Catalyst `ReactionSystem`s provides a symbolic representation of reaction networks,
@@ -81,7 +80,6 @@ An overview of the package and its features (as of version 13) can also be found
8180
deterministic and stochastic terms within resulting ODE, SDE or jump models.
8281
- [Steady states](@ref ref) (and their [stabilities](@ref ref)) can be computed for model ODE representations.
8382

84-
8583
#### Features of Catalyst composing with other packages
8684
- [OrdinaryDiffEq.jl](https://github.com/SciML/OrdinaryDiffEq.jl) Can be used to [perform model ODE
8785
simulations](@ref ref).
@@ -177,7 +175,6 @@ plot(jump_sol; lw = 2)
177175

178176

179177
## Elaborate example
180-
181178
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$). The growth factor only promotes growth while in its phosphorylated form ($Gᴾ$). The phosphorylation of $G$ ($G \to Gᴾ$) is promoted by sunlight (modelled as the cyclic sinusoid $kₐ*(sin(t)+1)$) phosphorylates the growth factor (producing $Gᴾ$). When the cell reaches a critical volume ($V$) it goes through cell division. First, we declare our model:
182179
```julia
183180
using Catalyst

docs/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
2626
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
2727
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
2828
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
29-
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
3029
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
3130
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
3231
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"

0 commit comments

Comments
 (0)