3e386a421f2d486d…
Created Jun 15, 202613 fields1 collection using this schema
Labels
No labels yet.
Fields
| Name | Type | Info |
|---|---|---|
| notes | string | private |
| status | string | |
| full_name | string | |
| candidate_id | string | |
| salary_offer | number | private |
| seminar_score | number | private |
| committee_vote | string | private |
| interview_date | string | |
| research_focus | string | |
| teaching_score | number | private |
| candidate_orcid | string | |
| years_since_phd | integer | |
| current_affiliation | string |
JSON Schema
{
"type": "object",
"title": "Candidate",
"required": [
"candidate_id",
"full_name",
"status"
],
"properties": {
"notes": {
"type": "string",
"private": true,
"description": "Committee discussion notes"
},
"status": {
"type": "string",
"description": "shortlisted / interviewed / offered / declined / accepted"
},
"full_name": {
"type": "string",
"description": "Candidate full name"
},
"candidate_id": {
"type": "string",
"description": "Internal candidate identifier"
},
"salary_offer": {
"type": "number",
"private": true,
"description": "Proposed salary in USD"
},
"seminar_score": {
"type": "number",
"private": true,
"description": "Faculty seminar rating (1-10)"
},
"committee_vote": {
"type": "string",
"private": true,
"description": "Committee recommendation: strong_yes / yes / maybe / no"
},
"interview_date": {
"type": "string",
"description": "Date of on-campus interview"
},
"research_focus": {
"type": "string",
"description": "Primary research area"
},
"teaching_score": {
"type": "number",
"private": true,
"description": "Teaching demo rating (1-10)"
},
"candidate_orcid": {
"type": "string",
"description": "Candidate ORCID"
},
"years_since_phd": {
"type": "integer",
"description": "Years since PhD completion"
},
"current_affiliation": {
"type": "string",
"description": "Current institution"
}
},
"description": "A faculty search candidate record."
}Used by 1 collection
Full hash:3e386a421f2d486d576f8c6ca51c141a7876d736617b5199fc1b159d4472795d
ID:11ad284c-3094-409a-b29b-55a02a0c679b