Aida Jafarbigloo

Results 12 issues of Aida Jafarbigloo

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...

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...

Hello, While extracting metadata from CodeMeta files, there was an issue with finding the file path, leading to this error: `Error while executing codemeta: . contains either no or more...

1️ harvesting

Remote Harvesting A feature that allows users to harvest and retrieve metadata from CFF and CodeMeta files by providing a GitHub repository URL. By executing the command `hermes harvest --url...

1️ harvesting

Hello, This is not working on the issues page, right? `No printable content found on this page` Do you have a plan to add this functionality to the extension?

Added the URL to the `hermes harvest` command. Now, the command `hermes harvest` harvest the metadata from the local repository, and `hermes harvest --url ` allows harvesting metadata from the...

`hermes clean` command on the develop and main branch fails to run. **Behavior:** Run subcommand clean Removing HERMES caches... An error occurred during execution of clean (Find details in './hermes.log')...

When there are more than one license listed in codemeta.json, the merging process fails. After harvesting metadata from both CITATION.cff and codemeta.json, hermes encounters an error during the merge step,...

When harvesting metadata from a repository, if one of the source files (e.g., `CITATION.cff` or `codemeta.json`) contains an error, the harvesting process stops entirely if that invalid file appears first...

When harvested metadata includes more than one license, the merging process (hermes process command) does not handle it correctly and produces malformed output. Action: Harvest metadata from CITATION.cff and codemeta.json....