astroumd / ADASSProceedings

ADASS Proceedings Preparation Kit: author and editor tools
MIT License
2 stars 5 forks source link

PaperCheck doesn't deal well with certain surnames #10

Open teuben opened 3 years ago

teuben commented 3 years ago

Well known problem, but forwarded to me by a colleague:

The name "Miguel del Prado" : the adass checking script writes

and then the check fails.

bennahugo commented 3 years ago

This is not a trivial problem - I think the only way is to keep separate name and surname fields. In Afrikaans for instance there are many surnames with double-barrel tags --- "van der Merwe", "de la Ray" or "van den Berg" immediately comes to mind. These will always be lower case, but this cannot necessarily be extrapolated to other languages as a rule...

On Mon, Oct 18, 2021 at 4:59 PM Peter Teuben @.***> wrote:

Well known problem, but forwarded to me by a colleague:

Miguel del Prado and the adass checking script writes

  • Might 'del Prado' be a surname?

and then the check fails.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/astroumd/ADASSProceedings/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4RE6SHUFRZMGSCN65GUL3UHQY33ANCNFSM5GG3X4HQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

--

Benjamin Hugo

PhD. student, Centre for Radio Astronomy Techniques and Technologies Department of Physics and Electronics Rhodes University

Junior software developer Radio Astronomy Research Group South African Radio Astronomy Observatory Black River Business Park Observatory Cape Town

teuben commented 3 years ago

Yes, there is also the spanish culture with FirstName, optional MiddleName, FirstLastName, optional_dash, SecondLastName, and the chinese First Last vs. Last First confusion. This is code Keith wrote (I think), and it's possibly not worth the effort to try and fix this very complex problem, other than perhaps add a warning to the warning to ignore the warning?

But I didn't want to leave this issue un-issued, hence this issue.

ygrange commented 2 years ago

Chiming in since I just bumped into it (for the Italian last name Di Maria to add an extra language). But isn't this one of those things where one would expect a "warning" type message in stead of an "error" type?