Skip to content

Commit 028e434

Browse files
Merge pull request #650 from DanielVandH/patch-1
Restructuring citation section of docs
2 parents 0375cfb + 92d6744 commit 028e434

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/src/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@ The software in this ecosystem was developed as part of academic research.
8181
If you would like to help support it, please star the repository, as such
8282
metrics may help us secure funding in the future. If you use SciML
8383
software as part of your research, teaching, or other activities, we would
84-
be grateful if you could cite our work.
84+
be grateful if you could cite our work as necessary for any use of DifferentialEquations.jl
85+
or the packages that are maintained as part of its suite (OrdinaryDiffEq.jl, Sundials.jl,
86+
DiffEqDevTools.jl, etc.).
8587

8688
```bibtex
8789
@article{rackauckas2017differentialequations,
88-
title={Differentialequations.jl--a performant and feature-rich ecosystem for solving differential equations in julia},
90+
title={Differential{E}quations.jl--a performant and feature-rich ecosystem for solving differential equations in {J}ulia},
8991
author={Rackauckas, Christopher and Nie, Qing},
9092
journal={Journal of Open Research Software},
9193
volume={5},
@@ -95,8 +97,6 @@ be grateful if you could cite our work.
9597
}
9698
```
9799

98-
is necessary for any use of DifferentialEquations.jl or the packages that are
99-
maintained as part of its suite (OrdinaryDiffEq.jl, Sundials.jl, DiffEqDevTools.jl, etc.).
100100
Additionally, many of the solvers utilize novel algorithms, and if these algorithms
101101
are used, we ask that you cite the methods. [Please see our citation page for guidelines](http://sciml.ai/citing.html).
102102

0 commit comments

Comments
 (0)