Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 2.43 KB

eml.md

File metadata and controls

37 lines (22 loc) · 2.43 KB

Creating EML

The Ecological Metadata Language (EML) is an XML schema for describing ecological datasets. EDI maintains best practices for EML that you should review when writing your own EML.

There are many one-off solutions for creating EML at LTER sites. Some common ones are listed below, as well as some newer offerings from EDI.

ezEML

ezEML is an online form based EML editor. ezEML has developed into a very simple approach for generating metadata files at three levels:

  • If you're starting from scratch or don't have much experience with metadata.
  • If you need to gather metadata from a researcher or student at your site, you can let them start from a template that you have created.
  • Set ezEML up for your site's metadata management:
    • Import EML snippets from other files. This option lets you set up something akin to a metadata database from which to import parts needed for a new EML file.
    • Import datapackages (EML and data) from the EDI repository for updates and new versions.

Extensive documentation may be found in the user guide or on YouTube.

LTER Core Metabase

Some LTER sites manage dataset metadata using a Postgres database schema called Metabase. It is maintained by LTER IMs, as is the companion R code called MetaEgress for generating EML from Metabase. The original Metabase was developed at GCE, but the current version (called LTER Core Metabase) is in use at BLE and JRN.

EMLassemblyline

EMLassemblyline is an R package for creating EML. It is maintained by EDI and is used by several LTER sites such as HBR, JRN, NES, and NTL.

DEIMS

DEIMS used to be a Drupal-based solution for LTER websites. Drupal is a flexible content management system / programming environment that supports metadata based LTER websites well due to its database backend. It can also be used to generate EML. Recent efforts of upgrading from the original DEIMS to Drupal 8/9 are well documented in this git repository and modules for extracting and ingesting metadata have been developed.