We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As part of the integration with #292 we would need to register DOIs for study and dataset
study
dataset
We will need to add keywords to the datacite.json schema to be able to have keywords present for #292
datacite.json
A folder with the new changes will look like:
{ "folderId": "folderid", "name": "mock folder", "description": "test mock folder", "published": "true", "metadataObjects": [ { "accessionId": "EDAG3991701442770179", "schema": "study" }, { "accessionId": "EGA123456", "schema": "sample" } ], "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" }, "drafts": [] }
keywords
extraInfo
unit and integration testing
The text was updated successfully, but these errors were encountered:
will be continued in #367
Sorry, something went wrong.
blankdots
Successfully merging a pull request may close this issue.
Description
As part of the integration with #292 we would need to register DOIs for
study
anddataset
study
ordataset
s are created we will register each as draft in Datacitestudy
anddataset
s in DataciteWe will need to add keywords to the
datacite.json
schema to be able to have keywords present for #292A folder with the new changes will look like:
DoD (Definition of Done)
datacite.json
to addkeywords
extraInfo
to allow multiple doisTesting
unit and integration testing
The text was updated successfully, but these errors were encountered: