Skip to content

Commit 3acfd49

Browse files
committed
add BK ref
1 parent 05bd8c8 commit 3acfd49

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/src/steady_state_functionality/examples/bifurcationkit_bifpoint_continuation.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,23 @@ oprob_osc = ODEProblem(repressilator, u_guess, 100.0, ps_osc)
105105
sol_nosc = OrdinaryDiffEqDefault.solve(oprob_nosc)
106106
sol_osc = OrdinaryDiffEqDefault.solve(oprob_osc)
107107
plot(plot(sol_nosc; title = "No oscillation"), plot(sol_osc; title = "Oscillation"); size = (1000, 400), lw = 4)
108+
```
109+
110+
111+
---
112+
## [Citation](@id bifurcation_kit_citation)
113+
If you use this functionality in your research, please cite the following paper to support the author of the BifurcationKit package:
114+
```
115+
@misc{veltz:hal-02902346,
116+
title = {{BifurcationKit.jl}},
117+
author = {Veltz, Romain},
118+
url = {https://hal.archives-ouvertes.fr/hal-02902346},
119+
institution = {{Inria Sophia-Antipolis}},
120+
year = {2020},
121+
month = Jul,
122+
keywords = {pseudo-arclength-continuation ; periodic-orbits ; floquet ; gpu ; bifurcation-diagram ; deflation ; newton-krylov},
123+
pdf = {https://hal.archives-ouvertes.fr/hal-02902346/file/354c9fb0d148262405609eed2cb7927818706f1f.tar.gz},
124+
hal_id = {hal-02902346},
125+
hal_version = {v1},
126+
}
108127
```

0 commit comments

Comments
 (0)