From 359b991377eb8987b02465da1a62aea0aaf94db2 Mon Sep 17 00:00:00 2001 From: Ivan Carvalho <8753214+IvanIsCoding@users.noreply.github.com> Date: Tue, 1 Nov 2022 15:08:27 -0700 Subject: [PATCH] Add New Paper Details (#721) * Update Citation * Use same title as paper * Update README * Minor detail Citation.bib * Keep arXiv badge and add Zenodo badge --- .zenodo.json | 7 +++++++ CITATION.bib | 27 +++++++++++---------------- README.md | 4 +++- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 2af867bc0..a467c9fbf 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -30,5 +30,12 @@ ], "communities": [ {"identifier": "qiskit"} + ], + "related_identifiers": [ + { + "scheme": "doi", + "identifier": "10.21105/joss.03968", + "relation": "isSupplementTo" + } ] } \ No newline at end of file diff --git a/CITATION.bib b/CITATION.bib index f005f9d55..3c890fdc0 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,17 +1,12 @@ -@misc{treinish2021rustworkx, - doi = {10.48550/ARXIV.2110.15221}, - - url = {https://arxiv.org/abs/2110.15221}, - - author = {Treinish, Matthew and Carvalho, Ivan and Tsilimigkounakis, Georgios and Sá, Nahum}, - - keywords = {Data Structures and Algorithms (cs.DS), FOS: Computer and information sciences, FOS: Computer and information sciences, E.1}, - - title = {rustworkx: A High-Performance Graph Library for Python}, - - publisher = {arXiv}, - - year = {2021}, - - copyright = {Creative Commons Attribution 4.0 International} +@article{Treinish2022, + doi = {10.21105/joss.03968}, + url = {https://doi.org/10.21105/joss.03968}, + year = {2022}, + publisher = {The Open Journal}, + volume = {7}, + number = {79}, + pages = {3968}, + author = {Matthew Treinish and Ivan Carvalho and Georgios Tsilimigkounakis and Nahum Sá}, + title = {rustworkx: A High-Performance Graph Library for Python}, + journal = {Journal of Open Source Software} } \ No newline at end of file diff --git a/README.md b/README.md index ae31524ca..5511a0fef 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ [![](https://img.shields.io/pypi/dm/rustworkx.svg?style=popout-square)](https://pypi.org/project/rustworkx/) [![Coverage Status](https://coveralls.io/repos/github/Qiskit/rustworkx/badge.svg?branch=main)](https://coveralls.io/github/Qiskit/rustworkx?branch=main) [![Minimum rustc 1.56.1](https://img.shields.io/badge/rustc-1.56.1+-blue.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html) +[![DOI](https://joss.theoj.org/papers/10.21105/joss.03968/status.svg)](https://doi.org/10.21105/joss.03968) [![arXiv](https://img.shields.io/badge/arXiv-2110.15221-b31b1b.svg)](https://arxiv.org/abs/2110.15221) +[![Zenodo](https://img.shields.io/badge/Zenodo-10.5281%2Fzenodo.5879859-blue)](https://doi.org/10.5281/zenodo.5879859) - You can see the full rendered docs at: @@ -171,7 +173,7 @@ you want to build rustworkx in debug mode you have to use rustworkx is the work of [many people](https://github.com/Qiskit/rustworkx/graphs/contributors) who contribute to the project at different levels. If you use rustworkx in your research, please cite our -[paper](https://arxiv.org/abs/2110.15221) as per the included [BibTeX file](CITATION.bib). +[paper](https://doi.org/10.21105/joss.03968) as per the included [BibTeX file](CITATION.bib). ## Community