Skip to content

Commit

Permalink
Merge pull request #531 from nfdi4plants/restructure
Browse files Browse the repository at this point in the history
Restructure
  • Loading branch information
Freymaurer authored Nov 26, 2024
2 parents a13ab1e + 8ed5741 commit a8ff7bc
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 9 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/core-concepts/arc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: ARC
lastUpdated: 2023-05-25
authors:
- martin-kuhl
sidebar:
order: 1
---

# Annotated Research Context (ARC)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Best Practices For Data Annotation
lastUpdated: 2022-11-07
authors:
- martin-kuhl
sidebar:
order: 3
---


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Creating an ARC for Your Project
title: Is My ARC Good Enough?
lastUpdated: 2024-11-13
authors:
- dominik-brilhaus
Expand Down
2 changes: 2 additions & 0 deletions src/content/docs/core-concepts/isa.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ authors:
- dominik-brilhaus
- martin-kuhl
lastUpdated: 2024-11-06
sidebar:
order: 6
---

The ARC builds on the <a href="https://isa-specs.readthedocs.io/en/latest/isamodel.html" target="_blank">ISA model</a> (Investigation - Study - Assay) for metadata annotation, which aligns well with most projects in biology labs. It allows to group multiple studies and assays to one investigation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---
title: ARCs in Enabling Platforms
title: Optimizing ARC Integration
lastUpdated: 2023-08-04
authors:
- dominik-brilhaus
sidebar:
order: 4
---

Here we explore how the ARC can help streamline data flows and project management in enabling platforms.
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/cwl/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ Please explore the sections on the left to find guides on
href="/nfdi4plants.knowledgebase/cwl/cwl-examples"
description="Find some example files!"
/>
<LinkCard
title="Step by Step"
href="/nfdi4plants.knowledgebase/cwl/step-by-step"
description="Join us for a step by step example of how to wrap a python script."
/>
</CardGrid>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Wrapping a script with CWL
title: Step by Step
lastUpdated: 2024-11-14
authors:
- dominik-brilhaus
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/guides/annotate-in-excel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar:
order: 1
badge:
text: new
variant: caution
variant: tip
---

import { Steps } from '@astrojs/starlight/components';
Expand Down
14 changes: 9 additions & 5 deletions src/content/docs/guides/publish-arc.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ import ViolaSays from '@components/ViolaSays.astro'
import { Steps } from '@astrojs/starlight/components';
import { Card } from '@astrojs/starlight/components';


Find out more about ARC data publications [here](/nfdi4plants.knowledgebase/datahub/data-publications)!

## Prequisites

Before you can publish your ARC to DataPLANT's publication service (based on Invenio), it needs to be validated.

:::note
Before you can publish your ARC to DataPLANT's publication service (based on Invenio), it needs to be validated. Follow [this guide](/nfdi4plants.knowledgebase/guides/validate-arc) to validate your ARC for Invenio.
Follow [this guide](/nfdi4plants.knowledgebase/guides/validate-arc) to validate your ARC for Invenio.
:::

# PLANTDataHUB

<Card icon="gitlab" title="PLANTDataHUB">
<Steps>
Expand All @@ -40,7 +48,3 @@ Before you can publish your ARC to DataPLANT's publication service (based on Inv

</Steps>
</Card>

:::tip
Find out more about ARC data publications [here](/nfdi4plants.knowledgebase/datahub/data-publications)
:::

0 comments on commit a8ff7bc

Please sign in to comment.