Skip to main content

Interface: IndexedCitation

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

Indexed citation from the extracted_citations table.

Properties​

arxivId?​

readonly optional arxivId: string

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

arXiv identifier


authors?​

readonly optional authors: readonly string[]

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

Author names


chiveMatchUri?​

readonly optional chiveMatchUri: AtUri

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

AT-URI of the matched Chive eprint


citationType?​

readonly optional citationType: string

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

Semantic citation type


confidence​

readonly confidence: number

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

Confidence score (0-1)


context?​

readonly optional context: string

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

Contextual note


curatorDid?​

readonly optional curatorDid: DID

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

DID of the curator (for user-provided citations)


doi?​

readonly optional doi: string

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

DOI of the cited work


eprintUri​

readonly eprintUri: AtUri

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

AT-URI of the citing eprint


extractedAt​

readonly extractedAt: Date

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

When the citation was extracted or indexed


id​

readonly id: number

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

Database row ID


isInfluential?​

readonly optional isInfluential: boolean

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

Whether this is an influential citation


matchConfidence?​

readonly optional matchConfidence: number

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

Confidence of the Chive match


rawText?​

readonly optional rawText: string

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

Raw citation text (if extracted from document)


source​

readonly source: string

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

Source of the citation data


title?​

readonly optional title: string

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

Title of the cited work


updatedAt​

readonly updatedAt: Date

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

When the citation was last updated


userRecordUri?​

readonly optional userRecordUri: AtUri

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

AT-URI of the user-provided citation record


venue?​

readonly optional venue: string

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

Publication venue


year?​

readonly optional year: number

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

Publication year