Skip to content

Commit

Permalink
docs: update citation references (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan authored Dec 20, 2023
1 parent 6d1191a commit 3b1efe9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,11 +469,15 @@ See [CHANGELOG.md](CHANGELOG.md).
If you find TorchOpt useful, please cite it in your publications.

```bibtex
@article{torchopt,
@article{JMLR:TorchOpt,
author = {Jie Ren* and Xidong Feng* and Bo Liu* and Xuehai Pan* and Yao Fu and Luo Mai and Yaodong Yang},
title = {TorchOpt: An Efficient Library for Differentiable Optimization},
author = {Ren, Jie and Feng, Xidong and Liu, Bo and Pan, Xuehai and Fu, Yao and Mai, Luo and Yang, Yaodong},
journal = {arXiv preprint arXiv:2211.06934},
year = {2022}
journal = {Journal of Machine Learning Research},
year = {2023},
volume = {24},
number = {367},
pages = {1--14},
url = {http://jmlr.org/papers/v24/23-0191.html}
}
```

Expand Down
14 changes: 9 additions & 5 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,15 @@ If you find TorchOpt useful, please cite it in your publications.

.. code-block:: bibtex
@article{torchopt,
title = {TorchOpt: An Efficient Library for Differentiable Optimization},
author = {Ren, Jie and Feng, Xidong and Liu, Bo and Pan, Xuehai and Fu, Yao and Mai, Luo and Yang, Yaodong},
journal = {arXiv preprint arXiv:2211.06934},
year = {2022}
@article{JMLR:TorchOpt,
author = {Jie Ren* and Xidong Feng* and Bo Liu* and Xuehai Pan* and Yao Fu and Luo Mai and Yaodong Yang},
title = {TorchOpt: An Efficient Library for Differentiable Optimization},
journal = {Journal of Machine Learning Research},
year = {2023},
volume = {24},
number = {367},
pages = {1--14},
url = {http://jmlr.org/papers/v24/23-0191.html}
}
Expand Down

0 comments on commit 3b1efe9

Please sign in to comment.