Event Timeline
Comment Actions
@vlorentz : If you can check the Slug in the deposit DB of this artifact, it might be je-suis-gpl
And do the deposit with the same Slug for linking purposes.
Following your message on IRC, would you feel better if we change this with only the mandatory fields in AtomPub.
And add a <codemeta> </codemeta> with a correct input of the other metadata in json?
<codemeta> { "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "identifier": "je-suis-gpl", "description": "", "name": "", "codeRepository": "", etc... } </codemeta>
Comment Actions
I don't think it's worth it to support an extra syntax. It's just that it feels weird to use JSON-LD semantics with an XML syntax, but there's no technical issue with doing that afaik