https://github.com/mit-acl/bibliography
https://github.com/mit-acl/bibliography
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mit-acl/bibliography
- Owner: mit-acl
- Created: 2023-03-23T00:13:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T17:12:12.000Z (12 months ago)
- Last Synced: 2025-08-01T18:48:42.415Z (12 months ago)
- Language: TeX
- Size: 930 KB
- Stars: 0
- Watchers: 11
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bibliography
Definitive record of all ACL publications. This repo should be updated regularly as new works are published.
This repo is pulled into [ACL website](https://github.com/mit-acl/mit-acl.github.io) on build.
## Test before you commit
Before committing run `./bibtex_test.py` to ensure you didn't introduce any typos to the file.
At the time of writing, you can install the required library for `bibtex_test.py` with
```bash
pip install --pre bibtexparser
```