Skip to content

Commit

Permalink
further improvement and added screenshots (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
schumannj authored Oct 15, 2024
1 parent 22c5b56 commit 60ac2bc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 14 deletions.
Binary file modified docs/how_to/ScreenshotCreateBuiltInSchema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/how_to/ScreenshotSampleEntry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions docs/how_to/use_this_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ When creating single entries, it may be easiest to manually fill the schemas in
![image with screenshot of the NOMAD GUI](ScreenshotCreateBuiltInSchema.png)

## The **Catalyst Sample** schema
TODO
Below you see a fresh instance of a **Catalyst Sample** entry, which can be filled directly in the GUI.
![image of sample instance in the NOMAD GUI](ScreenshotSampleEntry.png)

## The **Catalytic Reaction** schema

Here you see a screenshot of an empty **Catalytic Reaction** measurement entry.
![image of measurement instance for a catalytic reaction](ScreenshotReactionMeasurement.png)

### Populate the CatalyticReaction schema from a data file

Expand All @@ -36,6 +38,7 @@ For excel files with multiple sheets, only the first sheet is read. If a column
it will be ignored.

The following column headers will be recognized and mapped into the NOMAD schema:

|excel column header | description | schema quantity|
|---|---|---|
| `catalyst` | name of the catalyst| reactor_filling.catalyst_name
Expand Down
14 changes: 2 additions & 12 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,10 @@ This plugin aims at facilitating the catalysis researchers life by providing a f
tool to manage, vizualize, analyze and share catalyst and reactivity data. Currently it is still in
development and feedback about the plugin and documentation is welcome.

<div markdown="block" class="home-grid">
<div markdown="block">

## Included Entry Types
This plugin includes two new NOMAD entry types: `CatalystSample` and `CatalyticReaction`. More information can be found in the [References](reference/references.md) and the [How-to guides](How_to/use_this_plugin.md).

### Tutorial

TODO

- [Tutorial](tutorial/tutorial.md)

</div>
<div markdown="block" class="home-grid">
<div markdown="block">

### How-to guides
Expand All @@ -41,8 +32,6 @@ How-to guides provide step-by-step instructions for a wide range of tasks, with

- [Install this plugin](how_to/install_this_plugin.md)
- [Use this plugin](how_to/use_this_plugin.md)
- [Contribute to this plugin](how_to/contribute_to_this_plugin.md)
- [Contribute to the documentation](how_to/contribute_to_the_documentation.md)

</div>

Expand All @@ -55,4 +44,5 @@ The reference [section](reference/references.md) includes all sections and their
as well as the necessary format for the possible datafiles of the catalytic reaction.

</div>
<div markdown="block">
</div>

0 comments on commit 60ac2bc

Please sign in to comment.