You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For published datasets there should be a link from the dataset to any DOIs. This mapping is stored in the published-dataset schema, but not included in the dataset pages.
Expected Behaviour
I could see this included either on the Dataset 'Details' tab or on the 'Related Datasets' tab. I think the DOI should have some prominence, so adding it to 'Details' might be better. The Details tab also has a switch for the Dataset.isPublished field, which I would expect to be synchronized with the DOI state for sites that assign DOIs.
Extra Details
Datasets can belong to multiple DOIs
We might need to add a mongodb index across PublishedDataset.pidArray for performance
The text was updated successfully, but these errors were encountered:
Summary
For published datasets there should be a link from the dataset to any DOIs. This mapping is stored in the published-dataset schema, but not included in the dataset pages.
Expected Behaviour
I could see this included either on the Dataset 'Details' tab or on the 'Related Datasets' tab. I think the DOI should have some prominence, so adding it to 'Details' might be better. The Details tab also has a switch for the
Dataset.isPublished
field, which I would expect to be synchronized with the DOI state for sites that assign DOIs.Extra Details
PublishedDataset.pidArray
for performanceThe text was updated successfully, but these errors were encountered: