Validate a datacite object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | validate_datacite(
dataset_code,
Identifier,
Creator,
Title,
Publisher,
PublicationYear,
ResourceType,
Subject,
Contributor,
Date,
Language,
AlternateIdentifier,
RelatedIdentifier,
Size,
Format,
Version,
Rights,
Description,
GeoLocation,
FundingReference,
RelatedItem
)
|
dataset_code |
A short, unique, programatically usable, memorizable dataset ID, given by an observatory curator. |
Identifier |
Identifiers created by |
Creator |
Creator field created by |
Title |
The title of the dataset. |
Publisher |
The publisher of the dataset. |
PublicationYear |
The publication year given as a four-digit number. |
ResourceType |
The type of the resource, defaults to |
Subject |
The subject |
Contributor |
The Contributor field created by |
Date |
The Date filed created by |
Language |
Defaults to |
AlternateIdentifier |
Defaults to NA_character_. It should have type subproperty. |
RelatedIdentifier |
Defaults to NA_character_. Related identifier should have type and relation type sub-properties. |
Size |
The size of the dataset, as measured in CSV format in bytes. |
Format |
The format(s) of the dataset. |
Version |
The version of the dataset. |
Rights |
The rights related to the datset, created by |
Description |
The description of the dataset. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.