/Publication-Figures-Web-Scraping

This tool provides a method for scrapping through NCBI's PubMed publications and retrieving the figures from open access and publicly available publications.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Publication figure web scraping

This tool provides a method for scraping through NCBI's PubMed publications and retrieving (downloading) the figures from open access and publicly available publications.

Browser Compatibilities

Chrome Firefox IE Edge Safari Opera
? X ? ?

Installation/Open

If you would like to run or modify the publication figure web scraping tool locally, clone the repository with git by running the following command:

git clone https://github.com/ASully/Publication-Figures-Web-Scraping.git

Then run npm install, change to appropriate directory and then npm start. This tool will run at http://localhost:3000/.

The images are downloaded to your local download location that is designated by your browser you decide to run this tool on.

Getting Started

Just follow the instructions provided on the localhost page that appears after you run npm start. All you need to do is input an organism and max number of papers you wish to scrape and hit the 'Start scraping' button.

Known issues

We aim to make this tool as perfect as possible but unfortunately, there may be some unforseen bugs. If you manage to find one that is not here, feel free to create a bug report so we can fix it.

  • None at the moment... Help us find some!

Contributing

Please read CONTRIBUTING.md for more details.

License

GLP-2.0

Authors