DataONEorg / scythe

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

write function to write a JSON blob of citation pairs for metrics DB ingest #5

Closed jeanetteclark closed 3 years ago

jeanetteclark commented 4 years ago

this is more or less write_citation_pairs.R. The input should probably be the same format as the output of the SCOPUS query function

jeanetteclark commented 4 years ago

Testing of this function is not great since there is no JSON schema to validate against, but I have modified it to take the output of citations_search_plos as its input

jeanetteclark commented 3 years ago

this was implemented