Skip to main content

Interface: IndexedCitation

Defined in: src/types/interfaces/storage.interface.ts:1117

Indexed citation from the extracted_citations table.

Properties

arxivId?

readonly optional arxivId: string

Defined in: src/types/interfaces/storage.interface.ts:1129

arXiv identifier


authors?

readonly optional authors: readonly string[]

Defined in: src/types/interfaces/storage.interface.ts:1131

Author names


chiveMatchUri?

readonly optional chiveMatchUri: AtUri

Defined in: src/types/interfaces/storage.interface.ts:1141

AT-URI of the matched Chive eprint


citationType?

readonly optional citationType: string

Defined in: src/types/interfaces/storage.interface.ts:1147

Semantic citation type


confidence

readonly confidence: number

Defined in: src/types/interfaces/storage.interface.ts:1139

Confidence score (0-1)


context?

readonly optional context: string

Defined in: src/types/interfaces/storage.interface.ts:1149

Contextual note


curatorDid?

readonly optional curatorDid: DID

Defined in: src/types/interfaces/storage.interface.ts:1153

DID of the curator (for user-provided citations)


doi?

readonly optional doi: string

Defined in: src/types/interfaces/storage.interface.ts:1127

DOI of the cited work


eprintUri

readonly eprintUri: AtUri

Defined in: src/types/interfaces/storage.interface.ts:1121

AT-URI of the citing eprint


extractedAt

readonly extractedAt: Date

Defined in: src/types/interfaces/storage.interface.ts:1155

When the citation was extracted or indexed


id

readonly id: number

Defined in: src/types/interfaces/storage.interface.ts:1119

Database row ID


isInfluential?

readonly optional isInfluential: boolean

Defined in: src/types/interfaces/storage.interface.ts:1145

Whether this is an influential citation


matchConfidence?

readonly optional matchConfidence: number

Defined in: src/types/interfaces/storage.interface.ts:1143

Confidence of the Chive match


rawText?

readonly optional rawText: string

Defined in: src/types/interfaces/storage.interface.ts:1123

Raw citation text (if extracted from document)


source

readonly source: string

Defined in: src/types/interfaces/storage.interface.ts:1137

Source of the citation data


title?

readonly optional title: string

Defined in: src/types/interfaces/storage.interface.ts:1125

Title of the cited work


updatedAt

readonly updatedAt: Date

Defined in: src/types/interfaces/storage.interface.ts:1157

When the citation was last updated


userRecordUri?

readonly optional userRecordUri: AtUri

Defined in: src/types/interfaces/storage.interface.ts:1151

AT-URI of the user-provided citation record


venue?

readonly optional venue: string

Defined in: src/types/interfaces/storage.interface.ts:1135

Publication venue


year?

readonly optional year: number

Defined in: src/types/interfaces/storage.interface.ts:1133

Publication year