NOTE: We are not accepting suggestions for ZX-calculus papers as a comprehensive database already exists.
Just use the this web form.
bibtex
entries are in bbt.bib
while biblatex
ones are in biblatex.bib
. Please send all PRs for changes to both these files.
- It's recommended to edit using VSCode, keeping the bib file organized using LaTeX Workshop's "Align and sort bibliography".
- When sorting the fields of a bibentry, use the sorting order specified at the beginning of each
.bib
file. For mass sort, I have been using thebibtex-tidy
tool at https://flamingtempura.github.io/bibtex-tidy/.
You do not have to test the website for contributing here, I have added the steps if you would like to, however. I will test the site for issues before I merge a PR.
- For retro HTML generation:
bibtex2html
. Install the latest version using https://github.com/backtracking/bibtex2html - For website:
- Go and a recent version of
hugo_extended
- A local installation of
academic-cli
using the qpl-bib branch:git clone --single-branch --branch qpl-bib https://github.com/QuantumPL/academic-cli.git
- Go and a recent version of
$ tree -L 1 QuantumPL/
QuantumPL/
├── academic-cli
├── bib
└── site
- If you'd also like to test the Hugo-based site:
- First ensure you have
academic-cli
ready using the instructions at https://github.com/QuantumPL/academic-cli/tree/qpl-bib#contribute - Go to
site
and issue./build.sh
- Try launching the site by issuing
hugo serve
and see if your entries look okay.
- First ensure you have
- Send a PR (be careful not to add any additional files especially
Wecker2014
that has some custom changes in the HTML).