@@ -81,11 +81,13 @@ The software in this ecosystem was developed as part of academic research.
81
81
If you would like to help support it, please star the repository, as such
82
82
metrics may help us secure funding in the future. If you use SciML
83
83
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.).
85
87
86
88
``` bibtex
87
89
@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 },
89
91
author={Rackauckas, Christopher and Nie, Qing},
90
92
journal={Journal of Open Research Software},
91
93
volume={5},
@@ -95,8 +97,6 @@ be grateful if you could cite our work.
95
97
}
96
98
```
97
99
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.).
100
100
Additionally, many of the solvers utilize novel algorithms, and if these algorithms
101
101
are used, we ask that you cite the methods. [ Please see our citation page for guidelines] ( http://sciml.ai/citing.html ) .
102
102
0 commit comments