Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update to new nfdi web-components ⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Jun 21, 2022
1 parent 02889c4 commit 31c939c
Show file tree
Hide file tree
Showing 7 changed files with 2,051 additions and 37 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.2.0+7538a7f (Released 2022-6-20)
* Additions:
* latest commit #7538a7f
* [[#a54f783](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/a54f783ff3193195bde18f2d16dc4cfd195199ab)] add nfdi-code parsing
* [[#7538a7f](https://github.com/Freymaurer/Nfdi4Plants.Fornax/commit/7538a7f977e5f2643b3ab69f43038a8034599539)] Add unit tests :white_check_mark:

### 0.1.0+7fe6e3c (Released 2022-6-15)
* Additions:
* latest commit #7fe6e3c
Expand Down
14 changes: 14 additions & 0 deletions client/docs/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@ for f in *.md; do pandoc -s -o "${f%.md}.docx" "$f"; done

## What is metadata?

```
// Code testing no language
let x = 20
```

```fsharp
// Code testing with language
let x = 20
```

Code testing with inline `code` example!

Metadata is "data that provides information about other data"[^1][Merriam]. In order to put some (plant) life into this web dictionary explanation, let us explore metadata with a plant biology example:

> Viola investigates the effect of the plant circadian clock on sugar metabolism in *W. mirabilis*. For her PhD project, which is part of an EU-funded consortium in Prof. Beetroot's lab, she acquires seeds from a South-African botanical society. Viola grows the plants under different light regimes, harvests leaves from a two-day time series experiment, extracts polar metabolites as well as RNA and submits the samples to nearby core facilities for metabolomics and transcriptomics measurements, respectively. After a few weeks of iterative consultation with the facilities' heads as well as technicians and computational biologists involved, Viola receives back a wealth of raw and processed data. From the data she produces figures and wraps everything up to publish the results in the *Journal of Wonderful Plant Sciences*.
Expand Down
Loading

0 comments on commit 31c939c

Please sign in to comment.