diff --git a/src/docs/guides/arcitect_QuickStart.md b/src/docs/guides/arcitect_QuickStart.md index f1b79f488..a2d60d40d 100644 --- a/src/docs/guides/arcitect_QuickStart.md +++ b/src/docs/guides/arcitect_QuickStart.md @@ -1,13 +1,14 @@ --- layout: docs title: ARCitect QuickStart -date: 2023-08-01 +date: 2024-05-03 author: - name: Dominik Brilhaus github: https://github.com/brilator orcid: https://orcid.org/0000-0001-9021-3197 - name: Sabrina Zander orcid: https://orcid.org/0009-0000-4569-6126 +- name: Stella Eggels add toc: true add support: true add sidebar: _sidebars/mainSidebar.md @@ -154,9 +155,17 @@ Click on your study's name to add details, such as - general metadata, - people, - publications and -- data process information +- factors - +Here you can also link different assays to your study. + + + +--- + +### Add an annotation table to your study + +To add detailed metadata on your study, you can create an additional table sheet and create an annotation table. For this, click the plus symbol next to "Metadata" at the bottom of your window. The tool [Swate](https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/implementation/Swate.html) is integrated into ARCitect and will automatically be used, when creating an annotation table. Please check the [Swate Quickstart](https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/swate_QuickStart.html) and the [Swate Manual](https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/SwateManual/index.html) for detailed information and guides. --- @@ -229,16 +238,18 @@ You can either ### Add information about your assay -In the assay panel you can - -1. link or unlink the assay to studies, and -2. define the assay's +In the assay panel you can define the assay's - measurement type, - technology type and - technology platform. -3. add data process information - + + +--- + +### Add an annotation table to your assay + +To add detailed metadata about your assay, you can create an additional table sheet and add an annotation table. For this, click the plus symbol next to "Metadata" at the bottom of your window. You can find guides on creating and filling annotation tables in the [Swate Quickstart](https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/guides/swate_QuickStart.html) and the [Swate Manual](https://nfdi4plants.org/nfdi4plants.knowledgebase/docs/SwateManual/index.html). --- diff --git a/src/docs/img/Arcitect_Assaymetadata.png b/src/docs/img/Arcitect_Assaymetadata.png new file mode 100644 index 000000000..7ac33d258 Binary files /dev/null and b/src/docs/img/Arcitect_Assaymetadata.png differ diff --git a/src/docs/img/Arcitect_Studymetadata.png b/src/docs/img/Arcitect_Studymetadata.png new file mode 100644 index 000000000..6dd0e80dd Binary files /dev/null and b/src/docs/img/Arcitect_Studymetadata.png differ