Thomas Vuillaume

Results 12 comments of Thomas Vuillaume

Hi Unfortunately, I could not get this to work. Here is what I tried: ``` curl -i -H "Content-Type: application/json" -d '{"action":"accept", "recid":"970583"}' -H "Authorization: Bearer ${SANDBOX_ZENODO_TOKEN}" -X POST "https://sandbox.zenodo.org/communities/escape2020/curate"...

We face similar issues across repositories with several workflows and when using different sources of metadata (`CITATION.cff`, GitHub, `.zenodo.json` to name only those concerned directly by Zenodo) A solution would...

> FWIW, here are some resources that may help: > > * Unofficial JSON schema for `.zenodo.json` metadata files: https://github.com/zenodraft/metadata-schema-zenodo > * CLI tool for uploading things to Zenodo: https://www.npmjs.com/package/zenodraft...

Hi @adonath I have thought about this, let me try to explain: Here the current situation with the metadata and the release process: ![gammapy_current](https://user-images.githubusercontent.com/4263646/195382137-f25e0b2d-73a6-4bec-a868-34a49894dba3.jpg) Metadata are partially handled by gammapy...

Interestingly, I opened an issue several months ago already to update the `codemeta.json` file with the prereserved DOI: https://gitlab.in2p3.fr/escape2020/wp3/eossr/-/issues/64 That would simplify your life, simply using eossr CLI in gammay...

> Does this code be able to use a template to fill other fields? like this one: https://github.com/bkhelifi/gammapy/blob/Authors/dev/FOOTER_CODEMETA.json Yes, you would just 1. load the base metadata from what you...

> I would remove the date from `CITATION.cff` and I guess we should also remove the version number https://github.com/gammapy/gammapy/blob/master/CITATION.cff#L258 Ha yes, I am surprised the version did not get mixed-up...

> > Out of curiosity, why is that needed? > > Automating publishing of a new release in Zenodo is triggered when **creating a release** using Github web interface, but...

Current json, causing the issue: ``` { "@context": "https://doi.org/10.5063/schema/codemeta-2.0", "@type": "SoftwareSourceCode", "author": [ { "@id": "https://orcid.org/0000-0002-7064-4069", "@type": "Person", "affiliation": { "@type": "Organization", "legalName": "Netherlands eScience Center" }, "familyName": "Spaaks", "givenName":...

hi @mikael10j. Does it solve entirely the memory usage then? (you might still have some small overhead with Python compared to the cuda version) I am confident we can optimise...