Skip to content

Commit 6ee3c50

Browse files
committed
Add bifurcation and simualtion references
1 parent 712ff34 commit 6ee3c50

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/src/catalyst_applications/advanced_simulations.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,3 +401,8 @@ species we wish to plot. Here, we plot the solution in `(X,Y)` space:
401401
```@example ex4
402402
plot(sol; idxs=(:X, :Y))
403403
```
404+
405+
---
406+
## References
407+
[^1]: [DifferentialEquations.jl online documentation.](https://docs.sciml.ai/DiffEqDocs/stable/)
408+
[^2]: [Chris Rackauckas, Qing Nie, *DifferentialEquations.jl – A Performant and Feature-Rich Ecosystem for Solving Differential Equations in Julia*, Journal of Open Resource Software (2017).](https://openresearchsoftware.metajnl.com/articles/10.5334/jors.151)

docs/src/catalyst_applications/bifurcation_diagrams.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,7 @@ branches are connected. However, BifurcationKit.jl is a very powerful package
110110
capable of a lot more. For more details, please see that package's
111111
documentation:
112112
[BifurcationKit.jl](https://bifurcationkit.github.io/BifurcationKitDocs.jl/stable/).
113+
114+
---
115+
## References
116+
[^1]: [Yuri A. Kuznetsov, *Elements of Applied Bifurcation Theory*, Springer (2023).](https://link.springer.com/book/10.1007/978-3-031-22007-4)

0 commit comments

Comments
 (0)