From f753201ab47c3c176f6c1a8aebf3ef8568e24a03 Mon Sep 17 00:00:00 2001 From: Marlene Pacharra <marlene.pacharra@ruhr-uni-bochum.de> Date: Fri, 19 May 2023 15:10:51 +0200 Subject: [PATCH] delete image caption --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c7d6915..96ec154 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ Please refer to this project's [wiki page for information about the SFB 1280 met ## About this project To save researchers noticeable routine work in creating metadata in the medium term, the SFB 1280 INF project developed the SFB 1280 Metadata App. The MetaDataApp is a Java application that allows researchers to easily store metadata as local json files along with research data using an inheritance strategy. It allows the input of SFB 1280 metadata, as well as the mandatory DublinCore and DataCite metadata that have no mapping to SFB 1280 metadata. -*Screenshot MetaDataApp* - + 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 a additional developed Java application that makes the thus created metadata searable and search results esily retrievable. -- GitLab