DataONEorg / scythe

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

add ability to harvest citations from https://arcticdata.io/publications/ #1

Closed jeanetteclark closed 4 years ago

jeanetteclark commented 4 years ago

We need to grab citations from this list periodically and add them to the metrics service

mbjones commented 4 years ago

I think it would be better if we converted all of these to citations in the metrics DB, and then replace the page with one that shows all Arctic Data Center citations from Rushi's tool. The citation list on https://arcticdata.io/catalog/profile should show every citation we know about. Then, as long as new citations are added via the UI to the metrics database, they will automatically show up on the citation page.

jeanetteclark commented 4 years ago

ah yeah that makes sense. The package could have a generic function where you pass it a list of DOI pairs and it spits out the JSON blob needed for the metrics DB. Then we would just need to grab the content from the page and pass it to that function

jeanetteclark commented 4 years ago

closing this since:

  1. there aren't many citations on this list
  2. this issue is more appropriate for an Arctic Data Center specific repo