Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating metadata template for CFF compliance, see #99 #106

Merged
merged 1 commit into from
Mar 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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