Tomasz Żok
Tomasz Żok
Is there a way to generate a PDF in A0 format? Saving a page as a PDF in A0 format does not scale - the PDF is a huge blank...
In mmCIF, every atom is addressable in two ways: - As a tuple (`label_asym_id`, `label_seq_id`) e.g. ('A', 1) - As a tuple (`auth_asym_id`, `auth_seq_id`, `pdbx_PDB_ins_code`) e.g. ('A', -1, 'X') mmCIF...
You can reproduce the problem with doi:10.1145/3589263 1. BibTeX generated by crossref.org has a protected term in the journal field: `{ACM}` ```sh $ curl http://api.crossref.org/works/10.1145/3589263/transform/application/x-bibtex ``` ```bibtex @article{Kuschewski_2023, ... journal...
With this commit, every time you push new code into the `master` branch or create a pull request against it, GitHub will handle the testing process. It will create a...