MaRDI4NFDI / python-zbMathRest2Oai

Read data from the zbMATH Open API https://api.zbmath.org/docs and feed it to the OAI-PMH server https://oai.portal.mardi4nfdi.de/oai/
GNU General Public License v3.0
4 stars 0 forks source link

Manage ZBL ids and related doi of the main object #47

Closed Mazztok45 closed 6 months ago

Mazztok45 commented 6 months ago

Describe the issue

DOIs and ZBL identifiers of research articles must be displayed into the DataCite vocabulary with the help of the XSLT language.

Shirazos7 commented 6 months ago

i made two commits regarding to both of them, however i have an idea to discuss it regarding to the zbl identifier . anyway i can modify the work if my idea sounds good

Shirazos7 commented 6 months ago

in this commits you can see my own modification for xslt and the reference for testing as well to enrich the value of our metadata in my own opinion. it is only an attempt so it can be always edited below you can see the commits e2ff68b 85378ea

Mazztok45 commented 6 months ago

<identifier relatedIdentifierType="DOI" relationType="Cites">6383667</identifier>

replaced with

`

6383667` The type DOI is still wrong in my opinion. can you fix it?
Shirazos7 commented 6 months ago

i was aware of it and was only waiting for your feedback about it. now you can see the commits for the correction of those details fae7975 c92bf66

Mazztok45 commented 6 months ago

All right! Many thanks.