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

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

Open
blankdots opened this issue Nov 4, 2021 · 1 comment
Open

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

blankdots opened this issue Nov 4, 2021 · 1 comment

Comments

@blankdots
Copy link
Contributor

blankdots commented Nov 4, 2021

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

@blankdots blankdots changed the title Display DOI information for published folders Display DOI and Metax information for published folders Mar 9, 2022
@juhtornr juhtornr assigned juhtornr and hannyle and unassigned juhtornr Mar 14, 2022
@hannyle
Copy link
Contributor

hannyle commented Mar 23, 2022

This issue will be proceeded as soon as its UI design is ready.

@hannyle hannyle removed their assignment Mar 23, 2022
@genie9 genie9 added this to the 0.14.0 milestone May 3, 2022
@genie9 genie9 changed the title Display DOI and Metax information for published folders Display DOI and Etsin to link for published folders May 16, 2022
@genie9 genie9 changed the title Display DOI and Etsin to link for published folders Display DOI and link to Etsin for published folders May 16, 2022
@hannyle hannyle removed their assignment May 16, 2022
@genie9 genie9 changed the title Display DOI and link to Etsin for published folders Display DOI and discovery link to Etsin for published folders May 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants