Skip to main content

Interface: EnrichmentResult

Defined in: src/types/interfaces/discovery.interface.ts:76

Result of preprint enrichment from external sources.

Since

0.1.0

Properties

chiveCitationsIndexed?

readonly optional chiveCitationsIndexed: number

Defined in: src/types/interfaces/discovery.interface.ts:115

Number of Chive-to-Chive citations indexed.


citationCount?

readonly optional citationCount: number

Defined in: src/types/interfaces/discovery.interface.ts:95

Citation count from external sources.


concepts?

readonly optional concepts: readonly OpenAlexConceptMatch[]

Defined in: src/types/interfaces/discovery.interface.ts:105

OpenAlex concepts with scores.


error?

readonly optional error: string

Defined in: src/types/interfaces/discovery.interface.ts:125

Error message if enrichment failed.


influentialCitationCount?

readonly optional influentialCitationCount: number

Defined in: src/types/interfaces/discovery.interface.ts:100

Influential citation count (from Semantic Scholar).


openAlexId?

readonly optional openAlexId: string

Defined in: src/types/interfaces/discovery.interface.ts:90

OpenAlex work ID if found.


semanticScholarId?

readonly optional semanticScholarId: string

Defined in: src/types/interfaces/discovery.interface.ts:85

Semantic Scholar paper ID if found.


success

readonly success: boolean

Defined in: src/types/interfaces/discovery.interface.ts:120

Whether enrichment was successful.


topics?

readonly optional topics: readonly OpenAlexTopicMatch[]

Defined in: src/types/interfaces/discovery.interface.ts:110

OpenAlex topics.


uri

readonly uri: AtUri

Defined in: src/types/interfaces/discovery.interface.ts:80

AT-URI of the enriched preprint.