From 889947b7a516cd6c05053568489f0c55a3c37819 Mon Sep 17 00:00:00 2001
From: Heinrich Lukas Weil <weil@bio.uni-kl.de>
Date: Mon, 12 May 2025 11:19:16 +0000
Subject: [PATCH] Add readme

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..48250d8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+This project was created as a small showcase for a meeting of how to depict MIAPPE in an ARC.
+
+The main focus here is on how the datamap is used to annotate the traits measured in the assay, in this example "plant height"
+
+It contains 
+- a `Study` "PlantSetup", which annotates the preparation of two plants "Plant1" and "Plant2".
+- an `Assay` "PlantHeightMeasurement", which annotates a measurement conducted on these two plants. For this it contains
+    - result table "Measurement.txt"
+    - a process linking "Plant1" and "Plant2" to "row1" and "row2" of the result table using [Data Fragment Selectors](https://github.com/nfdi4plants/ARC-specification/pull/93)
+    - a [Datamap](https://github.com/nfdi4plants/ARC-specification/pull/104), further annotating the columns in the result table
+
-- 
GitLab