Skip to content

Commit 71b3f87

Browse files
Merge pull request #420 from SciML/ap/citation
Add citation information
2 parents d434b8d + 4594ee3 commit 71b3f87

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,16 @@ u0 = (1.0, 2.0) # brackets
3535
prob = IntervalNonlinearProblem(f, u0)
3636
sol = solve(prob)
3737
```
38+
39+
## Citation
40+
41+
If you found this library to be useful in academic work, then please cite:
42+
43+
```bibtex
44+
@article{pal2024nonlinearsolve,
45+
title={NonlinearSolve. jl: High-Performance and Robust Solvers for Systems of Nonlinear Equations in Julia},
46+
author={Pal, Avik and Holtorf, Flemming and Larsson, Axel and Loman, Torkel and Schaefer, Frank and Qu, Qingyu and Edelman, Alan and Rackauckas, Chris and others},
47+
journal={arXiv preprint arXiv:2403.16341},
48+
year={2024}
49+
}
50+
```

0 commit comments

Comments
 (0)