generated from lter/lterwg-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (im): refined dropdown items, repaired links, standardized forma…
…tting
- Loading branch information
Showing
10 changed files
with
194 additions
and
221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,32 @@ | ||
--- | ||
title: "Ecological Metadata Language (EML)" | ||
title: "Creating EML" | ||
format: html | ||
--- | ||
|
||
## Creating EML | ||
|
||
The [Ecological Metadata Language (EML)](https://eml.ecoinformatics.org/) is an XML schema for describing ecological datasets. | ||
EDI maintains [best practices for EML](https://ediorg.github.io/data-package-best-practices/) 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. | ||
The [Ecological Metadata Language (EML)](https://eml.ecoinformatics.org/) is an XML schema for describing ecological datasets. EDI maintains [best practices for EML](https://ediorg.github.io/data-package-best-practices/) 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](https://ezeml.edirepository.org) 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. | ||
- 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](https://ezeml.edirepository.org/eml/user_guide) or on [YouTube](https://www.youtube.com/playlist?list=PLi1PZkcSXdAKTtpgyHnd8GjtL6kRMMGFR). | ||
|
||
|
||
## LTER Core Metabase | ||
|
||
Some LTER sites manage dataset metadata using a Postgres database schema called [Metabase](https://github.com/lter/LTER-core-metabase). | ||
It is maintained by LTER IMs, as is the companion R code called [MetaEgress](https://github.com/BLE-LTER/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. | ||
|
||
Some LTER sites manage dataset metadata using a Postgres database schema called [Metabase](https://github.com/lter/LTER-core-metabase). It is maintained by LTER IMs, as is the companion R code called [MetaEgress](https://github.com/BLE-LTER/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](https://ediorg.github.io/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](https://www.drupal.org/)-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 [GitHub repository](https://github.com/lter/Deims7-8-Migration) and modules for extracting and ingesting metadata have been developed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,12 @@ title: "Getting IM Help" | |
format: html | ||
--- | ||
|
||
For general information management (IM) questions, check out the **im** channel in the [LTER Slack workspace](https://lter.slack.com/). | ||
For general information management (IM) questions, check out the **`#im`** channel in the [LTER Slack workspace](https://lter.slack.com/). | ||
Post your question, and you'll likely get a response from other IMs active that day. | ||
|
||
For general LTER questions, again try [Slack](https://lter.slack.com/), or just [email Marty Downs](mailto:[email protected]), director of the LTER Network Office (LNO). | ||
If Marty gets tired of the spam, be sure to point her to this page so she can edit it and scold Tim for posting her address. | ||
For general LTER questions, again try [Slack](https://lter.slack.com/), or email director of the LTER Network Office (LNO) Marty Downs. | ||
|
||
For help with archiving data at the Environmental Data Initiative, [email EDI](mailto:[email protected]). Or join [EDI's Slack](https://edi-got-data.slack.com). | ||
They are generally very responsive and helpful. | ||
|
||
If you see something at an LTER site and you want to know how they did that, reach out to the IM. We're a friendly community. | ||
Some are even eager to share because shared solutions can be more sustainable and it makes the site look good when reviews and renewals come up! | ||
If you see something at an LTER site and you want to know how they did that, reach out to the IM. We're a friendly community. Some are even eager to share because shared solutions can be more sustainable and it makes the site look good when reviews and renewals come up! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.