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

    Interface GraphNodeData

    A node as cytoscape holds it: one id space over all three types.

    interface GraphNodeData {
        author_id?: number;
        id: string;
        label: string;
        paper_count?: number;
        source_id?: string;
        type: GraphNodeType;
    }
    Index
    author_id?: number

    Authors only — the /authors/:id route param.

    id: string
    label: string
    paper_count?: number

    Authors and tags only — papers on this canvas joined to the node.

    source_id?: string

    Papers only — the vocabulary the project picker speaks.