Skip to main content

Interface: CoCitedPaper

Defined in: src/types/interfaces/discovery.interface.ts:824

Paper that is frequently co-cited with the query paper.

Since​

0.1.0

Extends​

Properties​

abstract?​

readonly optional abstract: string

Defined in: src/types/interfaces/ranking.interface.ts:140

Abstract text for extended matching.

Inherited from​

RankableItem.abstract


authors?​

readonly optional authors: readonly object[]

Defined in: src/types/interfaces/ranking.interface.ts:135

Authors of the item.

Inherited from​

RankableItem.authors


categories?​

readonly optional categories: readonly string[]

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​

RankableItem.categories


coCitationCount​

readonly coCitationCount: number

Defined in: src/types/interfaces/discovery.interface.ts:833

Number of times this paper is cited together with the query paper.


publicationDate?​

readonly optional publicationDate: Date

Defined in: src/types/interfaces/ranking.interface.ts:150

Publication date.

Inherited from​

RankableItem.publicationDate


source?​

readonly optional source: string

Defined in: src/types/interfaces/ranking.interface.ts:145

Source identifier (e.g., "arxiv", "lingbuzz").

Inherited from​

RankableItem.source


strength​

readonly strength: number

Defined in: src/types/interfaces/discovery.interface.ts:838

Co-citation strength score (normalized).


title​

readonly title: string

Defined in: src/types/interfaces/ranking.interface.ts:119

Item title (required for text matching).

Inherited from​

RankableItem.title


uri​

readonly uri: AtUri

Defined in: src/types/interfaces/discovery.interface.ts:828

AT-URI of the co-cited eprint.