Skip to content

Commit

Permalink
Merge branch 'main' into maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
harivyasi committed Jul 2, 2024
2 parents 8c30a11 + 774803f commit bc66890
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/eln/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For routine use in operations, Chemotion ELN can be installed on IT facilities o

#### How can I add coefficients to balance my reaction?

- **Answer:** To balance your equation, changing coefficients is still not possible, so you need multiple samples to express a single molecule when it has a coefficient more than one. This step is important for correct calculations of the yield.
- **Answer:** Yes, coefficients to balance your equation can be added in the reaction table (since v1.4.0). Those coefficients are not yet displayed in the reaction image but we are working on this.

### Tracking Changes and Making Backups

Expand Down
2 changes: 1 addition & 1 deletion docs/eln/install_configure/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ Here the `nmriumwrapper.url` value depends on the version of Chemotion ELN you a
| 1.7.0 - 1.7.2 | 0.1.0 - 0.3.0 |
| 1.7.3 - 1.8.1 | 0.4.0 |
| 1.8.2 | 0.5.0 |
| 1.9.0 | 0.4.0 - 0.6.0 |
| 1.9.0 - 1.9.3 | 0.4.0 - 0.9.0 |

So, if you are using e.g. ELN version 1.8.2, please `nmriumwrapper.url` to `https://nmrium.nmrxiv.org/releases/v0.5.0/`.

Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions docs/repo/workflow/embargo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,11 @@ Samples or reactions submitted to the Repository without embargo can be retroact
Samples or reactions can be moved to another existing embargo bundle or can be moved to a new embargo bundle. Please use the transfer symbol given next to each entry in the "embargoed publications" panel.

![](/img/docs/move-change-release-embargo/how_to_move_to_another_embargo.gif)

## Embargo Overview

The embargo overview displays all embargo bundles currently in the repository. By selecting `Embargoed Publications` in the main navigation bar of the repository, the overview is shown. You can check the status of your own submissions, while for reviewers, the status of all embargoes will be revealed.

By clicking on `View details`, you can see the details of the embargo bundle. The reviewer's comment will be displayed next to the `View details` button.

![](/img/repo/publication/embargo_overview.png)
27 changes: 25 additions & 2 deletions docs/repo/workflow/new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ author: Nicole Jung
sidebar_position: 1
---

import { YouTubeFrame } from "@site/src/js/layout";
import dataTransfer from "@site/static/img/repo/publication/data_transfer.png";

## Adding data without ELN support

To add data to the repository, you have to follow five steps:
You may have a look on Youtube where we added an example of how to add data after step 5:
To add data to the repository, you have to follow five steps:
You may have a look on Youtube where we added an example of how to add data after step 5:
https://youtu.be/TSAuiqdkM4Y

(1) create an account
Expand Down Expand Up @@ -58,3 +61,23 @@ If you return to your account in the repository, the data can be found in the co

(5) Check in Repository
![](/img/docs/create-new-entry/3f837263-364d-48a6-871e-2166b9316f61_image_20191030-26466-919en8.png)

### Status Tracking

During the data transfer process, you will receive the first message with a Job ID in Chemotion ELN once the data has been packed and sent to the Chemotion Repository. After the Chemotion Repository has received the data, you will receive the second message with the same Job ID. As the import process runs in the background in the Chemotion Repository, you will receive the third message with the same Job ID once the data has been processed.

<p align="center">
<img src={dataTransfer} alt="Data Transfer from ELN to Repository" />
</p>

### Link Back to ELN
You can click on the button at the top of the detail page with the tooltip "Go to original ELN xxx," which will directly link back to the original data in ELN.

### Video Tutorial

Please refer to the visualized video below:

<YouTubeFrame
src="https://www.youtube-nocookie.com/embed/PMeDUJlISVI"
title="Sync Dataset from LabIMotion Hub"
/>
Binary file added static/img/repo/publication/data_transfer.png
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 static/img/repo/publication/embargo_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc66890

Please sign in to comment.