DataONEorg / scythe

Scythe, the data citation harvester
Other
7 stars 2 forks source link

write function to query SCOPUS for a single DOI #3

Closed jeanetteclark closed 3 years ago

jeanetteclark commented 4 years ago

function parameters should be the relevant parameters you might want to change in the SCOPUS API.

this query is currently around like 42 in brute_force_query_master.R though we will probably want to incorporate some of the code after that formats the results into a reasonable return value. We will also need to consider what the function should do if there is no result

jeanetteclark commented 4 years ago

This should be able to query multiple identifiers at once, check citations_search_plos for how it is handled there

jeanetteclark commented 3 years ago

this was implemented