From 145bc967ffcad77ec1be2cd80000ef05d0ae6a94 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 18 Nov 2023 20:50:14 +0100 Subject: [PATCH 1/7] add badges for paper and arXiv --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b294d577a..69eee8734 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ CRPropa3 [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/CRPropa/CRPropa3.svg)](https://isitmaintained.com/project/CRPropa/CRPropa3) [![Percentage of issues still open](https://isitmaintained.com/badge/open/CRPropa/CRPropa3.svg)](https://isitmaintained.com/project/CRPropa/CRPropa3) +[![DOI:10.1088/1475-7516/2022/09/035](http://img.shields.io/badge/DOI-10.1088/1475-7516/2022/09/035.svg)]() +[![arXiv](https://img.shields.io/badge/arXiv-2208.00107-b31b1b.svg)](https://arxiv.org/abs/2208.00107) + CRPropa is a publicly available simulation framework to study the propagation of ultra-high-energy nuclei up to iron on their voyage through an (extra)galactic environment. It takes into account: pion production, @@ -72,4 +75,4 @@ Make sure to correctly cite the plugins when using them. | FieldlineIntegrator | Magnetic Field Analysis | | | grplinst | Plasma Instabilities | | | monopole | Magnetic Monopole Studies | https://github.com/chchristie/monopole/tree/main | -| ROOTOutputPlugin | Output into root file format | https://github.com/CRPropa/ROOTOutputPlugin | \ No newline at end of file +| ROOTOutputPlugin | Output into root file format | https://github.com/CRPropa/ROOTOutputPlugin | From 96fc719af04180a71f0921794ded45a160caacbe Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 18 Nov 2023 20:52:05 +0100 Subject: [PATCH 2/7] add ASCL badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 69eee8734..fb0811913 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ CRPropa3 [![DOI:10.1088/1475-7516/2022/09/035](http://img.shields.io/badge/DOI-10.1088/1475-7516/2022/09/035.svg)]() [![arXiv](https://img.shields.io/badge/arXiv-2208.00107-b31b1b.svg)](https://arxiv.org/abs/2208.00107) +[![ascl:2208.016](https://img.shields.io/badge/ascl-2208.016-blue.svg?colorB=262255)](https://ascl.net/2208.016) CRPropa is a publicly available simulation framework to study the propagation of ultra-high-energy nuclei up to iron on their voyage through an From 458b8ae7e40e1d086411e92270c03f0d9f5adfb2 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 18 Nov 2023 20:57:05 +0100 Subject: [PATCH 3/7] add citation file --- CITATION.cff | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..4b08f39f7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +@ARTICLE{2022JCAP...09..035A, + author = {{Alves Batista}, Rafael and {Becker Tjus}, Julia and {D{\"o}rner}, Julien and {Dundovic}, Andrej and {Eichmann}, Bj{\"o}rn and {Frie}, Antonius and {Heiter}, Christopher and {Hoerbe}, Mario R. and {Kampert}, Karl-Heinz and {Merten}, Lukas and {M{\"u}ller}, Gero and {Reichherzer}, Patrick and {Saveliev}, Andrey and {Schlegel}, Leander and {Sigl}, G{\"u}nter and {van Vliet}, Arjen and {Winchen}, Tobias}, + title = "{CRPropa 3.2 - an advanced framework for high-energy particle propagation in extragalactic and galactic spaces}", + journal = {Journal of Cosmology and Astroparticle Physics}, + year = 2022, + volume = {2022}, + number = {9}, + eid = {035}, + pages = {035}, + doi = {10.1088/1475-7516/2022/09/035}, + archivePrefix = {arXiv}, + eprint = {2208.00107}, + primaryClass = {astro-ph.HE} +} + From 3f67b3efd994e7b68d4bf48c18b8da46604ca42c Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 18 Nov 2023 20:59:09 +0100 Subject: [PATCH 4/7] update citation file --- CITATION.cff | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4b08f39f7..34fc33d43 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,15 +1,12 @@ -@ARTICLE{2022JCAP...09..035A, +@ARTICLE{crpropa3.2, author = {{Alves Batista}, Rafael and {Becker Tjus}, Julia and {D{\"o}rner}, Julien and {Dundovic}, Andrej and {Eichmann}, Bj{\"o}rn and {Frie}, Antonius and {Heiter}, Christopher and {Hoerbe}, Mario R. and {Kampert}, Karl-Heinz and {Merten}, Lukas and {M{\"u}ller}, Gero and {Reichherzer}, Patrick and {Saveliev}, Andrey and {Schlegel}, Leander and {Sigl}, G{\"u}nter and {van Vliet}, Arjen and {Winchen}, Tobias}, title = "{CRPropa 3.2 - an advanced framework for high-energy particle propagation in extragalactic and galactic spaces}", journal = {Journal of Cosmology and Astroparticle Physics}, year = 2022, - volume = {2022}, - number = {9}, + volume = {9}, eid = {035}, pages = {035}, doi = {10.1088/1475-7516/2022/09/035}, - archivePrefix = {arXiv}, - eprint = {2208.00107}, - primaryClass = {astro-ph.HE} + eprint = {2208.00107} } From 9babb16b8937d17e030777fcd031b35753bba622 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 18 Nov 2023 20:59:58 +0100 Subject: [PATCH 5/7] remove cff citation file --- CITATION.cff | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff deleted file mode 100644 index 34fc33d43..000000000 --- a/CITATION.cff +++ /dev/null @@ -1,12 +0,0 @@ -@ARTICLE{crpropa3.2, - author = {{Alves Batista}, Rafael and {Becker Tjus}, Julia and {D{\"o}rner}, Julien and {Dundovic}, Andrej and {Eichmann}, Bj{\"o}rn and {Frie}, Antonius and {Heiter}, Christopher and {Hoerbe}, Mario R. and {Kampert}, Karl-Heinz and {Merten}, Lukas and {M{\"u}ller}, Gero and {Reichherzer}, Patrick and {Saveliev}, Andrey and {Schlegel}, Leander and {Sigl}, G{\"u}nter and {van Vliet}, Arjen and {Winchen}, Tobias}, - title = "{CRPropa 3.2 - an advanced framework for high-energy particle propagation in extragalactic and galactic spaces}", - journal = {Journal of Cosmology and Astroparticle Physics}, - year = 2022, - volume = {9}, - eid = {035}, - pages = {035}, - doi = {10.1088/1475-7516/2022/09/035}, - eprint = {2208.00107} -} - From 89dc2d1763c10a264c56f82398c7d50ceea082e0 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 18 Nov 2023 21:00:20 +0100 Subject: [PATCH 6/7] add .bib citation --- CITATION.bib | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CITATION.bib diff --git a/CITATION.bib b/CITATION.bib new file mode 100644 index 000000000..34fc33d43 --- /dev/null +++ b/CITATION.bib @@ -0,0 +1,12 @@ +@ARTICLE{crpropa3.2, + author = {{Alves Batista}, Rafael and {Becker Tjus}, Julia and {D{\"o}rner}, Julien and {Dundovic}, Andrej and {Eichmann}, Bj{\"o}rn and {Frie}, Antonius and {Heiter}, Christopher and {Hoerbe}, Mario R. and {Kampert}, Karl-Heinz and {Merten}, Lukas and {M{\"u}ller}, Gero and {Reichherzer}, Patrick and {Saveliev}, Andrey and {Schlegel}, Leander and {Sigl}, G{\"u}nter and {van Vliet}, Arjen and {Winchen}, Tobias}, + title = "{CRPropa 3.2 - an advanced framework for high-energy particle propagation in extragalactic and galactic spaces}", + journal = {Journal of Cosmology and Astroparticle Physics}, + year = 2022, + volume = {9}, + eid = {035}, + pages = {035}, + doi = {10.1088/1475-7516/2022/09/035}, + eprint = {2208.00107} +} + From 73c6659953bff14817caf0f89710977b8e47b5f7 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sat, 18 Nov 2023 21:08:19 +0100 Subject: [PATCH 7/7] add information latest release --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0811913..b89e9cf81 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -CRPropa3 +CRPropa ======== +![stable release](https://img.shields.io/badge/stable\_release-3.2.0-darkblue) [![Build status](https://github.com/crpropa/crpropa3/actions/workflows/testing.yml/badge.svg)](https://github.com/crpropa/crpropa3/actions/) [![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/CRPropa/CRPropa3.svg)](https://isitmaintained.com/project/CRPropa/CRPropa3) [![Percentage of issues still open](https://isitmaintained.com/badge/open/CRPropa/CRPropa3.svg)](https://isitmaintained.com/project/CRPropa/CRPropa3)