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 Zenodo DOI to README #22

Merged
merged 2 commits into from
Nov 18, 2023
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
8 changes: 4 additions & 4 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/
Expand Down