Skip to content

Commit 73e57d1

Browse files
Update citation after JOSS publication (#48)
* Create CITATION.cff * Update README.md after JOSS publication * Add JOSS DOI to README.md * Fix typo in README.md * Please and fix pre-commit --------- Co-authored-by: Michael Osthege <[email protected]>
1 parent 9218c87 commit 73e57d1

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-1
lines changed

CITATION.cff

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
cff-version: "1.2.0"
2+
authors:
3+
- family-names: Nießer
4+
given-names: Jochen
5+
orcid: "https://orcid.org/0000-0001-5397-0682"
6+
- family-names: Osthege
7+
given-names: Michael
8+
orcid: "https://orcid.org/0000-0002-2734-7624"
9+
- family-names: Lieres
10+
given-names: Eric
11+
name-particle: von
12+
orcid: "https://orcid.org/0000-0002-0309-8408"
13+
- family-names: Wiechert
14+
given-names: Wolfgang
15+
orcid: "https://orcid.org/0000-0001-8501-0694"
16+
- family-names: Noack
17+
given-names: Stephan
18+
orcid: "https://orcid.org/0000-0001-9784-3626"
19+
doi: 10.5281/zenodo.14261846
20+
message: If you use this software, please cite our article in the
21+
Journal of Open Source Software.
22+
preferred-citation:
23+
authors:
24+
- family-names: Nießer
25+
given-names: Jochen
26+
orcid: "https://orcid.org/0000-0001-5397-0682"
27+
- family-names: Osthege
28+
given-names: Michael
29+
orcid: "https://orcid.org/0000-0002-2734-7624"
30+
- family-names: Lieres
31+
given-names: Eric
32+
name-particle: von
33+
orcid: "https://orcid.org/0000-0002-0309-8408"
34+
- family-names: Wiechert
35+
given-names: Wolfgang
36+
orcid: "https://orcid.org/0000-0001-8501-0694"
37+
- family-names: Noack
38+
given-names: Stephan
39+
orcid: "https://orcid.org/0000-0001-9784-3626"
40+
date-published: 2024-12-13
41+
doi: 10.21105/joss.07313
42+
issn: 2475-9066
43+
issue: 104
44+
journal: Journal of Open Source Software
45+
publisher:
46+
name: Open Journals
47+
start: 7313
48+
title: PeakPerformance - A tool for Bayesian inference-based fitting
49+
of LC-MS/MS peaks
50+
type: article
51+
url: "https://joss.theoj.org/papers/10.21105/joss.07313"
52+
volume: 9
53+
title: PeakPerformance - A tool for Bayesian inference-based fitting of
54+
LC-MS/MS peaks

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![pipeline](https://github.com/jubiotech/peak-performance/workflows/pipeline/badge.svg)](https://github.com/JuBiotech/peak-performance/actions)
33
[![coverage](https://codecov.io/gh/jubiotech/peak-performance/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JuBiotech/peak-performance)
44
[![documentation](https://readthedocs.org/projects/peak-performance/badge/?version=latest)](https://peak-performance.readthedocs.io/en/latest)
5+
[![DOI](https://joss.theoj.org/papers/10.21105/joss.07313/status.svg)](https://doi.org/10.21105/joss.07313)
56
[![DOI](https://zenodo.org/badge/713469041.svg)](https://zenodo.org/doi/10.5281/zenodo.10255543)
67

78
# About PeakPerformance
@@ -41,4 +42,5 @@ When contributing code, create a local clone of PeakPerformance, create a new br
4142

4243
# How to cite
4344
Head over to Zenodo to [generate a BibTeX citation](https://doi.org/10.5281/zenodo.10255543) for the latest release.
44-
A publication has just been submitted to a scientific journal. Once published, this section will be updated.
45+
In addition to the utilized software version, please cite our scientific publication over at the Journal of Open Source Software (JOSS).
46+
A detailed citation can be found in CITATION.cff and in the sidebar.

0 commit comments

Comments
 (0)