SYMBOL INDEX (15 symbols across 2 files) FILE: find_my_citers/find_my_citers.py function get_author_name (line 13) | def get_author_name(author_id: str) -> str: function get_author_papers (line 19) | def get_author_papers(author_id: str) -> list[dict]: function get_citations (line 25) | def get_citations(paper_id: str) -> list[dict]: function process_citations (line 39) | def process_citations(papers: list[dict], citation_counts: defaultdict, ... function find_my_citers (line 65) | def find_my_citers(author_id: str) -> list[tuple[str, int]]: function export_citation_data (line 86) | def export_citation_data(sorted_citation_counts, author_name): function plot_citation_trends (line 97) | def plot_citation_trends(citation_years, author_name): FILE: find_recent_additions/find_recent_additions.py function load_git_history (line 10) | def load_git_history(): function read_homepage_data (line 32) | def read_homepage_data(): function read_author_info (line 41) | def read_author_info(): function read_country_info (line 59) | def read_country_info(): function process_faculty_member (line 71) | async def process_faculty_member(name, affiliation, homepage, homepage_d... function process_faculty_files (line 91) | async def process_faculty_files(): function write_output (line 124) | def write_output(faculty_data): function main (line 131) | async def main():