From 8bf190b8784428c478b2b5d0e82bca6120fa495a Mon Sep 17 00:00:00 2001 From: Marlene Pacharra <marlene.pacharra@ruhr-uni-bochum.de> Date: Fri, 19 May 2023 15:10:25 +0200 Subject: [PATCH] Screenshot --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 48083d7..c7d6915 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ 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