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

authorcodes displayed with the nameIdentifier property of Datacite #48

Closed Mazztok45 closed 6 months ago

Mazztok45 commented 6 months ago

Describe the issue

Use the nameIdentifier property of Datacite in place of contributorname for the zbmaths author codes

Shirazos7 commented 6 months ago

i did that now for the references and replaced it in the xslt and Test_Reference it is also an attempt . so if it is the right choice i can make also for the author in the main object of the article as well i will be happy for your feedback , such we can improve the details below you can see the commits

0aff00c 25b2414

Mazztok45 commented 6 months ago

It must be improved. These are not ORCID identifiers; they are zbMATH authors' identifiers. So please can you improve the formatting of authors by replacing "zbMATH Author Code" in place of "ORCID" and "https://zbmath.org/" in place of "https://orcid.org/"? Adopting another property of Datacite means you also must adapt the parameters.

Shirazos7 commented 6 months ago

its done and you can check it with the commits below

ae35125 571b2a6

Mazztok45 commented 6 months ago

Thanks for fixing it.