Interface: RelatedPreprint
Defined in: src/types/interfaces/discovery.interface.ts:333
Related preprint with relationship metadata.
Since
0.1.0
Extends
Properties
abstract?
readonlyoptionalabstract:string
Defined in: src/types/interfaces/ranking.interface.ts:140
Abstract text for extended matching.
Inherited from
authors?
readonlyoptionalauthors: readonlyobject[]
Defined in: src/types/interfaces/ranking.interface.ts:135
Authors of the item.
Inherited from
categories?
readonlyoptionalcategories: readonlystring[]
Defined in: src/types/interfaces/ranking.interface.ts:130
Categories or fields associated with the item.
Remarks
Used for field relevance scoring. Can be:
- arXiv categories (e.g., "cs.AI", "physics.hep-th")
- Field names (e.g., "Computer Science", "Physics")
- Subject headings
Inherited from
explanation
readonlyexplanation:string
Defined in: src/types/interfaces/discovery.interface.ts:352
Human-readable explanation.
publicationDate?
readonlyoptionalpublicationDate:Date
Defined in: src/types/interfaces/ranking.interface.ts:150
Publication date.
Inherited from
relationshipType
readonlyrelationshipType:RelatedPreprintRelationship
Defined in: src/types/interfaces/discovery.interface.ts:347
Type of relationship.
score
readonlyscore:number
Defined in: src/types/interfaces/discovery.interface.ts:342
Overall similarity score (0-1).
signalScores?
readonlyoptionalsignalScores:object
Defined in: src/types/interfaces/discovery.interface.ts:357
Individual signal scores.
authors?
readonlyoptionalauthors:number
citations?
readonlyoptionalcitations:number
concepts?
readonlyoptionalconcepts:number
semantic?
readonlyoptionalsemantic:number
topics?
readonlyoptionaltopics:number
source?
readonlyoptionalsource:string
Defined in: src/types/interfaces/ranking.interface.ts:145
Source identifier (e.g., "arxiv", "lingbuzz").
Inherited from
title
readonlytitle:string
Defined in: src/types/interfaces/ranking.interface.ts:119
Item title (required for text matching).
Inherited from
uri
readonlyuri:AtUri
Defined in: src/types/interfaces/discovery.interface.ts:337
AT-URI of the related preprint.