ComPlat / chemotion_REPO

Repository for samples, reactions and related research data
https://www.chemotion-repository.net
GNU Affero General Public License v3.0
12 stars 2 forks source link

Update metadata #82

Open tilfischer opened 6 months ago

tilfischer commented 6 months ago

Is your enhancement request related to a problem? Please describe. User publish data as samples or reactions but find an error in the metadata they provided after the sample or reaction got published. Currently, this cannot be fixed via the UI.

Describe the solution you'd like Users should be able to update the metadata, while not touching the actual data. If metadata is updated, also the DOI metadata should be updated.

Context For the collection https://dx.doi.org/10.14272/collection/TiFi_2022-11-28 I forgot to mention acknowledgement for funding e.g. [Deutsche Forschungsgemeinschaft](https://ror.org/018mejw64) - (NFDI4Chem – Chemistry Consortium in the NFDI) [441958208](https://gepris.dfg.de/gepris/projekt/441958208)

Best, Tillmann

tilfischer commented 6 months ago

A code snipped, which could be part of the metadata of the collection linked above but also of the samples (and reactions) the collection has:

"fundingReferences": [
{
"awardUri": "https://gepris.dfg.de/gepris/projekt/441958208",
"schemeUri": "https://ror.org/",
"awardTitle": "NFDI4Chem – Chemistry Consortium in the NFDI",
"funderName": "Deutsche Forschungsgemeinschaft",
"awardNumber": "441958208",
"funderIdentifier": "https://ror.org/018mejw64",
"funderIdentifierType": "ROR"
}
]

I am actually currently not aware how to add acknowledgements in Chemotion. Any hints?

Best, Tillmann