From 71ec58350df41d800864812d2a4d7da945a62589 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:30:56 +0100 Subject: [PATCH 1/2] [CITATION.cff]: Add Zenodo DOI --- CITATION.cff | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index d66958d..cc2f611 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -26,10 +26,10 @@ contact: - given-names: "Andreas" family-names: "Thum" email: "coding.andthum@e.mail.de" -# identifiers: -# - description: "The concept DOI of the software." -# type: "doi" -# value: "10.5281/zenodo.10154409" +identifiers: + - description: "The concept DOI of the software." + type: "doi" + value: "10.5281/zenodo.10155117" url: "https://github.com/andthum/transfer_Li" repository-code: "https://github.com/andthum/transfer_Li" license: "MIT" From 2f0eb9ce60566133988c9b9ff7f7a8596cbbce57 Mon Sep 17 00:00:00 2001 From: andthum <56444687+andthum@users.noreply.github.com> Date: Sat, 18 Nov 2023 17:31:15 +0100 Subject: [PATCH 2/2] [README.rst]: Add Zenodo DOI --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index fe88f06..b06bb97 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,8 @@ Transfer Lithium Ions ##################### |pre-commit| |pre-commit.ci_status| |Test_Status| |CodeQL_Status| -|License_MIT| |Made_with_Bash| |Made_with_Python| |Code_style_black| +|License_MIT| |DOI| |Made_with_Bash| |Made_with_Python| +|Code_style_black| This is just a small helper package that contains scripts to @@ -106,6 +107,9 @@ Scripts to run: .. |License_MIT| image:: https://img.shields.io/badge/License-MIT-blue.svg :alt: MIT License :target: https://mit-license.org/ +.. |DOI| image:: https://zenodo.org/badge/644451432.svg + :alt: DOI + :target: https://zenodo.org/doi/10.5281/zenodo.10155117 .. |Made_with_Bash| image:: https://img.shields.io/badge/Made%20with-Bash-1f425f.svg :alt: Made with Bash :target: https://www.gnu.org/software/bash/