Interface: AuthorMetrics
Defined in: src/types/models/author.ts:233
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?
readonlyoptionalcitationCount:number
Defined in: src/types/models/author.ts:255
Total citation count (if citation tracking enabled).
Remarks
Optional feature requiring citation extraction from PDFs.
did
readonlydid:DID
Defined in: src/types/models/author.ts:237
Author's DID.
endorsementCount
readonlyendorsementCount:number
Defined in: src/types/models/author.ts:247
Total number of endorsements received.
hIndex?
readonlyoptionalhIndex:number
Defined in: src/types/models/author.ts:263
h-index (if citation tracking enabled).
Remarks
Computed from citation counts. Requires citation tracking.
preprintCount
readonlypreprintCount:number
Defined in: src/types/models/author.ts:242
Total number of preprints authored or co-authored.