blsqr / citationweb

map the citation relations in your bibliography (WIP)
0 stars 0 forks source link

Use CrossRef API to search for cited works #12

Open blsqr opened 6 years ago

blsqr commented 6 years ago

The CrossRef API seems to already provide lists of cited works for a scientific article, see e.g. this example search.

It seems much easier to make use of this already existing information before trying to extract data from a PDF, which is a very cumbersome task.
There can still be PDF extraction as the fallback option... However, one would have to assert that PDF scraping yields the correct results.

Proposal