clarivate / wos-amr

Utility scripts for using the Web of Science Links Article Match Retrieval Service (AMR) service.
MIT License
17 stars 3 forks source link

Requests by Bibliographic Data #2

Closed zuphilip closed 6 years ago

zuphilip commented 6 years ago

Currently, it is not possible to use this tools for all publications without a DOI or PMID. The WoS AMR allows to ask with any (?) combination of bibliographic data elements, e.g. Journal title + Volume + Issue - Start page. Any plans to support such requests here as well?

gneissone commented 6 years ago

It's actually already possible for any element except authors with lookup_ids.py, though undocumented. For example, take this input csv:

PMID,DOI,UT,atitle,stitle,year
,,,weighted median filters: A tutorial,IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II-ANALOG AND DIGITAL SIGNAL PROCESSING,1996
,,000203011100014,,,

I believe you can use any combination of: Article title, journal title, ISSN, ISBN, volume, issue, year, starting page, author(s), UT, DOI, or PMID [info]. I think the combination of elements must map to a single result or no results are returned.

gneissone commented 6 years ago

Addressed with https://github.com/Clarivate-SAR/wos-amr/commit/4c494267c44731a5e475a315193e4feae7ae5e87