Skip to content

XXXSample CAP Profiles

Peter Mangiafico edited this page Oct 10, 2019 · 1 revision

Sample CAP Profiles

Faculty

  • 4164 - Mark Musen (has postdoctoralAdvisees)
  • 4706 - Russ Altman (has postdoctoralAdvisees)
  • 6367 - Craig Levin (has GraduateAndFellowshipPrograms and postdoctoralAdvisees)
    • has postdocs: 51528, 49024, 65880, 37136
  • 49224 - Michel Dumontier (has GraduateAndFellowshipPrograms and postdoctoralAdvisees)
    • has postdocs: 68722
  • example code:
FACULTY = [4164, 4706, 6367, 48613, 49224]

Physicians

  • 48613 - both faculty and physician
  • 5949 - Steven R. Alexander (is a SHC Faculty Physician)
  • example code:
PHYSICIANS = [5949, 48613].freeze

Students with Advisors

  • most students have a CAP profile with data to identify advisors like:
    • profile["stanfordAdvisors"][x]["position"] - "Postdoctoral Faculty Sponsor"
    • profile["stanfordAdvisors"][x]["position"] - "Postdoctoral Research Mentor"
    • profile["stanfordAdvisors"][x]["position"] - "Doctoral (Program)"
    • profile["stanfordAdvisors"][x]["position"] - "Doctoral Dissertation Advisor (AC)"
  • specific students CAP profile IDs
    • 17761 - Ronald Alfa (SoM MD Student) also a PhD Student and MSTP Student
    • 34085 - Biafra Ahanonu (PhD Student)
    • 68722 - Amrapali Zaveri (SoM Postdoc) of Michel Dumontier (49224)
  • example code:
STUDENTS = [
    51528, 49024, 65880, 37136,
    17761, 34085, 68722,
    47441, 62351, 37521, 63779, 53591, 38061,
    40494, 39312, 37987,
    21125,
    46806, 61829, 44963, 45434, 60202,
    40059
]

Staff

  • 25845 - Michael Halaas (SoM Staff)
  • example code:
STAFF = [25845]