lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Possible to return a list of citations for an article? #24

Closed brodderickrodriguez closed 5 years ago

lukasschwab commented 5 years ago

I assume you mean "return a list of sources cited in this arXiv article" rather than "return a list of texts that cite this arXiv article." Either way, this functionality doesn't exist in the arXiv API response, and it would be non-trivial to build a generic reference extractor.

While this request is outside the scope of this project, these resources might be helpful:

Closing because out-of-scope, but let me know if you end up implementing something! Cheers

brodderickrodriguez commented 5 years ago

My initial question was stated correctly. I was looking for some functionality like google scholar has implemented. It will show you articles which cite this article. I plan on combining scholar, Arvix, and web of science queries. Keep you posed. You may find it useful