Skip to content

Commit 1cb2bac

Browse files
authored
Fix typo in CRediT
1 parent f370d27 commit 1cb2bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/standard/data-package.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The people or organizations who contributed to this Data Package. It `MUST` be a
236236
- `familyName`: A string containing the familial name that a person inherits, if the contributor is a person.
237237
- `path`: A fully qualified URL pointing to a relevant location online for the contributor.
238238
- `email`: A string containing an email address.
239-
- `roles`: An array of strings describing the roles of the contributor. A role is `RECOMMENDED` to follow an established vocabulary, such as [DataCite Metadata Schema's contributorRole](https://support.datacite.org/docs/datacite-metadata-schema-v44-recommended-and-optional-properties#7a-contributortype) or [CreDIT](https://credit.niso.org/). Useful roles to indicate are: `creator`, `contact`, `rightsHolder`, and `dataCurator`.
239+
- `roles`: An array of strings describing the roles of the contributor. A role is `RECOMMENDED` to follow an established vocabulary, such as [DataCite Metadata Schema's contributorRole](https://support.datacite.org/docs/datacite-metadata-schema-v44-recommended-and-optional-properties#7a-contributortype) or [CRediT](https://credit.niso.org/). Useful roles to indicate are: `creator`, `contact`, `rightsHolder`, and `dataCurator`.
240240
- `organization`: A string describing the organization this contributor is affiliated to.
241241

242242
An example of the object structure is as follows:

0 commit comments

Comments
 (0)