Skip to content

Commit f5da285

Browse files
committed
Added Metadata Editing recipe
1 parent 8f4507e commit f5da285

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

src/SUMMARY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
1111
- [Recipes](recipe.md)
1212
- [A Toolchain for managing SEM data](recipe-sem-data.md)
1313
- [Metadata Creation](recipe-metadata-creation.md)
14-
- [(Meta)data Management](recipe-metadata-management.md)
14+
- [Metadata Editing](recipe-metadata-editing.md)
15+
- [Metadata Upload](recipe-metadata-upload.md)
1516
- [(Meta)data Access](recipe-metadata-access.md)

src/recipe-metadata-editing.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Edit a JSON metadata document using the Metadata Editor
2+
3+
**Description**: This recipe guides you on how to edit your JSON metadata document using the Metadata Editor application and save it locally.
4+
5+
**Ingredients**:
6+
- JSON metadata document: this can be an own document created through a specific process or generated using the [previous recipe](recipe-metadata-creation.md).
7+
- Installed Metadata Editor desktop application: a detailed documentation on how to install it is available [here](https://metadata-editor.gitlab.io/documentation/Download/).
8+
9+
**Steps**:
10+
1. Open the Metadata Editor application and select the MetaStore “nfdi matwerk” instance.
11+
2. Select the “MetaStore schemas” button to get schemas.
12+
3. Load the suitable metadata schema by selecting the “raw data” label and “scanning-electron-microscopy” schema identifier.
13+
4. Load the JSON metadata document and verify that all properties are accurate. Some required properties are missing, which should be manually filled.
14+
“Technique”: “SEM”;
15+
“Measurement purpose”: “completeness check”;
16+
“Parents”: Add one parent with “parentType”: “not applicable”.
17+
5. Confirm your metadata by selecting the “DONE” button.
18+
6. Save your metadata document locally as a JSON file by selecting the "Export" button.
19+
20+
**Servings**: An edited JSON metadata document, which is locallly saved.

src/recipe-metadata-management.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/recipe-metadata-upload.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Upload a JSON metadata document to the MetaStore instance
2+
3+
coming soon

0 commit comments

Comments
 (0)