rdmpage / bhl-wikidata

Generate quickstatements for BHL content
7 stars 0 forks source link

update bhl2wiki.herokuapp.com to look in BHL for external DOIs #14

Open BMissell opened 1 month ago

BMissell commented 1 month ago

If possible, can you please update bhl2wiki.herokuapp.com to look in BHL for external DOIs, collect the BHL part ID, and add it to wikidata?

We want to use external DOIs with bhl2wiki.herokuapp.com to create QuickStatements to create QIDs in wikidata that include the BHL part ID.

We have SI DOIs in BHL. Here are examples: https://doi.org/10.5479/si.00810266.61.13 is in BHL as an external DOI - https://www.biodiversitylibrary.org/part/352104 https://doi.org/10.5479/si.00810266.27.141 is in BHL as an external DOI - https://www.biodiversitylibrary.org/part/352134 https://doi.org/10.5479/si.01960768.38.25 is in BHL as an external DOI - https://www.biodiversitylibrary.org/part/387341

Thank you!

rdmpage commented 1 month ago

@BMissell I've added this with https://github.com/rdmpage/bhl-wikidata/commit/e2ba6b2f1bfd3161e09533e93948b7eb18bb2117. If the external DOI is also in BHL it will add BHL PageID and BHL PartID, and also match authors to BHL Creator ID (this assumes that CrossRef and BHL agree on the number of authors and their ordering).

BMissell commented 1 month ago

Thank you!