summaryrefslogtreecommitdiff
path: root/scraper/s2-final-report.py
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/s2-final-report.py')
-rw-r--r--scraper/s2-final-report.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py
index 283ca4fc..451c1f78 100644
--- a/scraper/s2-final-report.py
+++ b/scraper/s2-final-report.py
@@ -85,7 +85,8 @@ def process_single_paper(row, paper_id, addresses, aggregate_citations, unknown_
res['title'] = paper.title
# res['journal'] = paper.journal
res['year'] = paper.year
- res['pdf'] = paper.pdf_link
+ res['pdf'] = paper.pdf_links()
+ res['doi'] = paper.doi_links()
# res['authors'] = ', '.join(paper.authors)
# res['citations'] = []