From b848a9774324ceedcb8ef6d002a9be1d0a4fe1b4 Mon Sep 17 00:00:00 2001
From: Nathan Chambron <nathan.chambron@b-com.com>
Date: Tue, 13 Sep 2022 09:14:11 +0000
Subject: [PATCH] add header to readme

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

diff --git a/readme.md b/readme.md
index bc84c31..82ebb17 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,14 @@
+*This repository is part of the outcomes of the Specialist Task Force 620 focusing on the authoring of a World Representation as part of the ETSI ISG Augmented Reality Framework architecture (https://www.etsi.org/deliver/etsi_gs/ARF/001_099/003/01.01.01_60/gs_ARF003v010101p.pdf).*
+*The set of the World Representation authoring components includes:*
+
+*•	The C++ and C# source code for servers and clients  generated from OpenAPI available here (https://forge.etsi.org/rep/arf/arf005)*
+
+*•	A Unity plugin and a Unity editor for authoring and accessing a World Representation hosted on a World Storage server.*
+
+*All these components are available under the ETSI Labs group “World Storage API Helpers”: https://labs.etsi.org/rep/arf/world-storage-api-helpers*
+
+---
+
 # Description of version 1.0.0
 
 This project should be used to construct a complete ASP-Net REST server compliant to the ARF World Storage API. It uses auto-generated ASP.NET server code. We propose to use the open source OpenAPI-Generator for this.
@@ -125,4 +136,4 @@ Execute the following command in docker:
 Execute the following command in docker:
 ```
   mongorestore --db **insert database_name** **insert path_to_bson_file**
-```
\ No newline at end of file
+```
-- 
GitLab