-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Description
As a follow-up of #455 we need to be able to display to the users information about the Datacite published DOI.
In the folder there is a key extraInfo
with the necessary information:
"extraInfo": {
"studyIdentifier": {
"accessionId": "acccessionId",
"identifier": {
"identifierType": "DOI",
"doi": "https://doi.url"
},
"url": "https://etsin.url",
"types": {
"resourceTypeGeneral": "Collection"
}
},
"datasetIdentifiers": [
{
"accessionId": "acccessionId1",
"identifier": {
"identifierType": "DOI",
"doi": "https://doi.url"
},
"url": "https://etsin.url",
"types": {
"ris": "DATA",
"bibtex": "misc",
"citeproc": "dataset",
"schemaOrg": "Dataset",
"resourceTypeGeneral": "Collection"
}
},
{
"accessionId": "acccessionId2",
"identifier": {
"identifierType": "DOI",
"doi": "https://doi.url"
},
"url": "https://etsin.url",
"types": {
"ris": "DATA",
"bibtex": "misc",
"citeproc": "dataset",
"schemaOrg": "Dataset",
"resourceTypeGeneral": "Collection"
}
}
],
"publicationYear": 2020,
"publisher": "CSC"
}
to display:
- the DOI id from key
doi
with the corresponding URL - publication year
- publisher
- types -> resourceTypeGeneral
should be visible when opening a published folder
Optional: display also information from doiInfo
key from folder
DoD (Definition of Done)
DOI info is listed for published folders
Testing
Integration Testing