Skip to main content

Interface: AuthorMetrics

Defined in: src/types/models/author.ts:403

Author metrics computed by Chive AppView.

Remarks

Aggregated metrics about an author's contributions and impact. These are AppView-computed values, not stored in user PDSes.

Properties

citationCount?

readonly optional citationCount: number

Defined in: src/types/models/author.ts:425

Total citation count (if citation tracking enabled).

Remarks

Optional feature requiring citation extraction from PDFs.


did

readonly did: DID

Defined in: src/types/models/author.ts:407

Author's DID.


endorsementCount

readonly endorsementCount: number

Defined in: src/types/models/author.ts:417

Total number of endorsements received.


eprintCount

readonly eprintCount: number

Defined in: src/types/models/author.ts:412

Total number of eprints authored or co-authored.


hIndex?

readonly optional hIndex: number

Defined in: src/types/models/author.ts:433

h-index (if citation tracking enabled).

Remarks

Computed from citation counts. Requires citation tracking.