summaryrefslogtreecommitdiff
path: root/scraper/s2-citation-report.py
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/s2-citation-report.py')
-rw-r--r--scraper/s2-citation-report.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/scraper/s2-citation-report.py b/scraper/s2-citation-report.py
index 78bb98bb..bf3bfdb9 100644
--- a/scraper/s2-citation-report.py
+++ b/scraper/s2-citation-report.py
@@ -86,12 +86,12 @@ def write_master_report(fn, papers):
else:
image_count = None,
master_papers.append([
- stats['key'],
- stats['name'],
+ key,
+ row[1],
'/datasets/{}/'.format(key) if has_report else '',
image_count,
- clean(stats['faces_unique']) or None,
- stats['year_published'],
+ #clean(stats['faces_unique']) or None,
+ #stats['year_published'],
clean(paper['citation_count']) or 0,
# clean(search_result['citationStats']['numKeyCitations']) or 0,
# origin
@@ -101,8 +101,8 @@ def write_master_report(fn, papers):
'title',
'link',
'images',
- 'people',
- 'year',
+ #'people',
+ #'year',
'citations',
# 'influenced',
# 'origin'