Skip to content

Commit 30e4997

Browse files
authored
Merge pull request #139 from andthum/chore/citation-file
Create Citation File
2 parents 75207da + 6c9b1eb commit 30e4997

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

CITATION.cff

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Citation File Format (cff).
2+
# See https://citation-file-format.github.io/
3+
4+
cff-version: "1.2.0"
5+
message: "If you use this software, please cite it using these metadata."
6+
7+
# Keep project metadata in sync with pyproject.toml and AUTHORS.rst!
8+
type: "software"
9+
title: "hpcss"
10+
abstract: >-
11+
Slurm job scripts to run and analyze molecular dynamics simulations on
12+
high performance computers.
13+
authors:
14+
- given-names: "Andreas"
15+
family-names: "Thum"
16+
alias: "andthum"
17+
email: "coding.andthum@e.mail.de"
18+
tel: "+49 251 83-29179"
19+
fax: "+49 251 83-29159"
20+
affiliation: "University of Münster, Institute for Physical Chemistry"
21+
address: "Corrensstraße 28/30"
22+
city: "Münster"
23+
post-code: 48149
24+
country: "DE"
25+
region: "North Rhine-Westphalia"
26+
orcid: "https://orcid.org/0000-0002-2262-8507"
27+
contact:
28+
- given-names: "Andreas"
29+
family-names: "Thum"
30+
email: "coding.andthum@e.mail.de"
31+
# identifiers:
32+
# - description: "The concept DOI of the software."
33+
# type: "doi"
34+
# value: "10.5281/zenodo.7615177"
35+
url: "https://github.com/andthum/hpc_submit_scripts"
36+
repository-code: "https://github.com/andthum/hpc_submit_scripts"
37+
license: "MIT"
38+
license-url: "https://mit-license.org/"
39+
keywords:
40+
- "Scripts Collection"
41+
- "Python Scripts"
42+
- "Batch Scripts"
43+
- "Slurm"
44+
- "Slurm Workload Manager"
45+
- "Slurm Job Scripts"
46+
- "High Performance Computing"
47+
- "HPC Cluster"
48+
- "Science"
49+
- "Scientific Computing"
50+
- "Computational Science"
51+
- "Molecular Simulation"
52+
- "Molecular Modeling"
53+
- "Molecular Mechanics"
54+
- "Molecular Dynamics"
55+
- "Molecular Dynamics Simulation"
56+
- "Trajectory Analysis"
57+
- "Gromacs"

0 commit comments

Comments
 (0)