module RayyanScrapers

In order to prepare the server for this scraper, setup a webserver to host the NIH fulltext folders The document root should contain subfolders named below in create_search_url method Each subfolder should contain the *.nxml files directly For the PMH folder which contains subfolders of books, run these commands first inside the PMH folder: 1- find -type d -exec basename {} ; | while read l; do if [ $l != . ]; then mv -v $l .$l; fi; done 2- find -type f -exec ln -s {} ; The first command hides the book folders so that they don't appear in the served index page The second command creates symlinks to all files in book folders in the PMH folder

Constants

VERSION