-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated and reorganized documentation and images for LabIMotion featu…
…res and components.
- Loading branch information
Showing
78 changed files
with
105 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
docs/labimotion/guides/user/datasets/converter-metadata.mdx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
--- | ||
title: Metadata Auto Mapper | ||
author: Claire Lin | ||
sidebar_position: 4 | ||
--- | ||
|
||
import { | ||
FigCaption, | ||
SubTitle, | ||
YouTubeFrame, | ||
Reader, | ||
} from "@site/src/js/layout"; | ||
|
||
import mapperConcept from "@site/static/img/labimotion/metadata-mapper.png"; | ||
|
||
<SubTitle text="Metadata Auto Mapper extract the metadata and fill into the dataset for you" /> | ||
<Reader text="User" /> | ||
|
||
The **Metadata Auto Mapper** automatically maps file data to the corresponding dataset template, displaying it in the predefined form. | ||
|
||
:::info[Prerequisites] | ||
|
||
Ensure the following prerequisites are met before proceeding: | ||
|
||
1. The corresponding dataset template exists and is active in your system. | ||
2. The file format is supported by the Metadata Auto Mapper. | ||
|
||
::: | ||
|
||
<p align="center"> | ||
<img src={mapperConcept} alt="LabIMotion - Generic Dataset: Metadata Auto Mapper" /> | ||
<FigCaption text="LabIMotion - Generic Dataset: Metadata Auto Mapper" /> | ||
</p> | ||
|
||
Let's take a look at the following examples: | ||
|
||
### NMR File | ||
|
||
The video demonstrates how the Metadata Auto Mapper extracts the metadata from an NMR file and fills it into the dataset. | ||
|
||
<YouTubeFrame | ||
src="https://www.youtube-nocookie.com/embed/dUSl0yTDTvk" | ||
title="Metadata Auto Mapper" | ||
/> | ||
|
||
<FigCaption text="Generic Dataset: Metadata Auto Mapper - NMR file data extraction" /> | ||
|
||
### BagIt format file | ||
|
||
The video demonstrates how the Metadata Auto Mapper extracts the metadata from a BagIt format file and fills it into the dataset. | ||
|
||
<YouTubeFrame | ||
src="https://www.youtube-nocookie.com/embed/OeY4ebfzfDg" | ||
title="Converter Metadata" | ||
/> | ||
|
||
<FigCaption text="Generic Dataset: Metadata Auto Mapper - BagIt file data extraction" /> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
--- | ||
title: User View | ||
title: User Guides | ||
author: Claire Lin | ||
sidebar_position: 4 | ||
sidebar_position: 5 | ||
--- | ||
|
||
import DocCardList from "@theme/DocCardList"; | ||
import { | ||
FigCaption, | ||
SubTitle, | ||
|
@@ -30,5 +29,3 @@ Explore the available generic templates on **[Template Hub](https://www.chemotio | |
Moreover, please don't hesitate to **[contact us](mailto:[email protected])** if you wish to share the templates. | ||
|
||
## Topics | ||
|
||
<DocCardList /> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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.