Skip to content

Commit

Permalink
updating metadata template for CFF compliance, see econ-ark#99
Browse files Browse the repository at this point in the history
  • Loading branch information
sbenthall committed Mar 8, 2021
1 parent e20557e commit 9d6cdeb
Showing 1 changed file with 48 additions and 33 deletions.
81 changes: 48 additions & 33 deletions REMARKs/template.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 9d6cdeb

Please sign in to comment.