Skip to content

Commit 6f23544

Browse files
authored
fix: v1.0.1 refactor
- SUMMARY.md - README.md
1 parent a479146 commit 6f23544

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# ESS-DIVE dataset metadata reporting format v1.0.0
1+
# ESS-DIVE dataset metadata reporting format v1.0.1
22

33
## About the reporting format
44
The ESS-DIVE dataset metadata reporting format ensures that all datasets submitted to the [ESS-DIVE data repository](https://ess-dive.lbl.gov/) have consistent and complete metadata. Complete metadata can enable data discovery and data resue. When creating the reporting format, the ESS-DIVE team reviewied existing metadata schema including [JSON-LD](https://json-ld.org/) and [Ecological Metadata Language](https://eml.ecoinformatics.org/). By ensuring that the resulting ESS-DIVE metadata reporitng format aligned as much as possible with existing schema and other resources, this enables our reporitng format to interoperate with other data modeling languages and data repositories.
55

6-
When ESS-DIVE's user community [submits data to the repository](https://data.ess-dive.lbl.gov/submit), they are asked to fill out metadata for their entire dataset. Users can enter this metadata through our point-and-click [web form](https://docs.ess-dive.lbl.gov/contributing-data/data-submission-guidelines/complete-guide) or [programatically via our API](https://docs.ess-dive.lbl.gov/contributing-data/data-submission-guidelines/package-service-tutorial). Because the previously mentioned links include step-by-step guidance on how to submit data, in this GitHub repository, we share documents that explain our metadata schema and development process.
6+
When ESS-DIVE's data contributors [submit data to the repository](https://data.ess-dive.lbl.gov/submit), they are asked to fill out metadata for their entire dataset. Users can enter this metadata through our point-and-click [web form](https://docs.ess-dive.lbl.gov/contributing-data/data-submission-guidelines/complete-guide) or [programatically via our API](https://docs.ess-dive.lbl.gov/contributing-data/data-submission-guidelines/package-service-tutorial). Because the previously mentioned links include step-by-step guidance on how to submit data, in this GitHub repository, we share documents that explain our metadata schema and development process.
77

88
## Quickstart guide
99
- [Dataset metadata terminology and definitions](specifications/dataset_metadata_guide.md)
@@ -12,8 +12,11 @@ When ESS-DIVE's user community [submits data to the repository](https://data.ess
1212
Templates:
1313
- [Downloadable template for dataset metadata reporting format](dataset_metadata_template.docx)
1414

15+
## Updates in v1.0.1
16+
In March 2025, a patch version of the ESS-DIVE Dataset Metadata reporting format was made to improve the overall experience with the associated reporting format documentation.
17+
1518
## How to contribute
16-
We encourage suggestions for improving the ESS-DIVE dataset metadata template and documentations. Please submit a GitHub issue using one of our [issue templates](https://github.com/ess-dive-community/essdive-dataset-metadata/issues/new/choose) to suggest changes.
19+
We encourage suggestions for improving the ESS-DIVE dataset metadata template and documentations. Please submit a GitHub issue using one of our [issue templates](https://github.com/ess-dive-workspace/essdive-dataset-metadata/issues/new/choose) to suggest changes.
1720

1821
Also, you can always email the ESS-DIVE support team at ess-dive-support (at) lbl.gov
1922

SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* [ESS-DIVE dataset metadata v1.0.0](README.md)
44
* [Crosswalk](specifications/plmd_crosswalk.md)
55
* [Term Guide](specifications/plmd_guide.md)
6-
* [Download metadata template](https://github.com/ess-dive-community/essdive-dataset-metadata/blob/master/dataset_metadata_template.docx)
7-
* [PDF of metadata template](https://github.com/ess-dive-community/essdive-dataset-metadata/blob/master/dataset_metadata_template.pdf)
6+
* [Download metadata template](dataset_metadata_template.docx)
7+
* [PDF of metadata template](dataset_metadata_template.pdf)

0 commit comments

Comments
 (0)