Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New Paper Details #721

Merged
merged 5 commits into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
IvanIsCoding marked this conversation as resolved.
Show resolved Hide resolved
[![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