jonathansick / ads_bibdesk

(Unmaintained) Mac OS X service for frictionless import of NASA ADS and arXiv publications into BibDesk.
GNU General Public License v3.0
37 stars 20 forks source link

Compare abstract before replacing publication. #28

Closed RuiPereira closed 11 years ago

RuiPereira commented 11 years ago

Hi Jonathan,

Here's a new patch to compare abstracts (besides author list) when searching for older versions of publications. The old algorithm thinks eg, that both

http://adsabs.harvard.edu/abs/2013arXiv1304.4719C http://adsabs.harvard.edu/abs/2013arXiv1304.4720C

are the same publication, and thus removes the first one while adding the second. I tested as best as I can (it should be fine for entries without abstract), but it's hard to test all the possible configurations...

jonathansick commented 11 years ago

Good idea. Being more conservative on replacements is a good thing.