Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
quarto-dev
GitHub Repository: quarto-dev/quarto-cli
Path: blob/main/src/resources/schema/document-funding.yml
12921 views
1
- name: funding
2
schema:
3
maybeArrayOf:
4
anyOf:
5
- string
6
- object:
7
closed: true
8
properties:
9
statement:
10
string:
11
description: Displayable prose statement that describes the funding for the research on which a work was based.
12
open-access:
13
string:
14
description: Open access provisions that apply to a work or the funding information that provided the open access provisions.
15
awards:
16
maybeArrayOf:
17
object:
18
properties:
19
id:
20
string:
21
description: Unique identifier assigned to an award, contract, or grant.
22
name:
23
string:
24
description: The name of this award
25
description:
26
string:
27
description: The description for this award.
28
source:
29
maybeArrayOf:
30
anyOf:
31
- string
32
- object:
33
closed: true
34
properties:
35
text:
36
string:
37
description: The text describing the source of the funding.
38
country:
39
string:
40
description:
41
short: Abbreviation for country where source of grant is located.
42
long: |
43
Abbreviation for country where source of grant is located.
44
Whenever possible, ISO 3166-1 2-letter alphabetic codes should be used.
45
description: Agency or organization that funded the research on which a work was based.
46
recipient:
47
maybeArrayOf:
48
anyOf:
49
- string
50
- object:
51
closed: true
52
properties:
53
ref:
54
string:
55
description: The id of an author or affiliation in the document metadata.
56
- object:
57
closed: true
58
properties:
59
name:
60
string:
61
description: The name of an individual that was the recipient of the funding.
62
- object:
63
closed: true
64
properties:
65
institution:
66
anyOf:
67
- string
68
- object
69
description: The institution that was the recipient of the funding.
70
description: Individual(s) or institution(s) to whom the award was given (for example, the principal grant holder or the sponsored individual).
71
investigator:
72
maybeArrayOf:
73
anyOf:
74
- string
75
- object:
76
closed: true
77
properties:
78
ref:
79
string:
80
description: The id of an author or affiliation in the document metadata.
81
- object:
82
closed: true
83
properties:
84
name:
85
string:
86
description: The name of an individual that was responsible for the intellectual content of the work reported in the document.
87
- object:
88
closed: true
89
properties:
90
institution:
91
anyOf:
92
- string
93
- object
94
description: The institution that was responsible for the intellectual content of the work reported in the document.
95
description: Individual(s) responsible for the intellectual content of the work reported in the document.
96
description: |
97
Information about the funding of the research reported in the article
98
(for example, grants, contracts, sponsors) and any open access fees for the article itself
99
100