From 3d69ceb668dd366356f2c7f703526cadbce143df Mon Sep 17 00:00:00 2001 From: Marlene Pacharra <marlene.pacharra@ruhr-uni-bochum.de> Date: Wed, 14 Jun 2023 11:03:57 +0200 Subject: [PATCH] update links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56607ee..4759ca4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To save researchers noticeable routine work in creating metadata in the medium t  -The MetaDataApp will store the entries in a json file format that allows further use in a database (see related project: [SFB 1280 DatabaseApp](https://gitlab.ruhr-uni-bochum.de/sfb1280/databaseapp)) and other repositories. Json is a well-established data-interchange format that can be transformed easily in any pipeline regardless of programming language use. The [SFB 1280 DatabaseApp](https://gitlab.ruhr-uni-bochum.de/sfb1280/databaseapp) is an additional developed Java application that makes the thus created metadata searchable and search results easily retrievable. +The MetaDataApp will store the entries in a json file format that allows further use in a database (see related project: [SFB 1280 DatabaseApp](https://gitlab.ruhr-uni-bochum.de/sfb1280/databaseapp_2.0)) and other repositories. Json is a well-established data-interchange format that can be transformed easily in any pipeline regardless of programming language use. The [SFB 1280 DatabaseApp](https://gitlab.ruhr-uni-bochum.de/sfb1280/databaseapp_2.0) is an additional developed Java application that makes the thus created metadata searchable and search results easily retrievable. ## Structure of the project -- GitLab