Skip to content

Commit

Permalink
update to units
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves Ulrich Tittes committed Sep 12, 2024
1 parent e63430a commit 10f1b70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# OSCEM_Schemas
Schema for the Open Standards Community for Electron Microscopy (OSC-EM)
defining the electron microscopy related fields required by the OSCEM standard.
Current versions are work in progress, details might change.

Core idea is a modular system that allows for the combination of several sample and method parts to describe a variety of electron microscopy use cases. All original schemas can be found as .yaml under src/oscem_schemas/schema. Files named oscem_* refer to set collection for i.e. single particle analysis whereas schemas with more precise names such as "instrument" refers to a specific subschema detailing in this case instrument variables. Using the linkml generator functions the overall schemas can be exported to a variety of other formats such as json-schema, jsonld, owl and rdfa. We recommend using json-schema versions for validating metadata.

Current versions are a work in progress, details might change.

## Website

## Website
Here you can browse all our keywords with descriptions.
[https://osc-em.github.io/OSCEM_Schemas/](https://osc-em.github.io/OSCEM_Schemas/)

## Repository Structure
Expand Down
4 changes: 2 additions & 2 deletions src/oscem_schemas/schema/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ classes:
slots:
molecular_type:
title: Type
description: Description of the overall supramolecular type, i.e., a complex
description: Description of the overall molecular type, i.e., a complex
range: string
name_sample:
title: Name
Expand Down Expand Up @@ -273,7 +273,7 @@ slots:
range: string
concentration:
title: Concentration
description: Concentration of the (supra)molecule in the sample, in M
description: Concentration of the (supra)molecule in the sample, in mg/ml
range: QuantityValue
ph:
title: pH
Expand Down

0 comments on commit 10f1b70

Please sign in to comment.