summaryrefslogtreecommitdiff
path: root/scraper
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-05-03 19:19:53 +0200
committerJules Laplace <julescarbon@gmail.com>2019-05-03 19:19:53 +0200
commitec6d465aa0f0b843502f186b1437f11ac738a962 (patch)
treefb3383d684237fcf4fb9a3a75825defe971efdd6 /scraper
parent30a28b1ce840a318a15d243eda977ad099cb2efd (diff)
k
Diffstat (limited to 'scraper')
-rw-r--r--scraper/s2-final-report.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py
index a56e030a..dc65a3a3 100644
--- a/scraper/s2-final-report.py
+++ b/scraper/s2-final-report.py
@@ -136,7 +136,6 @@ 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 ] }