Skip to content

Commit

Permalink
Add New Paper Details (#721)
Browse files Browse the repository at this point in the history
* Update Citation

* Use same title as paper

* Update README

* Minor detail Citation.bib

* Keep arXiv badge and add Zenodo badge
  • Loading branch information
IvanIsCoding authored Nov 1, 2022
1 parent 70b7977 commit 359b991
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
7 changes: 7 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,12 @@
],
"communities": [
{"identifier": "qiskit"}
],
"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.21105/joss.03968",
"relation": "isSupplementTo"
}
]
}
27 changes: 11 additions & 16 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -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}
}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<https://qiskit.org/documentation/rustworkx/dev>
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 359b991

Please sign in to comment.