diff --git a/CITATION.cff b/CITATION.cff index b738a26c..ac9aea42 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -20,6 +20,10 @@ authors: family-names: Pan email: xuehaipan@pku.edu.cn affiliation: Peking University + - given-names: Yao + family-names: Fu + email: f.yu@ed.ac.uk + affiliation: University of Edinburgh - given-names: Luo family-names: Mai email: luo.mai@ed.ac.uk diff --git a/README.md b/README.md index cf4ecbae..0d824485 100644 --- a/README.md +++ b/README.md @@ -410,20 +410,18 @@ See [CHANGELOG.md](CHANGELOG.md). ## The Team -TorchOpt is a work by Jie Ren, [Xidong Feng](https://github.com/waterhorse1), [Bo Liu](https://github.com/Benjamin-eecs), [Xuehai Pan](https://github.com/XuehaiPan), [Luo Mai](https://luomai.github.io) and [Yaodong Yang](https://www.yangyaodong.com). +TorchOpt is a work by [Jie Ren](https://github.com/JieRen98), [Xidong Feng](https://github.com/waterhorse1), [Bo Liu](https://github.com/Benjamin-eecs), [Xuehai Pan](https://github.com/XuehaiPan), [Luo Mai](https://luomai.github.io) and [Yaodong Yang](https://www.yangyaodong.com). ## Citing TorchOpt If you find TorchOpt useful, please cite it in your publications. ```bibtex -@software{TorchOpt, - author = {Jie Ren and Xidong Feng and Bo Liu and Xuehai Pan and Luo Mai and Yaodong Yang}, - title = {TorchOpt}, - year = {2022}, - publisher = {GitHub}, - journal = {GitHub repository}, - howpublished = {\url{https://github.com/metaopt/torchopt}} +@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} } ``` diff --git a/docs/source/index.rst b/docs/source/index.rst index 4b278575..a4c20e22 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -105,13 +105,11 @@ If you find TorchOpt useful, please cite it in your publications. .. code-block:: bibtex - @software{TorchOpt, - author = {Jie Ren and Xidong Feng and Bo Liu and Xuehai Pan and Luo Mai and Yaodong Yang}, - title = {TorchOpt}, - year = {2022}, - publisher = {GitHub}, - journal = {GitHub repository}, - howpublished = {\url{https://github.com/metaopt/torchopt}} + @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} }