blekhmanlab / rxivist

API providing access to papers and authors scraped from biorxiv.org
https://rxivist.org
GNU Affero General Public License v3.0
60 stars 11 forks source link

Streamline fetching of abstracts #157

Open rabdill opened 6 years ago

rabdill commented 6 years ago

We don't have to load the whole profile page to get them! Looks like we can call this endpoint to just get an HTML snippet: https://www.biorxiv.org/highwire/article_citation_preview/129864

This might not be worth it if we have to load the page for other reasons, but I didn't want to forget that this works.