-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#16 more work on cff_reader - add tests and checks for required eleme…
…nts of references
- Loading branch information
Showing
9 changed files
with
314 additions
and
18 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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
#' cff references types | ||
#' @references http://bit.ly/2PRK1Vt | ||
#' @details cff citation format types for references | ||
#' @name cff_reference_types | ||
#' @docType data | ||
cff_reference_types <- c( | ||
"art", | ||
"article", | ||
"audiovisual", | ||
"bill", | ||
"blog", | ||
"book", | ||
"catalogue", | ||
"conference", | ||
"conference-paper", | ||
"data", | ||
"database", | ||
"dictionary", | ||
"edited-work", | ||
"encyclopedia", | ||
"film-broadcast", | ||
"generic", | ||
"government-document", | ||
"grant", | ||
"hearing", | ||
"historical-work", | ||
"legal-case", | ||
"legal-rule", | ||
"magazine-article", | ||
"manual", | ||
"map", | ||
"multimedia", | ||
"music", | ||
"newspaper-article", | ||
"pamphlet", | ||
"patent", | ||
"personal-communication", | ||
"proceedings", | ||
"report", | ||
"serial", | ||
"slides", | ||
"software", | ||
"software-code", | ||
"software-container", | ||
"software-executable", | ||
"software-virtual-machine", | ||
"sound-recording", | ||
"standard", | ||
"statute", | ||
"thesis", | ||
"unpublished", | ||
"video", | ||
"website" | ||
) |
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
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
cff-version: 1.1.0 | ||
message: If you use this software, please cite it as below. | ||
authors: | ||
- family-names: Druskat | ||
given-names: Stephan | ||
orcid: https://orcid.org/0000-0003-4925-7248 | ||
title: "My Research Software" | ||
version: 2.0.4 | ||
doi: 10.5281/zenodo.1234 | ||
date-released: 2017-12-18 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.