Description Usage Arguments Details Value See Also Examples
Add a main title, and optional subtitle, alternative- or translated title, or other title.
1 2 3 4 5 6 7 8 9 |
AlternativeTitle |
Defaults to |
Subtitle |
Defaults to |
TranslatedTitle |
Defaults to |
Other |
Defaults to |
titles |
A list of earlier set title(s). |
format |
Defaults to |
title |
A character string containing the title of the Dataset. It is mandatory and has no default value. This is part of the Dublin Core and DataCite mandatory fields. |
Dublin Core: A Cross-Domain Attribute Set
DataCite Metadata Schema Mandatory Properties: DataCite Metadata Schema v4.4 Mandatory Properties
The Title
field is mandatory in both DataCite and Dublin Core. DataCite allows multiple
titles to be used, these can be added as a list.
A list of titles.
Other descriptive_metadata functions:
add_geolocation()
,
add_size()
1 2 3 4 5 6 7 | {
add_titles(title = "My Title",
AlternativeTitle = "Alternative Title",
Subtitle = "This is a subtitle",
TranslatedTitle = "Meine Titel",
Other = "Other title")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.