Skip to content

Commit

Permalink
init for CRN example library
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Dec 17, 2024
1 parent 6e33f5b commit f757501
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/src/model_creation/examples/basic_CRN_library.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
# [Library of Basic Chemical Reaction Network Models](@id basic_CRN_library)
```@raw html
<details><summary><strong>Tutorial environment set-up</strong></summary>
```
The following code sets up an environment for running this tutorial.
```julia
using Pkg
Pkg.activate(".")
Pkg.add("Catalyst")
Pkg.add("OrdinaryDiffEqDefault")
Pkg.add("StochasticDiffEq")
Pkg.add("JumpProcesses")
Pkg.add("Plots")
```
```@raw html
</details>
```
\

Below we will present various simple and established chemical reaction network (CRN) models. Each model is given some brief background, implemented using the `@reaction_network` DSL, and basic simulations are performed.

## [Birth-death process](@id basic_CRN_library_bd)
Expand Down

0 comments on commit f757501

Please sign in to comment.