Skip to content

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 ​

readonly first_name: string

Defined in: packages/researcher-profiles/src/types.ts:16


last_name ​

readonly last_name: string

Defined in: packages/researcher-profiles/src/types.ts:14


middle_name ​

readonly middle_name: string

Defined in: packages/researcher-profiles/src/types.ts:15


oa_imported_at ​

readonly oa_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 ​

readonly oa_locked_at: string

Defined in: packages/researcher-profiles/src/types.ts:21

ISO datetime of lock, or empty string if not locked.


openalex_complete ​

readonly openalex_complete: string

Defined in: packages/researcher-profiles/src/types.ts:23

REDCap completion status for the openalex instrument. "2" = Complete.


orcid ​

readonly orcid: string

Defined in: packages/researcher-profiles/src/types.ts:17


userid ​

readonly userid: string

Defined in: packages/researcher-profiles/src/types.ts:13