Skip to content

Commit ed09d67

Browse files
committed
update citation text
1 parent 46e964a commit ed09d67

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

docs/src/steady_state_functionality/bifurcation_diagrams.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -130,23 +130,10 @@ Finally, for additional clarity, we reiterate the purpose of the two `u` argumen
130130
- `u_guess`: A guess of the initial steady states (which BifurcationKit uses to find its starting point). Typically, most trivial guesses work (e.g. setting all species concentrations to `1.0`). `u_guess` *does not* have to fulfil the conserved concentrations provided in `u0`.
131131
- `u0`: Used to compute the concentrations of any conserved quantities (e.g. in our example $X + Xp = 1.0$). Technically, values are only required for species that are involved in conservation laws (in our case we do not need to provide a value for $K$). However, sometimes determining which species are actually involved in conservation laws can be difficult, and it might be easier to simply provide concentrations for all species.
132132

133+
133134
---
134-
## [Citation](@id bifurcation_diagrams_citation)
135-
If you use this functionality in your research, please cite the following paper to support the author of the BifurcationKit package:
136-
```
137-
@misc{veltz:hal-02902346,
138-
title = {{BifurcationKit.jl}},
139-
author = {Veltz, Romain},
140-
url = {https://hal.archives-ouvertes.fr/hal-02902346},
141-
institution = {{Inria Sophia-Antipolis}},
142-
year = {2020},
143-
month = Jul,
144-
keywords = {pseudo-arclength-continuation ; periodic-orbits ; floquet ; gpu ; bifurcation-diagram ; deflation ; newton-krylov},
145-
pdf = {https://hal.archives-ouvertes.fr/hal-02902346/file/354c9fb0d148262405609eed2cb7927818706f1f.tar.gz},
146-
hal_id = {hal-02902346},
147-
hal_version = {v1},
148-
}
149-
```
135+
## [Citation](@id bifurcationkit_periodic_orbits_citation)
136+
If you use BifurcationKit.jl for your work, we ask that you **cite** the following paper!! Open source development strongly depends on this. It is referenced on [HAL-Inria](https://hal.archives-ouvertes.fr/hal-02902346) with *bibtex* entry [CITATION.bib](https://github.com/bifurcationkit/BifurcationKit.jl/blob/master/CITATION.bib).
150137

151138
---
152139
## References

0 commit comments

Comments
 (0)