Skip to content
Snippets Groups Projects
Commit b3a1d31f authored by Florian Dobener's avatar Florian Dobener
Browse files

Merge branch 'use-versioning-in-tools-json' into 'develop'

Adds version tag to tools.json

See merge request !118
parents 7e808065 6027c01b
No related branches found
No related tags found
1 merge request!118Adds version tag to tools.json
Pipeline #166508 passed
......@@ -2,7 +2,7 @@
"jupyter": {
"short_description": "Basic jupyter run with an empty notebook or on given notebook file.",
"description": "### **Jupyter Notebook**: The Classic Notebook Interface\n\nThe Jupyter Notebook is the original web application for creating and sharing computational documents. It offers a simple, streamlined, document-centric experience.",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/jupyterlab:latest",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/jupyterlab:v0.0.1",
"path_prefix": "tree",
"mount_path": "/home/jovyan",
"icon": "jupyter_logo.svg",
......@@ -23,7 +23,7 @@
"nionswift": {
"short_description": "Run NionSwift to analyze data as well as prepare focus series reconstructions",
"description": "Run Nion Swift to analyze data.",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/nionswift-webtop:latest",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/nionswift-webtop:v0.0.1",
"privileged": true,
"mount_path": "/config",
"maintainer": [
......@@ -58,7 +58,7 @@
"ellips": {
"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",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/ellips-jupyter:v0.0.1",
"path_prefix": "lab/tree",
"mount_path": "/home/jovyan",
"icon": "jupyter_logo.svg",
......@@ -80,7 +80,7 @@
"mpes": {
"short_description": "An example for analyzing mpes data.",
"description": "This example presents the capabilities of the NOMAD platform to store and standardize multi photoemission spectroscopy (MPES) experimental data. It contains three major examples:\n\n- Taking a pre-binned file, here stored in a h5 file, and converting it into the standardized MPES NeXus format. There exists a [NeXus application definition for MPES](https://manual.nexusformat.org/classes/contributed_definitions/NXmpes.html#nxmpes) which details the internal structure of such a file.\n- Binning of raw data (see [here](https://www.nature.com/articles/s41597-020-00769-8) for additional resources) into a h5 file and consecutively generating a NeXus file from it.\n- An analysis example using data in the NeXus format and employing the [pyARPES](https://github.com/chstan/arpes) analysis tool to reproduce the main findings of [this paper](https://arxiv.org/pdf/2107.07158.pdf).",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/mpes-webtop",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/mpes-webtop:v0.0.1",
"privileged": true,
"mount_path": "/config",
"file_extensions": [
......@@ -99,7 +99,7 @@
"xps": {
"short_description": "An example for analyzing XPS data.",
"description": "Includes tools for analyzing X-ray Photoelectron Spectroscopy (XPS) spectra and converting SPECS xml files into NeXus.",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/xps-jupyter:0.1",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/xps-jupyter:v0.0.1",
"path_prefix": "lab/tree",
"icon": "jupyter_logo.svg",
"mount_path": "/home/jovyan",
......@@ -122,7 +122,7 @@
},
"webtop": {
"description": "Baseline webtop image for test",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/webtop",
"image": "gitlab-registry.mpcdf.mpg.de/nomad-lab/nomad-remote-tools-hub/webtop:v0.0.1",
"privileged": true,
"mount_path": "/config",
"maintainer": [
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment