3e386a421f2d486d

Created Jun 15, 202613 fields1 collection using this schema

Labels

No labels yet.

Fields

NameTypeInfo
notesstring
private
statusstring
full_namestring
candidate_idstring
salary_offernumber
private
seminar_scorenumber
private
committee_votestring
private
interview_datestring
research_focusstring
teaching_scorenumber
private
candidate_orcidstring
years_since_phdinteger
current_affiliationstring

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