Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Merge requests
!622
Resolve "ELN tests, documentation, and examples"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "ELN tests, documentation, and examples"
796-eln-tests-documentation-and-examples
into
v1.1.0
Overview
0
Commits
1
Pipelines
4
Changes
12
Merged
Markus Scheidgen
requested to merge
796-eln-tests-documentation-and-examples
into
v1.1.0
3 years ago
Overview
0
Commits
1
Pipelines
4
Changes
12
Expand
Closes
#796 (closed)
Edited
3 years ago
by
Markus Scheidgen
0
0
Merge request reports
Compare
v1.1.0
version 2
dcc5f551
3 years ago
version 1
8d1d43a0
3 years ago
v1.1.0 (base)
and
latest version
latest version
f96081a1
1 commit,
3 years ago
version 2
dcc5f551
1 commit,
3 years ago
version 1
8d1d43a0
1 commit,
3 years ago
12 files
+
9883
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
Search (e.g. *.vue) (Ctrl+P)
nomad/datamodel/metainfo/eln/material_library/README.md
0 → 100644
+
16
−
0
Options
# Material Library
This an example ELN schema inspired by a lab working with thin-file material library samples.
The schema has three top-level entry types (i.e. sections that extend
`EntryData`
):
sample, chemical, instrument. It shows some of NOMAD's ELN capabilities:
-
References to files: Chemicals can have safety sheet PDFs, Instruments refer to calibration documentation.
-
References between different entry types: Sample processes can refer to chemicals and
instruments.
-
Custom schema specific processing of referenced files: The PVD Evaporation process
can reference a
`.csv`
file that is parsed and populates values of the respective section.
The XRD measurement can reference a
`.xrdml`
file which is parsed with the xrdtools library.
-
A boolean flag on processes
`creates_layer`
automatically creates a new layer sub-section
in the sample and links it back the the process that
*created*
it.
Loading