Skip to content

Commit a7d858e

Browse files
authored
Update README.md
1 parent cb269a7 commit a7d858e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,24 @@ pkg> add OptimalControlProblems
5454
> [!TIP]
5555
> If you are new to Julia, please follow this [guidelines](https://github.com/orgs/control-toolbox/discussions/64).
5656
57+
## Citing us
58+
59+
If you use OptimalControlProblems.jl in your work, please cite us:
60+
61+
> Caillau, J.-B., Cots, O., Gergaud, J., & Martinon, P. *OptimalControlProblems.jl: a collection of optimal control problems with ODE's in Julia*. [doi.org/10.5281/zenodo.17013180](https://doi.org/10.5281/zenodo.17013180)
62+
63+
or in bibtex format:
64+
65+
```bibtex
66+
@software{Caillau_OptimalControlProblems_jl,
67+
author = {Caillau, Jean-Baptiste and Cots, Olivier and Gergaud, Joseph and Martinon, Pierre},
68+
doi = {10.5281/zenodo.17013180},
69+
license = {["MIT"]},
70+
title = {{OptimalControlProblems.jl: a collection of optimal control problems with ODE's in Julia}},
71+
url = {https://control-toolbox.org/OptimalControlProblems.jl}
72+
}
73+
```
74+
5775
## Contributing
5876

5977
[issue-url]: https://github.com/control-toolbox/OptimalControlProblems.jl/issues

0 commit comments

Comments
 (0)