Skip to main content

Professor

Overview

A Professor represents a professor employed at the University of Texas at Dallas.

Properties

NameTypeDescriptionExample
_idObjectIdThe MongoDB database id for the Professor object.ObjectId("61ebbb126e3659537e8a14d6")
first_nameStringThe professor's first name.John
last_nameStringThe professor's last name.Doe
titlesArray - StringThe professor's titles.["Senior Mathematics Lecturer"], ["Lars Magnus Ericsson Chair", "Dean – Erik Jonsson School of Engineering and Computer Science"]
emailStringThe professor's email address.xxx555555@utdallas.edu
phone_numberStringThe professor's phone number.555-555-5555
officeLocationThe location of the professor's office.
profile_uriStringA hyperlink pointing to the professor's official university profile.https://profiles.utdallas.edu/XXXXXXX
image_uriStringA link to the image used for the professor on the professor's official university profile.https://profiles.utdallas.edu/storage/media/891/conversions/XXX.jpg
office_hoursArray - MeetingA list of all office hours of the professor.
sectionsArray - ObjectIdA list of references to sections a professor is currently teaching or has taught. This will be sorted in descending order with respect to end_date in the section's academic_session.