Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kit-data-manager/metadata-schemas-for-materials-science
Metadata Schemas for describing measurement techniques in Materials Science
https://github.com/kit-data-manager/metadata-schemas-for-materials-science
electron-microscopy json-schema materials-science metadata schema xml
Last synced: 15 days ago
JSON representation
Metadata Schemas for describing measurement techniques in Materials Science
- Host: GitHub
- URL: https://github.com/kit-data-manager/metadata-schemas-for-materials-science
- Owner: kit-data-manager
- License: cc0-1.0
- Created: 2021-08-11T09:51:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T10:17:31.000Z (17 days ago)
- Last Synced: 2024-12-10T10:35:34.092Z (17 days ago)
- Topics: electron-microscopy, json-schema, materials-science, metadata, schema, xml
- Language: JavaScript
- Homepage:
- Size: 2.48 MB
- Stars: 7
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Metadata-Schemas-for-Materials-Science
*********************************************The aim of this repository is to house the metadata schemas for different measurement techniques used in Materials Science.
The schemas are written according to the XML Schema Definition (XSD) or JavaScript Object Notation (JSON) format.
Sample files are also provided which are written according to the respective schemas.## List of available Schemas:
1. Schema for scanning electron microscopy (SEM)
* [XSD Schema](SEM_Schema.xsd)
* [JSON Schema](SEM_schema.json)
* [Sample SEM Image](FeMoOx_AntiA_04_1k5x_CN.tif)
* [Example XML file](SEM_example.xml)
* [Example JSON file](SEM_JSON_example.json)
* [Example XML file which is populated only with the required fields](SEM_example_minimum.xml)
2. Schema for transmission electron microscopy (TEM)
* [JSON Schema](TEM_schema.json)3. Schema for Magnetic Resonance Imaging (MRI)
* [JSON Schema](MRI_schema.json)
4. General Schema for describing a user
* [JSON Schema](user_description.json)