An open API service indexing awesome lists of open source software.

https://github.com/mit-acl/bibliography


https://github.com/mit-acl/bibliography

Last synced: 6 months ago
JSON representation

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
```