Skip to content

Commit

Permalink
Update citation after JOSS publication (#48)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
Y0dler and michaelosthege authored Dec 18, 2024
1 parent 9218c87 commit 73e57d1
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
54 changes: 54 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
cff-version: "1.2.0"
authors:
- family-names: Nießer
given-names: Jochen
orcid: "https://orcid.org/0000-0001-5397-0682"
- family-names: Osthege
given-names: Michael
orcid: "https://orcid.org/0000-0002-2734-7624"
- family-names: Lieres
given-names: Eric
name-particle: von
orcid: "https://orcid.org/0000-0002-0309-8408"
- family-names: Wiechert
given-names: Wolfgang
orcid: "https://orcid.org/0000-0001-8501-0694"
- family-names: Noack
given-names: Stephan
orcid: "https://orcid.org/0000-0001-9784-3626"
doi: 10.5281/zenodo.14261846
message: If you use this software, please cite our article in the
Journal of Open Source Software.
preferred-citation:
authors:
- family-names: Nießer
given-names: Jochen
orcid: "https://orcid.org/0000-0001-5397-0682"
- family-names: Osthege
given-names: Michael
orcid: "https://orcid.org/0000-0002-2734-7624"
- family-names: Lieres
given-names: Eric
name-particle: von
orcid: "https://orcid.org/0000-0002-0309-8408"
- family-names: Wiechert
given-names: Wolfgang
orcid: "https://orcid.org/0000-0001-8501-0694"
- family-names: Noack
given-names: Stephan
orcid: "https://orcid.org/0000-0001-9784-3626"
date-published: 2024-12-13
doi: 10.21105/joss.07313
issn: 2475-9066
issue: 104
journal: Journal of Open Source Software
publisher:
name: Open Journals
start: 7313
title: PeakPerformance - A tool for Bayesian inference-based fitting
of LC-MS/MS peaks
type: article
url: "https://joss.theoj.org/papers/10.21105/joss.07313"
volume: 9
title: PeakPerformance - A tool for Bayesian inference-based fitting of
LC-MS/MS peaks
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![pipeline](https://github.com/jubiotech/peak-performance/workflows/pipeline/badge.svg)](https://github.com/JuBiotech/peak-performance/actions)
[![coverage](https://codecov.io/gh/jubiotech/peak-performance/branch/main/graph/badge.svg)](https://app.codecov.io/gh/JuBiotech/peak-performance)
[![documentation](https://readthedocs.org/projects/peak-performance/badge/?version=latest)](https://peak-performance.readthedocs.io/en/latest)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.07313/status.svg)](https://doi.org/10.21105/joss.07313)
[![DOI](https://zenodo.org/badge/713469041.svg)](https://zenodo.org/doi/10.5281/zenodo.10255543)

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

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

0 comments on commit 73e57d1

Please sign in to comment.