From 8bfc1ca3432e1d5c2b676189775be04bf32625da Mon Sep 17 00:00:00 2001 From: Marlene Pacharra <marlene.pacharra@ruhr-uni-bochum.de> Date: Fri, 19 May 2023 09:17:17 +0200 Subject: [PATCH] Added info for introduction and background of the project --- README.md | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88dd1bb..a93133b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -# MetaDataApp +# SFB 1280 MetaDataApp ## Introduction -The MetaDataApp is an application for creating meta.json files for the SFB1280 Fileshare. You can create new or change existing Metafiles with it. -For For questions regarding code generator, please contact sfb1280data@rub.de. +One of the most important steps in managing research data is the creation of metadata. Metadata represents characteristics of the raw data collected, such as the creator, date, subjects. License, publisher, etc. are also metadata. However, selecting the appropriate metadata fields is a difficult task. + +The easiest way is to have a template that contains a [mapping to bibliometric metadata standards](https://gitlab.ruhr-uni-bochum.de/sfb1280/metaapp_2/-/wikis/Mapping-to-DublinCore-and-DataCite) such as DublinCore and DataCite: The [SFB 1280 metadata schema](https://gitlab.ruhr-uni-bochum.de/sfb1280/metaapp_2/-/wikis/SFB-1280-metadata-fields) is such a template with 16 fields developed by SFB representatives. In accordance with the [SFB's research data management policy](https://sfb1280.ruhr-uni-bochum.de/wp-content/uploads/2022/10/SFB1280_ResearchDataManagementPolicy_ADOPTED_20220928.pdf), storage of this metadata is mandatory for all SFB 1280 groups. + + +## 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. + +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. + ## Structure of the project @@ -55,3 +63,16 @@ Save the content to a new meta.JSON file. #### Line 1949 - END UI (Panels) + + +## License and Citation +This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License: https://creativecommons.org/licenses/by-sa/4.0/ + +Please cite as: Diers, Erik, Zomorodpoosh, Setareh, Linn, Sandra, Pacharra, Marlene, & Otto, Tobias. (2023). MetaDataApp... + +## Contact +If you have any questions about the MetaDataApp, or if you have feature requests or found bugs, please contact the SFB's INF project via email: sfb1280data@rub.de + +## Funding +The development of the SFB 1280 subject code generator was carried out as part of the SFB 1280 INF project, supported by the Deutsche Forschungsgemeinschaft DFG (German Research Foundation, project number (316803389)). + -- GitLab