David Vilar
David Vilar
How about this: by default the general search is deactivated, i.e. bibsearch expects keys in the `\cite` commands. With an additional option (e.g. `-g`, `--general-search`) the `\cite` commands may include...
No, bibtex compains if the `\cite` keys contains spaces.
This a ping for @mjpost and myself (@davvil) to merge this. Somehow I thought it was already taken care of...
The way I envisioned it was to have a way to update the whole acl anthology bib index. Because bibsearch stores which bibfiles it already has downloaded, doing `bibsearch add...
Yes, that's actually the right way to do it. I'll have a go at it. On Tue, Jun 26, 2018 at 9:01 AM Matt Post wrote: > I've never heard...
The PMLR page should be easy to parse. But note that it includes only a limited number of ICML conferences (this year the 35th ICML will take place).
ICML done starting at 2013 (from http://proceedings.mlr.press/).
LREC is part of the anthology (as a non-ACL event).
Actually the semantics is consistent among all commands that operate on the DB (`search, open, edit, download, delete`) and are all implemented in the same way (arxiv is a bit...
Oh, I see now that you changed the code and edit and open have their own search functions. Couldn't the indexing logic be included in `BibDB.search()`. We can use the...