Skip to content

Commit fbcb801

Browse files
committed
Merge branch 'add_citationcff' into 'python3.13'
Add CITATION.CFF and future-proof zenodo and citation references See merge request mass-spectrometry/corems!221
2 parents b431a9d + 45d5d1a commit fbcb801

3 files changed

Lines changed: 66 additions & 37 deletions

File tree

.zenodo.json

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
11
{
2-
"description": "CoreMS is a comprehensive mass spectrometry framework for software development and data analysis of small molecules",
3-
"license": "other-open",
4-
"title": "EMSL-Computing/CoreMS: CoreMS 1.0.0",
5-
"version": "v1.0.0",
6-
"upload_type": "software",
7-
"publication_date": "2021-03-27",
2+
"upload_type": "software",
3+
"license": "BSD-3-Clause",
4+
"description": "CoreMS is a comprehensive mass spectrometry framework for software development and data analysis of small molecules.",
5+
"keywords": [
6+
"mass spectrometry",
7+
"FT-ICR",
8+
"Orbitrap",
9+
"small molecules",
10+
"metabolomics",
11+
"natural organic matter",
12+
"petroleomics"
13+
],
814
"creators": [
9-
{
10-
"name": "Yuri E. Corilo"
11-
},
12-
{
13-
"name": "William R. Kew"
14-
},
15-
{
16-
"name": "Lee Ann McCue"
17-
}
18-
],
19-
"access_right": "open",
20-
"related_identifiers": [
21-
{
22-
"scheme": "url",
23-
"identifier": "https://github.com/EMSL-Computing/CoreMS/tree/v1.0.1",
24-
"relation": "isSupplementTo"
25-
},
26-
{
27-
"scheme": "doi",
28-
"identifier": "10.5281/zenodo.4641552",
29-
"relation": "isVersionOf"
30-
}
15+
{"name": "Corilo, Yuri E.", "affiliation": "Pacific Northwest National Laboratory", "orcid": "0000-0002-1368-8217"},
16+
{"name": "Kew, William R.", "affiliation": "Pacific Northwest National Laboratory", "orcid": "0000-0002-4281-4630"},
17+
{"name": "McCue, Lee Ann", "affiliation": "Pacific Northwest National Laboratory", "orcid": "0000-0003-4456-517X"},
18+
{"name": "Heal, Katherine R.", "affiliation": "Pacific Northwest National Laboratory", "orcid": "0000-0002-4504-1039"},
19+
{"name": "Carr, James C.", "affiliation": "Pacific Northwest National Laboratory", "orcid": "0000-0003-1380-8095"}
20+
],
21+
"communities": [
22+
{"identifier": "emsl"}
3123
]
32-
}
24+
}

CITATION.cff

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
cff-version: 1.2.0
2+
message: "If you use CoreMS in your work, please cite it as below."
3+
title: "CoreMS"
4+
abstract: "CoreMS is a comprehensive mass spectrometry framework for software development and data analysis of small molecules."
5+
type: software
6+
url: "https://github.com/EMSL-Computing/CoreMS"
7+
repository-code: "https://github.com/EMSL-Computing/CoreMS"
8+
license: BSD-3-Clause
9+
authors:
10+
- family-names: Corilo
11+
given-names: Yuri E.
12+
affiliation: Pacific Northwest National Laboratory
13+
orcid: "https://orcid.org/0000-0002-1368-8217"
14+
- family-names: Kew
15+
given-names: William R.
16+
affiliation: Pacific Northwest National Laboratory
17+
orcid: "https://orcid.org/0000-0002-4281-4630"
18+
- family-names: McCue
19+
given-names: Lee Ann
20+
affiliation: Pacific Northwest National Laboratory
21+
orcid: "https://orcid.org/0000-0003-4456-517X"
22+
- family-names: Heal
23+
given-names: Katherine R.
24+
affiliation: Pacific Northwest National Laboratory
25+
orcid: "https://orcid.org/0000-0002-4504-1039"
26+
- family-names: Carr
27+
given-names: James C.
28+
affiliation: Pacific Northwest National Laboratory
29+
orcid: "https://orcid.org/0000-0003-1380-8095"
30+
keywords:
31+
- mass spectrometry
32+
- FT-ICR
33+
- Orbitrap
34+
- small molecules
35+
- metabolomics
36+
- natural organic matter
37+
- petroleomics
38+
identifiers:
39+
- description: "Concept DOI — always resolves to the latest release on Zenodo."
40+
type: doi
41+
value: 10.5281/zenodo.4641552

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<br>
66
<br>
7-
<a href="https://doi.org/10.5281/zenodo.14009575"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.14009575.svg" alt="DOI"></a>
7+
<a href="https://doi.org/10.5281/zenodo.4641552"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.4641552.svg" alt="DOI"></a>
88
<a href="https://github.com/EMSL-Computing/CoreMS/actions/workflows/ci.yml"><img src="https://github.com/EMSL-Computing/CoreMS/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
99
<a href="https://pypi.org/project/CoreMS/"><img src="https://img.shields.io/pypi/v/CoreMS.svg" alt="PyPI"></a>
1010
<a href="https://pypi.org/project/CoreMS/"><img src="https://img.shields.io/pypi/pyversions/CoreMS.svg" alt="Python versions"></a>
@@ -381,15 +381,11 @@ UML (unified modeling language) diagrams for Direct Infusion FT-MS and GC-MS cla
381381
382382
## Citing CoreMS
383383
384-
If you use CoreMS in your work, please use the following citation:
384+
If you use CoreMS in your work, please cite the archived release on Zenodo. The badge below is the *concept DOI* — it always resolves to the latest archived release, and each archived release also has its own version-specific DOI listed on that page.
385385
386-
Version [3.11.0 Release on GitHub](https://github.com/EMSL-Computing/CoreMS/releases/tag/v3.11.0), archived on Zenodo:
386+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4641552.svg)](https://doi.org/10.5281/zenodo.4641552)
387387
388-
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.14009575.svg)](https://doi.org/10.5281/zenodo.14009575)
389-
390-
Yuri E. Corilo, William R. Kew, Lee Ann McCue, Katherine R . Heal, James C. Carr (2024, October 29). EMSL-Computing/CoreMS: CoreMS 3.0.0 (Version v3.0.0), as developed on Github. Zenodo. http://doi.org/10.5281/zenodo.14009575
391-
392-
```
388+
For citation metadata (BibTeX, RIS, etc.), use the "Cite this repository" button on the GitHub sidebar, click "Export" on the Zenodo page above, or see [`CITATION.cff`](CITATION.cff) in the repository root.
393389
394390
***
395391

0 commit comments

Comments
 (0)