Open broeder-j opened 2 years ago
Thanks, that's a good example and shows of the .zenodo.json
you mentioned.
It seems the failure is due to the query to the gitlab api being incorrect.
I suspect the address was converted from a git+ssh address to https://jugit.fz-juelich.de:ped-dyn-emp/petrack
, but that first colon should be a slash obviously, so this is indeed a bug (either here or probably in codemetapy)
Exception: Refusing to load non-authorized local context: file:///tmp/repostatus.jsonld
This was a temporary glitch in the git master tree and has been fixed in the meantime
Hier is an example project which has quite some metadata already: https://jugit.fz-juelich.de/ped-dyn-emp/petrack
DOIs in badges, cite description and dependency description in README and an .zendo.json file. I put this here as a test case.
codemeta-harvester just gets the basics, if it does not get the 'ReadMe.md'. With the patch in the merge request it does, but then it fails, because codemetapy fails in parsing the giturl (it is not a python repo), it ties to parse manifest.json
Output