linXiv frontend (TS/JS)
    Preparing search index...

    Type Alias GraphAuthor

    type GraphAuthor = {
        author_id: number;
        id: string;
        label: string;
        paper_count: number;
    }
    Index
    author_id: number

    AUTHOR_FK, the /authors/:id route param.

    id: string

    author::<AUTHOR_FK>.

    label: string

    AUTHOR.AUTHOR_FULL_NAME — the canonical spelling, so it follows renames and merges that PAPER_META.AUTHORS does not see.

    paper_count: number

    Papers on THIS canvas joined to this author — the hover inspector's degree line.