jimmejardine / qiqqa-open-source

The open-sourced version of the award-winning Qiqqa research management tool for Windows
GNU General Public License v3.0
369 stars 60 forks source link

Added doi2bib to WebSearchers #157

Closed wkedziora closed 4 years ago

wkedziora commented 4 years ago

It was always easier to me to look up for DOI. I have started issue #153 that deals with that problem. I have tried to resolve it in this commit. Hope that will work flawlessly...

GerHobbelt commented 4 years ago

Thanks for the pullreq! 👍

It has been merged into the v82/master dev tree.

wkedziora commented 4 years ago

@GerHobbelt I have been testing this enhancement and I have found some flaws. Let's take example DOI: 10.3390/f10100827 that is working at doi2.bib.org website. When I import that document into Qiqqa and I use doi2bib search engine the program changes original DOI into: 10.3390%2Ff10100827 which is not searchable for the engine. Can it be fixed?

Moreover, even the right DOI (10.3390/f10100827) gets back an ansewr like: Cannot GET /bib/10.3390/f10100827 Is there something wrong with browser?