Skip to content

Commit 7b559cf

Browse files
committed
try to fix DOI
1 parent 6379313 commit 7b559cf

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

paper/paper.bib

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ @article{shin2024accelerating
1818
volume={236},
1919
pages={110651},
2020
year={2024},
21-
publisher={Elsevier}
21+
publisher={Elsevier},
22+
doi={10.2139/ssrn.4601442}
2223
}
2324
2425
# Citation for R2, FOMO is an extension.
@@ -30,7 +31,8 @@ @article{aravkin2022proximal
3031
number={2},
3132
pages={900--929},
3233
year={2022},
33-
publisher={SIAM}
34+
publisher={SIAM},
35+
doi={10.1137/21m1409536}
3436
}
3537
3638
@software{Percival_jl,
@@ -40,7 +42,8 @@ @software{Percival_jl
4042
title = {{{Percival.jl: an augmented Lagrangian method}}},
4143
url = {https://github.com/JuliaSmoothOptimizers/Percival.jl},
4244
version = {0.7.0},
43-
year = {2023}
45+
year = {2023},
46+
doi = {10.5281/zenodo.3969045}
4447
}
4548
4649
@software{FletcherPenaltySolver_jl,
@@ -50,7 +53,8 @@ @software{FletcherPenaltySolver_jl
5053
title = {{{FletcherPenaltySolver.jl: Fletcher's penalty method for nonlinear optimization models}}},
5154
url = {https://github.com/JuliaSmoothOptimizers/FletcherPenaltySolver.jl},
5255
version = {0.2.4},
53-
year = {2023}
56+
year = {2023},
57+
doi = {10.5281/zenodo.7153564}
5458
}
5559
5660
@software{OptimizationProblems_jl,
@@ -60,7 +64,8 @@ @software{OptimizationProblems_jl
6064
title = {{OptimizationProblems.jl: A collection of optimization problems in Julia}},
6165
url = {https://github.com/JuliaSmoothOptimizers/OptimizationProblems.jl},
6266
version = {0.7.3},
63-
year = {2023}
67+
year = {2023},
68+
doi = {10.5281/zenodo.3672094}
6469
}
6570
6671
@software{The_JuliaSmoothOptimizers_Ecosystem,
@@ -80,7 +85,8 @@ @software{NLPModels_jl
8085
title = {{{NLPModels.jl: Data Structures for Optimization Models}}},
8186
url = {https://github.com/JuliaSmoothOptimizers/NLPModels.jl},
8287
version = {0.20.0},
83-
year = {2023}
88+
year = {2023},
89+
doi = {10.5281/zenodo.2558627}
8490
}
8591
8692
@article{jump,
@@ -207,7 +213,8 @@ @software{AdaptiveRegularization_jl
207213
license = {MIT},
208214
title = {{{AdaptiveRegularization.jl: A unified efficient implementation of trust-region type algorithms for unconstrained optimization}}},
209215
url = {https://github.com/JuliaSmoothOptimizers/AdaptiveRegularization.jl},
210-
year = {2024}
216+
year = {2024},
217+
doi = {10.5281/zenodo.10434673}
211218
}
212219
213220
@software{SolverBenchmark_jl,
@@ -217,7 +224,8 @@ @software{SolverBenchmark_jl
217224
title = {{{SolverBenchmark.jl: Benchmark Tools for Solvers}}},
218225
url = {https://github.com/JuliaSmoothOptimizers/SolverBenchmark.jl},
219226
version = {0.6.0},
220-
year = {2023}
227+
year = {2023},
228+
doi = {10.5281/zenodo.4154524}
221229
}
222230
223231
@article{dolan2002benchmarking,
@@ -254,7 +262,7 @@ @incollection{byrd2006k
254262
pages={35--59},
255263
year={2006},
256264
publisher={Springer},
257-
doi={10.1007/0-387-30065-1\_4}
265+
doi={10.1007/0-387-30065-1_4}
258266
}
259267
260268
@article{wachter2006implementation,

0 commit comments

Comments
 (0)