From ca5ff59a9112b4174afbfb5f10e1d4b7d9efad92 Mon Sep 17 00:00:00 2001
From: Andi Gerken <andi.gerken@gmail.com>
Date: Wed, 28 Apr 2021 13:33:42 +0000
Subject: [PATCH] Added some information in README.md

---
 README.md | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b1ff0ce..22a15bf 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,15 @@
- 
+## Purpose
+
+The RoboFish Track Format serves as an interface specification so that (1) all components of the RoboFish system can exchange tracking data in a standardized format and (2) to facility exchange of organism tracking data between researchers.
+
+## Specification
+
+Released versions can be found [here](https://git.imp.fu-berlin.de/bioroboticslab/robofish/track_format/-/releases).
+
+## Implementation(s)
+
+ - The reference Python implementation is available as [robofish.io](https://git.imp.fu-berlin.de/bioroboticslab/robofish/io).
+
 ## LICENSE
 
 This work is licensed under GPL 3.0 (or any later version).
-- 
GitLab