You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the alternate institution lists need to be edited before crafting the query (to remove things like &, university, etc.). This is now done differently in both WoS vs Pubmed. We also have a different way of creating (or not) alternate naming variants to send to the query. We may want to create methods in a consistent way to do this for both harvesters if possible.
The text was updated successfully, but these errors were encountered:
It would be nice to use the classes in lib/agent for both WoS and Pubmed for consistency.
Thoughts on re-using this logic? Note that the reason we ended up stripping "University" and "Institution" and "College" in WoS queries is I believe for a similar reason (it was picking up extra stuff), which is perhaps not a problem for Pubmed. But wanted to acknowledge a bit of duplication here for consideration.
author=Author.find(37959)
WebOfScience::QueryAuthor.new(author).send(:institutions)
=> ["stanford", "oregon health & science", "washington"]
peetucket
changed the title
Normalize and make consistent how alternate institution queries are crafted in both WoS and Pubmed
Normalize and make consistent how name/alternate institution queries are crafted in both WoS and Pubmed
Jun 11, 2019
Currently the alternate institution lists need to be edited before crafting the query (to remove things like &, university, etc.). This is now done differently in both WoS vs Pubmed. We also have a different way of creating (or not) alternate naming variants to send to the query. We may want to create methods in a consistent way to do this for both harvesters if possible.
The text was updated successfully, but these errors were encountered: