cryptobib / db

CryptoBib Database for Developers
40 stars 67 forks source link

Various name fixes, in particular regarding von-prefix (prelast) & lineage (Jr./Sr./I/II/III/IV/V) #260

Closed ludopulles closed 1 month ago

ludopulles commented 2 months ago

This pull request contains multiple changes:

I used a script to more or less automate these changes. I can make a PR for these scripts in db_tools and the lib (for changes to Person class) repositories if wanted. I believe that the import script db_import/import.py needs to be revised to do these names good in the future.

Note: this does not update the ePrint labels, also because there was an open pull request #252 . Once this Pull Request is done, I have a fix for all the >6 letter labels and outdated labels, which is here: https://github.com/ludopulles/crypto_db/tree/fix-252 I'll create a PR for that, once/if this is merged.

Closes: #107

ludopulles commented 2 months ago

The scripts I used are found in https://github.com/ludopulles/cryptobib_tools/ . In particular the files:

Note that to use the "Person" object from mybibtex I modified the cryptobib/lib repo to specify the name output format.