Skip to content

How to Use This Plugin

This plugin can be used in a NOMAD Oasis installation. Check the tips in Install this plugin for details.

Once the NOMAD Oasis is deployed, you can generate different entries as shown below.

Outline

  1. Create an upload and manage users
  2. Create a new sample entry
  3. Create a sample processing conditions entry
  4. Add an instrument entry
  5. Add a measurement entry
  6. Upload a DFT calculation
  7. Create an ExperimentELN entry
  8. Use the dedicated UniSysCat Explore App
  9. Run a jupyter notebook to visualize the .pdb file

1. Create an upload and manage users

2. Create a new sample entry

3. Create sample processing conditions

4. Add an instrument entry

5. Add a measurement entry

6. Upload a DFT calculation

7. Create an ExperimentELN entry

You can create an Experiment entry and link all related activities in one entry, similar to the sample processing entry. Select ExperimentELN Entry from the drop-down menu and link the references in the subsection "steps"

8. Use the dedicated UniSysCat Explore App to get an overview and find entries

9. Run a jupyter notebook to visualize the .pdb file

In the open jupyter notebook install the ngl package by typing pip install nglview shift +enter

import nglview
view = nglview.show_file("ReMBH_4IUC.pdb")
view
After executing the cell you will see an interactive image of the protein.

gif for protein vizualization in jupyter hub