diff --git a/.github/workflows/fair-software.yml b/.github/workflows/fair-software.yml new file mode 100644 index 000000000..d1fa0a4c2 --- /dev/null +++ b/.github/workflows/fair-software.yml @@ -0,0 +1,15 @@ +name: fair-software + +on: push + +jobs: + verify: + name: "fair-software" + runs-on: ubuntu-latest + steps: + - uses: fair-software/howfairis-github-action@0.2.1 + name: Measure compliance with fair-software.eu recommendations + env: + PYCHARM_HOSTED: "Trick colorama into displaying colored output" + with: + MY_REPO_URL: "https://github.com/${{ github.repository }}" diff --git a/.howfairis.yml b/.howfairis.yml new file mode 100644 index 000000000..d04979688 --- /dev/null +++ b/.howfairis.yml @@ -0,0 +1 @@ +skip_registry_checks_reason : "registered in NFDI4Culture Registry for Tools & Services at https://nfdi4culture.de/id/E3648" diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..939e0d85a --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,50 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! + +cff-version: 1.2.0 +title: Edirom Online +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software +authors: + - given-names: Daniel + family-names: Röwenstrunk + - given-names: Peter + family-names: Stadler + - given-names: Benjamin W. + family-names: Bohl + - given-names: Nikolaos + family-names: Beer + - given-names: Kristin + family-names: Herold + - given-names: Daniel + family-names: Jettka + - given-names: Stefan + family-names: Münnich + - given-names: Dennis + family-names: Ried + - given-names: Dennis + family-names: Friedl + - given-names: Hizkiel + family-names: Alemayehu +identifiers: + - type: doi + value: 10.5281/zenodo.5347861 + description: Edirom Online +repository-code: 'https://github.com/Edirom/Edirom-Online' +abstract: >- + Edirom Online is a software for the presentation and + analysis of critical musical editions in a digital format, + particularly in the fields of musicology and philology. + Edirom Online supports various data formats commonly used + in digital humanities, such as TEI (Text Encoding + Initiative) for textual data and MEI (Music Encoding + Initiative) for musical data, that is visualized with + Verovio. This allows for the integration of different data + formats, starting in the early days with texts, images and + music and adding audio and even film within a single + edition. +license: GPL-3.0 +version: v1.0.0 +date-released: '2024-11-20' diff --git a/README.md b/README.md index 1c14d88cb..8a34ab289 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,16 @@ -[![Build](https://github.com/Edirom/Edirom-Online/actions/workflows/pre-release.yml/badge.svg?branch=develop&event=push)](https://github.com/Edirom/Edirom-Online/actions/workflows/pre-release.yml) [![NFDI4C Registry](https://nfdi4culture.de/fileadmin/user_upload/registry/badges/nfdi4culturebadge.svg)](https://nfdi4culture.de/id/E3648) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) +