mc2-center / pubmed-crawler

PubMed Crawler for CCKP publication manifest
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

[bug] Capture DOI as a URL rather than just its unique identifier #29

Closed vpchung closed 4 months ago

vpchung commented 4 months ago

Describe the problem

pubmed-crawler currently captures the DOI without the proxy, that is: "10.1002/glia.21136" instead of "https://doi.org/10.1002/glia.21136". Due to this, we cannot make the DOI linkable from the CCKP.

Propose a solution

Capture the URL text instead of the header text for the DOI. Alternatively, append https://doi.org to this line.