Skip to content

Display DOI and discovery link to Etsin for published folders #523

@blankdots

Description

@blankdots

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
image

Optional: display also information from doiInfo key from folder

DoD (Definition of Done)

DOI info is listed for published folders

Testing

Integration Testing

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions