diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-05-03 19:18:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-05-03 19:18:13 +0200 |
| commit | 715cad30012b1530f2316c80c8d6594e9d7b4f25 (patch) | |
| tree | 74250aea2f908791fe5b75d4ebcd870fee77e70d /scraper/s2-final-report.py | |
| parent | fab8895268545575e0da9258bca2def6ce67550b (diff) | |
k
Diffstat (limited to 'scraper/s2-final-report.py')
| -rw-r--r-- | scraper/s2-final-report.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py index 29b701b5..8d42a52b 100644 --- a/scraper/s2-final-report.py +++ b/scraper/s2-final-report.py @@ -136,6 +136,7 @@ def process_single_paper(row, paper_id, addresses, aggregate_citations, unknown_ fn = 'datasets/s2/search_papers/{}.json'.format(dataset) if not os.path.exists(fn): return + print('>> {} {}'.format(data['paperId'], 'search results')) with open(fn, 'r') as f: citations = json.load(f) data = { 'citations': [ { 'paperId': paperId } for paperId in citations ] } |
