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

    Type Alias GraphView

    type GraphView = {
        authors: GraphAuthor[];
        categories: string[];
        edges: GraphEdge[];
        papers: GraphPaper[];
        projects: GraphProject[];
        tags: GraphTag[];
    }
    Index
    authors: GraphAuthor[]
    categories: string[]

    Distinct latest_papers.category, for the Category box.

    edges: GraphEdge[]
    papers: GraphPaper[]
    projects: GraphProject[]
    tags: GraphTag[]