Skip to content

Commit 64d4290

Browse files
authored
Update JSO reference (#190)
1 parent 3f01a4c commit 64d4290

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

references.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ new ClipboardJS('.copy-ref');
88

99
# Publications, talks and other references
1010

11-
If you use JSO, we ask that you cite us. In addition to any specific reference that may suggested by the packages you are using, we also ask you to cite:
12-
13-
**JuliaSmoothOptimizers**. Dominique Orban and Abel Soares Siqueira. Zenodo. Apr, 2019. [10.5281/zenodo.2655082](https://doi.org/10.5281/zenodo.2655082)
11+
If you use JSO, we ask that you cite us. In addition to any specific reference that may suggested by the packages you are using, we also ask you to cite JSO using the format given in [Organization/CITATION.cff](https://github.com/JuliaSmoothOptimizers/Organization/blob/main/CITATION.cff).
1412

1513
```plaintext
16-
@Misc{jso-2019,
17-
author = {D. Orban and A. S. Siqueira},
18-
title = {{JuliaSmoothOptimizers}: Infrastructure and Solvers for Continuous Optimization in {J}ulia},
19-
doi = {10.5281/zenodo.2655082},
20-
URL = {https://jso.dev},
21-
year = {2019},
14+
@software{The_JuliaSmoothOptimizers_Ecosystem,
15+
author = {Migot, Tangi and Orban, Dominique and Soares Siqueira, Abel and contributors},
16+
license = {MPL-2.0},
17+
month = feb,
18+
title = {{The JuliaSmoothOptimizers Ecosystem for Numerical Linear Algebra and Optimization in Julia}},
19+
doi = {10.5281/zenodo.2655082},
20+
url = {https://jso.dev},
21+
year = {2024}
2222
}
2323
```
2424

0 commit comments

Comments
 (0)