Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,20 +116,20 @@ outputs:
![positiveFeedback](/assets/ode_positive_feedback.png)


[DiffEqBiological.jl](https://github.com/JuliaDiffEq/DiffEqBiological.jl)
[Catalyst.jl](https://github.com/SciML/Catalyst.jl)
provides another cool domain-specific language which allows you to generate
equations using a chemical arrow notation.


```julia
using DiffEqBiological
using Catalyst
using Latexify

rn = @reaction_network demoNetwork begin
(r_bind, r_unbind), A + B C
Hill(C, v, k, n), 0 --> X
(r_bind, r_unbind), A + B <--> C
hill(C, v, k, n), 0 --> X
d_x, X --> 0
end r_bind r_unbind v k n d_x
end

latexify(rn)
```
Expand Down Expand Up @@ -193,7 +193,7 @@ another package, please help update the list below:
* Many base types
* LaTeXStrings.jl
* DifferentialEquations.jl
* DiffEqBiological.jl
* Catalyst.jl
* ParametrizedFunctions.jl
* DataFrames.jl
* Symbolics.jl
Expand Down