Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cllde8 committed May 2, 2024
1 parent faadd0b commit 8360cdf
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 37 deletions.
47 changes: 47 additions & 0 deletions docs/labimotion/guides/user/elements/copy-split.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Copy and Split
author: Claire Lin
sidebar_position: 3
---

import {
FigCaption,
SubTitle,
YouTubeFrame,
Reader,
} from "@site/src/js/layout";

<SubTitle text="Use Copy to Duplicate Elements or Split Them to Create New Ones with Parent-Child Relationships" />
<Reader text="User" />

Each element comes equipped with both the **Copy** and **Split** functions, providing users with versatile options for element management. Whether duplicating existing content or creating a new element from the original while establishing parent-child relationships, these features empower users to customize their data effectively.

## Copy Element

The **Copy** function enables you to create a duplicate of an Element for your content. Once you click on the "Copy" button, select the Collection that you want to assign the new Element to, the data will be copied to the new Element. You can then edit the Element name and other details as needed. This enables you to efficiently replicate complex content without starting from scratch.

Quickly learn from the video:

<YouTubeFrame
src="https://www.youtube-nocookie.com/embed/rARGgJHN-xQ"
title="Copy Element"
/>
<FigCaption text="Generic Element Copy Function" />

:::warning

Kindly note that not all information will be adopted, such as analyses, dragged samples, dragged elements, upload files, and tables.

:::

## Split Element

Scientists have conceptualized a new element to meet their specific requirements. Utilizing the **Split** feature, users can now create a new element from an existing one, establishing a parent-child relationship in the process.

Watch a video demonstration:

<YouTubeFrame
src="https://www.youtube-nocookie.com/embed/pCFHtbhewhA"
title="Generic Element Split Function"
/>
<FigCaption text="Generic Element Split Function" />
37 changes: 0 additions & 37 deletions docs/labimotion/guides/user/elements/copy.mdx

This file was deleted.

23 changes: 23 additions & 0 deletions docs/labimotion/guides/user/elements/report.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Report Generation
author: Claire Lin
sidebar_position: 10
---

import {
FigCaption,
SubTitle,
YouTubeFrame,
Reader,
} from "@site/src/js/layout";

<SubTitle text="A Documentation for Facilitating Scientific Reporting" />
<Reader text="User" />

The Generic Elements **Report Generation** feature is very helpful for scientists' scientific reporting, and LabIMotion is now offering report generation in docx format, with a focus on maximizing the use of element content for reporting. Watch the video below to see this feature in action.

<YouTubeFrame
src="https://www.youtube-nocookie.com/embed/XUbMF99Aku0"
title="Generic Element Report Generation"
/>
<FigCaption text="Generic Element Report Generation" />

0 comments on commit 8360cdf

Please sign in to comment.