Skip to content

Commit 7b9683b

Browse files
committed
Changed files:
_data/references.json _data/bibtex/articles2019.bib _data/bibtex/articles2020.bib tutorials/index.md
1 parent a96ed21 commit 7b9683b

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

_data/bibtex/articles2019.bib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ @article{buttari-orban-ruiz-titley-peloquin-2019
2121
number = {5},
2222
pages = {S409--S432},
2323
grant = {NSERC 299010-04},
24-
24+
preprint = {https://www.gerad.ca/en/papers/G-2018-42.pdf},
2525
gerad = {G-2018-42},
2626
doi = {10.1137/18M1194900}
2727
}
@@ -35,7 +35,7 @@ @article{dahito-orban-2019
3535
year = {2019},
3636
pages = {1988--2025},
3737
grant = {NSERC 299010-04},
38-
38+
preprint = {https://epubs.siam.org/doi/10.1137/18M1204255},
3939
gerad = {G-2018-50},
4040
doi = {10.1137/18M1204255}
4141
}
@@ -49,7 +49,7 @@ @article{estrin-orban-saunders-2019b
4949
number = {1},
5050
pages = {254--275},
5151
grant = {NSERC 299010-04},
52-
52+
preprint = {https://web.stanford.edu/group/SOL/software/lslq/lslq.pdf},
5353
gerad = {G-2017-05},
5454
doi = {10.1137/17M1113552}
5555
}

_data/bibtex/articles2020.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ @article{orban-siqueira-2020
2020
volume = {76},
2121
number = {},
2222
pages = {961--989},
23-
23+
preprint = {https://link.springer.com/article/10.1007/s10589-020-00201-2},
2424
doi = {10.1007/s10589-020-00201-2}
2525
}
2626

_data/references.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"author": "Abel S. Siqueira",
55
"date": "2017-12-01",
66
"where": "Seminários de Análise Convexa e Otimização. UFSC, Florianópolis/SC, Brasil",
7-
7+
"link": "https://www.youtube.com/watch?v=VhAxV9I1xHs",
88
"type": "talk"
99
},
1010
{
1111
"title": "A Workflow for Designing Optimization Methods in the Julia Language",
1212
"author": "Abel S. Siqueira and Dominique Orban",
1313
"date": "2016-05-04",
1414
"where": "2016 Optimization Days. Montréal, Canada",
15-
15+
"link": "https://abelsiqueira.com/blog/jopt-2016.pdf",
1616
"type": "talk"
1717
},
1818
{
@@ -35,7 +35,7 @@
3535
"author": "Abel S. Siqueira and Dominique Orban",
3636
"where": "Second Annual JuMP-dev Workshop. Bordeaux, France",
3737
"date": "2018-06-28",
38-
38+
"link": "https://www.juliaopt.org/meetings/bordeaux2018/siqueira.pdf",
3939
"type": "talk"
4040
},
4141
{
@@ -50,7 +50,7 @@
5050
"author": "Abel S. Siqueira and Dominique Orban",
5151
"where": "XII Brazilian Workshop on Continuous Optimization. Iguaçu Falls, Brazil.",
5252
"date": "2018-07-23",
53-
53+
"link": "https://abelsiqueira.com/blog/2018-07-23-xiibrazopt.pdf",
5454
"type": "talk"
5555
},
5656
{
@@ -66,15 +66,13 @@
6666
"author": "Abel S. Siqueira",
6767
"date": "2019-02-07",
6868
"where": "Tutorial: Modeling and optimization tools in Julia: An introduction to JuMP and JSO. GERAD. Montreal/QC, Canada",
69-
7069
"type": "talk"
7170
},
7271
{
7372
"title": "JuliaSmoothOptimizers",
7473
"author": "Abel S. Siqueira",
7574
"date": "2019-05-31",
7675
"where": "Talk at PPGM - UFPR. Curitiba/PR, Brazil.",
77-
7876
"type": "talk"
7977
},
8078
{
@@ -230,7 +228,7 @@
230228
"author": "Alexis Montoison",
231229
"where": "LANS Seminar, Chicago, USA",
232230
"date": "2023-12-13",
233-
231+
"link": "https://www.anl.gov/event/krylovjl-empowering-performance-and-portability-in-highperformance-computing",
234232
"type": "talk"
235233
}
236234
]

tutorials/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ end
7878
This is another list of tutorials, from outside sources.
7979

8080
- [Abel Siqueira's YouTube playlist on JSO Tutorials](https://www.youtube.com/playlist?list=PLOOY0eChA1uxmm8G2caFpdX7X9NjgpDUY), Abel Soares Siqueira, 08 April 2020
81-
- NLPModels.jl and CUTEst.jl: Constrained Optimization, Abel Soares Siqueira, 17 February 2017
82-
- NLPModels.jl, CUTEst.jl and other Nonlinear Optimization Packages on Julia, Abel Soares Siqueira, 07 February 2017
81+
- [NLPModels.jl and CUTEst.jl: Constrained Optimization](https://abelsiqueira.com/blog/2017-02-17-nlpmodelsjl-and-cutestjl-constrained-optimization/), Abel Soares Siqueira, 17 February 2017
82+
- [NLPModels.jl, CUTEst.jl and other Nonlinear Optimization Packages on Julia](https://abelsiqueira.com/blog/2017-02-07-nlpmodelsjl-cutestjl-and-other-nonlinear-optimization-packages-on-julia/), Abel Soares Siqueira, 07 February 2017

0 commit comments

Comments
 (0)