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

added doi #259

Merged
merged 1 commit into from
Oct 2, 2024
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
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ authors:
- given-names: Markus
family-names: Scheidgen
orcid: 'https://orcid.org/0000-0002-8038-2277'
doi:
doi: 10.5281/zenodo.13880705
repository-code: 'https://github.com/nomad-coe/electronic-parsers'
abstract: >-
`electronic-parsers` is a plugin for the NOMAD software (https://zenodo.org/doi/10.5281/zenodo.8366162)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![DOI](https://zenodo.org/badge/461046670.svg)](https://zenodo.org/badge/latestdoi/461046670)
[![DOI](https://zenodo.org/badge/461046670.svg)](https://doi.org/10.5281/zenodo.13880705)

This is a collection of the NOMAD parsers for the following electronic codes:

Expand Down Expand Up @@ -123,4 +123,4 @@ pip install -e "electronic-parsers[dev]"
Running the parser now, will use the parser's Python code from the clone project.

## How to cite this work
Ladines, A.N., Chang, T., Daelman, N., Fekete, A., Ghiringhelli, L.M., Himanen, L., Ilyas, A., Nakhaee, Ondračka, P., M. Pizarro, Rudzinski, J.F., & Scheidgen, M Atomistic Parsers [Computer software]. https://zenodo.org/doi/xxx
Ladines, A.N., Chang, T., Daelman, N., Fekete, A., Ghiringhelli, L.M., Himanen, L., Ilyas, A., Nakhaee, Ondračka, P., M. Pizarro, Rudzinski, J.F., & Scheidgen, M Atomistic Parsers [Computer software]. https://doi.org/10.5281/zenodo.13880705
Loading