Interface: IndexedCitation
Defined in: src/types/interfaces/storage.interface.ts:1171
Indexed citation from the extracted_citations table.
Properties
arxivId?
readonlyoptionalarxivId:string
Defined in: src/types/interfaces/storage.interface.ts:1183
arXiv identifier
authors?
readonlyoptionalauthors: readonlystring[]
Defined in: src/types/interfaces/storage.interface.ts:1185
Author names
chiveMatchUri?
readonlyoptionalchiveMatchUri:AtUri
Defined in: src/types/interfaces/storage.interface.ts:1195
AT-URI of the matched Chive eprint
citationType?
readonlyoptionalcitationType:string
Defined in: src/types/interfaces/storage.interface.ts:1201
Semantic citation type
confidence
readonlyconfidence:number
Defined in: src/types/interfaces/storage.interface.ts:1193
Confidence score (0-1)
context?
readonlyoptionalcontext:string
Defined in: src/types/interfaces/storage.interface.ts:1203
Contextual note
curatorDid?
readonlyoptionalcuratorDid:DID
Defined in: src/types/interfaces/storage.interface.ts:1207
DID of the curator (for user-provided citations)
doi?
readonlyoptionaldoi:string
Defined in: src/types/interfaces/storage.interface.ts:1181
DOI of the cited work
eprintUri
readonlyeprintUri:AtUri
Defined in: src/types/interfaces/storage.interface.ts:1175
AT-URI of the citing eprint
extractedAt
readonlyextractedAt:Date
Defined in: src/types/interfaces/storage.interface.ts:1209
When the citation was extracted or indexed
id
readonlyid:number
Defined in: src/types/interfaces/storage.interface.ts:1173
Database row ID
isInfluential?
readonlyoptionalisInfluential:boolean
Defined in: src/types/interfaces/storage.interface.ts:1199
Whether this is an influential citation
matchConfidence?
readonlyoptionalmatchConfidence:number
Defined in: src/types/interfaces/storage.interface.ts:1197
Confidence of the Chive match
rawText?
readonlyoptionalrawText:string
Defined in: src/types/interfaces/storage.interface.ts:1177
Raw citation text (if extracted from document)
source
readonlysource:string
Defined in: src/types/interfaces/storage.interface.ts:1191
Source of the citation data
title?
readonlyoptionaltitle:string
Defined in: src/types/interfaces/storage.interface.ts:1179
Title of the cited work
updatedAt
readonlyupdatedAt:Date
Defined in: src/types/interfaces/storage.interface.ts:1211
When the citation was last updated
userRecordUri?
readonlyoptionaluserRecordUri:AtUri
Defined in: src/types/interfaces/storage.interface.ts:1205
AT-URI of the user-provided citation record
venue?
readonlyoptionalvenue:string
Defined in: src/types/interfaces/storage.interface.ts:1189
Publication venue
year?
readonlyoptionalyear:number
Defined in: src/types/interfaces/storage.interface.ts:1187
Publication year