Other TSVs
contributors
Related files:
- 📝 Excel template: For metadata entry.
- 📝 TSV template: Alternative for metadata entry.
Metadata schema
Version 1 (use this one)
version
affiliation
first_name
last_name
middle_name_or_initial
name
orcid_id
is_contact
version
Version of the schema to use when validating this metadata.
constraint | value |
---|---|
enum | 1 |
required | True |
affiliation
Institutional affiliation.
constraint | value |
---|---|
required | True |
first_name
First name.
constraint | value |
---|---|
required | True |
last_name
Last name.
constraint | value |
---|---|
required | True |
middle_name_or_initial
Middle name or initial. Leave blank if not applicable.
constraint | value |
---|---|
required | False |
name
Name for display.
constraint | value |
---|---|
required | True |
orcid_id
ORCID ID of contributor. Example: 0000-0002-8928-741X
.
constraint | value |
---|---|
pattern (regular expression) | \d{4}-\d{4}-\d{4}-\d{3}[0-9X] |
required | True |
url | prefix: https://pub.orcid.org/v3.0/ |
is_contact
Is this individual a contact for DOI purposes?
constraint | value |
---|---|
type | boolean |
required | True |
Version 0 (deprecated)
affiliation
Institutional affiliation.
constraint | value |
---|---|
required | True |
first_name
First name.
constraint | value |
---|---|
required | True |
last_name
Last name.
constraint | value |
---|---|
required | True |
middle_name_or_initial
Middle name or initial. Leave blank if not applicable.
constraint | value |
---|---|
required | False |
name
Name for display.
constraint | value |
---|---|
required | True |
orcid_id
ORCID ID of contributor. Example: 0000-0002-8928-741X
.
constraint | value |
---|---|
pattern (regular expression) | \d{4}-\d{4}-\d{4}-\d{3}[0-9X] |
required | True |
url | prefix: https://pub.orcid.org/v3.0/ |