-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace old cite style with bibentry
- Loading branch information
Showing
1 changed file
with
12 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
citHeader("To cite the rawrr package in publications use:") | ||
|
||
citEntry(entry = "article", | ||
title = "The rawrr R Package: Direct Access to Orbitrap Data and Beyond", | ||
author = c(person(given = "Tobias", | ||
family = "Kockmann", | ||
email = "[email protected]"), | ||
person(given = "Christian", | ||
family = "Panse", | ||
email = "[email protected]")), | ||
journal = "Journal of Proteome Research", | ||
year = "2021", | ||
doi = "10.1021/acs.jproteome.0c00866", | ||
textVersion = paste("Tobis Kockmann and Christian Panse.", | ||
"The rawrr R Package: Direct Access to Orbitrap Data and Beyond.", | ||
"Journal of Proteome Research; doi: https://doi.org/10.1021/acs.jproteome.0c00866 (2021).") | ||
rawrrref <- bibentry ( | ||
bibtype = "Article", | ||
title = "The rawrr R Package: Direct Access to Orbitrap Data and Beyond", | ||
author = c(person(given = "Tobias", | ||
family = "Kockmann", | ||
email = "[email protected]"), | ||
person(given = "Christian", | ||
family = "Panse", | ||
email = "[email protected]")), | ||
journal = "Journal of Proteome Research", | ||
year = "2021", | ||
doi = "10.1021/acs.jproteome.0c00866", | ||
) |