ACDguide / invenioClim

invenioRDM version for climate data portal
MIT License
1 stars 1 forks source link

Small confusions after idealized model entry #9

Closed paigem closed 1 year ago

paigem commented 2 years ago

I just added an entry for an idealized model that I used in my PhD. Because this is an idealized model and so built around the code (not the model output), I have a points of confusion to bring up. Some may require their own issue, but some may be simple answers, so I'm adding them all in a single issue for now:

paolap commented 2 years ago

Thanks for the super useful comments. I think rather than answer everything here I'll use them for the guidance for contributors. So we have a central place where contributors can clarify find answers to similar questions. Said so I'll ad something about the last 2 points and the doi, as they can have the biggest impact.

DOI

You should list the DOI of the resource you are describing if it exists already. So in your case if the original paper publication is not just a reference but it is what you are describing then you should use its DOI.

As currently we have the DOI enabled it always expects a DOI to be already present or it will try to produce one. So if a record doesn't have a DOI (as for a data portal) what you want to do is to give it a fake one using "10.1234567/" All DOIs starting with "10.1234567/" will be ignored and not displayed once the record is published. In this way we can avoid for a DOI to be produced and we have control on we displayed DOIs only when they're legitimate.

When you create a new version for. a record it will expect a new DOI, that can be an issue if we want to add related files after publishing. As the actual DOI is not changing. This behaviour might change in the future but I'm also testing another workaround today