From 9d6cdeba26a274facc31f6d0f83417e1bbc382ae Mon Sep 17 00:00:00 2001 From: sb Date: Mon, 8 Mar 2021 13:30:10 -0500 Subject: [PATCH] updating metadata template for CFF compliance, see #99 --- REMARKs/template.md | 81 +++++++++++++++++++++++++++------------------ 1 file changed, 48 insertions(+), 33 deletions(-) diff --git a/REMARKs/template.md b/REMARKs/template.md index ef9ea41c..009f7de9 100644 --- a/REMARKs/template.md +++ b/REMARKs/template.md @@ -1,20 +1,54 @@ --- +# CFF Requires fileds +cff-version: 1.1.0 +message: If you use this software, please cite it as below. +authors: + - family-names: Holmes + given-names: Mycroft +title: My Research Tool +version: 1.0.4 # Version of the software released +date-released: 2017-12-18 + +# REMARK required fields +remark-version: "" # required - specify version of REMARK standard used +references: # Formatted metadata of original paper, from BibTex + - type: article + authors: # required + - + family-names: "Author 1 Last Name" + given-names: "Author 1 First Name" + orcid: "https://orcid.org/XXXX-XXXX-XXXX-XXXX" + - + family-names: "Author 2 Last Name" + given-names: "Author 2 First Name" + orcid: "https://orcid.org/XXXX-XXXX-XXXX-XXXX" + title: "Title of original paper" # required + doi: "Original paper DOI" # optional + date: 20XX-XX-XX + publisher : "Publisher information" +repository: "URL of repository" # optional + +# Econ-ARK website fields? +github_repo_url: Link to git repo hosting the code # required +remark-name: template # required +title-original-paper: Name of the paper if available # optional + +dashboards: # path to any dashboards within the repo - optional + - + path_to_dashboard.ipynb +identifiers-paper: # required for Replications; optional for Reproductions + - + type: url + value: template + - + type: doi + value: doi:template +date-published-original-paper: 2020-09-14 # required for Replications; optional for Reproductions + tags: # Use the relavent tags - REMARK - Notebook -abstract: "The abstract is optional" # abstract: optional -authors: # required - - - family-names: "Author 1 Last Name" - given-names: "Author 1 First Name" - orcid: "https://orcid.org/XXXX-XXXX-XXXX-XXXX" - - - family-names: "Author 2 Last Name" - given-names: "Author 2 First Name" - orcid: "https://orcid.org/XXXX-XXXX-XXXX-XXXX" - -cff-version: "1.1.0" # required -date-released: 20XX-XX-XX # required + identifiers: # optional - type: url @@ -26,26 +60,7 @@ keywords: # optional - Econ-ARK - Sample - Template -message: "Description about the project" # required -repository-code: "Link to publicly available code" # optional -title: "Template for REMARK metadata" # required -version: "1.0" # required -# REMARK fields -github_repo_url: Link to git repo hosting the code # required -commit: # Git commit number that the REMARK will always use; required for "frozen" remarks, optional for "draft" remarks -remark-name: template # required -title-original-paper: Name of the paper if available # optional -dashboards: # path to any dashboards within the repo - optional - - - path_to_dashboard.ipynb -identifiers-paper: # required for Replications; optional for Reproductions - - - type: url - value: template - - - type: doi - value: doi:template -date-published-original-paper: 2020-09-14 # required for Replications; optional for Reproductions + --- # Template metadata for REMARKs