summaryrefslogtreecommitdiff
path: root/scraper/s2-citation-report.py
diff options
context:
space:
mode:
authorjules@lens <julescarbon@gmail.com>2019-03-04 18:49:49 +0100
committerjules@lens <julescarbon@gmail.com>2019-03-04 18:49:49 +0100
commitdc2bd080e3962b48a71d85f5eb522164be4714d7 (patch)
tree5badf560813c7143959fbc27b4b63b0c3f09d8f7 /scraper/s2-citation-report.py
parent799a484b0f2c022e7c321a043b908de81f24c2c5 (diff)
updating
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'