Interface: IndexedCitation
Defined in: src/types/interfaces/storage.interface.ts:1117
Indexed citation from the extracted_citations table.
Properties
arxivId?
readonlyoptionalarxivId:string
Defined in: src/types/interfaces/storage.interface.ts:1129
arXiv identifier
authors?
readonlyoptionalauthors: readonlystring[]
Defined in: src/types/interfaces/storage.interface.ts:1131
Author names
chiveMatchUri?
readonlyoptionalchiveMatchUri:AtUri
Defined in: src/types/interfaces/storage.interface.ts:1141
AT-URI of the matched Chive eprint
citationType?
readonlyoptionalcitationType:string
Defined in: src/types/interfaces/storage.interface.ts:1147
Semantic citation type
confidence
readonlyconfidence:number
Defined in: src/types/interfaces/storage.interface.ts:1139
Confidence score (0-1)
context?
readonlyoptionalcontext:string
Defined in: src/types/interfaces/storage.interface.ts:1149
Contextual note
curatorDid?
readonlyoptionalcuratorDid:DID
Defined in: src/types/interfaces/storage.interface.ts:1153
DID of the curator (for user-provided citations)
doi?
readonlyoptionaldoi:string
Defined in: src/types/interfaces/storage.interface.ts:1127
DOI of the cited work
eprintUri
readonlyeprintUri:AtUri
Defined in: src/types/interfaces/storage.interface.ts:1121
AT-URI of the citing eprint
extractedAt
readonlyextractedAt:Date
Defined in: src/types/interfaces/storage.interface.ts:1155
When the citation was extracted or indexed
id
readonlyid:number
Defined in: src/types/interfaces/storage.interface.ts:1119
Database row ID
isInfluential?
readonlyoptionalisInfluential:boolean
Defined in: src/types/interfaces/storage.interface.ts:1145
Whether this is an influential citation
matchConfidence?
readonlyoptionalmatchConfidence:number
Defined in: src/types/interfaces/storage.interface.ts:1143
Confidence of the Chive match
rawText?
readonlyoptionalrawText:string
Defined in: src/types/interfaces/storage.interface.ts:1123
Raw citation text (if extracted from document)
source
readonlysource:string
Defined in: src/types/interfaces/storage.interface.ts:1137
Source of the citation data
title?
readonlyoptionaltitle:string
Defined in: src/types/interfaces/storage.interface.ts:1125
Title of the cited work
updatedAt
readonlyupdatedAt:Date
Defined in: src/types/interfaces/storage.interface.ts:1157
When the citation was last updated
userRecordUri?
readonlyoptionaluserRecordUri:AtUri
Defined in: src/types/interfaces/storage.interface.ts:1151
AT-URI of the user-provided citation record
venue?
readonlyoptionalvenue:string
Defined in: src/types/interfaces/storage.interface.ts:1135
Publication venue
year?
readonlyoptionalyear:number
Defined in: src/types/interfaces/storage.interface.ts:1133
Publication year