hubzero / hubzero-cms

Platform for Scientific Collaboration
https://hubzero.org
GNU General Public License v2.0
47 stars 57 forks source link

[PURR][#2512]Include citation to the dataset in DOI metadata record #1696

Closed kuang5 closed 4 months ago

kuang5 commented 7 months ago

Support ticket: https://purr.purdue.edu/support/ticket/2512 Summary of Issue: After the review to the citation information in DOI metadata record on datacite and the citations that we collected for the PURR datasets, we think that the procedure to set citation information of the dataset need to be updated, so that citation with different identifiers can be set properly in the DOI metadata record on DataCite. Summary of Fix/Changes: Update to the citation setting in core-plugins-citations-doi. Please refer to the document in ticket 2512. Summary of Testing: (1) Login on admin interface and click the menu components->citation to open the citation component admin interface. (2) Click on the “+” icon on upper right to open the citation editing form, and enter citation information in each field, such as choose the Type, set the Title/Chapter, and set at least either DOI or other identifier URL of the citation. To test different identfier that is associated with the citation, try each way below in a single test. a. Set DOI of the citation in DOI field. b. Leave the DOI field empty, and set URL field to "https://purl.utwente.nl/essays/96565". c. Leave the DOI field empty, and set URL field to "https://scholarworks.montana.edu/xmlui/handle/1/9567". d. Leave the DOI field empty, and set URL field to "https://n2t.net/ark:/12148/btv1b8449691v/f29", and set E-print field to "ark/1237772". e. Leave the DOI field empty, and set URL field to "https://arxiv.org/abs/1210.5802", and set E-print field to "1210.5802v2". f. Leave the DOI field empty, and set URL field to "http://urn.fi/URN:NBN:fi:hulib-202112144262", and set E-print field to "URN:NBN:fi:hulib-202112144262". g. Leave the DOI field empty, and set URL field to "https://url.utwente.nl/essays/96565". (3) In the “CITATION FOR” section, set the type to “Publication”, enter the dataset’s publication version ID, and choose the context option. (5) Click “Save and Close” button on upper right, the citation will be pushed to the DOI’s metadata record on DataCite when it shows "citation successfully saved". Login on doi.datacite.org, open the corresponding doi metadata record and check whether the expected relatedIdentifier element with the proper relatedIdentifierType is set. Hotfix needed? No.

monaw commented 4 months ago

(see comment in a related PR)