-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
47 lines (47 loc) · 1.76 KB
/
CITATION.cff
File metadata and controls
47 lines (47 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
cff-version: 1.2.0
title: "{{REPO_NAME}}"
message: "If you use this software, please cite it as below."
type: software
authors:
- family-names: "{{AUTHOR_FAMILY}}"
given-names: "{{AUTHOR_GIVEN}}"
orcid: "{{AUTHOR_ORCID}}"
affiliation: "{{AUTHOR_AFFILIATION}}"
repository-code: "https://github.com/{{REPO_ORG}}/{{REPO_NAME}}"
license: MIT
version: "0.1.0"
date-released: "{{RELEASE_DATE}}"
# After your first GitHub release the Zenodo integration mints a concept DOI.
# Replace this once available (run /init-template again or edit by hand):
doi: "{{ZENODO_DOI}}"
identifiers:
- type: doi
value: "{{ZENODO_DOI}}"
description: "Concept DOI (resolves to the latest version)"
keywords:
- replication
- reproducibility
- FORRT
- nanopublication
- Science-Live
references:
- type: article
title: "{{PAPER_TITLE}}"
authors:
- family-names: "{{PAPER_AUTHOR_FAMILY}}"
given-names: "{{PAPER_AUTHOR_GIVEN}}"
year: "{{PAPER_YEAR}}"
doi: "{{PAPER_DOI}}"
# Prior FORRT chain this replication extends or qualifies. The URI below
# is the canonical persistent pointer to the prior constellation; the
# imported summary itself (CHAIN_SUMMARY.md, constellation.json, cached
# TriG) is regenerated on demand via `/import-from-nanopub <URL>` and
# lives in the gitignored `nanopubs/imported/` directory.
#
# If your replication does NOT extend a prior chain, init-template
# removes this entry. If it does, init-template substitutes the URI
# and description below from your responses.
- type: generic
title: "{{PRIOR_CHAIN_DESCRIPTION}}"
url: "{{PRIOR_CHAIN_URI}}"
notes: "Apex CiTO Citation of the prior FORRT chain this replication extends. Re-run `/import-from-nanopub <URL>` to repopulate nanopubs/imported/ locally."