Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metadata #82

Open
tilfischer opened this issue Mar 11, 2024 · 1 comment
Open

Update metadata #82

tilfischer opened this issue Mar 11, 2024 · 1 comment
Assignees

Comments

@tilfischer
Copy link

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
Copy link
Author

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

@phuang26 phuang26 self-assigned this Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants