Parser for eLabFTW to convert JSON data from the experiments to NeXus-compliant HDF5 files.
Jupyter notebook collection to develop a parser for eLabFTW which is supposed to convert JSON data from the experiments to NeXus files for PLD depositions.
Previously this repo was dedicated to the entire project. That is now: [emanuele/parser-eLabFTW-NFFA-DI](https://gitea.damico.ing/emanuele/parser-eLabFTW-NFFA-DI).
"7. Make an HTTP request to fetch the **compound's data**.\n",
"8. Parse the JSON to FINALLY get the value of the <u>compound's chemical formula</u>.\n",
"\n",
"> ℹ️ The chemical formula of the substrate is required by the NeXus standard for PLD depositions.\n",
"> ℹ️ The chemical formula of the substrate is required by the NeXus standard for PLD depositions.\n",
"\n",
"The information we want to get is nested behind three additional HTTP requests. Every additional request required, other than the initial one made to fetch the experiment's data, shall be referred to as a **level of nesting** (or depth). If a piece of information is immediately available in the experiment's data, it means the information is not nested and is at zero levels of depth.\n",
"\n",
@@ -147,15 +147,15 @@
"source": [
"### Fetch any experiment related to a certain sample\n",
"Another easy task is fetching every experiment entry related to a given sample. \\\n",
"Let's start with the sample of elabid equal to *1077* - which at the time I'm writing this is named \"Na-26-001 LMNO LAO\". The related experiments are Experiment 48 (layer 1) and Experiment 49 (layer 2). From these experiments we will only fetch *deposition time* and *repetition rate* to keep the present notebook clean.\n",
"Let's start with the sample of elabid equal to *1108* - which at the time I'm writing this is named \"Na-26-005\". The related experiments are Experiment 48 (layer 1) and Experiment 49 (layer 2). From these experiments we will only fetch *deposition time* and *repetition rate* to keep the present notebook clean.\n",
"\n",
"#### How linked experiments are managed by eLabFTW\n",
"Linked experiments are similar to linked items: you can reference an eLabFTW experiment into a resource, but when you download the data of the latter from the API endpoint you only get the elabid and **very few additional data** - like the experiment's title - of the former. In this situation the experiments linked to a sample contain information about its layers, which is at least level-1 nested since it requires at least an additional HTTP request."
"Linked experiments are similar to linked items: you can reference an eLabFTW experiment into a resource, but when you download the data of the latter from the API endpoint you only get the elabid and **very few additional data** - like the experiment's category - of the former. In this situation the experiments linked to a sample contain information about its layers, which is at least level-1 nested since it requires at least an additional HTTP request."
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.