A Descriptive Title for your Dataset in Title Case

EML

#| label: 'eml'
#| include: false
# NOTE: Do not delete this chunk!
#       This section sets metadata for the EML file itself.
#       Please edit the `packageId` value, which expects a valid DOI. 
#       To use a different UUID system, change the 'system' param _and_ the `packageId`.
list(
  packageId = "the-doi-for-this-archive",
  system = "https://doi.org",
  scope = "system",
  `xmlns:eml` = "https://eml.ecoinformatics.org/eml-2.2.0",
  `xmlns:xsi` = "http://www.w3.org/2001/XMLSchema-instance",
  `xsi:schemaLocation` = "http://rs.gbif.org/schema/eml-gbif-profile/1.3/eml-gbif-profile.xsd"
)

Dataset

Title

#| echo: false
#| results: 'asis'
# NOTE: This is set using the yaml above; do not edit by hand
cat(rmarkdown::metadata$title)

Creator

Individual Name

Given Name

Firstname

Surname

Lastname

Address

Delivery Point

215 Road Street

City

Canberra

Administrative area

ACT

Postal code

2601

Country

Australia

Electronic Mail Address

firstname.lastname@email.com

User ID

#| label: 'userId'
#| include: false
# Note: Supplying ORCIDs is optional
list(directory = "https://orcid.org")

https://orcid.org/0000-0003-0077-4738

Pubdate

#| echo: false
#| results: 'asis'
# NOTE: This is set using the yaml above; do not edit by hand
cat(rmarkdown::metadata$date)

Language

EN

Abstract

A brief overview of the resource. This should provide enough information to help potential users of the data to understand if it may be of interest. Example content may include what the study was designed to investigate, what taxa were observed, and over what time period. 200 word limit

Keyword Set

Keyword

Occurrence

Keyword Thesaurus

https://ipt.gbif.org/manual/en/ipt/latest/dwca-guide#dwc-a-components

Licensed

License name

Creative Commons Attribution 4.0 International

URL

https://creativecommons.org/licenses/by/4.0/

Identifier

CC-BY 4.0 (Int) 4.0

Introduction

This section can include any methods you like, but should, at minimum, give a simple description of how the data were collected. To link to a publication with more complete information, add a level-2 heading called Reference Publication and add the citation to your paper.

If applicable, you can also choose to add information on data processing that are specific to this version of your dataset. This may include information on whether data on threatened species have been removed, or spatial data have been generalised (i.e. set to a lower spatial precision than the source dataset).

Contact

Individual Name

Given Name

Firstname

Surname

Lastname

Address

Delivery Point

215 Road Street

City

Canberra

Administrative area

ACT

Postal code

2601

Country

Australia

Electronic Mail Address

firstname.lastname@email.com



Try the delma package in your browser

Any scripts or data that you put into this service are public.

delma documentation built on June 8, 2025, 1:56 p.m.