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

all: Retrieve and display publication dates #31

Closed cpitclaudel closed 5 years ago

cpitclaudel commented 5 years ago

Closes GH-30.

@dschrempf, could you give it a go before I merge it?

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.002%) to 99.82% when pulling 7ef5dcd5e322455ac71ebb9594de6cf8007f6acb on gh30-pubdate into 7e6d06293dea71017b251b7f1d39a2b1f51b98b6 on master.

dschrempf commented 5 years ago

Thank you very much. The branch seems to work very well here. Example output:

Making machine learning robust against adversarial inputs [2018]
  Ian Goodfellow (Google Brain, Mountain View, CA), Patrick McDaniel (Pennsylvania State University, University Park, PA), Nicolas Papernot (Penn State University, University Park, PA)
  In: Communications of the ACM
  Type: journal-article
  Publisher: Association for Computing Machinery (ACM)
  References: 10.1145/3134599
  URL: http://dx.doi.org/10.1145/3134599
cpitclaudel commented 5 years ago

Thanks!