3c30899bbf3f3b10…
Created Jun 15, 20268 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| orcid | string | |
| h_index | integer | |
| openalex_id | string | |
| works_count | integer | |
| display_name | string | |
| cited_by_count | integer | |
| research_areas | array | |
| current_institution | string |
JSON Schema
{
"type": "object",
"title": "Researcher",
"required": [
"openalex_id",
"display_name"
],
"properties": {
"orcid": {
"type": "string",
"description": "ORCID identifier"
},
"h_index": {
"type": "integer",
"description": "h-index"
},
"openalex_id": {
"type": "string",
"description": "OpenAlex author ID"
},
"works_count": {
"type": "integer",
"description": "Total number of published works"
},
"display_name": {
"type": "string",
"description": "Author display name"
},
"cited_by_count": {
"type": "integer",
"description": "Total citation count"
},
"research_areas": {
"type": "array",
"items": {
"type": "string"
},
"description": "Top research topic areas"
},
"current_institution": {
"type": "string",
"description": "Current primary institution name"
}
},
"description": "A researcher profile from OpenAlex."
}Used by 1 collection
Full hash:3c30899bbf3f3b1011b8422f84e0caf110929a8ff654de4e8db3fef3d0d67cbf
ID:b8fd2455-e3de-4c61-85de-f35e67d1bc1f