IACR / latex-submit

Web server to receive uploaded LaTeX and execute it in a docker container.
GNU Affero General Public License v3.0
11 stars 0 forks source link

Major change to test add bibtex checking and move more to database. #24

Closed kmccurley closed 1 year ago

kmccurley commented 1 year ago

This moves PaperStatus into the sqlalchemy database, along with logs and a new Discussions table to be used in copyediting.

We've added checks for bibtex using the pybtex library that is used by cryptobib. It now flags missing references and some missing fields in bibtex entries.