when running SoMEF on rolf repository, it seems that SoMEF does not detected codemeta.json that is present in the root directory ./codemeta.json, however after I looked in to it, it seems that this happens because there is a syntax error in codemeta.json itself:
"author": [
{
"@type": "Person",
"email": "jenifer.tabita.ciuciu.kiss@gmail.com",
"name": "Jenifer Tabita Ciuciu-Kiss"
}
{
"@type": "Person",
"name": "Daniel Garijo",
"@id": "http://orcid.org/0000-0003-0454-7145"
},
],
After I fixed it and ran SoMEF locally, it got detected. it seems that the codemeta parser fails if there is a syntax error in codemeta.json.
when running SoMEF on rolf repository, it seems that SoMEF does not detected codemeta.json that is present in the root directory ./codemeta.json, however after I looked in to it, it seems that this happens because there is a syntax error in codemeta.json itself:
After I fixed it and ran SoMEF locally, it got detected. it seems that the codemeta parser fails if there is a syntax error in codemeta.json.