Skip to main content

Interface: CitationRelationship

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

Citation relationship between two papers.

Since

0.1.0

Properties

citedUri

readonly citedUri: AtUri

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

AT-URI of the cited eprint.


citingUri

readonly citingUri: AtUri

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

AT-URI of the citing eprint.


discoveredAt?

readonly optional discoveredAt: Date

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

When the citation was discovered.


isInfluential?

readonly optional isInfluential: boolean

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

Whether this is an influential citation (from Semantic Scholar).


source

readonly source: "openalex" | "semantic-scholar" | "user-provided" | "grobid" | "crossref"

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

Source of the citation data.