Skip to content

jmcarp/sciscrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SciScrape: Tools for identifying, downloading, and parsing scientific articles.

Examples: To run the example processing stream, run:

from sciscrape.examples import examples
tables = examples.example_full_stream(out_dir='.')

To download a batch of articles from NeuroImage, run:

from sciscrape.examples import examples
examples.example_scrape_nimg()

To run PDF extraction tests, run:

from sciscrape.tests import pdftest
results = pdftest.test('jocn')
print results.mean()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages