Skip to content

Instantly share code, notes, and snippets.

@alecjacobson
alecjacobson / papers_most_often_cited_in_specific_author_papers.py
Last active December 11, 2025 02:51
Frequency Count of Papers Most Cited in a Specific Authors Publications
from semanticscholar import SemanticScholar
from collections import defaultdict
from tqdm import tqdm
import os
# Read key from env instead of hard-coding
#s2_api_key = os.environ.get("SEMANTIC_SCHOLAR_API_KEY")
sch = SemanticScholar(timeout=10)
# alec
author_ids = [2242015445,145151177,2251097727,2241538537,2244829783,2199254215,2309006642,2275054179,2312381751,2242589355]