https://github.com/devrimcavusoglu/acl-bib-overleaf
Split bib files for anthology bibliography for overleaf
https://github.com/devrimcavusoglu/acl-bib-overleaf
Last synced: about 1 year ago
JSON representation
Split bib files for anthology bibliography for overleaf
- Host: GitHub
- URL: https://github.com/devrimcavusoglu/acl-bib-overleaf
- Owner: devrimcavusoglu
- License: mit
- Created: 2023-11-22T19:18:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T01:13:45.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T20:46:55.203Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACL Bibliography Files for Overleaf
Overleaf supports uploading up to 50 MB per file, however currently the bib file [anthology.bib](http://aclweb.org/anthology/anthology.bib) exceeds 50 MB. Thus, to easily use the bib file on overleaf this repository provides split files each < 50 MB.
**TL;DR.** https://github.com/acl-org/acl-style-files/issues/25
A new split composition has been triggered every sunday automatically, and will then be released under the `weekly` tag.
Find the latest release below:
**Latest:** [anthology_bib.zip](https://github.com/devrimcavusoglu/acl-bib-overleaf/releases/tag/weekly)
Unzip the compressed archive of anthology bib files, and modify your `.tex` file to include all bibs.
```tex
\bibliography{anthology,anthology_p2,custom, ...} % add more bib files as required.
```
# License
The resource is licensed under MIT.