Releases: Pathos315/sciscraper
Releases · Pathos315/sciscraper
Version 1.0
sciscraper
sciscraper
is a Python program that extracts data in bulk from academic papers. Currently, it may only be used inside a python script.
Future updates will, hopefully, allow for usage in the command line.
Latest stable version
The latest stable version of sciscraper
is 1.0.
Description
sciscraper
can take any of the following inputs:
- A folder of pdfs
- A csv, or pandas dataframe, of bibliographic information
And return any of the following:
- A rating of relevance, based on a corpus of keywords
- Another csv or pandas dataframe, containing information on its citations or references
- PDF downloads thereof, where possible
Maintainer
John Fallot
john.fallot@gmail.com
License
The MIT License
Copyright (c) 2021-
John Fallot