Skip to content

Commit

Permalink
Add new image for add building block and additional info for JSON export
Browse files Browse the repository at this point in the history
  • Loading branch information
Etschbeijer committed Nov 14, 2024
1 parent e8abee8 commit 2a23463
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 13 additions & 2 deletions src/content/docs/swate/add-building-blocks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,22 @@ authors:
- patrick-blume
---

![](@images/swate/swate-alpha-add-building-block.png)

import { Steps } from '@astrojs/starlight/components';
import { Tabs, TabItem } from '@astrojs/starlight/components';

<Tabs syncKey="host">
<TabItem label="Browser">

![](@images/swate/swate-alpha-add-building-block.png)

</TabItem>
<TabItem label="Excel">

![](@images/swate/swate-excel-add-building-block.png)

</TabItem>
</Tabs>

<Steps>

1. Click on "Add building block" in the top bar or in the sidebar.
Expand Down
16 changes: 16 additions & 0 deletions src/content/docs/swate/json.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,32 @@ title: JSON import and export
lastUpdated: 2024-04-30
authors:
- kevin-frey
- patrick-blume
---

import SwateOverview from '@images/swate/swate-alpha-overview.png'
import { Tabs, TabItem } from '@astrojs/starlight/components';

Utilizing [ARCtrl](https://github.com/nfdi4plants/ARCtrl) all json formats Swate supports multiple different import and export formats for json.

## Export

The "File Export" function can be found in the <a href={SwateOverview.src} target="_blank">Sidebar</a>.

<Tabs syncKey="host">
<TabItem label="Browser">

You can export your data sheet simply by clicking on "Download".

</TabItem>
<TabItem label="Excel">

In contrast to the web version of swate, you cannot simply download your annotation tables.
In order to do so, you have to create a [top level metadata sheet](http://localhost:4321/nfdi4plants.knowledgebase/swate/annotation-table/).

</TabItem>
</Tabs>

![](@images/swate/json-export.png)

## Import
Expand Down

0 comments on commit 2a23463

Please sign in to comment.