devrimcavusoglu / acl-bib-overleaf

Split bib files for anthology bibliography for overleaf
MIT License
7 stars 2 forks source link

Fix issue with changes to links in anthology.bib #2

Closed spencer-michael-s closed 2 months ago

spencer-michael-s commented 2 months ago

split_bib.py Previous version relied on splitting anthology.bib at a specific bibtex entry and broke due to changes in how links were presented in the anthology. New version extracts individual bib entries, adds them individually to a new bib file up to a file size limit of 45mb and then creates new files programmatically after the 45mb limit is reached. Outputs are written to a folder called anthology_YYMMDD and written out to a zip file called anthology_bib-YYMMDD.zip.

devrimcavusoglu commented 2 months ago

Thanks @spencer-michael-s. This is a fantastic contribution :fire: , I will try to review and merge it ASAP.