Skip to content

Commit

Permalink
cff added
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Sep 27, 2024
1 parent 6162be9 commit 052ead0
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
cff-version: 1.2.0
title: Atomistic Parsers
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Alvin Noe
family-names: Ladines
orcid: 'https://orcid.org/0000-0003-0077-2097'
- given-names: Theodore
family-names: Chang
orcid: 'https://orcid.org/0000-0002-4911-0230'
- given-names: Nathan
family-names: Daelman
orcid: 'https://orcid.org/0000-0002-7647-1816'
- given-names: Adam
family-names: Fekete
orcid: ''
- given-names: Luca M.
family-names: Ghiringhelli
orcid: 'https://orcid.org/0000-0001-5099-3029'
- given-names: Lauri
family-names: Himanen
orcid: 'https://orcid.org/0000-0002-3130-8193'
- given-names: Ahmed
family-names: Ilyas
orcid: 'https://orcid.org/0009-0009-8636-5740'
- given-names: Bernadette
family-names: Mohr
orcid: 'https://orcid.org/0000-0003-0903-0073'
- given-names: José M.
family-names: Pizarro
orcid: 'https://orcid.org/0000-0002-6751-8192'
- given-names: Joseph F.
family-names: Rudzinski
orcid: 'https://orcid.org/0000-0003-3403-640X'
- given-names: Markus
family-names: Scheidgen
orcid: 'https://orcid.org/0000-0002-8038-2277'
doi:
repository-code: 'https://github.com/nomad-coe/atomistic-parsers'
abstract: >-
`atomistic-parsers` is a plugin for the NOMAD software (https://zenodo.org/doi/10.5281/zenodo.8366162)
providing parsers for a variety of simulation codes, primarily focused on those supporting classical
representations or methods.
license: Apache-2.0
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![DOI](https://zenodo.org/badge/461062665.svg)](https://zenodo.org/badge/latestdoi/461062665)

This is a collection of the NOMAD parsers for the following atomistic codes.

1. [Amber](http://ambermd.org/)
Expand Down Expand Up @@ -93,3 +95,5 @@ git clone https://github.com/nomad-coe/atomistic-parsers.git atomistic-parsers
pip install -e "atomistic-parsers[dev]"
```

## How to cite this work
Ladines, A.N., Chang, T., Daelman, N., Fekete, A., Ghiringhelli, L.M., Himanen, L., Ilyas, A., Mohr, B. Pizarro, Rudzinski, J.F., & Scheidgen, M Atomistic Parsers [Computer software]. https://zenodo.org/doi/xxx

0 comments on commit 052ead0

Please sign in to comment.