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

Format authors names for the main object and its references #49

Closed Mazztok45 closed 1 month ago

Mazztok45 commented 6 months ago

Describe the issue Once authors are displayed in the new formats for the main article and the references of a zbMATH document, display them in the correct DataCite format with FirstName and FamilyName.

Shirazos7 commented 6 months ago

i will modify it , once we get the feedback from the team and then we can make it happen ASAP.

Mazztok45 commented 5 months ago

It has been clarified. With the author's code, the first string should be used for Firstname and the second for Lastname. Any other character should be removed with a regex.

Shirazos7 commented 5 months ago

okay then i will work on it accordingly

Shirazos7 commented 4 months ago

this issue is fixing the problem , but however it is not like how you recommended it . it is the opposite

https://github.com/MaRDI4NFDI/python-zbMathRest2Oai/issues/64