Creates title elements according to EML standards.

create_title(title, short_name)

Arguments

title

The title of the project and/or dataset. A complete title is between 7 and 20 words long and includes: What, Where, and When (and Who, if relevant).

short_name

Short name or nickname you use to refer to this dataset.

Value

The project or dataset list with title and short name appended.

Details

For a dataset, the title should be between 7 and 20 words long, with a short name which is shorter than the title. If the title is too short, ensure that it is covering the 'what', 'where', and 'when'. If the title is too long, attempt to make it as concise as possible.

Examples

create_title(title = "Eight Mile Lake Research Watershed, Carbon in Permafrost Experimental Heating Research.",
          short_name = "knb-lter-bnz.501.17") 
#> $title
#> [1] "Eight Mile Lake Research Watershed, Carbon in Permafrost Experimental Heating Research."
#> 
#> $short_name
#> [1] "knb-lter-bnz.501.17"
#>