API: Person Record Resource

Resource URI

https://directory.unl.edu/people/{uid}.{format}

Get detailed information about an individual person. For the most part, these fields are pulled directly from LDAP. For more information on specific fields, see the IDM site. All fields are from LDAP unless otherwise noted.

Example

  1. json
  2. xml
  3. partial
GET https://directory.unl.edu/people/lperez1.json

Resource Properties

Resource Properties Table
Property Description
dn (String) Distinguished name, a combination of uid, ou and dc
cn (Array) An array of common names
eduPersonAffiliation (Array) An array of affiliation types
eduPersonNickname The person's preferred nickname
eduPersonPrimaryAffiliation (Array) An array of primary affiliations
eduPersonPrincipalName (array) An array of Email Addresses
givenName (Array) An array of given Name
displayName (Array) An array of display names
mail (Array) An array of email addresses
postalAddress (Array) An array of postal addresses
sn (Array) An array of surnames
telephoneNumber (Array) An array of telephone numbers
title (Array) An array of titles
uid (String) The person's unique ID
unlHROrgUnitNumber (Array) An array of HR organizational unit numbers
unlHRPrimaryDepartment (Array) An array of primary department names
unlSISClassLevel (Array) An array of class levels
unlSISCollege (Array) An array of colleges that the student is a member of
unlSISMajor (Array) An array of majors that the student is working toward
unlSISMinor (Array) An array of minors that the student is working toward
imageURL (Array, local) A URL to the person's profile picture
unlDirectoryAddress (Object, local) UNL address with street-address, locality, region, postal-code, unlBuildingCode and roomNumber fields.
knowledge (Object, from Digital Measures) Detailed information about a faculty member including a bio, courses, education, grants, honors, papers, presentations, and performances. This information is only available for faculty.

Response

                            {
    "dn": "CN=lperez1,OU=people,DC=unl,DC=edu",
    "cn": [
        "lperez1"
    ],
    "eduPersonAffiliation": [
        "faculty"
    ],
    "eduPersonNickname": null,
    "eduPersonPrimaryAffiliation": [
        "faculty"
    ],
    "eduPersonPrincipalName": [
        "lperez1@unl.edu"
    ],
    "givenName": [
        "Lance"
    ],
    "displayName": [
        "Lance Perez"
    ],
    "mail": [
        "lperez1@unl.edu"
    ],
    "postalAddress": [
        "KH A641L, UNL, 685880657"
    ],
    "sn": [
        "Perez"
    ],
    "telephoneNumber": [
        "4024725259"
    ],
    "title": [
        "Dean"
    ],
    "uid": "lperez1",
    "unlHROrgUnitNumber": [
        "50000907"
    ],
    "unlHRPrimaryDepartment": [
        "College of Engineering"
    ],
    "unlSISClassLevel": null,
    "unlSISCollege": null,
    "unlSISMajor": null,
    "unlSISMinor": null,
    "imageURL": "https:\/\/directory.unl.edu\/avatar\/lperez1",
    "unlDirectoryAddress": {
        "street-address": "KH A641L",
        "locality": "Lincoln",
        "region": "NE",
        "postal-code": "68588-0657",
        "unlBuildingCode": "KH",
        "roomNumber": "A641L",
        "unlBuildingName": "Kiewit Hall"
    },
    "knowledge": {
        "bio": null,
        "courses": [
            "ELEC 999, Doctoral Dissertation, Spring 2015"
        ],
        "education": [
            "Ph D, University of Notre Dame, 1995",
            "MS, Notre Dame, 1989",
            "BS, University of Virginia, 1987"
        ],
        "grants": null,
        "honors": [
            " College Distinguished Teaching Award, College of Engineering, University of Nebraska-Lincoln, 2006",
            "Recognition for Contribution to Students, Teaching Council, University of Nebraska-Lincoln, 2006"
        ],
        "papers": [
            "2-D Tracking Performance Evaluation Using the Cricket Location-Support System, Proceedings of the 2005 IEEE EIT Conference, July (3rd Quarter\/Summer) 2005",
            "A Compact High-Definition Low-Cost Digital Stereoscopic Imaging System for Rapid Robotic Surgery Development, Studies in Health Tech- nology and Informatics",
            "A Comparison Between UWB and TDOA Systems for Smart Space Localization, Proceedings of the IEEE International Conference on Elec- tro\/Information Technology",
            "A Deviation-Based Conditional Upper Bound on the Error Floor Performance for Min-Sum Decoding of LDPC Codes, IEEE Transactions on Communications, December 2012"
        ],
        "presentations": null,
        "performances": null
    }
}
                        
GET https://directory.unl.edu/people/lperez1.xml

Resource Properties

Resource Properties Table
Property Description
dn Distinguished name, a combination of uid, ou and dc
cn Common name (there can be multiples of these)
eduPersonAffiliation affiliation type (faculty/staff) (there can be multiples of these)
eduPersonPrimaryAffiliation primary affiliation (there can be multiples of these)
eduPersonPrincipalName Email Address (there can be multiples of these)
givenName Given name (there can be multiples of these)
displayName Display name (there can be multiples of these)
mail Email address (there can be multiples of these)
postalAddress postal address (there can be multiples of these)
sn Surname (there can be multiples of these)
telephoneNumber telephone number (there can be multiples of these)
title position title (there can be multiples of these)
uid The person's unique ID
unlHROrgUnitNumber HR organizational unit number (there can be multiples of these)
unlHRPrimaryDepartment primary department name (there can be multiples of these)
unlSISClassLevel class levels including NST (non-student), 2ND (2nd degree student), FR (freshmen), SO (Sophomore), JR (Junior), SR (senior), GR (Graduate student), P1-4 (Professional Student Year 1-4), 03-04 (Program student year 3-4)(there can be multiples of these)
unlSISCollege college that the student is a member of (there can be multiples of these)
unlSISMajor major that the student is working toward (there can be multiples of these)
unlSISMinor minor that the student is working toward (there can be multiples of these)
imageURL (local) A URL to the person's profile picture
unlDirectoryAddress (local) UNL address with street-address, locality, region, postal-code, unlBuildingCode and roomNumber child elements.
knowledge (from Digital Measures) Detailed information about a faculty member including a bio, courses, education, grants, honors, papers, presentations, and performances. This information is only available for faculty.

Response

                            <?xml version="1.0" encoding="utf-8"?>
<unl xmlns="https://wdn.unl.edu/xml" xmlns:xlink="https://www.w3.org/1999/xlink">
	
<person>
            <dn>CN=lperez1,OU=people,DC=unl,DC=edu</dn>            <cn>lperez1</cn>                        <eduPersonAffiliation>faculty</eduPersonAffiliation>                        <eduPersonPrimaryAffiliation>faculty</eduPersonPrimaryAffiliation>            <eduPersonPrincipalName>lperez1@unl.edu</eduPersonPrincipalName>            <givenName>Lance</givenName>            <displayName>Lance Perez</displayName>            <mail>lperez1@unl.edu</mail>            <postalAddress>KH A641L, UNL, 685880657</postalAddress>            <sn>Perez</sn>            <telephoneNumber>4024725259</telephoneNumber>            <title>Dean</title>            <uid>lperez1</uid>            <unlHROrgUnitNumber>50000907</unlHROrgUnitNumber>            <unlHRPrimaryDepartment>College of Engineering</unlHRPrimaryDepartment>                                                            <imageURL>https://directory.unl.edu/avatar/lperez1</imageURL>            <unlDirectoryAddress><street-address>KH A641L</street-address><locality>Lincoln</locality><region>NE</region><postal-code>68588-0657</postal-code><unlBuildingCode>KH</unlBuildingCode><roomNumber>A641L</roomNumber><unlBuildingName>Kiewit Hall</unlBuildingName></unlDirectoryAddress>            <knowledge><courses>ELEC 999, Doctoral Dissertation, Spring 2015</courses><education>Ph D, University of Notre Dame, 1995</education><education>MS, Notre Dame, 1989</education><education>BS, University of Virginia, 1987</education><honors> College Distinguished Teaching Award, College of Engineering, University of Nebraska-Lincoln, 2006</honors><honors>Recognition for Contribution to Students, Teaching Council, University of Nebraska-Lincoln, 2006</honors><papers>2-D Tracking Performance Evaluation Using the Cricket Location-Support System, Proceedings of the 2005 IEEE EIT Conference, July (3rd Quarter/Summer) 2005</papers><papers>A Compact High-Definition Low-Cost Digital Stereoscopic Imaging System for Rapid Robotic Surgery Development, Studies in Health Tech- nology and Informatics</papers><papers>A Comparison Between UWB and TDOA Systems for Smart Space Localization, Proceedings of the IEEE International Conference on Elec- tro/Information Technology</papers><papers>A Deviation-Based Conditional Upper Bound on the Error Floor Performance for Min-Sum Decoding of LDPC Codes, IEEE Transactions on Communications, December 2012</papers></knowledge>    </person>
</unl>

                        
GET https://directory.unl.edu/people/lperez1.partial

Response

                            <section class="dcf-grid dcf-col-gap-vw">
<div class="dcf-col-100% dcf-col-25%-start@md directory-knowledge-summary">
<div class="vcard faculty dcf-measure" data-uid="lperez1" data-preferred-name="Lance Perez" itemscope itemtype="https://schema.org/Person">
<div class="planetred_profile card-profile dcf-d-block dcf-mb-3 dcf-h-10 dcf-w-10 dcf-ratio dcf-ratio-1x1">
<picture>
<source type="image/avif" media="(min-resolution: 144dpi)" sizes="(max-width: 5.62em) 5.62em" srcset="
            https://directory.unl.edu/avatar/lperez1?s=48&amp;dpi=144&amp;format=avif 48w,
            https://directory.unl.edu/avatar/lperez1?s=72&amp;dpi=144&amp;format=avif 72w,
            https://directory.unl.edu/avatar/lperez1?s=100&amp;dpi=144&amp;format=avif 100w,
            https://directory.unl.edu/avatar/lperez1?s=120&amp;dpi=144&amp;format=avif 120w,
            https://directory.unl.edu/avatar/lperez1?s=200&amp;dpi=144&amp;format=avif 200w,
            https://directory.unl.edu/avatar/lperez1?s=240&amp;dpi=144&amp;format=avif 240w,
            https://directory.unl.edu/avatar/lperez1?s=400&amp;dpi=144&amp;format=avif 400w,
            https://directory.unl.edu/avatar/lperez1?s=800&amp;dpi=144&amp;format=avif 800w,
        "/>
<source type="image/avif" sizes="(max-width: 5.62em) 5.62em" srcset="
            https://directory.unl.edu/avatar/lperez1?s=48&amp;dpi=72&amp;format=avif 48w,
            https://directory.unl.edu/avatar/lperez1?s=72&amp;dpi=72&amp;format=avif 72w,
            https://directory.unl.edu/avatar/lperez1?s=100&amp;dpi=72&amp;format=avif 100w,
            https://directory.unl.edu/avatar/lperez1?s=120&amp;dpi=72&amp;format=avif 120w,
            https://directory.unl.edu/avatar/lperez1?s=200&amp;dpi=72&amp;format=avif 200w,
            https://directory.unl.edu/avatar/lperez1?s=240&amp;dpi=72&amp;format=avif 240w,
            https://directory.unl.edu/avatar/lperez1?s=400&amp;dpi=72&amp;format=avif 400w,
            https://directory.unl.edu/avatar/lperez1?s=800&amp;dpi=72&amp;format=avif 800w,
        "/>
<source media="(min-resolution: 144dpi)" sizes="(max-width: 5.62em) 5.62em" srcset="
            https://directory.unl.edu/avatar/lperez1?s=48&amp;dpi=144&amp;format=jpeg 48w,
            https://directory.unl.edu/avatar/lperez1?s=72&amp;dpi=144&amp;format=jpeg 72w,
            https://directory.unl.edu/avatar/lperez1?s=100&amp;dpi=144&amp;format=jpeg 100w,
            https://directory.unl.edu/avatar/lperez1?s=120&amp;dpi=144&amp;format=jpeg 120w,
            https://directory.unl.edu/avatar/lperez1?s=200&amp;dpi=144&amp;format=jpeg 200w,
            https://directory.unl.edu/avatar/lperez1?s=240&amp;dpi=144&amp;format=jpeg 240w,
            https://directory.unl.edu/avatar/lperez1?s=400&amp;dpi=144&amp;format=jpeg 400w,
            https://directory.unl.edu/avatar/lperez1?s=800&amp;dpi=144&amp;format=jpeg 800w,
        ">
<img class="photo profile_pic dcf-ratio-child dcf-circle dcf-d-block dcf-obj-fit-cover" itemprop="image" src="https://directory.unl.edu/avatar/lperez1?s=medium&amp;dpi=72&amp;format=jpeg" sizes="(max-width: 5.62em) 5.62em" srcset="
            https://directory.unl.edu/avatar/lperez1?s=48&amp;dpi=72&amp;format=jpeg 48w,
            https://directory.unl.edu/avatar/lperez1?s=72&amp;dpi=72&amp;format=jpeg 72w,
            https://directory.unl.edu/avatar/lperez1?s=100&amp;dpi=72&amp;format=jpeg 100w,
            https://directory.unl.edu/avatar/lperez1?s=120&amp;dpi=72&amp;format=jpeg 120w,
            https://directory.unl.edu/avatar/lperez1?s=200&amp;dpi=72&amp;format=jpeg 200w,
            https://directory.unl.edu/avatar/lperez1?s=240&amp;dpi=72&amp;format=jpeg 240w,
            https://directory.unl.edu/avatar/lperez1?s=400&amp;dpi=72&amp;format=jpeg 400w,
            https://directory.unl.edu/avatar/lperez1?s=800&amp;dpi=72&amp;format=jpeg 800w,
        " alt="" />
</picture>
</div>
<div class="vcardInfo unl-font-sans">
<h1 class="headline dcf-mb-0 dcf-txt-h2">
<a class="permalink dcf-txt-decor-hover" href="https://directory.unl.edu/people/lperez1" itemprop="url">
<span class="fn" itemprop="name">Lance Perez</span>
</a>
</h1>
<div class="eppa dcf-mt-3 dcf-mb-3 dcf-txt-2xs dcf-uppercase unl-ls-1 unl-dark-gray">faculty</div>
<ul class="roles dcf-m-0" role="list">
<li class="org parent-unl">
<span class="title dcf-txt-sm" itemprop="jobTitle">Dean</span>
<span itemprop="worksFor" itemscope itemtype="https://schema.org/Organization">
<span class="organization-unit dcf-txt-sm">
<a href="https://directory.unl.edu/departments/121" itemprop="url">
<span itemprop="name">College of Engineering</span>
</a>
</span>
<span class="organization-name dcf-txt-sm" itemprop="parentOrganization" itemscope itemtype="https://schema.org/Organization"><span itemprop="name">University of Nebraska–Lincoln</span></span>
</span>
</li>
<li class="org parent-unl">
<span class="title dcf-txt-sm" itemprop="jobTitle">Tenure Professor</span>
<span itemprop="worksFor" itemscope itemtype="https://schema.org/Organization">
<span class="organization-unit dcf-txt-sm">
<a href="https://directory.unl.edu/departments/131" itemprop="url">
<span itemprop="name">Electrical & Computer Engineering</span>
</a>
</span>
<span class="organization-name dcf-txt-sm" itemprop="parentOrganization" itemscope itemtype="https://schema.org/Organization"><span itemprop="name">University of Nebraska–Lincoln</span></span>
</span>
</li>
<li class="org parent-unl">
<span class="title dcf-txt-sm" itemprop="jobTitle">Coll Prfsp/Omar Heins</span>
<span itemprop="worksFor" itemscope itemtype="https://schema.org/Organization">
<span class="organization-unit dcf-txt-sm">
<a href="https://directory.unl.edu/departments/131" itemprop="url">
<span itemprop="name">Electrical & Computer Engineering</span>
</a>
</span>
<span class="organization-name dcf-txt-sm" itemprop="parentOrganization" itemscope itemtype="https://schema.org/Organization"><span itemprop="name">University of Nebraska–Lincoln</span></span>
</span>
</li>
<li class="org parent-unl">
<span class="title dcf-txt-sm" itemprop="jobTitle">Fred Hunzeker Dean of Engineering</span>
<span itemprop="worksFor" itemscope itemtype="https://schema.org/Organization">
<span class="organization-unit dcf-txt-sm">
<a href="https://directory.unl.edu/departments/121" itemprop="url">
<span itemprop="name">College of Engineering</span>
</a>
</span>
<span class="organization-name dcf-txt-sm" itemprop="parentOrganization" itemscope itemtype="https://schema.org/Organization"><span itemprop="name">University of Nebraska–Lincoln</span></span>
</span>
</li>
</ul>
<div class="adr work attribute dcf-txt-sm" itemprop="workLocation" itemscope itemtype="https://schema.org/Place">
<span class="icon-map-pin" aria-hidden="true"></span>
<span class="type">Work</span>
<span class="street-address">
<a href="https://maps.unl.edu/KH" itemprop="hasMap">Kiewit Hall</a> (KH)
A641L </span>
<div itemprop="address" itemscope itemtype="https://schema.org/PostalAddress">
<span class="locality" itemprop="addressLocality">Lincoln</span>
<abbr class="region" title="Nebraska" itemprop="addressRegion">NE</abbr>
<span class="postal-code" itemprop="postalCode">68588-0657</span>
<div class="country-name" itemprop="addressCountry">US</div>
</div>
</div>
<div class="tel work attribute dcf-txt-sm">
<span class="icon-phone" aria-hidden="true"></span>
<span class="type">Work</span>
<span class="value dcf-mr-1"><a href="tel:4024725259">
<span itemprop="telephone">402-472-5259</span>
</a>
</span>
<small class="on-campus-dialing dcf-txt-xs dcf-txt-nowrap">On campus, dial 2-5259</small>
</div>
<div class="attribute dcf-txt-sm">
<span class="icon-email" aria-hidden="true"></span>
<a class="email" href="mailto:lperez1&commat;unl&period;edu" itemprop="email"> lperez1&commat;unl&period;edu</a>
</div>
</div>
<div class="vcard-tools primary dcf-d-flex dcf-flex-row dcf-flex-wrap dcf-ai-start dcf-jc-around dcf-txt-sm dcf-mt-5 dcf-pt-3 dcf-pb-3 dcf-bt-1 dcf-bt-solid unl-bt-light-gray dcf-d-none@print">
<a class="dcf-btn dcf-btn-secondary dcf-b-0 dcf-d-flex dcf-flex-col dcf-ai-center" href="https://directory.unl.edu/vcards/lperez1">
<svg class="dcf-mb-2 dcf-h-7 dcf-w-7 dcf-fill-current" aria-hidden="true" focusable="false" height="24" width="24" viewbox="0 0 24 24">
<path d="M23.5 3H.5a.5.5 0 00-.5.5v17a.5.5 0 00.5.5h4a.5.5 0 00.5-.5V19c0-.689.561-1.25 1.25-1.25S7.5 18.311 7.5 19v1.5a.5.5 0 00.5.5h8a.5.5 0 00.5-.5V19c0-.689.561-1.25 1.25-1.25S19 18.311 19 19v1.5a.5.5 0 00.5.5h4a.5.5 0 00.5-.5v-17a.5.5 0 00-.5-.5zM23 20h-3v-1c0-1.241-1.009-2.25-2.25-2.25S15.5 17.759 15.5 19v1h-7v-1c0-1.241-1.009-2.25-2.25-2.25S4 17.759 4 19v1H1V4h22v16z"></path>
<path d="M13 13h8v1h-8zm0-2h8v1h-8zm0-2h8v1h-8zm0-2h4v1h-4zM2.5 15h9a.5.5 0 00.5-.5v-2a.504.504 0 00-.146-.354c-.062-.062-1.43-1.409-3.354-1.619v-.264c.376-.298 1-.986 1-2.263 0-.996 0-2.5-2.5-2.5S4.5 7.004 4.5 8c0 1.277.624 1.965 1 2.263v.264c-1.923.21-3.292 1.557-3.354 1.619A.504.504 0 002 12.5v2a.5.5 0 00.5.5zm.5-2.279c.397-.341 1.563-1.221 3-1.221a.5.5 0 00.5-.5v-1a.51.51 0 00-.27-.443C6.2 9.54 5.5 9.149 5.5 8c0-.998 0-1.5 1.5-1.5s1.5.502 1.5 1.5c0 1.149-.7 1.54-.724 1.553A.5.5 0 007.5 10v1a.5.5 0 00.5.5c1.427 0 2.6.881 3 1.222V14H3v-1.279z"></path>
</svg>
<span class="dcf-sr-only">Download </span>vCard<span class="dcf-sr-only"> for Lance Perez</span>
</a>
<a class="dir-btn-qr-code-vcard dcf-btn dcf-btn-secondary dcf-b-0 dcf-d-flex dcf-flex-col dcf-ai-center" href="https://chart.googleapis.com/chart?cht=qr&amp;chs=400x400&amp;chl=BEGIN%3AVCARD%0AVERSION%3A3.0%0AN%3APerez%3BLance%3B%3B%3B%0AFN%3ALance+Perez%0AORG%3AUniversity+of+Nebraska-Lincoln%3BCollege+of+Engineering%0AEMAIL%3Btype%3DINTERNET%3Btype%3DWORK%3Btype%3Dpref%3Alperez1%40unl.edu%0ATEL%3Btype%3DWORK%3Btype%3Dpref%3A4024725259%0Aitem3.X-ABRELATEDNAMES%3Btype%3Dpref%3ADean%0Aitem3.X-ABLabel%3Atitle%0AEND%3AVCARD%0A&amp;chld=L%7C1">
<svg class="dcf-mb-2 dcf-h-7 dcf-w-7 dcf-fill-current" aria-hidden="true" focusable="false" height="24" width="24" viewbox="0 0 24 24">
<path d="M7.505 0h-7a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h7a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5zm-.5 7h-6V1h6v6z"></path>
<path d="M2.505 6h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-3a.5.5 0 00-.5.5v3a.5.5 0 00.5.5zm.5-3h2v2h-2V3zm4.5 13h-7a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h7a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5zm-.5 7h-6v-6h6v6z"></path>
<path d="M2.505 22h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-3a.5.5 0 00-.5.5v3a.5.5 0 00.5.5zm.5-3h2v2h-2v-2zm17-2.5a.5.5 0 00-.5-.5h-3a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h3a.5.5 0 00.5-.5v-3zm-1 2.5h-2v-2h2v2zm4.5-19h-7a.5.5 0 00-.5.5v7a.5.5 0 00.5.5h7a.5.5 0 00.5-.5v-7a.5.5 0 00-.5-.5zm-.5 7h-6V1h6v6z"></path>
<path d="M18.505 6h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-3a.5.5 0 00-.5.5v3a.5.5 0 00.5.5zm.5-3h2v2h-2V3zm-9.5 7h3.5a.5.5 0 000-1h-3.5a.5.5 0 000 1zm0 5h3.5a.5.5 0 000-1h-3v-2.5a.5.5 0 00-1 0v3a.5.5 0 00.5.5zm-2-6h-7a.5.5 0 000 1h6.5v1.5a.5.5 0 001 0v-2a.5.5 0 00-.5-.5zm16 0H22.5a.5.5 0 00-.5.5v5a.5.5 0 001 0V10h.505a.5.5 0 000-1zM20.5 15a.5.5 0 00.5-.5v-3a.5.5 0 00-1 0v3a.5.5 0 00.5.5zM15 11.5a.5.5 0 001 0V10h4.005a.5.5 0 000-1H15.5a.5.5 0 00-.5.5v2zM12.505 4a.5.5 0 00-.5.5v2a.5.5 0 00.5.5h2a.5.5 0 00.5-.5v-4a.5.5 0 00-1 0V6h-1V4.5a.5.5 0 00-.5-.5zm-3 4a.5.5 0 00.5-.5v-3a.5.5 0 00-1 0v3a.5.5 0 00.5.5zm2-7h3a.5.5 0 000-1h-3a.5.5 0 000 1zm-2 2h2a.5.5 0 000-1h-1.5V.5a.5.5 0 00-1 0v2a.5.5 0 00.5.5zm-4 10a.5.5 0 000-1h-3a.5.5 0 000 1h3zm-5 2h2a.5.5 0 000-1h-1.5v-2.5a.5.5 0 00-1 0v3a.5.5 0 00.5.5zm23 1h-2a.5.5 0 00-.5.5V23h-8.5a.5.5 0 000 1h9a.5.5 0 00.5-.5V17h1v2.5a.5.5 0 001 0v-3a.5.5 0 00-.5-.5zm-10.5 5.5a.5.5 0 00-.5-.5h-2.5v-3.5a.5.5 0 00-1 0v4a.5.5 0 00.5.5h3a.5.5 0 00.5-.5z"></path>
<path d="M14.505 22h5a.5.5 0 000-1h-4.5v-2a.5.5 0 00-1 0v2.5a.5.5 0 00.5.5zM11 16.5v3a.5.5 0 001 0V17h2.505a.5.5 0 000-1H11.5a.5.5 0 00-.5.5zM7.505 14h-2a.5.5 0 000 1h2a.5.5 0 000-1zm5.5-3h-2a.5.5 0 000 1h2a.5.5 0 000-1zm4.495 1a.5.5 0 00-.5.5V14h-1.5a.5.5 0 000 1h3a.5.5 0 000-1H18v-1.5a.5.5 0 00-.5-.5z"></path>
</svg>
QR Code<span class="dcf-sr-only"> vCard for Lance Perez</span>
</a>
<button class="dir-btn-print-vcard dcf-btn dcf-btn-secondary dcf-b-0 dcf-d-flex dcf-flex-col dcf-ai-center">
<svg class="dcf-mb-2 dcf-h-7 dcf-w-7 dcf-fill-current" aria-hidden="true" focusable="false" height="24" width="24" viewbox="0 0 24 24">
<path d="M21.5 7h-19A2.503 2.503 0 000 9.5v6C0 16.878 1.122 18 2.5 18H5v4.5a.5.5 0 00.5.5h13a.5.5 0 00.5-.5V18h2.5c1.378 0 2.5-1.122 2.5-2.5v-6C24 8.122 22.878 7 21.5 7zM18 22H6v-7h12v7zm5-6.5c0 .827-.673 1.5-1.5 1.5H19v-2.5a.5.5 0 00-.5-.5h-13a.5.5 0 00-.5.5V17H2.5c-.827 0-1.5-.673-1.5-1.5v-6C1 8.673 1.673 8 2.5 8h19c.827 0 1.5.673 1.5 1.5v6zM5.5 6a.5.5 0 00.5-.5V2h9v2.5a.5.5 0 00.5.5H18v.5a.5.5 0 001 0v-1a.499.499 0 00-.147-.354l-2.999-2.999A.51.51 0 0015.5 1h-10a.5.5 0 00-.5.5v4a.5.5 0 00.5.5zM16 2.707L17.293 4H16V2.707z"></path>
<path d="M3.5 9C2.673 9 2 9.673 2 10.5S2.673 12 3.5 12 5 11.327 5 10.5 4.327 9 3.5 9zm0 2a.5.5 0 110-1 .5.5 0 010 1zm13 5h-9a.5.5 0 000 1h9a.5.5 0 000-1zm0 2h-9a.5.5 0 000 1h9a.5.5 0 000-1zm0 2h-9a.5.5 0 000 1h9a.5.5 0 000-1z"></path>
</svg>
Print<span class="dcf-sr-only"> listing for Lance Perez</span>
</button>
</div>
</div>
</div>
<div class="dcf-col-100% dcf-col-75%-end@md">
<div class="card">
<div class="card-content">
<div class="directory-knowledge-section directory-knowledge-section-education dcf-mt-7">
<h2 class="directory-knowledge-section-heading dcf-relative dcf-txt-h4 dcf-regular"><span class="dcf-absolute dcf-pin-left unl-dark-gray icon-academic-cap" aria-hidden="true"></span><span class="dcf-sr-only">icon-academic-cap</span>Education</h2>
<ul class="directory-knowledge-section-inner dcf-ml-7" role="list">
<li class="directory-knowledge-item">Ph D, University of Notre Dame, 1995</li>
<li class="directory-knowledge-item">MS, Notre Dame, 1989</li>
<li class="directory-knowledge-item">BS, University of Virginia, 1987</li>
</ul>
</div>
<div class="directory-knowledge-section directory-knowledge-section-courses dcf-mt-7">
<h2 class="directory-knowledge-section-heading dcf-relative dcf-txt-h4 dcf-regular"><span class="dcf-absolute dcf-pin-left unl-dark-gray icon-chat-user" aria-hidden="true"></span><span class="dcf-sr-only">icon-chat-user</span>Courses</h2>
<ul class="directory-knowledge-section-inner dcf-ml-7" role="list">
<li class="directory-knowledge-item">ELEC 999, Doctoral Dissertation, Spring 2015</li>
</ul>
</div>
<div class="directory-knowledge-section directory-knowledge-section-papers dcf-mt-7">
<h2 class="directory-knowledge-section-heading dcf-relative dcf-txt-h4 dcf-regular"><span class="dcf-absolute dcf-pin-left unl-dark-gray icon-document" aria-hidden="true"></span><span class="dcf-sr-only">icon-document</span>Publications and Other Intellectual Contributions</h2>
<ul class="directory-knowledge-section-inner dcf-ml-7" role="list">
<li class="directory-knowledge-item">2-D Tracking Performance Evaluation Using the Cricket Location-Support System, Proceedings of the 2005 IEEE EIT Conference, July (3rd Quarter/Summer) 2005</li>
<li class="directory-knowledge-item">A Compact High-Definition Low-Cost Digital Stereoscopic Imaging System for Rapid Robotic Surgery Development, Studies in Health Tech- nology and Informatics</li>
<li class="directory-knowledge-item">A Comparison Between UWB and TDOA Systems for Smart Space Localization, Proceedings of the IEEE International Conference on Elec- tro/Information Technology</li>
<li class="directory-knowledge-item">A Deviation-Based Conditional Upper Bound on the Error Floor Performance for Min-Sum Decoding of LDPC Codes, IEEE Transactions on Communications, December 2012</li>
</ul>
</div>
<div class="directory-knowledge-section directory-knowledge-section-honors dcf-mt-7">
<h2 class="directory-knowledge-section-heading dcf-relative dcf-txt-h4 dcf-regular"><span class="dcf-absolute dcf-pin-left unl-dark-gray icon-bookmark-star" aria-hidden="true"></span><span class="dcf-sr-only">icon-bookmark-star</span>Awards &amp; Honors</h2>
<ul class="directory-knowledge-section-inner dcf-ml-7" role="list">
<li class="directory-knowledge-item"> College Distinguished Teaching Award, College of Engineering, University of Nebraska-Lincoln, 2006</li>
<li class="directory-knowledge-item">Recognition for Contribution to Students, Teaching Council, University of Nebraska-Lincoln, 2006</li>
</ul>
</div>
</div>
</div>
</div>
</section>
                        

Format Information

The following is a list of formats used in Directory.

Have a correction?

If you'd like to correct your own entry, contact your departmental HR liaison. For corrections to another person's contact or department/unit information, use the form below.