From 5c3313100dc170b8f7d776b0e2323acb53b2efbb Mon Sep 17 00:00:00 2001 From: Gil Robalo Rei Date: Sat, 21 Dec 2024 19:46:20 +0100 Subject: [PATCH] docs(README.md): change bibkey --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9cb2640b6..ec088aa4a 100644 --- a/README.md +++ b/README.md @@ -90,15 +90,14 @@ if __name__ == "__main__": Your contributions are welcome! Please follow our [contributing guidelines](https://github.com/queens-py/queens/blob/main/CONTRIBUTING.md) and [code of conduct](https://github.com/queens-py/queens/blob/main/CODE_OF_CONDUCT.md). ## :page_with_curl: How to cite -If you use QUEENS in your work, please cite the [QUEENS paper](https://arxiv.org/?) and relevant method papers. +If you use QUEENS in your work, please cite the relevant method papers and ```bib -@inproceedings{queens, - title={QUEENS: An Open-Source Python Framework for Solver- -Independent Analyses of Large-Scale Computational Models}, - author={Qommunity}, - pages={1--2}, - year={2025} +@misc{queens, + author = {QUEENS}, + title = {QUEENS: An Open-Source Python Framework for Solver-Independent Analyses of Large-Scale Computational Models}, + year = {2025}, + howpublished = {\url{https://www.queens-py.org}} } ```