hermes
hermes copied to clipboard
Implementation of the HERMES workflow
Hello, Although every step in the guide for using HERMES in a CI environment (https://docs.software-metadata.pub/en/latest/tutorials/automated-publication-with-ci.html) has been followed, no metadata is being extracted into the `.hermes/curate` directory in `hermes.json`. The...
Closes #255 . This Feature shows a Tutorial for writing plugins for HERMES. To do that the git harvest plugin will be in another project. Currently in https://github.com/hermes-hmc/hermes-git
Hello, While extracting metadata from repositories without a CFF file, we face error, and the absence of CFF or CodeMeta files complicates metadata extraction. (We tried hermes harvesting in local...
Relates to #246 Write git plugin as harvest source
https://github.com/KnowledgeCaptureAndDiscovery/somef
The points are collected in #244.
- [x] No log output? - [x] No complaints about invalid CFF file -> Logs are not enabled by default, missing init to ERR/WARN/INFO. - [x] No complaints about non-existent...
We currently do lots of requests against InvenioRDM and spdx.org to retrieve the correct license identifier... Maybe we want to use https://github.com/spdx/license-list-data/tree/main instead somehow...
We (https://github.com/etmc/tmLQCD) would like to list a number of relevant publications in our CITATION.cff: ``` identifiers: - type: "doi" value: "10.1016/j.cpc.2009.05.016" description: >- tmLQCD: A Program suite to simulate Wilson...
[Set up automatic software publishing](https://docs.software-metadata.pub/en/latest/tutorials/automated-publication-with-ci.html) describes how to set up your workflow. First it creates some branches and a merge request from `hermes/curate-result-...` into `hermes/curate-...`. Accepting this merge request runs...