Skip to content

Commit ff69293

Browse files
authored
Protect names on .bib (#3423)
1 parent c5935e6 commit ff69293

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CITATION.bib

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@article{Lubin2023,
2-
author = {Miles Lubin and Oscar Dowson and Joaquim Dias Garcia and Joey Huchette and Beno{\^i}t Legat and Juan Pablo Vielma},
3-
title = {JuMP 1.0: Recent improvements to a modeling language for mathematical optimization},
2+
author = {Miles Lubin and Oscar Dowson and Joaquim {Dias Garcia} and Joey Huchette and Beno{\^i}t Legat and Juan Pablo Vielma},
3+
title = {{JuMP} 1.0: {R}ecent improvements to a modeling language for mathematical optimization},
44
journal = {Mathematical Programming Computation},
55
year = {2023},
66
doi = {10.1007/s12532-023-00239-3}

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ following paper ([preprint](https://arxiv.org/abs/2206.03866)):
5454

5555
```bibtex
5656
@article{Lubin2023,
57-
author = {Miles Lubin and Oscar Dowson and Joaquim Dias Garcia and Joey Huchette and Beno{\^i}t Legat and Juan Pablo Vielma},
58-
title = {JuMP 1.0: Recent improvements to a modeling language for mathematical optimization},
57+
author = {Miles Lubin and Oscar Dowson and Joaquim {Dias Garcia} and Joey Huchette and Beno{\^i}t Legat and Juan Pablo Vielma},
58+
title = {{JuMP} 1.0: {R}ecent improvements to a modeling language for mathematical optimization},
5959
journal = {Mathematical Programming Computation},
6060
year = {2023},
6161
doi = {10.1007/s12532-023-00239-3}
@@ -68,7 +68,7 @@ For earlier works, see:
6868
```bibtex
6969
@article{DunningHuchetteLubin2017,
7070
author = {Iain Dunning and Joey Huchette and Miles Lubin},
71-
title = {JuMP: A Modeling Language for Mathematical Optimization},
71+
title = {{JuMP}: {A} {M}odeling {L}anguage for {M}athematical {O}ptimization},
7272
journal = {SIAM Review},
7373
volume = {59},
7474
number = {2},
@@ -82,7 +82,7 @@ For earlier works, see:
8282
```bibtex
8383
@article{LubinDunningIJOC,
8484
author = {Miles Lubin and Iain Dunning},
85-
title = {Computing in Operations Research Using Julia},
85+
title = {{C}omputing in {O}perations {R}esearch {U}sing {J}ulia},
8686
journal = {INFORMS Journal on Computing},
8787
volume = {27},
8888
number = {2},

docs/src/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ following paper ([preprint](https://arxiv.org/abs/2206.03866)):
8787

8888
```bibtex
8989
@article{Lubin2023,
90-
author = {Miles Lubin and Oscar Dowson and Joaquim Dias Garcia and Joey Huchette and Beno{\^i}t Legat and Juan Pablo Vielma},
91-
title = {JuMP 1.0: Recent improvements to a modeling language for mathematical optimization},
90+
author = {Miles Lubin and Oscar Dowson and Joaquim {Dias Garcia} and Joey Huchette and Beno{\^i}t Legat and Juan Pablo Vielma},
91+
title = {{JuMP} 1.0: {R}ecent improvements to a modeling language for mathematical optimization},
9292
journal = {Mathematical Programming Computation},
9393
year = {2023},
9494
doi = {10.1007/s12532-023-00239-3}

0 commit comments

Comments
 (0)