From f7e386ca8fcaf056f28897cfa3ba255e011acdae Mon Sep 17 00:00:00 2001 From: Seyong Date: Sun, 2 Jun 2024 12:17:43 -0400 Subject: [PATCH 1/2] added citation --- CITATION.cff | 34 ++++++++++++++++++++++++++++++++++ README.md | 18 +++++++++++++++++- 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..b10a87a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,34 @@ +cff-version: "1.2.0" +authors: +- family-names: Park + given-names: Seyong + orcid: "https://orcid.org/0009-0002-1152-9324" +- family-names: Nasipak + given-names: Zachary + orcid: "https://orcid.org/0000-0002-5109-9704" +doi: 10.5281/zenodo.11386563 +message: If you use this software, please cite our article in the + Journal of Open Source Software. +preferred-citation: + authors: + - family-names: Park + given-names: Seyong + orcid: "https://orcid.org/0009-0002-1152-9324" + - family-names: Nasipak + given-names: Zachary + orcid: "https://orcid.org/0000-0002-5109-9704" + date-published: 2024-06-01 + doi: 10.21105/joss.06587 + issn: 2475-9066 + issue: 98 + journal: Journal of Open Source Software + publisher: + name: Open Journals + start: 6587 + title: "KerrGeoPy: A Python Package for Computing Timelike Geodesics + in Kerr Spacetime" + type: article + url: "https://joss.theoj.org/papers/10.21105/joss.06587" + volume: 9 +title: "`KerrGeoPy`: A Python Package for Computing Timelike Geodesics + in Kerr Spacetime" \ No newline at end of file diff --git a/README.md b/README.md index 67225d3..ae37cdb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![Documentation Status](https://readthedocs.org/projects/kerrgeopy/badge/?version=latest)](https://kerrgeopy.readthedocs.io/en/latest/?badge=latest) [![GitHub License](https://img.shields.io/github/license/BlackHolePerturbationToolkit/KerrGeoPy)](https://github.com/BlackHolePerturbationToolkit/KerrGeoPy/blob/main/LICENSE) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8417442.svg)](https://doi.org/10.5281/zenodo.8417442) +[![DOI](https://joss.theoj.org/papers/10.21105/joss.06587/status.svg)](https://doi.org/10.21105/joss.06587) # KerrGeoPy @@ -295,7 +296,22 @@ plt.ylabel(r"$\phi(\lambda)$") ![png](https://raw.githubusercontent.com/BlackHolePerturbationToolkit/KerrGeoPy/main/README_files/Getting%20Started_20_1.png) - +## Citation +If you use this software, please cite our article in the Journal of Open Source Software. +``` +@article{kerrgeopy, +doi = {10.21105/joss.06587}, +url = {https://doi.org/10.21105/joss.06587}, +year = {2024}, +publisher = {The Open Journal}, +volume = {9}, +number = {98}, +pages = {6587}, +author = {Seyong Park and Zachary Nasipak}, +title = {KerrGeoPy: A Python Package for Computing Timelike Geodesics in Kerr Spacetime}, +journal = {Journal of Open Source Software} +} +``` ## Authors * Seyong Park From 41c3c377fe4ed1e4b7f2d0e8251bdc59f59d1f94 Mon Sep 17 00:00:00 2001 From: Seyong Date: Wed, 5 Jun 2024 11:30:03 -0400 Subject: [PATCH 2/2] added arxiv badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae37cdb..b202d1b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ [![GitHub License](https://img.shields.io/github/license/BlackHolePerturbationToolkit/KerrGeoPy)](https://github.com/BlackHolePerturbationToolkit/KerrGeoPy/blob/main/LICENSE) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8417442.svg)](https://doi.org/10.5281/zenodo.8417442) [![DOI](https://joss.theoj.org/papers/10.21105/joss.06587/status.svg)](https://doi.org/10.21105/joss.06587) +[![DOI](https://img.shields.io/badge/arXiv-2406.01413-B31B1B)](https://arxiv.org/abs/2406.01413) + # KerrGeoPy