diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-10 21:07:57 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-10 21:07:57 +0100 |
| commit | 5b71f57cc419c140a12bbc8daebb0795cf0e7c68 (patch) | |
| tree | 5bfe9164beb3e3a8d71243ff037413980a772e45 /scraper/s2-scrape.sh | |
| parent | d213702d4baf7a8c776ef71383346c0d6402106a (diff) | |
s2 scrape script that runs the pertinent scripts
Diffstat (limited to 'scraper/s2-scrape.sh')
| -rw-r--r-- | scraper/s2-scrape.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scraper/s2-scrape.sh b/scraper/s2-scrape.sh new file mode 100644 index 00000000..8524c824 --- /dev/null +++ b/scraper/s2-scrape.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +python s2-papers.py +python s2-dump-ids.py +python s2-extract-papers.py +python s2-dump-missing-paper-ids.py +python s2-raw-papers.py +python s2-dump-db-pdf-urls.py +python s2-fetch-pdf.py +python s2-fetch-doi.py +python s2-extract-pdf-txt.py +python s2-citation-report.py +python s2-final-report.py |
