Skip to content
Snippets Groups Projects

Adds correct path_prefix for ellips and xps containers

Merged Florian Dobener requested to merge jupyter-container-link-fix into develop
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -57,7 +57,7 @@
"short_description": "An example for analyzing ellipsometric data.",
"description": "This example presents the capabilities of the NOMAD platform to store and standardize ellipsometry data. It shows the generation of a NeXus file according to the [NXellipsometry](https://manual.nexusformat.org/classes/contributed_definitions/NXellipsometry.html#nxellipsometry) application definition and a successive analysis of a SiO2 on Si Psi/Delta measurement.",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/ellips-jupyter",
"path_prefix": "lab",
"path_prefix": "lab/tree",
"mount_path": "/home/jovyan",
"icon": "jupyter_logo.svg",
"file_extensions": [
@@ -97,7 +97,9 @@
"short_description": "An example for analyzing XPS data.",
"description": "Includes tools for analyzing XPS spectra and converting SPECS xml files into NeXus.",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/xps-jupyter",
"path_prefix": "lab/tree",
"mount_path": "/home/jovyan",
"icon": "jupyter_logo.svg",
"file_extensions": [
"ipynb",
"nxs",
Loading