Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: properly highlight BibTeX code #2311

Merged
merged 1 commit into from Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -125,7 +125,8 @@ Please report any issues via the Github **[issue tracker]**. All types of issues

If you find JuMP useful in your work, we kindly request that you cite the following paper ([pdf](https://mlubin.github.io/pdf/jump-sirev.pdf)):

@article{DunningHuchetteLubin2017,
```bibtex
@article{DunningHuchetteLubin2017,
author = {Iain Dunning and Joey Huchette and Miles Lubin},
title = {JuMP: A Modeling Language for Mathematical Optimization},
journal = {SIAM Review},
Expand All @@ -134,11 +135,13 @@ If you find JuMP useful in your work, we kindly request that you cite the follow
pages = {295-320},
year = {2017},
doi = {10.1137/15M1020575},
}
}
```

For an earlier work where we presented a prototype implementation of JuMP, see [here](http://dx.doi.org/10.1287/ijoc.2014.0623):

@article{LubinDunningIJOC,
```bibtex
@article{LubinDunningIJOC,
author = {Miles Lubin and Iain Dunning},
title = {Computing in Operations Research Using Julia},
journal = {INFORMS Journal on Computing},
Expand All @@ -147,7 +150,8 @@ For an earlier work where we presented a prototype implementation of JuMP, see [
pages = {238-248},
year = {2015},
doi = {10.1287/ijoc.2014.0623},
}
}
```

A preprint of this paper is [freely available](http://arxiv.org/abs/1312.1431).

Expand Down