Interface: ResearcherRow ​
Defined in: packages/researcher-profiles/src/types.ts:12
A researcher record, sourced from REDCap. userid maps to record_id in the REDCap instrument. File fields (oa_data, oa_pdf) are fetched separately via exportFile.
Properties ​
first_name ​
readonlyfirst_name:string
Defined in: packages/researcher-profiles/src/types.ts:16
last_name ​
readonlylast_name:string
Defined in: packages/researcher-profiles/src/types.ts:14
middle_name ​
readonlymiddle_name:string
Defined in: packages/researcher-profiles/src/types.ts:15
oa_imported_at ​
readonlyoa_imported_at:string
Defined in: packages/researcher-profiles/src/types.ts:19
ISO datetime of last import, or empty string if never done.
oa_locked_at ​
readonlyoa_locked_at:string
Defined in: packages/researcher-profiles/src/types.ts:21
ISO datetime of lock, or empty string if not locked.
openalex_complete ​
readonlyopenalex_complete:string
Defined in: packages/researcher-profiles/src/types.ts:23
REDCap completion status for the openalex instrument. "2" = Complete.
orcid ​
readonlyorcid:string
Defined in: packages/researcher-profiles/src/types.ts:17
userid ​
readonlyuserid:string
Defined in: packages/researcher-profiles/src/types.ts:13