Interface: CoCitedPaper
Defined in: src/types/interfaces/discovery.interface.ts:797
Paper that is frequently co-cited with the query paper.
Since
0.1.0
Extends
Properties
abstract?
readonlyoptionalabstract:string
Defined in: src/types/interfaces/ranking.interface.ts:140
Abstract text for extended matching.
Inherited from
authors?
readonlyoptionalauthors: readonlyobject[]
Defined in: src/types/interfaces/ranking.interface.ts:135
Authors of the item.
Inherited from
categories?
readonlyoptionalcategories: readonlystring[]
Defined in: src/types/interfaces/ranking.interface.ts:130
Categories or fields associated with the item.
Remarks
Used for field relevance scoring. Can be:
- arXiv categories (e.g., "cs.AI", "physics.hep-th")
- Field names (e.g., "Computer Science", "Physics")
- Subject headings
Inherited from
coCitationCount
readonlycoCitationCount:number
Defined in: src/types/interfaces/discovery.interface.ts:806
Number of times this paper is cited together with the query paper.
publicationDate?
readonlyoptionalpublicationDate:Date
Defined in: src/types/interfaces/ranking.interface.ts:150
Publication date.
Inherited from
source?
readonlyoptionalsource:string
Defined in: src/types/interfaces/ranking.interface.ts:145
Source identifier (e.g., "arxiv", "lingbuzz").
Inherited from
strength
readonlystrength:number
Defined in: src/types/interfaces/discovery.interface.ts:811
Co-citation strength score (normalized).
title
readonlytitle:string
Defined in: src/types/interfaces/ranking.interface.ts:119
Item title (required for text matching).
Inherited from
uri
readonlyuri:AtUri
Defined in: src/types/interfaces/discovery.interface.ts:801
AT-URI of the co-cited preprint.