cpitclaudel / biblio.el

Browse and import bibliographic references from CrossRef, DBLP, HAL, arXiv, Dissemin, and doi.org from Emacs
GNU General Public License v3.0
180 stars 14 forks source link

DBLP references without crossref #35

Open simongregersen opened 4 years ago

simongregersen commented 4 years ago

When getting a DBLP BibTex record using the web interface, it is for some articles possible to retrieve entries both without a crossref (to the venue) and a "condensed" form. The biblio package does not seem to support this - would it be possible?

See e.g. this entry. In the top right corner there are options for picking "condensed", "standard" and "with crossref".

I took a quick look at the DBLP search api but it does not suggest any way of retrieving these alternative forms.

simongregersen commented 4 years ago

It seems like the key is to varying the bibX part of the url - bib0 is condensed format, bib1 the standard format, and bib2 is the crossref format c.f.

https://github.com/cpitclaudel/biblio.el/blob/master/biblio-dblp.el#L36

It would be nice to be able vary this. Would the best way to do this be through an extended action?