Web Crawling¶
Introduction¶
Web crawling is an automated method used to scrape data from websites. It's commonly used for a variety of purposes like data mining, online price comparison, and website change detection.
Tools and Libraries in Python Python, being a versatile programming language, offers several libraries for web crawling, the most popular ones include:
Requests
: A simple yet powerful HTTP library for making requests and accessing web content.Beautiful Soup
: A library that makes it easy to scrape information from web pages, providing Pythonic idioms for iterating, searching, and modifying the parse tree.Scrapy
: An open-source and collaborative web crawling framework for Python, designed for large-scale web scraping.
Basic Steps in Web Crawling
Sending a Request
: Use requests to send an HTTP request to the URL of the webpage you want to scrape.Parsing the Response
: Once you have the webpage's content, use Beautiful Soup or Scrapy to parse the HTML/XML content.Extracting Information
: After parsing, you can use the power of these libraries to extract the specific data you need.Storing or Processing Data
: The extracted data can be stored in a file or database, or further processed according to your needs.
In [1]:
Copied!
import requests
from bs4 import BeautifulSoup
import pandas as pd
import requests
from bs4 import BeautifulSoup
import pandas as pd
Read Website¶
In [2]:
Copied!
response = requests.get("https://en.wikipedia.org/wiki/University_of_Texas_at_Dallas")
html = response.text
soup = BeautifulSoup(html)
soup
response = requests.get("https://en.wikipedia.org/wiki/University_of_Texas_at_Dallas")
html = response.text
soup = BeautifulSoup(html)
soup
Out[2]:
<!DOCTYPE html> <html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-sticky-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-zebra-design-enabled vector-feature-custom-font-size-clientpref-0 vector-feature-client-preferences-disabled vector-feature-client-prefs-pinned-disabled vector-toc-available" dir="ltr" lang="en"> <head> <meta charset="utf-8"/> <title>University of Texas at Dallas - Wikipedia</title> <script>(function(){var className="client-js vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-sticky-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-zebra-design-enabled vector-feature-custom-font-size-clientpref-0 vector-feature-client-preferences-disabled vector-feature-client-prefs-pinned-disabled vector-toc-available";var cookie=document.cookie.match(/(?:^|; )enwikimwclientpreferences=([^;]+)/);if(cookie){cookie[1].split('%2C').forEach(function(pref){className=className.replace(new RegExp('(^| )'+pref.replace(/-clientpref-\w+$|[^\w-]+/g,'')+'-clientpref-\\w+( |$)'),'$1'+pref+'$2');});}document.documentElement.className=className;}());RLCONF={"wgBreakFrames":false,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""], "wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"394eac98-86dd-4a2b-a668-bea5cf1d2653","wgCanonicalNamespace":"","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":0,"wgPageName":"University_of_Texas_at_Dallas","wgTitle":"University of Texas at Dallas","wgCurRevisionId":1194575546,"wgRevisionId":1194575546,"wgArticleId":537010,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["CS1 maint: numeric names: authors list","CS1 errors: missing periodical","Articles with a promotional tone from December 2023","All articles with a promotional tone","Articles with short description","Short description matches Wikidata","Use mdy dates from August 2023","Articles containing Latin-language text","Coordinates on Wikidata","Articles using infobox university", "Pages using infobox university with the image name parameter","Pages using infobox university with the nickname alias","All articles with unsourced statements","Articles with unsourced statements from October 2013","Wikipedia articles in need of updating from March 2020","All Wikipedia articles in need of updating","Articles with ISNI identifiers","Articles with VIAF identifiers","Articles with J9U identifiers","Articles with LCCN identifiers","University of Texas at Dallas","Universities and colleges accredited by the Southern Association of Colleges and Schools","American Association of State Colleges and Universities","Universities and colleges in the Dallas–Fort Worth metroplex","University of Texas System campuses","Universities and colleges established in 1969","Richardson, Texas","Universities and colleges in Dallas County, Texas","Education in Collin County, Texas","Buildings and structures in Collin County, Texas","1969 establishments in Texas", "Public universities and colleges in Texas","Universities and colleges in Dallas"],"wgPageViewLanguage":"en","wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"University_of_Texas_at_Dallas","wgRelevantArticleId":537010,"wgIsProbablyEditable":true,"wgRelevantPageIsProbablyEditable":true,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgNoticeProject":"wikipedia","wgFlaggedRevsParams":{"tags":{"status":{"levels":1}}},"wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":true,"wgPopupsFlags":6,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr","pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"watchlist":true,"tagline":false,"nearby":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":100000,"wgULSCurrentAutonym":"English","wgCoordinates":{"lat":32.985,"lon":-96.75},"wgCentralAuthMobileDomain":false,"wgEditSubmitButtonLabelPublish":true,"wgULSPosition":"interlanguage", "wgULSisCompactLinksEnabled":true,"wgULSisLanguageSelectorEmpty":false,"wgWikibaseItemId":"Q1781394","wgCheckUserClientHintsHeadersJsApi":["architecture","bitness","brands","fullVersionList","mobile","model","platform","platformVersion"],"GEHomepageSuggestedEditsEnableTopics":true,"wgGETopicsMatchModeEnabled":false,"wgGEStructuredTaskRejectionReasonTextInputEnabled":false,"wgGELevelingUpEnabledForUser":false};RLSTATE={"skins.vector.user.styles":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","skins.vector.user":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","codex-search-styles":"ready","skins.vector.styles":"ready","skins.vector.icons":"ready","skins.vector.zebra.styles":"ready","jquery.tablesorter.styles":"ready","jquery.makeCollapsible.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","wikibase.client.init":"ready", "ext.wikimediaBadges":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","mediawiki.page.media","mediawiki.toggleAllCollapsibles","site","mediawiki.page.ready","jquery.tablesorter","jquery.makeCollapsible","mediawiki.toc","skins.vector.js","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.gadget.ReferenceTooltips","ext.gadget.switcher","ext.urlShortener.toolbar","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.echo.centralauth","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.cx.uls.quick.actions","wikibase.client.vector-2022","ext.checkUser.clientHints","ext.growthExperiments.SuggestedEditSession"];</script> <script>(RLQ=window.RLQ||[]).push(function(){mw.loader.impl(function(){return["user.options@12s5i",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"}); }];});});</script> <link href="/w/load.php?lang=en&modules=codex-search-styles%7Cext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cjquery.tablesorter.styles%7Cskins.vector.icons%2Cstyles%7Cskins.vector.zebra.styles%7Cwikibase.client.init&only=styles&skin=vector-2022" rel="stylesheet"/> <script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022"></script> <meta content="" name="ResourceLoaderDynamicStyles"/> <link href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector-2022" rel="stylesheet"/> <meta content="MediaWiki 1.42.0-wmf.13" name="generator"/> <meta content="origin" name="referrer"/> <meta content="origin-when-cross-origin" name="referrer"/> <meta content="max-image-preview:standard" name="robots"/> <meta content="telephone=no" name="format-detection"/> <meta content="https://upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/1200px-University_of_Texas_at_Dallas_seal.svg.png" property="og:image"/> <meta content="1200" property="og:image:width"/> <meta content="1200" property="og:image:height"/> <meta content="https://upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/800px-University_of_Texas_at_Dallas_seal.svg.png" property="og:image"/> <meta content="800" property="og:image:width"/> <meta content="800" property="og:image:height"/> <meta content="https://upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/640px-University_of_Texas_at_Dallas_seal.svg.png" property="og:image"/> <meta content="640" property="og:image:width"/> <meta content="640" property="og:image:height"/> <meta content="width=1000" name="viewport"/> <meta content="University of Texas at Dallas - Wikipedia" property="og:title"/> <meta content="website" property="og:type"/> <link href="//upload.wikimedia.org" rel="preconnect"/> <link href="//en.m.wikipedia.org/wiki/University_of_Texas_at_Dallas" media="only screen and (max-width: 720px)" rel="alternate"/> <link href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit" rel="alternate" title="Edit this page" type="application/x-wiki"/> <link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/> <link href="/static/favicon/wikipedia.ico" rel="icon"/> <link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/> <link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/> <link href="https://en.wikipedia.org/wiki/University_of_Texas_at_Dallas" rel="canonical"/> <link href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="license"/> <link href="/w/index.php?title=Special:RecentChanges&feed=atom" rel="alternate" title="Wikipedia Atom feed" type="application/atom+xml"/> <link href="//meta.wikimedia.org" rel="dns-prefetch"/> <link href="//login.wikimedia.org" rel="dns-prefetch"/> </head> <body class="skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-University_of_Texas_at_Dallas rootpage-University_of_Texas_at_Dallas skin-vector-2022 action-view"><a class="mw-jump-link" href="#bodyContent">Jump to content</a> <div class="vector-header-container"> <header class="vector-header mw-header"> <div class="vector-header-start"> <nav aria-label="Site" class="vector-main-menu-landmark" role="navigation"> <div class="vector-dropdown vector-main-menu-dropdown vector-button-flush-left vector-button-flush-right" id="vector-main-menu-dropdown"> <input aria-haspopup="true" aria-label="Main menu" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-vector-main-menu-dropdown" id="vector-main-menu-dropdown-checkbox" role="button" type="checkbox"/> <label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only" for="vector-main-menu-dropdown-checkbox" id="vector-main-menu-dropdown-label"><span class="vector-icon mw-ui-icon-menu mw-ui-icon-wikimedia-menu"></span> <span class="vector-dropdown-label-text">Main menu</span> </label> <div class="vector-dropdown-content"> <div class="vector-unpinned-container" id="vector-main-menu-unpinned-container"> <div class="vector-main-menu vector-pinnable-element" id="vector-main-menu"> <div class="vector-pinnable-header vector-main-menu-pinnable-header vector-pinnable-header-unpinned" data-feature-name="main-menu-pinned" data-pinnable-element-id="vector-main-menu" data-pinned-container-id="vector-main-menu-pinned-container" data-unpinned-container-id="vector-main-menu-unpinned-container"> <div class="vector-pinnable-header-label">Main menu</div> <button class="vector-pinnable-header-toggle-button vector-pinnable-header-pin-button" data-event-name="pinnable-header.vector-main-menu.pin">move to sidebar</button> <button class="vector-pinnable-header-toggle-button vector-pinnable-header-unpin-button" data-event-name="pinnable-header.vector-main-menu.unpin">hide</button> </div> <div class="vector-menu mw-portlet mw-portlet-navigation" id="p-navigation"> <div class="vector-menu-heading"> Navigation </div> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="mw-list-item" id="n-mainpage-description"><a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]"><span>Main page</span></a></li><li class="mw-list-item" id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia"><span>Contents</span></a></li><li class="mw-list-item" id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events"><span>Current events</span></a></li><li class="mw-list-item" id="n-randompage"><a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]"><span>Random article</span></a></li><li class="mw-list-item" id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works"><span>About Wikipedia</span></a></li><li class="mw-list-item" id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia"><span>Contact us</span></a></li><li class="mw-list-item" id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en" title="Support us by donating to the Wikimedia Foundation"><span>Donate</span></a></li> </ul> </div> </div> <div class="vector-menu mw-portlet mw-portlet-interaction" id="p-interaction"> <div class="vector-menu-heading"> Contribute </div> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="mw-list-item" id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia"><span>Help</span></a></li><li class="mw-list-item" id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia"><span>Learn to edit</span></a></li><li class="mw-list-item" id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors"><span>Community portal</span></a></li><li class="mw-list-item" id="n-recentchanges"><a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]"><span>Recent changes</span></a></li><li class="mw-list-item" id="n-upload"><a href="/wiki/Wikipedia:File_upload_wizard" title="Add images or other media for use on Wikipedia"><span>Upload file</span></a></li> </ul> </div> </div> <div class="vector-main-menu-action vector-main-menu-action-lang-alert"> <div class="vector-main-menu-action-item"> <div class="vector-main-menu-action-heading vector-menu-heading">Languages</div> <div class="vector-main-menu-action-content vector-menu-content"> <div class="mw-message-box cdx-message cdx-message--block mw-message-box-notice cdx-message--notice vector-language-sidebar-alert"><span class="cdx-message__icon"></span><div class="cdx-message__content">Language links are at the top of the page.</div></div> </div> </div> </div> </div> </div> </div> </div> </nav> <a class="mw-logo" href="/wiki/Main_Page"> <img alt="" aria-hidden="true" class="mw-logo-icon" height="50" src="/static/images/icons/wikipedia.png" width="50"/> <span class="mw-logo-container"> <img alt="Wikipedia" class="mw-logo-wordmark" src="/static/images/mobile/copyright/wikipedia-wordmark-en.svg" style="width: 7.5em; height: 1.125em;"/> <img alt="The Free Encyclopedia" class="mw-logo-tagline" height="13" src="/static/images/mobile/copyright/wikipedia-tagline-en.svg" style="width: 7.3125em; height: 0.8125em;" width="117"/> </span> </a> </div> <div class="vector-header-end"> <div class="vector-search-box-vue vector-search-box-collapses vector-search-box-show-thumbnail vector-search-box-auto-expand-width vector-search-box" id="p-search" role="search"> <a accesskey="f" class="cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only search-toggle" href="/wiki/Special:Search" id="" title="Search Wikipedia [f]"><span class="vector-icon mw-ui-icon-search mw-ui-icon-wikimedia-search"></span> <span>Search</span> </a> <div class="vector-typeahead-search-container"> <div class="cdx-typeahead-search cdx-typeahead-search--show-thumbnail cdx-typeahead-search--auto-expand-width"> <form action="/w/index.php" class="cdx-search-input cdx-search-input--has-end-button" id="searchform"> <div class="cdx-search-input__input-wrapper" id="simpleSearch"> <div class="cdx-text-input cdx-text-input--has-start-icon"> <input accesskey="f" aria-label="Search Wikipedia" autocapitalize="sentences" class="cdx-text-input__input" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/> <span class="cdx-text-input__icon cdx-text-input__start-icon"></span> </div> <input name="title" type="hidden" value="Special:Search"/> </div> <button class="cdx-button cdx-search-input__end-button">Search</button> </form> </div> </div> </div> <nav aria-label="Personal tools" class="vector-user-links vector-user-links-wide" role="navigation"> <div class="vector-user-links-main"> <div class="vector-menu mw-portlet emptyPortlet" id="p-vector-user-menu-preferences"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> </ul> </div> </div> <div class="vector-menu mw-portlet emptyPortlet" id="p-vector-user-menu-userpage"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> </ul> </div> </div> <nav aria-label="Appearance" class="vector-client-prefs-landmark"> </nav> <div class="vector-menu mw-portlet emptyPortlet" id="p-vector-user-menu-notifications"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> </ul> </div> </div> <div class="vector-menu mw-portlet" id="p-vector-user-menu-overflow"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="user-links-collapsible-item mw-list-item user-links-collapsible-item" id="pt-createaccount-2"><a class="" data-mw="interface" href="/w/index.php?title=Special:CreateAccount&returnto=University+of+Texas+at+Dallas" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a> </li> <li class="user-links-collapsible-item mw-list-item user-links-collapsible-item" id="pt-login-2"><a accesskey="o" class="" data-mw="interface" href="/w/index.php?title=Special:UserLogin&returnto=University+of+Texas+at+Dallas" title="You're encouraged to log in; however, it's not mandatory. [o]"><span>Log in</span></a> </li> </ul> </div> </div> </div> <div class="vector-dropdown vector-user-menu vector-button-flush-right vector-user-menu-logged-out" id="vector-user-links-dropdown" title="Log in and more options"> <input aria-haspopup="true" aria-label="Personal tools" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-vector-user-links-dropdown" id="vector-user-links-dropdown-checkbox" role="button" type="checkbox"/> <label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only" for="vector-user-links-dropdown-checkbox" id="vector-user-links-dropdown-label"><span class="vector-icon mw-ui-icon-ellipsis mw-ui-icon-wikimedia-ellipsis"></span> <span class="vector-dropdown-label-text">Personal tools</span> </label> <div class="vector-dropdown-content"> <div class="vector-menu mw-portlet mw-portlet-personal user-links-collapsible-item" id="p-personal" title="User menu"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="user-links-collapsible-item mw-list-item" id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&returnto=University+of+Texas+at+Dallas" title="You are encouraged to create an account and log in; however, it is not mandatory"><span class="vector-icon mw-ui-icon-userAdd mw-ui-icon-wikimedia-userAdd"></span> <span>Create account</span></a></li><li class="user-links-collapsible-item mw-list-item" id="pt-login"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&returnto=University+of+Texas+at+Dallas" title="You're encouraged to log in; however, it's not mandatory. [o]"><span class="vector-icon mw-ui-icon-logIn mw-ui-icon-wikimedia-logIn"></span> <span>Log in</span></a></li> </ul> </div> </div> <div class="vector-menu mw-portlet mw-portlet-user-menu-anon-editor" id="p-user-menu-anon-editor"> <div class="vector-menu-heading"> Pages for logged out editors <a aria-label="Learn more about editing" href="/wiki/Help:Introduction"><span>learn more</span></a> </div> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="mw-list-item" id="pt-anoncontribs"><a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]"><span>Contributions</span></a></li><li class="mw-list-item" id="pt-anontalk"><a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]"><span>Talk</span></a></li> </ul> </div> </div> </div> </div> </nav> </div> </header> </div> <div class="mw-page-container"> <div class="mw-page-container-inner"> <div class="vector-sitenotice-container"> <div id="siteNotice"><!-- CentralNotice --></div> </div> <div class="vector-column-start"> <div class="vector-main-menu-container"> <div id="mw-navigation"> <nav aria-label="Site" class="vector-main-menu-landmark" id="mw-panel" role="navigation"> <div class="vector-pinned-container" id="vector-main-menu-pinned-container"> </div> </nav> </div> </div> <div class="vector-sticky-pinned-container"> <nav aria-label="Contents" class="mw-table-of-contents-container vector-toc-landmark" data-event-name="ui.sidebar-toc" id="mw-panel-toc" role="navigation"> <div class="vector-pinned-container" id="vector-toc-pinned-container"> <div class="vector-toc vector-pinnable-element" id="vector-toc"> <div class="vector-pinnable-header vector-toc-pinnable-header vector-pinnable-header-pinned" data-feature-name="toc-pinned" data-pinnable-element-id="vector-toc"> <h2 class="vector-pinnable-header-label">Contents</h2> <button class="vector-pinnable-header-toggle-button vector-pinnable-header-pin-button" data-event-name="pinnable-header.vector-toc.pin">move to sidebar</button> <button class="vector-pinnable-header-toggle-button vector-pinnable-header-unpin-button" data-event-name="pinnable-header.vector-toc.unpin">hide</button> </div> <ul class="vector-toc-contents" id="mw-panel-toc-list"> <li class="vector-toc-list-item vector-toc-level-1" id="toc-mw-content-text"> <a class="vector-toc-link" href="#"> <div class="vector-toc-text">(Top)</div> </a> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-History"> <a class="vector-toc-link" href="#History"> <div class="vector-toc-text"> <span class="vector-toc-numb">1</span>History</div> </a> <button aria-controls="toc-History-sublist" class="cdx-button cdx-button--weight-quiet cdx-button--icon-only vector-toc-toggle"> <span class="vector-icon vector-icon--x-small mw-ui-icon-wikimedia-expand"></span> <span>Toggle History subsection</span> </button> <ul class="vector-toc-list" id="toc-History-sublist"> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Establishment"> <a class="vector-toc-link" href="#Establishment"> <div class="vector-toc-text"> <span class="vector-toc-numb">1.1</span>Establishment</div> </a> <ul class="vector-toc-list" id="toc-Establishment-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Expansion_and_growth"> <a class="vector-toc-link" href="#Expansion_and_growth"> <div class="vector-toc-text"> <span class="vector-toc-numb">1.2</span>Expansion and growth</div> </a> <ul class="vector-toc-list" id="toc-Expansion_and_growth-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Attempted_DFW_area_UT_System_mergers"> <a class="vector-toc-link" href="#Attempted_DFW_area_UT_System_mergers"> <div class="vector-toc-text"> <span class="vector-toc-numb">1.3</span>Attempted DFW area UT System mergers</div> </a> <ul class="vector-toc-list" id="toc-Attempted_DFW_area_UT_System_mergers-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Recent_history"> <a class="vector-toc-link" href="#Recent_history"> <div class="vector-toc-text"> <span class="vector-toc-numb">1.4</span>Recent history</div> </a> <ul class="vector-toc-list" id="toc-Recent_history-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-Academics"> <a class="vector-toc-link" href="#Academics"> <div class="vector-toc-text"> <span class="vector-toc-numb">2</span>Academics</div> </a> <button aria-controls="toc-Academics-sublist" class="cdx-button cdx-button--weight-quiet cdx-button--icon-only vector-toc-toggle"> <span class="vector-icon vector-icon--x-small mw-ui-icon-wikimedia-expand"></span> <span>Toggle Academics subsection</span> </button> <ul class="vector-toc-list" id="toc-Academics-sublist"> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Rankings"> <a class="vector-toc-link" href="#Rankings"> <div class="vector-toc-text"> <span class="vector-toc-numb">2.1</span>Rankings</div> </a> <ul class="vector-toc-list" id="toc-Rankings-sublist"> <li class="vector-toc-list-item vector-toc-level-3" id="toc-Specific_school_and_program_rankings"> <a class="vector-toc-link" href="#Specific_school_and_program_rankings"> <div class="vector-toc-text"> <span class="vector-toc-numb">2.1.1</span>Specific school and program rankings</div> </a> <ul class="vector-toc-list" id="toc-Specific_school_and_program_rankings-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-3" id="toc-The_UTD_Top_100_Business_School_Research_Rankings"> <a class="vector-toc-link" href="#The_UTD_Top_100_Business_School_Research_Rankings"> <div class="vector-toc-text"> <span class="vector-toc-numb">2.1.2</span>The UTD Top 100 Business School Research Rankings</div> </a> <ul class="vector-toc-list" id="toc-The_UTD_Top_100_Business_School_Research_Rankings-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Colleges_and_schools"> <a class="vector-toc-link" href="#Colleges_and_schools"> <div class="vector-toc-text"> <span class="vector-toc-numb">2.2</span>Colleges and schools</div> </a> <ul class="vector-toc-list" id="toc-Colleges_and_schools-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Historically_important_degree_programs"> <a class="vector-toc-link" href="#Historically_important_degree_programs"> <div class="vector-toc-text"> <span class="vector-toc-numb">2.3</span>Historically important degree programs</div> </a> <ul class="vector-toc-list" id="toc-Historically_important_degree_programs-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Student_body"> <a class="vector-toc-link" href="#Student_body"> <div class="vector-toc-text"> <span class="vector-toc-numb">2.4</span>Student body</div> </a> <ul class="vector-toc-list" id="toc-Student_body-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Scholarship_programs"> <a class="vector-toc-link" href="#Scholarship_programs"> <div class="vector-toc-text"> <span class="vector-toc-numb">2.5</span>Scholarship programs</div> </a> <ul class="vector-toc-list" id="toc-Scholarship_programs-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Research"> <a class="vector-toc-link" href="#Research"> <div class="vector-toc-text"> <span class="vector-toc-numb">2.6</span>Research</div> </a> <ul class="vector-toc-list" id="toc-Research-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-Campus"> <a class="vector-toc-link" href="#Campus"> <div class="vector-toc-text"> <span class="vector-toc-numb">3</span>Campus</div> </a> <button aria-controls="toc-Campus-sublist" class="cdx-button cdx-button--weight-quiet cdx-button--icon-only vector-toc-toggle"> <span class="vector-icon vector-icon--x-small mw-ui-icon-wikimedia-expand"></span> <span>Toggle Campus subsection</span> </button> <ul class="vector-toc-list" id="toc-Campus-sublist"> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Main_campus"> <a class="vector-toc-link" href="#Main_campus"> <div class="vector-toc-text"> <span class="vector-toc-numb">3.1</span>Main campus</div> </a> <ul class="vector-toc-list" id="toc-Main_campus-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Other_locations"> <a class="vector-toc-link" href="#Other_locations"> <div class="vector-toc-text"> <span class="vector-toc-numb">3.2</span>Other locations</div> </a> <ul class="vector-toc-list" id="toc-Other_locations-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Architecture"> <a class="vector-toc-link" href="#Architecture"> <div class="vector-toc-text"> <span class="vector-toc-numb">3.3</span>Architecture</div> </a> <ul class="vector-toc-list" id="toc-Architecture-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Landscape"> <a class="vector-toc-link" href="#Landscape"> <div class="vector-toc-text"> <span class="vector-toc-numb">3.4</span>Landscape</div> </a> <ul class="vector-toc-list" id="toc-Landscape-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Construction_and_development"> <a class="vector-toc-link" href="#Construction_and_development"> <div class="vector-toc-text"> <span class="vector-toc-numb">3.5</span>Construction and development</div> </a> <ul class="vector-toc-list" id="toc-Construction_and_development-sublist"> <li class="vector-toc-list-item vector-toc-level-3" id="toc-Current_projects"> <a class="vector-toc-link" href="#Current_projects"> <div class="vector-toc-text"> <span class="vector-toc-numb">3.5.1</span>Current projects</div> </a> <ul class="vector-toc-list" id="toc-Current_projects-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-3" id="toc-Completed_projects"> <a class="vector-toc-link" href="#Completed_projects"> <div class="vector-toc-text"> <span class="vector-toc-numb">3.5.2</span>Completed projects</div> </a> <ul class="vector-toc-list" id="toc-Completed_projects-sublist"> </ul> </li> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-Art_Museum"> <a class="vector-toc-link" href="#Art_Museum"> <div class="vector-toc-text"> <span class="vector-toc-numb">4</span>Art Museum</div> </a> <button aria-controls="toc-Art_Museum-sublist" class="cdx-button cdx-button--weight-quiet cdx-button--icon-only vector-toc-toggle"> <span class="vector-icon vector-icon--x-small mw-ui-icon-wikimedia-expand"></span> <span>Toggle Art Museum subsection</span> </button> <ul class="vector-toc-list" id="toc-Art_Museum-sublist"> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Collections"> <a class="vector-toc-link" href="#Collections"> <div class="vector-toc-text"> <span class="vector-toc-numb">4.1</span>Collections</div> </a> <ul class="vector-toc-list" id="toc-Collections-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-Student_life"> <a class="vector-toc-link" href="#Student_life"> <div class="vector-toc-text"> <span class="vector-toc-numb">5</span>Student life</div> </a> <button aria-controls="toc-Student_life-sublist" class="cdx-button cdx-button--weight-quiet cdx-button--icon-only vector-toc-toggle"> <span class="vector-icon vector-icon--x-small mw-ui-icon-wikimedia-expand"></span> <span>Toggle Student life subsection</span> </button> <ul class="vector-toc-list" id="toc-Student_life-sublist"> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Activities"> <a class="vector-toc-link" href="#Activities"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.1</span>Activities</div> </a> <ul class="vector-toc-list" id="toc-Activities-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Recreation_and_education_teams"> <a class="vector-toc-link" href="#Recreation_and_education_teams"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.2</span>Recreation and education teams</div> </a> <ul class="vector-toc-list" id="toc-Recreation_and_education_teams-sublist"> <li class="vector-toc-list-item vector-toc-level-3" id="toc-Chess"> <a class="vector-toc-link" href="#Chess"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.2.1</span>Chess</div> </a> <ul class="vector-toc-list" id="toc-Chess-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-3" id="toc-Debate"> <a class="vector-toc-link" href="#Debate"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.2.2</span>Debate</div> </a> <ul class="vector-toc-list" id="toc-Debate-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-3" id="toc-Pre-Law"> <a class="vector-toc-link" href="#Pre-Law"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.2.3</span>Pre-Law</div> </a> <ul class="vector-toc-list" id="toc-Pre-Law-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Greek_life"> <a class="vector-toc-link" href="#Greek_life"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.3</span>Greek life</div> </a> <ul class="vector-toc-list" id="toc-Greek_life-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Student_media"> <a class="vector-toc-link" href="#Student_media"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.4</span>Student media</div> </a> <ul class="vector-toc-list" id="toc-Student_media-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Residential_housing"> <a class="vector-toc-link" href="#Residential_housing"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.5</span>Residential housing</div> </a> <ul class="vector-toc-list" id="toc-Residential_housing-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Dining"> <a class="vector-toc-link" href="#Dining"> <div class="vector-toc-text"> <span class="vector-toc-numb">5.6</span>Dining</div> </a> <ul class="vector-toc-list" id="toc-Dining-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-Traditions"> <a class="vector-toc-link" href="#Traditions"> <div class="vector-toc-text"> <span class="vector-toc-numb">6</span>Traditions</div> </a> <ul class="vector-toc-list" id="toc-Traditions-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-Controversies"> <a class="vector-toc-link" href="#Controversies"> <div class="vector-toc-text"> <span class="vector-toc-numb">7</span>Controversies</div> </a> <button aria-controls="toc-Controversies-sublist" class="cdx-button cdx-button--weight-quiet cdx-button--icon-only vector-toc-toggle"> <span class="vector-icon vector-icon--x-small mw-ui-icon-wikimedia-expand"></span> <span>Toggle Controversies subsection</span> </button> <ul class="vector-toc-list" id="toc-Controversies-sublist"> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Spirit_Rocks_Removal"> <a class="vector-toc-link" href="#Spirit_Rocks_Removal"> <div class="vector-toc-text"> <span class="vector-toc-numb">7.1</span>Spirit Rocks Removal</div> </a> <ul class="vector-toc-list" id="toc-Spirit_Rocks_Removal-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-Athletics"> <a class="vector-toc-link" href="#Athletics"> <div class="vector-toc-text"> <span class="vector-toc-numb">8</span>Athletics</div> </a> <button aria-controls="toc-Athletics-sublist" class="cdx-button cdx-button--weight-quiet cdx-button--icon-only vector-toc-toggle"> <span class="vector-icon vector-icon--x-small mw-ui-icon-wikimedia-expand"></span> <span>Toggle Athletics subsection</span> </button> <ul class="vector-toc-list" id="toc-Athletics-sublist"> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Varsity"> <a class="vector-toc-link" href="#Varsity"> <div class="vector-toc-text"> <span class="vector-toc-numb">8.1</span>Varsity</div> </a> <ul class="vector-toc-list" id="toc-Varsity-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Competitive_club_sports"> <a class="vector-toc-link" href="#Competitive_club_sports"> <div class="vector-toc-text"> <span class="vector-toc-numb">8.2</span>Competitive club sports</div> </a> <ul class="vector-toc-list" id="toc-Competitive_club_sports-sublist"> <li class="vector-toc-list-item vector-toc-level-3" id="toc-Achievements"> <a class="vector-toc-link" href="#Achievements"> <div class="vector-toc-text"> <span class="vector-toc-numb">8.2.1</span>Achievements</div> </a> <ul class="vector-toc-list" id="toc-Achievements-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-2" id="toc-Intramural_sports"> <a class="vector-toc-link" href="#Intramural_sports"> <div class="vector-toc-text"> <span class="vector-toc-numb">8.3</span>Intramural sports</div> </a> <ul class="vector-toc-list" id="toc-Intramural_sports-sublist"> </ul> </li> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-Notable_people"> <a class="vector-toc-link" href="#Notable_people"> <div class="vector-toc-text"> <span class="vector-toc-numb">9</span>Notable people</div> </a> <ul class="vector-toc-list" id="toc-Notable_people-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-See_also"> <a class="vector-toc-link" href="#See_also"> <div class="vector-toc-text"> <span class="vector-toc-numb">10</span>See also</div> </a> <ul class="vector-toc-list" id="toc-See_also-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-References"> <a class="vector-toc-link" href="#References"> <div class="vector-toc-text"> <span class="vector-toc-numb">11</span>References</div> </a> <ul class="vector-toc-list" id="toc-References-sublist"> </ul> </li> <li class="vector-toc-list-item vector-toc-level-1" id="toc-External_links"> <a class="vector-toc-link" href="#External_links"> <div class="vector-toc-text"> <span class="vector-toc-numb">12</span>External links</div> </a> <ul class="vector-toc-list" id="toc-External_links-sublist"> </ul> </li> </ul> </div> </div> </nav> </div> </div> <div class="mw-content-container"> <main class="mw-body" id="content" role="main"> <header class="mw-body-header vector-page-titlebar"> <nav aria-label="Contents" class="vector-toc-landmark" role="navigation"> <div class="vector-dropdown vector-page-titlebar-toc vector-button-flush-left" id="vector-page-titlebar-toc"> <input aria-haspopup="true" aria-label="Toggle the table of contents" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-vector-page-titlebar-toc" id="vector-page-titlebar-toc-checkbox" role="button" type="checkbox"/> <label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only" for="vector-page-titlebar-toc-checkbox" id="vector-page-titlebar-toc-label"><span class="vector-icon mw-ui-icon-listBullet mw-ui-icon-wikimedia-listBullet"></span> <span class="vector-dropdown-label-text">Toggle the table of contents</span> </label> <div class="vector-dropdown-content"> <div class="vector-unpinned-container" id="vector-page-titlebar-toc-unpinned-container"> </div> </div> </div> </nav> <h1 class="firstHeading mw-first-heading" id="firstHeading"><span class="mw-page-title-main">University of Texas at Dallas</span></h1> <div class="vector-dropdown mw-portlet mw-portlet-lang" id="p-lang-btn"> <input aria-haspopup="true" aria-label="Go to an article in another language. Available in 16 languages" class="vector-dropdown-checkbox mw-interlanguage-selector" data-event-name="ui.dropdown-p-lang-btn" id="p-lang-btn-checkbox" role="button" type="checkbox"/> <label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--action-progressive mw-portlet-lang-heading-16" for="p-lang-btn-checkbox" id="p-lang-btn-label"><span class="vector-icon mw-ui-icon-language-progressive mw-ui-icon-wikimedia-language-progressive"></span> <span class="vector-dropdown-label-text">16 languages</span> </label> <div class="vector-dropdown-content"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="interlanguage-link interwiki-ar mw-list-item"><a class="interlanguage-link-target" href="https://ar.wikipedia.org/wiki/%D8%AC%D8%A7%D9%85%D8%B9%D8%A9_%D8%AA%D9%83%D8%B3%D8%A7%D8%B3_%D9%81%D9%8A_%D8%AF%D8%A7%D9%84%D8%A7%D8%B3" hreflang="ar" lang="ar" title="جامعة تكساس في دالاس – Arabic"><span>العربية</span></a></li><li class="interlanguage-link interwiki-azb mw-list-item"><a class="interlanguage-link-target" href="https://azb.wikipedia.org/wiki/%D8%AF%D8%A7%D9%84%D8%A7%D8%B3%E2%80%8C%D8%AF%D9%87%E2%80%8C%DA%A9%DB%8C_%D8%AA%DA%A9%D8%B2%D8%A7%D8%B3_%D8%A8%DB%8C%D9%84%DB%8C%D9%85%E2%80%8C%DB%8C%D9%88%D8%B1%D8%AF%D9%88" hreflang="azb" lang="azb" title="دالاسدهکی تکزاس بیلیمیوردو – South Azerbaijani"><span>تۆرکجه</span></a></li><li class="interlanguage-link interwiki-be mw-list-item"><a class="interlanguage-link-target" href="https://be.wikipedia.org/wiki/%D0%A2%D1%8D%D1%85%D0%B0%D1%81%D0%BA%D1%96_%D1%9E%D0%BD%D1%96%D0%B2%D0%B5%D1%80%D1%81%D1%96%D1%82%D1%8D%D1%82_%D1%83_%D0%94%D0%B0%D0%BB%D0%B0%D1%81%D0%B5" hreflang="be" lang="be" title="Тэхаскі ўніверсітэт у Даласе – Belarusian"><span>Беларуская</span></a></li><li class="interlanguage-link interwiki-de mw-list-item"><a class="interlanguage-link-target" href="https://de.wikipedia.org/wiki/University_of_Texas_at_Dallas" hreflang="de" lang="de" title="University of Texas at Dallas – German"><span>Deutsch</span></a></li><li class="interlanguage-link interwiki-es mw-list-item"><a class="interlanguage-link-target" href="https://es.wikipedia.org/wiki/Universidad_de_Texas_en_Dallas" hreflang="es" lang="es" title="Universidad de Texas en Dallas – Spanish"><span>Español</span></a></li><li class="interlanguage-link interwiki-fa mw-list-item"><a class="interlanguage-link-target" href="https://fa.wikipedia.org/wiki/%D8%AF%D8%A7%D9%86%D8%B4%DA%AF%D8%A7%D9%87_%D8%AA%DA%AF%D8%B2%D8%A7%D8%B3_%D8%AF%D8%B1_%D8%AF%D8%A7%D9%84%D8%A7%D8%B3" hreflang="fa" lang="fa" title="دانشگاه تگزاس در دالاس – Persian"><span>فارسی</span></a></li><li class="interlanguage-link interwiki-fr mw-list-item"><a class="interlanguage-link-target" href="https://fr.wikipedia.org/wiki/Universit%C3%A9_du_Texas_%C3%A0_Dallas" hreflang="fr" lang="fr" title="Université du Texas à Dallas – French"><span>Français</span></a></li><li class="interlanguage-link interwiki-ko mw-list-item"><a class="interlanguage-link-target" href="https://ko.wikipedia.org/wiki/%ED%85%8D%EC%82%AC%EC%8A%A4_%EB%8C%80%ED%95%99%EA%B5%90_%EB%8C%88%EB%9F%AC%EC%8A%A4" hreflang="ko" lang="ko" title="텍사스 대학교 댈러스 – Korean"><span>한국어</span></a></li><li class="interlanguage-link interwiki-hi mw-list-item"><a class="interlanguage-link-target" href="https://hi.wikipedia.org/wiki/%E0%A4%9F%E0%A5%87%E0%A4%95%E0%A5%8D%E0%A4%B8%E0%A4%BE%E0%A4%B8_%E0%A4%B5%E0%A4%BF%E0%A4%B6%E0%A5%8D%E0%A4%B5%E0%A4%B5%E0%A4%BF%E0%A4%A6%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%B2%E0%A4%AF,_%E0%A4%A1%E0%A5%87%E0%A4%B2%E0%A5%8D%E0%A4%B2%E0%A4%BE%E0%A4%B8" hreflang="hi" lang="hi" title="टेक्सास विश्वविद्यालय, डेल्लास – Hindi"><span>हिन्दी</span></a></li><li class="interlanguage-link interwiki-it mw-list-item"><a class="interlanguage-link-target" href="https://it.wikipedia.org/wiki/Universit%C3%A0_del_Texas_a_Dallas" hreflang="it" lang="it" title="Università del Texas a Dallas – Italian"><span>Italiano</span></a></li><li class="interlanguage-link interwiki-he mw-list-item"><a class="interlanguage-link-target" href="https://he.wikipedia.org/wiki/%D7%90%D7%95%D7%A0%D7%99%D7%91%D7%A8%D7%A1%D7%99%D7%98%D7%AA_%D7%98%D7%A7%D7%A1%D7%A1_%D7%91%D7%93%D7%90%D7%9C%D7%90%D7%A1" hreflang="he" lang="he" title="אוניברסיטת טקסס בדאלאס – Hebrew"><span>עברית</span></a></li><li class="interlanguage-link interwiki-ja mw-list-item"><a class="interlanguage-link-target" href="https://ja.wikipedia.org/wiki/%E3%83%86%E3%82%AD%E3%82%B5%E3%82%B9%E5%A4%A7%E5%AD%A6%E3%83%80%E3%83%A9%E3%82%B9%E6%A0%A1" hreflang="ja" lang="ja" title="テキサス大学ダラス校 – Japanese"><span>日本語</span></a></li><li class="interlanguage-link interwiki-uz mw-list-item"><a class="interlanguage-link-target" href="https://uz.wikipedia.org/wiki/Dallasdagi_Texas_universiteti" hreflang="uz" lang="uz" title="Dallasdagi Texas universiteti – Uzbek"><span>Oʻzbekcha / ўзбекча</span></a></li><li class="interlanguage-link interwiki-ru mw-list-item"><a class="interlanguage-link-target" href="https://ru.wikipedia.org/wiki/%D0%A2%D0%B5%D1%85%D0%B0%D1%81%D1%81%D0%BA%D0%B8%D0%B9_%D1%83%D0%BD%D0%B8%D0%B2%D0%B5%D1%80%D1%81%D0%B8%D1%82%D0%B5%D1%82_%D0%B2_%D0%94%D0%B0%D0%BB%D0%BB%D0%B0%D1%81%D0%B5" hreflang="ru" lang="ru" title="Техасский университет в Далласе – Russian"><span>Русский</span></a></li><li class="interlanguage-link interwiki-tl mw-list-item"><a class="interlanguage-link-target" href="https://tl.wikipedia.org/wiki/Unibersidad_ng_Texas,_Dallas" hreflang="tl" lang="tl" title="Unibersidad ng Texas, Dallas – Tagalog"><span>Tagalog</span></a></li><li class="interlanguage-link interwiki-zh mw-list-item"><a class="interlanguage-link-target" href="https://zh.wikipedia.org/wiki/%E5%BE%B7%E5%85%8B%E8%96%A9%E6%96%AF%E5%A4%A7%E5%AD%B8%E9%81%94%E6%8B%89%E6%96%AF%E5%88%86%E6%A0%A1" hreflang="zh" lang="zh" title="德克薩斯大學達拉斯分校 – Chinese"><span>中文</span></a></li> </ul> <div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a class="wbc-editpage" href="https://www.wikidata.org/wiki/Special:EntityPage/Q1781394#sitelinks-wikipedia" title="Edit interlanguage links">Edit links</a></span></div> </div> </div> </div> </header> <div class="vector-page-toolbar"> <div class="vector-page-toolbar-container"> <div id="left-navigation"> <nav aria-label="Namespaces"> <div class="vector-menu vector-menu-tabs mw-portlet mw-portlet-associated-pages" id="p-associated-pages"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="selected vector-tab-noicon mw-list-item" id="ca-nstab-main"><a accesskey="c" href="/wiki/University_of_Texas_at_Dallas" title="View the content page [c]"><span>Article</span></a></li><li class="vector-tab-noicon mw-list-item" id="ca-talk"><a accesskey="t" href="/wiki/Talk:University_of_Texas_at_Dallas" rel="discussion" title="Discuss improvements to the content page [t]"><span>Talk</span></a></li> </ul> </div> </div> <div class="vector-dropdown emptyPortlet" id="p-variants"> <input aria-haspopup="true" aria-label="Change language variant" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-p-variants" id="p-variants-checkbox" role="button" type="checkbox"/> <label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet" for="p-variants-checkbox" id="p-variants-label"><span class="vector-dropdown-label-text">English</span> </label> <div class="vector-dropdown-content"> <div class="vector-menu mw-portlet mw-portlet-variants emptyPortlet" id="p-variants"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> </ul> </div> </div> </div> </div> </nav> </div> <div class="vector-collapsible" id="right-navigation"> <nav aria-label="Views"> <div class="vector-menu vector-menu-tabs mw-portlet mw-portlet-views" id="p-views"> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="selected vector-tab-noicon mw-list-item" id="ca-view"><a href="/wiki/University_of_Texas_at_Dallas"><span>Read</span></a></li><li class="vector-tab-noicon mw-list-item" id="ca-edit"><a accesskey="e" href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit" title="Edit this page [e]"><span>Edit</span></a></li><li class="vector-tab-noicon mw-list-item" id="ca-history"><a accesskey="h" href="/w/index.php?title=University_of_Texas_at_Dallas&action=history" title="Past revisions of this page [h]"><span>View history</span></a></li> </ul> </div> </div> </nav> <nav aria-label="Page tools" class="vector-page-tools-landmark"> <div class="vector-dropdown vector-page-tools-dropdown" id="vector-page-tools-dropdown"> <input aria-haspopup="true" aria-label="Tools" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-vector-page-tools-dropdown" id="vector-page-tools-dropdown-checkbox" role="button" type="checkbox"/> <label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet" for="vector-page-tools-dropdown-checkbox" id="vector-page-tools-dropdown-label"><span class="vector-dropdown-label-text">Tools</span> </label> <div class="vector-dropdown-content"> <div class="vector-unpinned-container" id="vector-page-tools-unpinned-container"> <div class="vector-page-tools vector-pinnable-element" id="vector-page-tools"> <div class="vector-pinnable-header vector-page-tools-pinnable-header vector-pinnable-header-unpinned" data-feature-name="page-tools-pinned" data-pinnable-element-id="vector-page-tools" data-pinned-container-id="vector-page-tools-pinned-container" data-unpinned-container-id="vector-page-tools-unpinned-container"> <div class="vector-pinnable-header-label">Tools</div> <button class="vector-pinnable-header-toggle-button vector-pinnable-header-pin-button" data-event-name="pinnable-header.vector-page-tools.pin">move to sidebar</button> <button class="vector-pinnable-header-toggle-button vector-pinnable-header-unpin-button" data-event-name="pinnable-header.vector-page-tools.unpin">hide</button> </div> <div class="vector-menu mw-portlet mw-portlet-cactions emptyPortlet vector-has-collapsible-items" id="p-cactions" title="More options"> <div class="vector-menu-heading"> Actions </div> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="selected vector-more-collapsible-item mw-list-item" id="ca-more-view"><a href="/wiki/University_of_Texas_at_Dallas"><span>Read</span></a></li><li class="vector-more-collapsible-item mw-list-item" id="ca-more-edit"><a accesskey="e" href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit" title="Edit this page [e]"><span>Edit</span></a></li><li class="vector-more-collapsible-item mw-list-item" id="ca-more-history"><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=history"><span>View history</span></a></li> </ul> </div> </div> <div class="vector-menu mw-portlet mw-portlet-tb" id="p-tb"> <div class="vector-menu-heading"> General </div> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="mw-list-item" id="t-whatlinkshere"><a accesskey="j" href="/wiki/Special:WhatLinksHere/University_of_Texas_at_Dallas" title="List of all English Wikipedia pages containing links to this page [j]"><span>What links here</span></a></li><li class="mw-list-item" id="t-recentchangeslinked"><a accesskey="k" href="/wiki/Special:RecentChangesLinked/University_of_Texas_at_Dallas" rel="nofollow" title="Recent changes in pages linked from this page [k]"><span>Related changes</span></a></li><li class="mw-list-item" id="t-upload"><a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]"><span>Upload file</span></a></li><li class="mw-list-item" id="t-specialpages"><a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]"><span>Special pages</span></a></li><li class="mw-list-item" id="t-permalink"><a href="/w/index.php?title=University_of_Texas_at_Dallas&oldid=1194575546" title="Permanent link to this revision of this page"><span>Permanent link</span></a></li><li class="mw-list-item" id="t-info"><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=info" title="More information about this page"><span>Page information</span></a></li><li class="mw-list-item" id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&page=University_of_Texas_at_Dallas&id=1194575546&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li><li class="mw-list-item" id="t-urlshortener"><a href="/w/index.php?title=Special:UrlShortener&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FUniversity_of_Texas_at_Dallas"><span>Get shortened URL</span></a></li><li class="mw-list-item" id="t-wikibase"><a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q1781394" title="Structured data on this page hosted by Wikidata [g]"><span>Wikidata item</span></a></li> </ul> </div> </div> <div class="vector-menu mw-portlet mw-portlet-coll-print_export" id="p-coll-print_export"> <div class="vector-menu-heading"> Print/export </div> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="mw-list-item" id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&page=University_of_Texas_at_Dallas&action=show-download-screen" title="Download this page as a PDF file"><span>Download as PDF</span></a></li><li class="mw-list-item" id="t-print"><a accesskey="p" href="/w/index.php?title=University_of_Texas_at_Dallas&printable=yes" title="Printable version of this page [p]"><span>Printable version</span></a></li> </ul> </div> </div> <div class="vector-menu mw-portlet mw-portlet-wikibase-otherprojects" id="p-wikibase-otherprojects"> <div class="vector-menu-heading"> In other projects </div> <div class="vector-menu-content"> <ul class="vector-menu-content-list"> <li class="wb-otherproject-link wb-otherproject-commons mw-list-item"><a href="https://commons.wikimedia.org/wiki/Category:University_of_Texas_at_Dallas" hreflang="en"><span>Wikimedia Commons</span></a></li> </ul> </div> </div> </div> </div> </div> </div> </nav> </div> </div> </div> <div class="vector-column-end"> <div class="vector-sticky-pinned-container"> <nav aria-label="Page tools" class="vector-page-tools-landmark"> <div class="vector-pinned-container" id="vector-page-tools-pinned-container"> </div> </nav> <nav aria-label="Appearance" class="vector-client-prefs-landmark"> </nav> </div> </div> <div aria-labelledby="firstHeading" class="vector-body" data-mw-ve-target-container="" id="bodyContent"> <div class="vector-body-before-content"> <div class="mw-indicators"> <div class="mw-indicator" id="mw-indicator-coordinates"><div class="mw-parser-output"><span id="coordinates"><a href="/wiki/Geographic_coordinate_system" title="Geographic coordinate system">Coordinates</a>: <style data-mw-deduplicate="TemplateStyles:r1156832818">.mw-parser-output .geo-default,.mw-parser-output .geo-dms,.mw-parser-output .geo-dec{display:inline}.mw-parser-output .geo-nondefault,.mw-parser-output .geo-multi-punct,.mw-parser-output .geo-inline-hidden{display:none}.mw-parser-output .longitude,.mw-parser-output .latitude{white-space:nowrap}</style><span class="plainlinks nourlexpansion load-gadget" data-gadget="WikiMiniAtlas"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=University_of_Texas_at_Dallas&params=32_59_06_N_96_45_00_W_region:US_type:edu"><span class="geo-default"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°59′06″N</span> <span class="longitude">96°45′00″W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-nondefault"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.98500°N 96.75000°W</span><span style="display:none"> / <span class="geo">32.98500; -96.75000</span></span></span></a></span></span></div></div> </div> <div class="noprint" id="siteSub">From Wikipedia, the free encyclopedia</div> </div> <div id="contentSub"><div id="mw-content-subtitle"></div></div> <div class="mw-body-content" id="mw-content-text"><div class="mw-content-ltr mw-parser-output" dir="ltr" lang="en"><style data-mw-deduplicate="TemplateStyles:r1097763485">.mw-parser-output .ambox{border:1px solid #a2a9b1;border-left:10px solid #36c;background-color:#fbfbfb;box-sizing:border-box}.mw-parser-output .ambox+link+.ambox,.mw-parser-output .ambox+link+style+.ambox,.mw-parser-output .ambox+link+link+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+style+.ambox,.mw-parser-output .ambox+.mw-empty-elt+link+link+.ambox{margin-top:-1px}html body.mediawiki .mw-parser-output .ambox.mbox-small-left{margin:4px 1em 4px 0;overflow:hidden;width:238px;border-collapse:collapse;font-size:88%;line-height:1.25em}.mw-parser-output .ambox-speedy{border-left:10px solid #b32424;background-color:#fee7e6}.mw-parser-output .ambox-delete{border-left:10px solid #b32424}.mw-parser-output .ambox-content{border-left:10px solid #f28500}.mw-parser-output .ambox-style{border-left:10px solid #fc3}.mw-parser-output .ambox-move{border-left:10px solid #9932cc}.mw-parser-output .ambox-protection{border-left:10px solid #a2a9b1}.mw-parser-output .ambox .mbox-text{border:none;padding:0.25em 0.5em;width:100%}.mw-parser-output .ambox .mbox-image{border:none;padding:2px 0 2px 0.5em;text-align:center}.mw-parser-output .ambox .mbox-imageright{border:none;padding:2px 0.5em 2px 0;text-align:center}.mw-parser-output .ambox .mbox-empty-cell{border:none;padding:0;width:1px}.mw-parser-output .ambox .mbox-image-div{width:52px}html.client-js body.skin-minerva .mw-parser-output .mbox-text-span{margin-left:23px!important}@media(min-width:720px){.mw-parser-output .ambox{margin:0 10%}}</style><table class="box-Advert plainlinks metadata ambox ambox-content ambox-Advert" role="presentation"><tbody><tr><td class="mbox-image"><div class="mbox-image-div"><span typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="40" data-file-width="40" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/40px-Ambox_important.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/60px-Ambox_important.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/80px-Ambox_important.svg.png 2x" width="40"/></span></span></div></td><td class="mbox-text"><div class="mbox-text-span">This article <b>contains content that is written like <a href="/wiki/Wikipedia:What_Wikipedia_is_not#Wikipedia_is_not_a_soapbox_or_means_of_promotion" title="Wikipedia:What Wikipedia is not">an advertisement</a></b>.<span class="hide-when-compact"> Please help <a class="external text" href="https://en.wikipedia.org/w/index.php?title=University_of_Texas_at_Dallas&action=edit">improve it</a> by removing <a href="/wiki/Wikipedia:Spam" title="Wikipedia:Spam">promotional content</a> and inappropriate <a href="/wiki/Wikipedia:External_links#Advertising_and_conflicts_of_interest" title="Wikipedia:External links">external links</a>, and by adding encyclopedic content written from a <a href="/wiki/Wikipedia:Neutral_point_of_view" title="Wikipedia:Neutral point of view">neutral point of view</a>.</span> <span class="date-container"><i>(<span class="date">December 2023</span>)</i></span><span class="hide-when-compact"><i> (<small><a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a></small>)</i></span></div></td></tr></tbody></table> <div class="shortdescription nomobile noexcerpt noprint searchaux" style="display:none">Public university in Richardson, Texas</div> <style data-mw-deduplicate="TemplateStyles:r1033289096">.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}</style><div class="hatnote navigation-not-searchable" role="note">Not to be confused with <a href="/wiki/University_of_Dallas" title="University of Dallas">University of Dallas</a> or <a href="/wiki/University_of_North_Texas_at_Dallas" title="University of North Texas at Dallas">University of North Texas at Dallas</a>.</div> <p class="mw-empty-elt"> </p> <style data-mw-deduplicate="TemplateStyles:r1066479718">.mw-parser-output .infobox-subbox{padding:0;border:none;margin:-3px;width:auto;min-width:100%;font-size:100%;clear:none;float:none;background-color:transparent}.mw-parser-output .infobox-3cols-child{margin:auto}.mw-parser-output .infobox .navbar{font-size:100%}body.skin-minerva .mw-parser-output .infobox-header,body.skin-minerva .mw-parser-output .infobox-subheader,body.skin-minerva .mw-parser-output .infobox-above,body.skin-minerva .mw-parser-output .infobox-title,body.skin-minerva .mw-parser-output .infobox-image,body.skin-minerva .mw-parser-output .infobox-full-data,body.skin-minerva .mw-parser-output .infobox-below{text-align:center}</style><table class="infobox vcard"><caption class="infobox-title fn org" style="font-size:125%;">The University of Texas at Dallas</caption><tbody><tr><td class="infobox-image" colspan="2"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:University_of_Texas_at_Dallas_seal.svg"><img class="mw-file-element" data-file-height="250" data-file-width="250" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/160px-University_of_Texas_at_Dallas_seal.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/240px-University_of_Texas_at_Dallas_seal.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/320px-University_of_Texas_at_Dallas_seal.svg.png 2x" width="160"/></a></span></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><div style="display: inline-block; line-height: 1.2em; padding: .1em 0;">Former names</div></th><td class="infobox-data nickname">Graduate Research Center of the Southwest (1961-1967)<br/>Southwest Center for Advanced Studies (1967-1969)</td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Motto</th><td class="infobox-data"><div lang="la"><i><span title="Latin-language text"><i lang="la">Disciplina Praesidium Civitatis</i></span></i> (<a class="mw-redirect" href="/wiki/Latin_language" title="Latin language">Latin</a>)</div></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><div style="display: inline-block; line-height: 1.2em; padding: .1em 0;">Motto in English</div></th><td class="infobox-data">"The cultivated mind is the guardian genius of democracy"<sup class="reference" id="cite_ref-1"><a href="#cite_note-1">[1]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Type</th><td class="infobox-data"><a href="/wiki/Public_university" title="Public university">Public</a> <a href="/wiki/Research_university" title="Research university">research university</a></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Established</th><td class="infobox-data">February 14, 1961<span class="noprint">; 62 years ago</span><span style="display:none"> (<span class="bday dtstart published updated">1961-02-14</span>)</span><sup class="reference" id="cite_ref-Graduate_Research_Center_of_the_Southwest/Southwest_Center_for_Advanced_Studies_Collection_2-0"><a href="#cite_note-Graduate_Research_Center_of_the_Southwest/Southwest_Center_for_Advanced_Studies_Collection-2">[2]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><div style="display: inline-block; line-height: 1.2em; padding: .1em 0;">Parent institution</div></th><td class="infobox-data"><a href="/wiki/University_of_Texas_System" title="University of Texas System">University of Texas System</a></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><a href="/wiki/Higher_education_accreditation" title="Higher education accreditation">Accreditation</a></th><td class="infobox-data"><a href="/wiki/Southern_Association_of_Colleges_and_Schools" title="Southern Association of Colleges and Schools">SACS</a></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><div style="display: inline-block; line-height: 1.2em; padding: .1em 0;">Academic affiliation</div></th><td class="infobox-data"><style data-mw-deduplicate="TemplateStyles:r1129693374">.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}</style><div class="hlist"><ul><li><a href="/wiki/Oak_Ridge_Associated_Universities" title="Oak Ridge Associated Universities">ORAU</a></li><li><a href="/wiki/Universities_Research_Association" title="Universities Research Association">URA</a></li><li><a class="mw-redirect" href="/wiki/Space-grant" title="Space-grant">Space-grant</a></li></ul></div></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><a href="/wiki/Financial_endowment" title="Financial endowment">Endowment</a></th><td class="infobox-data">$743 million (2022)<sup class="reference" id="cite_ref-UT_Dallas_State_Of_The_Union_2022_3-0"><a href="#cite_note-UT_Dallas_State_Of_The_Union_2022-3">[3]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><a class="mw-redirect" href="/wiki/University_president" title="University president">President</a></th><td class="infobox-data">Richard C. Benson<sup class="reference" id="cite_ref-President_4-0"><a href="#cite_note-President-4">[4]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><a href="/wiki/Provost_(education)" title="Provost (education)">Provost</a></th><td class="infobox-data">Inga Musselman <sup class="reference" id="cite_ref-5"><a href="#cite_note-5">[5]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><div style="display: inline-block; line-height: 1.2em; padding: .1em 0;">Academic staff</div></th><td class="infobox-data">1,334 (Fall 2021)<sup class="reference" id="cite_ref-UT_Dallas_Common_Data_Set_Academic_Year_2021–2022_6-0"><a href="#cite_note-UT_Dallas_Common_Data_Set_Academic_Year_2021–2022-6">[6]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Students</th><td class="infobox-data">31,570 (Fall 2022)<sup class="reference" id="cite_ref-UT_Dallas_State_Of_The_Union_2022_3-1"><a href="#cite_note-UT_Dallas_State_Of_The_Union_2022-3">[3]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><a href="/wiki/Undergraduate_education" title="Undergraduate education">Undergraduates</a></th><td class="infobox-data">21,615 (Fall 2022)<sup class="reference" id="cite_ref-UT_Dallas_State_Of_The_Union_2022_3-2"><a href="#cite_note-UT_Dallas_State_Of_The_Union_2022-3">[3]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><a href="/wiki/Postgraduate_education" title="Postgraduate education">Postgraduates</a></th><td class="infobox-data">9,955 (Fall 2022)<sup class="reference" id="cite_ref-UT_Dallas_State_Of_The_Union_2022_3-3"><a href="#cite_note-UT_Dallas_State_Of_The_Union_2022-3">[3]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Location</th><td class="infobox-data adr"><div class="locality" style="display:inline"><a href="/wiki/Richardson,_Texas" title="Richardson, Texas">Richardson</a></div>, <div class="state" style="display:inline"><a href="/wiki/Texas" title="Texas">Texas</a></div>, <div class="country-name" style="display:inline">United States</div><br/><span class="geo-inline"><style data-mw-deduplicate="TemplateStyles:r1156832818">.mw-parser-output .geo-default,.mw-parser-output .geo-dms,.mw-parser-output .geo-dec{display:inline}.mw-parser-output .geo-nondefault,.mw-parser-output .geo-multi-punct,.mw-parser-output .geo-inline-hidden{display:none}.mw-parser-output .longitude,.mw-parser-output .latitude{white-space:nowrap}</style><span class="plainlinks nourlexpansion load-gadget" data-gadget="WikiMiniAtlas"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=University_of_Texas_at_Dallas&params=32_59_06_N_96_45_00_W_region:US_type:edu"><span class="geo-default"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°59′06″N</span> <span class="longitude">96°45′00″W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-nondefault"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.98500°N 96.75000°W</span><span style="display:none"> / <span class="geo">32.98500; -96.75000</span></span></span></a></span></span></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Campus</th><td class="infobox-data">Midsize City<br/> <b>Main campus:</b> <br/> 445 acres (180 ha) <br/> <b>Adjacent land:</b> <br/> 265 acres (107 ha) <br/> <b>Land in Dallas:</b> <br/> 10 acres (4 ha) <sup class="reference" id="cite_ref-Facilities_Management_7-0"><a href="#cite_note-Facilities_Management-7">[7]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Other campuses</th><td class="infobox-data"><a class="mw-redirect" href="/wiki/Dallas,_Texas" title="Dallas, Texas">Dallas</a></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Newspaper</th><td class="infobox-data"><i>The Mercury</i></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><a href="/wiki/School_colors" title="School colors">Colors</a></th><td class="infobox-data">Orange and green<sup class="reference" id="cite_ref-8"><a href="#cite_note-8">[8]</a></sup><br/><style data-mw-deduplicate="TemplateStyles:r981673959">.mw-parser-output .legend{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .legend-color{display:inline-block;min-width:1.25em;height:1.25em;line-height:1.25;margin:1px 0;text-align:center;border:1px solid black;background-color:transparent;color:black}.mw-parser-output .legend-text{}</style><span class="legend-color" style="background-color:#e87500; color:black;"> </span> <link href="mw-data:TemplateStyles:r981673959" rel="mw-deduplicated-inline-style"/><span class="legend-color" style="background-color:#154734; color:white;"> </span></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><a href="/wiki/Athletic_nickname" title="Athletic nickname">Nickname</a></th><td class="infobox-data">Comets</td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;"><div style="display: inline-block; line-height: 1.2em; padding: .1em 0;">Sporting affiliations</div></th><td class="infobox-data"><a href="/wiki/NCAA_Division_III" title="NCAA Division III">NCAA Division III</a> – <a href="/wiki/American_Southwest_Conference" title="American Southwest Conference">ASC</a></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Mascot</th><td class="infobox-data"><a href="/wiki/Temoc" title="Temoc">Temoc</a><sup class="reference" id="cite_ref-Temoc_9-0"><a href="#cite_note-Temoc-9">[9]</a></sup></td></tr><tr><th class="infobox-label" scope="row" style="padding-right:0.65em;">Website</th><td class="infobox-data"><span class="url"><a class="external text" href="https://www.utdallas.edu" rel="nofollow">www<wbr/>.utdallas<wbr/>.edu</a></span></td></tr><tr><td class="infobox-full-data" colspan="2"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:UT_Dallas_2_Color_Emblem_-_SVG_Brand_Identity_File.svg"><img class="mw-file-element" data-file-height="512" data-file-width="512" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/7c/UT_Dallas_2_Color_Emblem_-_SVG_Brand_Identity_File.svg/150px-UT_Dallas_2_Color_Emblem_-_SVG_Brand_Identity_File.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/7c/UT_Dallas_2_Color_Emblem_-_SVG_Brand_Identity_File.svg/225px-UT_Dallas_2_Color_Emblem_-_SVG_Brand_Identity_File.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/7c/UT_Dallas_2_Color_Emblem_-_SVG_Brand_Identity_File.svg/300px-UT_Dallas_2_Color_Emblem_-_SVG_Brand_Identity_File.svg.png 2x" width="150"/></a></span></td></tr></tbody></table> <p><b>The University of Texas at Dallas</b> (<b>UTD</b> or <b>UT Dallas</b>) is a <a href="/wiki/Public_university" title="Public university">public</a> <a href="/wiki/Research_university" title="Research university">research university</a> in <a href="/wiki/Richardson,_Texas" title="Richardson, Texas">Richardson, Texas</a>. It is the northernmost institution of the <a href="/wiki/University_of_Texas_System" title="University of Texas System">University of Texas System</a>. It was initially founded in 1961 as a private research arm of <a href="/wiki/Texas_Instruments" title="Texas Instruments">Texas Instruments</a>. </p><p>UT Dallas has been characterized by rapid growth in research output since its inception.<sup class="reference" id="cite_ref-10"><a href="#cite_note-10">[10]</a></sup> Less than 47 years after its founding, the <a href="/wiki/Carnegie_Foundation_for_the_Advancement_of_Teaching" title="Carnegie Foundation for the Advancement of Teaching">Carnegie Foundation</a> had classified the university as a doctoral research university with "Highest Research Activity".<sup class="reference" id="cite_ref-11"><a href="#cite_note-11">[11]</a></sup> The university is associated with four <a href="/wiki/Nobel_Prize" title="Nobel Prize">Nobel Prizes</a> and has members of the <a href="/wiki/National_Academy_of_Sciences" title="National Academy of Sciences">National Academy of Sciences</a> and <a href="/wiki/National_Academy_of_Engineering" title="National Academy of Engineering">National Academy of Engineering</a> on its faculty with research projects including the areas of <a href="/wiki/Outline_of_space_science" title="Outline of space science">Space Science</a>, <a href="/wiki/Biological_engineering" title="Biological engineering">Bioengineering</a>, <a href="/wiki/Computer_security" title="Computer security">Cybersecurity</a>, <a href="/wiki/Nanotechnology" title="Nanotechnology">Nanotechnology</a>, and <a href="/wiki/Behavioural_sciences" title="Behavioural sciences">Behavioral and Brain Sciences</a>. UT Dallas offers more than 140 academic programs<sup class="reference" id="cite_ref-12"><a href="#cite_note-12">[12]</a></sup> across its seven schools and hosts more than 50 research centers and institutes. </p><p>While the main campus is officially under the city jurisdiction of <a href="/wiki/Richardson,_Texas" title="Richardson, Texas">Richardson</a>, one-third of it is within the borders of <a href="/wiki/Dallas_County,_Texas" title="Dallas County, Texas">Dallas County</a>. UTD also operates several locations in <a href="/wiki/Downtown_Dallas" title="Downtown Dallas">downtown Dallas</a> - this includes the <a href="/wiki/Crow_Museum_of_Asian_Art" title="Crow Museum of Asian Art">Crow Museum of Asian Art</a> in the <a href="/wiki/Arts_District,_Dallas" title="Arts District, Dallas">Arts District</a> as well as multiple buildings in the Medical District next to <a href="/wiki/University_of_Texas_Southwestern_Medical_Center" title="University of Texas Southwestern Medical Center">UT Southwestern</a>: the <a href="/wiki/Center_for_BrainHealth" title="Center for BrainHealth">Center for BrainHealth</a>, the <a href="/wiki/The_Center_for_Vital_Longevity" title="The Center for Vital Longevity">Center for Vital Longevity</a>, and the Callier Center for Communication Disorders. </p> <meta property="mw:PageProp/toc"/> <h2><span class="mw-headline" id="History">History</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=1" title="Edit section: History"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <h3><span class="mw-headline" id="Establishment">Establishment</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=2" title="Edit section: Establishment"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>Before the founding of the University of Texas at Dallas, <a href="/wiki/Eugene_McDermott" title="Eugene McDermott">Eugene McDermott</a>, <a href="/wiki/Cecil_Howard_Green" title="Cecil Howard Green">Cecil Howard Green</a> and <a href="/wiki/J._Erik_Jonsson" title="J. Erik Jonsson">J. Erik Jonsson</a> had purchased <a class="mw-redirect" href="/wiki/Geophysical_Service_Incorporated" title="Geophysical Service Incorporated">Geophysical Service Incorporated</a> (GSI) on December 6, 1941 – the day before the <a href="/wiki/Attack_on_Pearl_Harbor" title="Attack on Pearl Harbor">attack on Pearl Harbor</a>. With the rapid increase in defense contracts due to declaration of war with Germany, the General Instrument Division of GSI grew substantially and was later reorganized under the name <a href="/wiki/Texas_Instruments" title="Texas Instruments">Texas Instruments</a>, Inc. (TI) in 1951.<sup class="reference" id="cite_ref-13"><a href="#cite_note-13">[13]</a></sup> </p><p>The increase in defense contracts also created a shortage in the <a href="/wiki/Dallas%E2%80%93Fort_Worth_metroplex" title="Dallas–Fort Worth metroplex">Dallas–Fort Worth area</a> of the qualified personnel required by TI. At the time, the region's universities did not provide enough graduates with advanced training in engineering and physical sciences. Texas Instruments was forced to recruit talent from other states during its expansion, and the founders observed in 1959 that "To grow industrially, the region must grow academically; it must provide the intellectual atmosphere, which will allow it to compete in the new industries dependent on highly trained and creative minds."<sup class="reference" id="cite_ref-14"><a href="#cite_note-14">[14]</a></sup> </p><p>To compensate for a shortage, McDermott, Green, and Jonsson established the Graduate Research Center of the Southwest on February 14, 1961. While the institute initially was housed in the Fondren Science Library at <a href="/wiki/Southern_Methodist_University" title="Southern Methodist University">Southern Methodist University</a>, a nearby empty <a class="mw-redirect" href="/wiki/Cottonfield" title="Cottonfield">cotton field</a> was later acquired by Jonsson, McDermott, and Green in <a href="/wiki/Richardson,_Texas" title="Richardson, Texas">Richardson, Texas</a> in 1962. The first facility, the Laboratory of Earth and Planetary Science (later named the Founders Building), opened in 1964. The Graduate Research Center of the Southwest was renamed the Southwest Center for Advanced Studies (SCAS) in 1967. </p><p>On June 13, 1969, Gov. <a href="/wiki/Preston_Smith_(governor)" title="Preston Smith (governor)">Preston Smith</a> signed House Bill 303, which added the institution to the <a href="/wiki/University_of_Texas_System" title="University of Texas System">University of Texas System</a> as the University of Texas at Dallas (effective September 1, 1969).<sup class="reference" id="cite_ref-Handbook_15-0"><a href="#cite_note-Handbook-15">[15]</a></sup> When Texas Instruments and UTD co-founders officially bequeathed the young university to the UT System, they boldly stated that they envisioned it would one day become the “<a href="/wiki/Massachusetts_Institute_of_Technology" title="Massachusetts Institute of Technology">MIT</a> of the South.”<sup class="reference" id="cite_ref-:12_16-0"><a href="#cite_note-:12-16">[16]</a></sup><sup class="reference" id="cite_ref-17"><a href="#cite_note-17">[17]</a></sup> At the time, the college only accepted <a class="mw-redirect" href="/wiki/Graduate_school" title="Graduate school">graduate</a> students for <a href="/wiki/Master%27s_degree" title="Master's degree">Masters</a> and <a href="/wiki/Doctor_of_Philosophy" title="Doctor of Philosophy">PhD</a> programs – no <a href="/wiki/Undergraduate_education" title="Undergraduate education">undergraduate</a> <a href="/wiki/Bachelor%27s_degree" title="Bachelor's degree">Bachelor</a> degree programs were offered. Francis S. Johnson served as initial interim president before Bryce Jordan was selected in 1971.<sup class="reference" id="cite_ref-18"><a href="#cite_note-18">[18]</a></sup> </p> <h3><span class="mw-headline" id="Expansion_and_growth">Expansion and growth</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=3" title="Edit section: Expansion and growth"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:Engineering_and_Computer_Science_Complex_(University_of_Texas_at_Dallas).jpg"><img class="mw-file-element" data-file-height="2000" data-file-width="4000" decoding="async" height="110" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Engineering_and_Computer_Science_Complex_%28University_of_Texas_at_Dallas%29.jpg/220px-Engineering_and_Computer_Science_Complex_%28University_of_Texas_at_Dallas%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Engineering_and_Computer_Science_Complex_%28University_of_Texas_at_Dallas%29.jpg/330px-Engineering_and_Computer_Science_Complex_%28University_of_Texas_at_Dallas%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Engineering_and_Computer_Science_Complex_%28University_of_Texas_at_Dallas%29.jpg/440px-Engineering_and_Computer_Science_Complex_%28University_of_Texas_at_Dallas%29.jpg 2x" width="220"/></a><figcaption>Engineering and Computer Science South Building</figcaption></figure> <p>Founded at the dawn of the <a href="/wiki/Information_Age" title="Information Age">Information Age</a> and steeped in science and technology, The University of Texas at Dallas has been more intent on creating the future than on preserving its history. As a result, not all relevant early historical details were documented carefully and fully; which is a reflection of the nature of a youthful institution's disregard for archiving.<sup class="reference" id="cite_ref-19"><a href="#cite_note-19">[19]</a></sup> While some details were preserved, detailed historical documentation for the university did not start until around the late 2000s. </p><p>In July 1971, <a href="/wiki/Bryce_Jordan" title="Bryce Jordan">Bryce Jordan</a> became the university's first president and served until 1981.<sup class="reference" id="cite_ref-20"><a href="#cite_note-20">[20]</a></sup> At that time the campus consisted of only one facility (the Founders Building) and only admitted graduate students. During Jordan's 10-year tenure the university received 275 acres (111 ha) of land in 1972 from the <a href="/wiki/Hoblitzelle_Foundation" title="Hoblitzelle Foundation">Hoblitzelle Foundation</a>. This allowed the campus to expand with the addition of a number of new facilities including most notable the Cecil H. Green Hall, the Eugene McDermott Library, and a campus bookstore.<sup class="reference" id="cite_ref-21"><a href="#cite_note-21">[21]</a></sup><sup class="reference" id="cite_ref-22"><a href="#cite_note-22">[22]</a></sup> The school received accreditation from the <a href="/wiki/Southern_Association_of_Colleges_and_Schools" title="Southern Association of Colleges and Schools">Southern Association of Colleges and Schools</a> in 1972, and the first diplomas were awarded in 1973.<sup class="reference" id="cite_ref-23"><a href="#cite_note-23">[23]</a></sup> </p><p>The first bachelor's degrees were awarded in spring 1976. The Callier Center for Communication Disorders became part of the UTD in 1975 and the School of Management opened in 1975.<sup class="reference" id="cite_ref-24"><a href="#cite_note-24">[24]</a></sup> Enrollment increased from 700 in 1974, to 3,333 in 1975, and later to more than 5,300 students in 1977.<sup class="reference" id="cite_ref-Handbook_15-1"><a href="#cite_note-Handbook-15">[15]</a></sup> </p><p>UT Dallas's first <a href="/wiki/Nobel_Prize" title="Nobel Prize">Nobel</a> laureate, the late <a href="/wiki/Polykarp_Kusch" title="Polykarp Kusch">Polykarp Kusch</a>, was a member of the physics faculty from 1972 to 1982.<sup class="reference" id="cite_ref-25"><a href="#cite_note-25">[25]</a></sup> </p><p>The first art installation, the <i>Love Jack</i> by <a href="/wiki/Jim_Love_(artist)" title="Jim Love (artist)">Jim Love</a>, was added to UTD's campus in 1976.<sup class="reference" id="cite_ref-:12_16-1"><a href="#cite_note-:12-16">[16]</a></sup> The Visual Arts Building opened in 1978. </p><p><a href="/wiki/Robert_H._Rutford" title="Robert H. Rutford">Robert H. Rutford</a>, an Antarctic explorer recognized with the naming of the <a href="/wiki/Rutford_Ice_Stream" title="Rutford Ice Stream">Rutford Ice Stream</a> and <a href="/wiki/Mount_Rutford" title="Mount Rutford">Mount Rutford</a> in Antarctica, became the second president of UT Dallas in May 1982.<sup class="reference" id="cite_ref-Antarctic_Peak_named_for_Robert_Rutford_26-0"><a href="#cite_note-Antarctic_Peak_named_for_Robert_Rutford-26">[26]</a></sup> He served in this post until 1994. During his tenure as president, the university secured approval for a school of engineering, added freshmen and sophomores to its student body, and built the first on-campus housing.<sup class="reference" id="cite_ref-27"><a href="#cite_note-27">[27]</a></sup> </p><p>The school became a four-year institution in fall 1990.<sup class="reference" id="cite_ref-28"><a href="#cite_note-28">[28]</a></sup><sup class="reference" id="cite_ref-29"><a href="#cite_note-29">[29]</a></sup> The initial incoming freshman class was about 100 students. The state mandated that admission criteria for entering freshmen "to be no less stringent than the criteria of UT Austin".<sup class="reference" id="cite_ref-30"><a href="#cite_note-30">[30]</a></sup> </p><p><a href="/wiki/Franklyn_Jenifer" title="Franklyn Jenifer">Franklyn Jenifer</a> became the third president of UT Dallas in 1994 and served until 2005. Under Jenifer, UT Dallas's enrollment increased over 61% - from less than 8,500 to nearly 14,000.<sup class="reference" id="cite_ref-31"><a href="#cite_note-31">[31]</a></sup> </p><p>The chess club and debate program were founded in 1996, and later began offering academic scholarships for those skilled in either area. The Galerstein Women's Center also opened that year.<sup class="reference" id="cite_ref-:12_16-2"><a href="#cite_note-:12-16">[16]</a></sup> </p> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UT_Dallas_-_Full_Mark_Texas_Logo.jpg"><img alt="UT Dallas Texas logo" class="mw-file-element" data-file-height="411" data-file-width="971" decoding="async" height="93" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/45/UT_Dallas_-_Full_Mark_Texas_Logo.jpg/220px-UT_Dallas_-_Full_Mark_Texas_Logo.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/45/UT_Dallas_-_Full_Mark_Texas_Logo.jpg/330px-UT_Dallas_-_Full_Mark_Texas_Logo.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/45/UT_Dallas_-_Full_Mark_Texas_Logo.jpg/440px-UT_Dallas_-_Full_Mark_Texas_Logo.jpg 2x" width="220"/></a><figcaption>UT Dallas Texas Logo, inspired by the Texas Instruments logo.</figcaption></figure> <p>UT Dallas' ceremonial mace contains a university seal surrounding a wafer embedded with Texas Instruments microchips, representing TI's role in the founding of the college. A steel band in the headpiece and the metal foot of the staff fashioned from a scientific instrument designed by the UT Dallas Space Sciences Institute and were flown aboard the <a href="/wiki/Space_Shuttle_Endeavour" title="Space Shuttle Endeavour">Space Shuttle Endeavor</a> in September 1995.<sup class="reference" id="cite_ref-32"><a href="#cite_note-32">[32]</a></sup><sup class="reference" id="cite_ref-33"><a href="#cite_note-33">[33]</a></sup> </p><p>In June 2005, David E. Daniel was appointed the university's fourth president. He previously served on the faculty at <a href="/wiki/University_of_Texas_at_Austin" title="University of Texas at Austin">UT Austin</a> and was the Dean of Engineering at the <a class="mw-redirect" href="/wiki/University_of_Illinois_at_Urbana%E2%80%93Champaign" title="University of Illinois at Urbana–Champaign">University of Illinois</a> from 2001 to 2005. He has continued the expansion of the campus by adding the Natural Science and Engineering Research Laboratory, the Center for BrainHealth (near the <a href="/wiki/University_of_Texas_Southwestern_Medical_Center" title="University of Texas Southwestern Medical Center">University of Texas Southwestern Medical Center</a>), and almost 600,000 square feet (56,000 m2) of new facilities added from 2007 to 2010.<sup class="reference" id="cite_ref-34"><a href="#cite_note-34">[34]</a></sup><sup class="reference" id="cite_ref-35"><a href="#cite_note-35">[35]</a></sup><sup class="reference" id="cite_ref-36"><a href="#cite_note-36">[36]</a></sup> </p><p>The first campus mural was introduced in July 2008. The first fight song was written in September 2008; it was written to the music of <i><a href="/wiki/Tiger_Rag" title="Tiger Rag">Tiger Rag</a></i>.<sup class="reference" id="cite_ref-:12_16-3"><a href="#cite_note-:12-16">[16]</a></sup> </p><p>In 2010, the Student services building was added and UT Dallas had hit a record enrollment of over 17,000. In 2011, the new university Visitor Center & Bookstore opened. </p> <h3><span class="mw-headline" id="Attempted_DFW_area_UT_System_mergers">Attempted DFW area UT System mergers</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=4" title="Edit section: Attempted DFW area UT System mergers"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>In July 2001, the <a class="mw-redirect" href="/wiki/Seventy-seventh_Texas_Legislature" title="Seventy-seventh Texas Legislature">77th Texas legislature</a> failed to pass two proposed bills which had very different plans for the future of the <a href="/wiki/Dallas%E2%80%93Fort_Worth_metroplex" title="Dallas–Fort Worth metroplex">Dallas–Fort Worth metroplex</a> <a href="/wiki/University_of_Texas_System" title="University of Texas System">UT System</a> intuitions.<sup class="reference" id="cite_ref-:10_37-0"><a href="#cite_note-:10-37">[37]</a></sup><sup class="reference" id="cite_ref-38"><a href="#cite_note-38">[38]</a></sup><sup class="reference" id="cite_ref-39"><a href="#cite_note-39">[39]</a></sup> </p><p>The first plan, 77(R) HB 3568 proposed by <a href="/wiki/Kenn_George" title="Kenn George">Kenn George</a>,<sup class="reference" id="cite_ref-:11_40-0"><a href="#cite_note-:11-40">[40]</a></sup> would have consolidated the 2 universities and 1 medical school under the name "<i>The University of Texas at Dallas</i>".<sup class="reference" id="cite_ref-:10_37-1"><a href="#cite_note-:10-37">[37]</a></sup> It would have established UT Dallas (UTD) in Richardson, TX as the main flagship campus, <a href="/wiki/University_of_Texas_Southwestern_Medical_Center" title="University of Texas Southwestern Medical Center">UT Southwestern Medical Center at Dallas</a> (UTSW) as its medical school, and would have designated <a href="/wiki/University_of_Texas_at_Arlington" title="University of Texas at Arlington">UT Arlington</a> (UTA) as a UT Dallas <a href="/wiki/Satellite_campus" title="Satellite campus">satellite campus</a> (a situation similar to <a href="/wiki/University_of_Texas_Rio_Grande_Valley" title="University of Texas Rio Grande Valley">UT Rio Grande Valley</a>).<sup class="reference" id="cite_ref-:10_37-2"><a href="#cite_note-:10-37">[37]</a></sup> The purpose of the bill was to consolidate all DFW UT System institutions into one, creating single cohesive flagship-level university for the Dallas–Fort Worth metroplex. However, the bill was unpopular with supporters of UT Arlington (because they wanted to retain their identity as a separate institution from UT Dallas) and the House Bill ultimately failed to pass. Despite this, UT Dallas has continued a close relationship with UT Southwestern. UT Dallas' <a href="/wiki/Center_for_BrainHealth" title="Center for BrainHealth">Center for BrainHealth</a> and Callier Center were built right next to UTSW's main campus in downtown Dallas. Additionally, UT Southwestern later established a Clinical Center in Richardson next to UTD's main campus. </p><p>The second plan, 77(R) HB 3607 proposed by <a href="/wiki/Domingo_Garc%C3%ADa_(politician)" title="Domingo García (politician)">Domingo Garcia</a>,<sup class="reference" id="cite_ref-:11_40-1"><a href="#cite_note-:11-40">[40]</a></sup> would have transferred UT Dallas, UT Southwestern, and UT Arlington to the <a href="/wiki/University_of_North_Texas_System" title="University of North Texas System">University of North Texas System</a> (to create something similar to the <a href="/wiki/University_of_Houston_System" title="University of Houston System">University of Houston System</a>).<sup class="reference" id="cite_ref-:10_37-3"><a href="#cite_note-:10-37">[37]</a></sup> The <a href="/wiki/University_of_North_Texas" title="University of North Texas">Denton, TX campus</a> would have remained as the flagship university while the 3 Dallas–Fort Worth UT System institutions would have been designated as separate degree-granting sister UNT System colleges. Their names would have changed to the "<i>University of North Texas at Dallas</i>" located in Richardson, TX (not to be confused with the present-day <a href="/wiki/University_of_North_Texas_at_Dallas" title="University of North Texas at Dallas">UNTD</a> campus established later in 2009), the "<i>University of North Texas Southwestern Medical Center at Dallas</i>" (UNTSW), and the "<i>University of North Texas at Arlington</i>" (UNTA).<sup class="reference" id="cite_ref-:10_37-4"><a href="#cite_note-:10-37">[37]</a></sup> The law was left pending due to objections from both UT Arlington and UT Dallas, as both preferred to remain under the UT System. </p> <h3><span class="mw-headline" id="Recent_history">Recent history</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=5" title="Edit section: Recent history"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <figure class="mw-default-size mw-halign-left" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UT_Dallas_School_of_Management.jpg"><img class="mw-file-element" data-file-height="2300" data-file-width="4000" decoding="async" height="127" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/UT_Dallas_School_of_Management.jpg/220px-UT_Dallas_School_of_Management.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/UT_Dallas_School_of_Management.jpg/330px-UT_Dallas_School_of_Management.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/ff/UT_Dallas_School_of_Management.jpg/440px-UT_Dallas_School_of_Management.jpg 2x" width="220"/></a><figcaption>Naveen Jindal School of Management</figcaption></figure> <p>On July 15, 2016, Dr. Richard C. Benson was appointed the fifth president of the University of Texas at Dallas.<sup class="reference" id="cite_ref-41"><a href="#cite_note-41">[41]</a></sup> Previously he was Dean of the <a href="/wiki/Virginia_Tech_College_of_Engineering" title="Virginia Tech College of Engineering">College of Engineering</a> at <a href="/wiki/Virginia_Tech" title="Virginia Tech">Virginia Tech</a>, which saw record growth from 2005 to 2016 after the number of engineering applicants nearly doubled during his tenure.<sup class="reference" id="cite_ref-42"><a href="#cite_note-42">[42]</a></sup> He has continued the expansion of the UTD campus with the addition of The Bioengineering and Sciences Building, The Engineering & Computer Science West Building, a new Science Building, The Davidson-Gundy Alumni Center, and Northside Phase 1 & 2 (the first on-campus apartments with first floor retail space). </p> <figure typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UT_Dallas_Monogram_-_2_color_(Updated).jpg"><img alt="UTD monogram" class="mw-file-element" data-file-height="577" data-file-width="577" decoding="async" height="100" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/97/UT_Dallas_Monogram_-_2_color_%28Updated%29.jpg/100px-UT_Dallas_Monogram_-_2_color_%28Updated%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/97/UT_Dallas_Monogram_-_2_color_%28Updated%29.jpg/150px-UT_Dallas_Monogram_-_2_color_%28Updated%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/97/UT_Dallas_Monogram_-_2_color_%28Updated%29.jpg/200px-UT_Dallas_Monogram_-_2_color_%28Updated%29.jpg 2x" width="100"/></a><figcaption>UT Dallas Monogram</figcaption></figure> <p>In fall 2017, The University of Texas at Dallas adopted a secondary logo, the UTD Monogram. It is typically used to retain UT Dallas’ identity across digital platforms, as the primary logo does not adapt well to mobile devices or smaller screens.<sup class="reference" id="cite_ref-43"><a href="#cite_note-43">[43]</a></sup> UT Dallas also adopted its first mascot logo for <a href="/wiki/Temoc" title="Temoc">Temoc</a>. Later in spring 2017, Davidson-Gundy Alumni Center opened. </p><p>In 2018, the University inherited the Barrett collection of Swiss art which will be housed in a new building as part of the Edith O'Donnell Institute of Art History.<sup class="reference" id="cite_ref-44"><a href="#cite_note-44">[44]</a></sup> In January 2019, the family of Trammell and Margaret Crow donated the entire collection of the Crow Museum of Asian Art to The University of Texas at Dallas, along with $23 million in support funding to help build a structure on the university campus to show more of the artworks.<sup class="reference" id="cite_ref-45"><a href="#cite_note-45">[45]</a></sup> </p><p>In fall 2019 UT Dallas marked its 50 years as a Texas public university (est. 1969), 44 years of undergraduate junior/senior enrollment (since 1975), 29 years of incoming freshmen enrollment (since 1990), and 58 years as a research center (founded in 1961).<sup class="reference" id="cite_ref-40_Years_46-0"><a href="#cite_note-40_Years-46">[46]</a></sup><sup class="reference" id="cite_ref-47"><a href="#cite_note-47">[47]</a></sup> </p><p>On July 20, 2023, UT Dallas announced that it would leave the <a href="/wiki/American_Southwest_Conference" title="American Southwest Conference">American Southwest Conference</a> and transition to become a <a href="/wiki/NCAA_Division_II" title="NCAA Division II">NCAA Division II</a> school in the <a href="/wiki/Lone_Star_Conference" title="Lone Star Conference">Lone Star Conference</a>.<sup class="reference" id="cite_ref-auto_48-0"><a href="#cite_note-auto-48">[48]</a></sup> </p> <h2><span class="mw-headline" id="Academics">Academics</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=6" title="Edit section: Academics"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <h3><span class="mw-headline" id="Rankings">Rankings</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=7" title="Edit section: Rankings"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <link href="mw-data:TemplateStyles:r1066479718" rel="mw-deduplicated-inline-style"/><table class="infobox"><tbody><tr><th class="infobox-above" colspan="2"><a href="/wiki/College_and_university_rankings_in_the_United_States" title="College and university rankings in the United States">Academic rankings</a></th></tr><tr><th class="infobox-header" colspan="2" style="background-color: lavender;">National</th></tr><tr><th class="infobox-label" scope="row"><a href="/wiki/Academic_Ranking_of_World_Universities" title="Academic Ranking of World Universities"><i>ARWU</i></a><sup class="reference" id="cite_ref-Rankings_ARWU_NU_50-0"><a href="#cite_note-Rankings_ARWU_NU-50">[50]</a></sup></th><td class="infobox-data" style="text-align: right;">95–114</td></tr><tr><th class="infobox-label" scope="row"><a class="mw-redirect" href="/wiki/Forbes%27_America%27s_Top_Colleges" title="Forbes' America's Top Colleges"><i>Forbes</i></a><sup class="reference" id="cite_ref-Rankings_Forbes_51-0"><a href="#cite_note-Rankings_Forbes-51">[51]</a></sup></th><td class="infobox-data" style="text-align: right;">121</td></tr><tr><th class="infobox-label" scope="row"><a href="/wiki/Times_Higher_Education" title="Times Higher Education"><i>THE</i></a> / <a href="/wiki/The_Wall_Street_Journal" title="The Wall Street Journal"><i>WSJ</i></a><sup class="reference" id="cite_ref-Rankings_THE_WSJ_52-0"><a href="#cite_note-Rankings_THE_WSJ-52">[52]</a></sup></th><td class="infobox-data" style="text-align: right;">323</td></tr><tr><th class="infobox-label" scope="row"><a href="/wiki/U.S._News_%26_World_Report_Best_Colleges_Ranking" title="U.S. News & World Report Best Colleges Ranking"><i>U.S. News & World Report</i></a><sup class="reference" id="cite_ref-Rankings_USNWR_NU_53-0"><a href="#cite_note-Rankings_USNWR_NU-53">[53]</a></sup></th><td class="infobox-data" style="text-align: right;">115<sup class="reference" id="cite_ref-49"><a href="#cite_note-49">[49]</a></sup></td></tr><tr><th class="infobox-label" scope="row"><a href="/wiki/Washington_Monthly#College_rankings" title="Washington Monthly"><i>Washington Monthly</i></a><sup class="reference" id="cite_ref-Rankings_Wamo_NU_54-0"><a href="#cite_note-Rankings_Wamo_NU-54">[54]</a></sup></th><td class="infobox-data" style="text-align: right;">361</td></tr><tr><th class="infobox-header" colspan="2" style="background-color: lavender;">Global</th></tr><tr><th class="infobox-label" scope="row"><a href="/wiki/Academic_Ranking_of_World_Universities" title="Academic Ranking of World Universities"><i>ARWU</i></a><sup class="reference" id="cite_ref-Rankings_ARWU_W_56-0"><a href="#cite_note-Rankings_ARWU_W-56">[56]</a></sup></th><td class="infobox-data" style="text-align: right;">301–400</td></tr><tr><th class="infobox-label" scope="row"><a href="/wiki/QS_World_University_Rankings" title="QS World University Rankings"><i>QS</i></a><sup class="reference" id="cite_ref-Rankings_QS_W_57-0"><a href="#cite_note-Rankings_QS_W-57">[57]</a></sup></th><td class="infobox-data" style="text-align: right;">521–530 <sup class="reference" id="cite_ref-55"><a href="#cite_note-55">[55]</a></sup></td></tr><tr><th class="infobox-label" scope="row"><a href="/wiki/Times_Higher_Education_World_University_Rankings" title="Times Higher Education World University Rankings"><i>THE</i></a><sup class="reference" id="cite_ref-Rankings_THES_W_58-0"><a href="#cite_note-Rankings_THES_W-58">[58]</a></sup></th><td class="infobox-data" style="text-align: right;">351–400</td></tr><tr><th class="infobox-label" scope="row"><a href="/wiki/U.S._News_%26_World_Report_Best_Global_Universities_Ranking" title="U.S. News & World Report Best Global Universities Ranking"><i>U.S. News & World Report</i></a><sup class="reference" id="cite_ref-Rankings_USNWR_W_59-0"><a href="#cite_note-Rankings_USNWR_W-59">[59]</a></sup></th><td class="infobox-data" style="text-align: right;">349</td></tr></tbody></table> <p>In 2019, <i>U.S. News & World Report</i> in <i>Best Colleges</i> ranked UTD at 115th among national universities.<sup class="reference" id="cite_ref-US_News_&_World_Report_60-0"><a href="#cite_note-US_News_&_World_Report-60">[60]</a></sup><sup class="reference" id="cite_ref-colleges.usnews.rankingsandreviews.com_61-0"><a href="#cite_note-colleges.usnews.rankingsandreviews.com-61">[61]</a></sup> The <i>2017 <a href="/wiki/Academic_Ranking_of_World_Universities" title="Academic Ranking of World Universities">Academic Ranking of World Universities</a></i> placed UTD at 71st–99th in the United States. <i><a href="/wiki/Washington_Monthly" title="Washington Monthly">Washington Monthly</a>'s 2015 Annual College and University Rankings</i> placed UTD at 99th in the United States.<sup class="reference" id="cite_ref-The_Washington_Monthly_62-0"><a href="#cite_note-The_Washington_Monthly-62">[62]</a></sup> <i><a href="/wiki/Kiplinger" title="Kiplinger">Kiplinger</a>'s Personal Finance magazine's 100 Best Values in Public Colleges 2016</i> ranked UTD at 33rd in value for in-state residents and 38th for out-of-state students.<sup class="reference" id="cite_ref-Kiplinger's_Magazine_63-0"><a href="#cite_note-Kiplinger's_Magazine-63">[63]</a></sup> </p> <h4><span class="mw-headline" id="Specific_school_and_program_rankings">Specific school and program rankings</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=8" title="Edit section: Specific school and program rankings"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h4> <p><i><a href="/wiki/U.S._News_%26_World_Report" title="U.S. News & World Report">U.S. News & World Report</a></i><span class="nowrap" style="padding-left:0.1em;">'</span>s 2021 rankings of graduate school programs ranked the UTD's Engineering School at 62nd in the nation (4th in Texas),<sup class="reference" id="cite_ref-64"><a href="#cite_note-64">[64]</a></sup> Electrical Engineering at 50th, Computer Engineering at 52nd, and Computer Science at 64th. The undergraduate Engineering program is ranked 75th nationally and 4th in Texas, after <a href="/wiki/University_of_Texas_at_Austin" title="University of Texas at Austin">UT Austin</a>, <a href="/wiki/Texas_A%26M_University" title="Texas A&M University">Texas A&M</a>, and <a href="/wiki/Rice_University" title="Rice University">Rice</a>.<sup class="reference" id="cite_ref-65"><a href="#cite_note-65">[65]</a></sup> </p><p>Beginning in 2016, the Business School's graduate programs has been ranked 33rd nationally, tying with <a href="/wiki/Rice_University" title="Rice University">Rice University</a> and <a href="/wiki/University_of_Wisconsin%E2%80%93Madison" title="University of Wisconsin–Madison">University of Wisconsin-Madison</a> (tied for #2 in Texas; ranking above <a href="/wiki/Texas_A%26M_University" title="Texas A&M University">Texas A&M</a> and <a href="/wiki/Southern_Methodist_University" title="Southern Methodist University">Southern Methodist University</a>), while the part-time MBA program was ranked 29th nationally by <i>US News</i>. Additionally, the Online MBA's Graduate Business program was ranked 2nd nationally (1st in Texas), and the MBA specialty of information systems was ranked 16th nationally (2nd in Texas).<sup class="reference" id="cite_ref-66"><a href="#cite_note-66">[66]</a></sup> <i>Bloomberg Business Week Best Business Schools</i> 2018 rankings places UTD 37th nationally and 3rd in Texas.<sup class="reference" id="cite_ref-67"><a href="#cite_note-67">[67]</a></sup> The 2017 <i>ARWU</i> rankings placed UTD's studies in Economics/Business at 41st internationally.<sup class="reference" id="cite_ref-ARWU_68-0"><a href="#cite_note-ARWU-68">[68]</a></sup> </p><p>In 2018, The Master of Science in <a href="/wiki/Marketing" title="Marketing">Marketing</a> program was ranked #5 nationally by <i>College Choice</i>.<sup class="reference" id="cite_ref-69"><a href="#cite_note-69">[69]</a></sup> </p><p>In 2021, UTD's program in <a href="/wiki/Audiology" title="Audiology">Audiology</a> was ranked at 2nd nationally (1st in Texas) by <i>US News</i><sup class="reference" id="cite_ref-70"><a href="#cite_note-70">[70]</a></sup> while UTD's program in <a class="mw-redirect" href="/wiki/Speech-Language_Pathology" title="Speech-Language Pathology">Speech-Pathology</a> was ranked at 10th nationally (2nd in Texas).<sup class="reference" id="cite_ref-71"><a href="#cite_note-71">[71]</a></sup> </p><p>UTD's graduate program in <a class="mw-redirect" href="/wiki/Game_Design" title="Game Design">Game Design</a> was ranked 21st in the <i><a href="/wiki/The_Princeton_Review" title="The Princeton Review">Princeton Review</a></i> 2019 list.<sup class="reference" id="cite_ref-72"><a href="#cite_note-72">[72]</a></sup> Beginning in 2011, the undergraduate program was ranked in the Top 10.<sup class="reference" id="cite_ref-73"><a href="#cite_note-73">[73]</a></sup> </p><p>In 2018, the UTD's program in <a href="/wiki/Geography" title="Geography">Geography</a> and <a class="mw-redirect" href="/wiki/Geospatial" title="Geospatial">Geospatial</a> Sciences programs were ranked 1st in the nation for GIScience/Computation and Spatial Analysis/Statistics by <i>Geographical Perspectives</i>.<sup class="reference" id="cite_ref-74"><a href="#cite_note-74">[74]</a></sup> The <a href="/wiki/National_Geospatial-Intelligence_Agency" title="National Geospatial-Intelligence Agency">National Geospatial-Intelligence Agency</a> and the <a href="/wiki/United_States_Geological_Survey" title="United States Geological Survey">U.S. Geological Survey</a> designated the program a Center of Academic Excellence, the only one in Texas and one of 17 nationwide. In, 2010 they were ranked 16th nationally (1st in Texas) by <i>Academic Analytics</i> of Stony Brook, N.Y.<sup class="reference" id="cite_ref-75"><a href="#cite_note-75">[75]</a></sup> </p><p>In 2017, the Social Sciences programs were ranked 51st-75th internationally by the <i>ARWU</i>.<sup class="reference" id="cite_ref-ARWU_68-1"><a href="#cite_note-ARWU-68">[68]</a></sup> </p> <h4><span class="mw-headline" id="The_UTD_Top_100_Business_School_Research_Rankings">The UTD Top 100 Business School Research Rankings</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=9" title="Edit section: The UTD Top 100 Business School Research Rankings"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h4> <p>The Naveen Jindal School of Management (Jindal or JSOM) annually releases its own ranking list for business schools based on research quantity and frequency. The list named "The UTD Top 100 Business School Research Rankings" uses a database that tracks the number of faculty publications in the 24 leading business journals, credits them to each business school, and ranks them in order by most publications in the past 5 years.<sup class="reference" id="cite_ref-76"><a href="#cite_note-76">[76]</a></sup><sup class="reference" id="cite_ref-77"><a href="#cite_note-77">[77]</a></sup><sup class="reference" id="cite_ref-78"><a href="#cite_note-78">[78]</a></sup><sup class="reference" id="cite_ref-79"><a href="#cite_note-79">[79]</a></sup> </p> <h3><span class="mw-headline" id="Colleges_and_schools">Colleges and schools</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=10" title="Edit section: Colleges and schools"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UTD_Science_Learning_Center.JPG"><img class="mw-file-element" data-file-height="3000" data-file-width="4000" decoding="async" height="165" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/UTD_Science_Learning_Center.JPG/220px-UTD_Science_Learning_Center.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/3b/UTD_Science_Learning_Center.JPG/330px-UTD_Science_Learning_Center.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/3b/UTD_Science_Learning_Center.JPG/440px-UTD_Science_Learning_Center.JPG 2x" width="220"/></a><figcaption>Science Learning Center. The tile exterior represents two patterns: atomic emission spectra of gases, and human DNA.</figcaption></figure> <link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/University_of_Texas_at_Dallas_academic_programs" title="University of Texas at Dallas academic programs">University of Texas at Dallas academic programs</a></div> <p>For Fall 2021, The University of Texas at Dallas offered 146 academic programs across its seven schools including 56 baccalaureate programs, 59 master's programs and 31 doctoral programs<sup class="reference" id="cite_ref-80"><a href="#cite_note-80">[80]</a></sup>.<sup class="reference" id="cite_ref-University_of_Texas_Dallas_Annual_Report_2010_81-0"><a href="#cite_note-University_of_Texas_Dallas_Annual_Report_2010-81">[81]</a></sup><sup class="reference" id="cite_ref-The_University_of_Texas_at_Dallas_College_Portrait_82-0"><a href="#cite_note-The_University_of_Texas_at_Dallas_College_Portrait-82">[82]</a></sup> The school also offers 33 undergraduate and graduate certificates.<sup class="reference" id="cite_ref-83"><a href="#cite_note-83">[83]</a></sup> The school offers a number of interdisciplinary degree programs.<sup class="reference" id="cite_ref-Interdisciplinary_degrees_84-0"><a href="#cite_note-Interdisciplinary_degrees-84">[84]</a></sup> </p><p>In July 2022, UTDallas announced it would combine the School of Arts & Humanities with the School of Art, Technology and Emerging Communications (ATEC) to form the School of Arts, Humanities, and Technology (AHT) effective August 22, 2022. </p><p>The seven schools of UT Dallas for Fall 2022: </p> <style data-mw-deduplicate="TemplateStyles:r1184024115">.mw-parser-output .div-col{margin-top:0.3em;column-width:30em}.mw-parser-output .div-col-small{font-size:90%}.mw-parser-output .div-col-rules{column-rule:1px solid #aaa}.mw-parser-output .div-col dl,.mw-parser-output .div-col ol,.mw-parser-output .div-col ul{margin-top:0}.mw-parser-output .div-col li,.mw-parser-output .div-col dd{page-break-inside:avoid;break-inside:avoid-column}</style><div class="div-col"> <ul><li>Harry W. Bass Jr. School of Arts, Humanities and Technology <sup class="reference" id="cite_ref-85"><a href="#cite_note-85">[85]</a></sup></li> <li>School of Behavioral and Brain Sciences</li> <li>School of Economic, Political and Policy Sciences</li> <li>Erik Jonsson School of Engineering and Computer Science</li> <li>School of Interdisciplinary Studies</li> <li>Naveen Jindal School of Management</li> <li>School of Natural Sciences and Mathematics</li></ul></div><p>The Hobson Wildenthal Honors College offers several programs and support resources for high achieving students:<sup class="reference" id="cite_ref-86"><a href="#cite_note-86">[86]</a></sup><sup class="reference" id="cite_ref-87"><a href="#cite_note-87">[87]</a></sup><link href="mw-data:TemplateStyles:r1184024115" rel="mw-deduplicated-inline-style"/></p><div class="div-col" style="column-width: 30em;"> <li>The Eugene McDermott Scholars Program</li> <li>The Collegium V Honors Program</li> <li>The Davidson Management Honors Program</li> <li>National Merit Scholars Program</li> <li>Terry Scholars Program</li> <li>Office of Distinguished Scholarships</li> <li>Archer Program</li> <li>Phi Kappa Phi</li> <li>Texas Legislative Internship Program</li> <li>Model United Nations</li></div> <h3><span class="mw-headline" id="Historically_important_degree_programs">Historically important degree programs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=11" title="Edit section: Historically important degree programs"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <ul><li>In January 2007 UTD's School of Economic, Political and Policy Sciences began offering the first doctoral degree in criminology in Texas.<sup class="reference" id="cite_ref-88"><a href="#cite_note-88">[88]</a></sup></li> <li>In 2008 a complementary major, Emerging Media and Communication (EMAC), was offered.<sup class="reference" id="cite_ref-89"><a href="#cite_note-89">[89]</a></sup></li> <li>In 2015, the School of Arts, Technology, and Emerging Communications was founded offering programs in animation, design and creative production, game design, and critical media studies.</li> <li>The Geospatial Information Sciences program was the first from Texas admitted to the University Consortium for Geographic Information Science.<sup class="reference" id="cite_ref-90"><a href="#cite_note-90">[90]</a></sup></li> <li>UT Dallas is the fourth university in the nation to receive an accreditation from the <a class="mw-redirect" href="/wiki/US_Geospatial_Intelligence_Foundation" title="US Geospatial Intelligence Foundation">United States Geospatial Intelligence Foundation</a> (USGIF) for a Geospatial Intelligence certificate.<sup class="reference" id="cite_ref-Geospatial_Intelligence_certificate_91-0"><a href="#cite_note-Geospatial_Intelligence_certificate-91">[91]</a></sup></li> <li>The GIS program is ranked No. 1 in the nation for GIScience/Computation and Spatial Analysis/Statistics by Geographical Perspectives.<sup class="reference" id="cite_ref-92"><a href="#cite_note-92">[92]</a></sup></li></ul> <h3><span class="mw-headline" id="Student_body">Student body</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=12" title="Edit section: Student body"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <table class="wikitable floatright sortable collapsible"> <caption style="font-size:90%">Student body composition as of Fall 2022<sup class="reference" id="cite_ref-93"><a href="#cite_note-93">[93]</a></sup> </caption> <tbody><tr> <th>Race and ethnicity </th> <th colspan="2" data-sort-type="number">Total </th></tr> <tr> <td><a href="/wiki/Asian_Americans" title="Asian Americans">Asian</a> </td> <td align="right">32% </td> <td align="left"><span style="display:none;">32</span><div style="width:64px;height:2ex;background:#aaa;background:purple"> </div> </td></tr> <tr> <td><a href="/wiki/Non-Hispanic_whites" title="Non-Hispanic whites">White</a> </td> <td align="right">22% </td> <td align="left"><span style="display:none;">22</span><div style="width:44px;height:2ex;background:#aaa;background:gray"> </div> </td></tr> <tr> <td><a href="/wiki/Hispanic_and_Latino_Americans" title="Hispanic and Latino Americans">Hispanic</a> </td> <td align="right">13% </td> <td align="left"><span style="display:none;">13</span><div style="width:26px;height:2ex;background:#aaa;background:green"> </div> </td></tr> <tr> <td><a href="/wiki/African_Americans" title="African Americans">Black</a> </td> <td align="right">5% </td> <td align="left"><span style="display:none;">5</span><div style="width:10px;height:2ex;background:#aaa;background:mediumblue"> </div> </td></tr> <tr> <td><a href="/wiki/Foreign_national" title="Foreign national">Foreign national</a> </td> <td align="right">22% </td> <td align="left"><span style="display:none;">22</span><div style="width:44px;height:2ex;background:#aaa;background:orange"> </div> </td></tr> <tr> <td>Other<sup class="reference" id="cite_ref-94"><a href="#cite_note-94">[a]</a></sup> </td> <td align="right">6% </td> <td align="left"><span style="display:none;">6</span><div style="width:12px;height:2ex;background:#aaa;background:brown"> </div> </td></tr> <tr> <th>Sex (self-identified) </th> <th colspan="2" data-sort-type="number">Total </th></tr> <tr> <td>Male </td> <td align="right">57% </td> <td align="left"><span style="display:none;">57</span><div style="width:114px;height:2ex;background:#aaa;background:blue"> </div> </td></tr> <tr> <td>Female </td> <td align="right">43% </td> <td align="left"><span style="display:none;">43</span><div style="width:86px;height:2ex;background:#aaa;background:red"> </div> </td></tr> </tbody></table> <p>The top majors among undergraduates are biology, computer science, arts and technology, accounting, business administration, mechanical engineering, finance, neuroscience, psychology, and electrical engineering.<sup class="reference" id="cite_ref-95"><a href="#cite_note-95">[94]</a></sup> </p><p>In the fall 2022–23 academic year, UTD enrolled 227 <a class="mw-redirect" href="/wiki/National_Merit_Scholars" title="National Merit Scholars">National Merit Scholars</a> in its freshmen class of 4,220, which was the highest total number in Texas and one of the highest in the nation.<sup class="reference" id="cite_ref-96"><a href="#cite_note-96">[95]</a></sup> The fall 2017 entering freshmen class had an average SAT composite score of 1323 and an average ACT composite score of 29. These freshman SAT/ACT scores are the highest averages in UTD's history – which surpassed <a href="/wiki/Texas_A%26M_University" title="Texas A&M University">Texas A&M</a>'s and matched <a href="/wiki/University_of_Texas_at_Austin" title="University of Texas at Austin">UT Austin</a>'s averages of that year.<sup class="reference" id="cite_ref-:9_97-0"><a href="#cite_note-:9-97">[96]</a></sup> For spring 2022 commencement, the university granted 4,881 bachelor's degrees, 2,333 master's degrees and 262 doctoral degrees for a total of 7,476 degrees.<sup class="reference" id="cite_ref-UT_Dallas_State_Of_The_Union_2022_-_Review_of_Quantitative_Targets_at_0:09_98-0"><a href="#cite_note-UT_Dallas_State_Of_The_Union_2022_-_Review_of_Quantitative_Targets_at_0:09-98">[97]</a></sup> </p> <h3><span class="mw-headline" id="Scholarship_programs">Scholarship programs</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=13" title="Edit section: Scholarship programs"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>All freshmen admitted to the university are automatically considered for an Academic Excellence Scholarship (AES) Award. For the fall 2017 incoming freshmen class, the awards range from $3,000 per year for tuition and mandatory fees up to complete coverage of UT Dallas tuition and mandatory fees plus $3,000 per semester cash stipend to defray the costs of books, supplies and other expenses.<sup class="reference" id="cite_ref-99"><a href="#cite_note-99">[98]</a></sup> </p><p>The McDermott Scholars Program, established at UT Dallas in 2000, provides full scholarships and unique cultural and civic opportunities to academically talented high school students.<sup class="reference" id="cite_ref-Eugene_McDermott_Scholars_Program_100-0"><a href="#cite_note-Eugene_McDermott_Scholars_Program-100">[99]</a></sup> </p><p>The National Merit Scholars Program, established at UT Dallas in 2011, provides admission to the Collegium V Honors college, full tuition and mandatory fees, and an additional stipend.<sup class="reference" id="cite_ref-UT_Dallas_National_Merit_Scholars_Program_101-0"><a href="#cite_note-UT_Dallas_National_Merit_Scholars_Program-101">[100]</a></sup> </p><p>In 2006, UT Dallas became one of 13 universities in Texas affiliated with the Terry Foundation Scholarship. The Terry Scholars Program is a cohort experience that offers academic, cultural, service, mentoring, and other unique opportunities to traditional and transfer students awarded the prestigious scholarship.<sup class="reference" id="cite_ref-TerryScholars_102-0"><a href="#cite_note-TerryScholars-102">[101]</a></sup> </p> <h3><span class="mw-headline" id="Research">Research</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=14" title="Edit section: Research"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>UT Dallas is <a href="/wiki/Carnegie_Classification_of_Institutions_of_Higher_Education" title="Carnegie Classification of Institutions of Higher Education">classified</a> among "R1: Doctoral Universities – Very high research activity" and had research expenditures of $140 million for the 2022 fiscal year, $60 million of which came from federal fundings.<sup class="reference" id="cite_ref-103"><a href="#cite_note-103">[102]</a></sup><sup class="reference" id="cite_ref-104"><a href="#cite_note-104">[103]</a></sup> Research projects include the areas of space science, bioengineering, cybersecurity, nanotechnology, and behavioral and brain sciences. The university has more than 50 research centers and institutes and the UTD Office of Technology Commercialization, a technology transfer center.<sup class="reference" id="cite_ref-105"><a href="#cite_note-105">[104]</a></sup><sup class="reference" id="cite_ref-Research_Centers_and_Institutes_106-0"><a href="#cite_note-Research_Centers_and_Institutes-106">[105]</a></sup><sup class="reference" id="cite_ref-UT_Dallas_State_Of_The_Union_2021_-_Review_of_Quantitative_Targets_at_0:09_107-0"><a href="#cite_note-UT_Dallas_State_Of_The_Union_2021_-_Review_of_Quantitative_Targets_at_0:09-107">[106]</a></sup> </p> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:221588main_CNOFSmodel_HI.jpg"><img class="mw-file-element" data-file-height="1691" data-file-width="2081" decoding="async" height="179" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/78/221588main_CNOFSmodel_HI.jpg/220px-221588main_CNOFSmodel_HI.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/78/221588main_CNOFSmodel_HI.jpg/330px-221588main_CNOFSmodel_HI.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/78/221588main_CNOFSmodel_HI.jpg/440px-221588main_CNOFSmodel_HI.jpg 2x" width="220"/></a><figcaption>Scale model of the <a href="/wiki/C/NOFS" title="C/NOFS">C/NOFS</a> probe. NASA's CINDI instrument is installed on C/NOFS.</figcaption></figure> <p>The William B. Hanson Center for Space Studies (CSS), affiliated with the Department of Physics, conducts research in space <a class="mw-redirect" href="/wiki/Plasma_physics" title="Plasma physics">plasma physics</a>. It has its roots in the Earth and Planetary Sciences Laboratory of the university's predecessor. The center conducts a NASA-sponsored mission, <a href="/wiki/CINDI" title="CINDI">Coupled Ion-Neutral Dynamics Investigation (CINDI)</a>, which was launched in April 2008 in cooperation with the United States Air Force.<sup class="reference" id="cite_ref-108"><a href="#cite_note-108">[107]</a></sup> CINDI, which is part of the payload for the <a href="/wiki/C/NOFS" title="C/NOFS">Communication and Navigation Outage Forecast System</a> program, seeks to uncover information about the <a href="/wiki/Equatorial_plasma_bubble" title="Equatorial plasma bubble">equatorial plasma bubbles</a> that interrupt radio signals.<sup class="reference" id="cite_ref-109"><a href="#cite_note-109">[108]</a></sup><sup class="reference" id="cite_ref-110"><a href="#cite_note-110">[109]</a></sup> Under the leadership of <a href="/wiki/John_H._Hoffman" title="John H. Hoffman">John H. Hoffman</a>, the center designed the <a class="mw-redirect" href="/wiki/Mass_spectrometer" title="Mass spectrometer">mass spectrometer</a> for the <a class="mw-redirect" href="/wiki/Phoenix_Mars_Lander" title="Phoenix Mars Lander">Phoenix Mars Lander</a> as part of the <a href="/wiki/Thermal_and_Evolved_Gas_Analyzer" title="Thermal and Evolved Gas Analyzer">Thermal and Evolved Gas Analyzer</a> (TEGA) experiment in cooperation with the <a href="/wiki/University_of_Arizona" title="University of Arizona">University of Arizona</a>.<sup class="reference" id="cite_ref-marsexp_111-0"><a href="#cite_note-marsexp-111">[110]</a></sup> </p><p>UT Dallas conducts cybersecurity research in a number of areas including cross-domain information sharing, data security and privacy, data mining for malware detection, geospatial information security, secure social networks, and secure cloud computing.<sup class="reference" id="cite_ref-112"><a href="#cite_note-112">[111]</a></sup> The university is designated a National Center of Academic Excellence in Information Assurance Research for the academic years 2008–2013 by the <a href="/wiki/National_Security_Agency" title="National Security Agency">National Security Agency</a> and <a class="mw-redirect" href="/wiki/Department_of_Homeland_Security" title="Department of Homeland Security">Department of Homeland Security</a>.<sup class="reference" id="cite_ref-113"><a href="#cite_note-113">[112]</a></sup> </p><p> The <a class="mw-redirect" href="/wiki/Alan_G._MacDiarmid" title="Alan G. MacDiarmid">Alan G. MacDiarmid</a> NanoTech Institute was established in 2001 when Bay Baughman, a pioneering nanotechnologist, became the Robert A. Welch Distinguished Chair in Chemistry and director of the university's NanoTech Institute. In 2007, it was renamed in memory of the late <a href="/wiki/Alan_MacDiarmid" title="Alan MacDiarmid">Alan G. MacDiarmid</a>, who shared the 2000 Nobel Prize in chemistry with <a class="mw-redirect" href="/wiki/Alan_Heeger" title="Alan Heeger">Alan Heeger</a> and <a href="/wiki/Hideki_Shirakawa" title="Hideki Shirakawa">Hideki Shirakawa</a>. The NanoTech Institute has produced more than 200 refereed journal articles, 13 of which have been published in <i><a href="/wiki/Science_(journal)" title="Science (journal)">Science</a></i> or <i><a href="/wiki/Nature_(journal)" title="Nature (journal)">Nature</a></i>, and given over 300 lectures in the United States and abroad.<sup class="reference" id="cite_ref-Alan_G._MacDiarmid_NanoTech_Institute_Publications_114-0"><a href="#cite_note-Alan_G._MacDiarmid_NanoTech_Institute_Publications-114">[113]</a></sup> Ray Baughman was ranked number 30 on the March 2, 2011, Thomson Reuters list of the top 100 materials scientists.<sup class="reference" id="cite_ref-115"><a href="#cite_note-115">[114]</a></sup><sup class="reference" id="cite_ref-116"><a href="#cite_note-116">[115]</a></sup> </p><figure class="mw-default-size mw-halign-left" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:Natural_Science_Engineering_and_Research_Lab_building_(University_of_Texas_at_Dallas).jpg"><img class="mw-file-element" data-file-height="2300" data-file-width="4000" decoding="async" height="127" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/48/Natural_Science_Engineering_and_Research_Lab_building_%28University_of_Texas_at_Dallas%29.jpg/220px-Natural_Science_Engineering_and_Research_Lab_building_%28University_of_Texas_at_Dallas%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/48/Natural_Science_Engineering_and_Research_Lab_building_%28University_of_Texas_at_Dallas%29.jpg/330px-Natural_Science_Engineering_and_Research_Lab_building_%28University_of_Texas_at_Dallas%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/48/Natural_Science_Engineering_and_Research_Lab_building_%28University_of_Texas_at_Dallas%29.jpg/440px-Natural_Science_Engineering_and_Research_Lab_building_%28University_of_Texas_at_Dallas%29.jpg 2x" width="220"/></a><figcaption>Natural Science and Engineering Research Laboratory</figcaption></figure> <p>The Natural Science and Engineering Research Laboratory (NSERL), a four-story, 192,000-square-foot (17,800 m<sup>2</sup>) research facility, was completed in December 2006 after two years of construction. Including <a class="mw-redirect" href="/wiki/ISO_14644-1" title="ISO 14644-1">ISO</a> <a class="mw-redirect" href="/wiki/Class_1000_(standard)" title="Class 1000 (standard)">7</a> <a href="/wiki/Cleanroom" title="Cleanroom">cleanroom</a> facilities, the $85 million building provides open floor plans that allows chemists, biologists, nanotechnologists, materials scientists and other specialists to conduct multidisciplinary research. The laboratory provides extensive wet lab, fabrication, instrumentation, and high performance computing facilities to foster biomedical engineering and nano-technology research. The <a href="/wiki/Nanoelectronics" title="Nanoelectronics">Nanoelectronics</a> Materials Laboratory, on the fourth floor, includes a system that allows researchers to deposit thin film materials one atomic layer at a time. In May 2011 a $3 million JEOL ARM200F scanning transmission electron microscope with an atomic resolution of 0.78 <a class="mw-redirect" href="/wiki/Picometers" title="Picometers">picometers</a>, was added to the research laboratory, already home to two transmission electron microscopes.<sup class="reference" id="cite_ref-Texas_Icon_H._Ross_Perot_highlights_Dedication_of_UTD's_Natural_Science_&_Engineering_Research_Laboratory_117-0"><a href="#cite_note-Texas_Icon_H._Ross_Perot_highlights_Dedication_of_UTD's_Natural_Science_&_Engineering_Research_Laboratory-117">[116]</a></sup><sup class="reference" id="cite_ref-118"><a href="#cite_note-118">[117]</a></sup><sup class="reference" id="cite_ref-119"><a href="#cite_note-119">[118]</a></sup> </p> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:Outside_of_bh_wiki.jpg"><img class="mw-file-element" data-file-height="2400" data-file-width="3600" decoding="async" height="147" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Outside_of_bh_wiki.jpg/220px-Outside_of_bh_wiki.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Outside_of_bh_wiki.jpg/330px-Outside_of_bh_wiki.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a1/Outside_of_bh_wiki.jpg/440px-Outside_of_bh_wiki.jpg 2x" width="220"/></a><figcaption>Center for BrainHealth</figcaption></figure> <p>The <a href="/wiki/Center_for_BrainHealth" title="Center for BrainHealth">Center for BrainHealth</a>, both its own facility and part of the School of Behavioral and Brain Sciences, is a research institute with clinical interventions focused on brain health. The center is located near the UT Dallas' Callier Center for Communication Disorders and adjacent to the north campus of <a href="/wiki/University_of_Texas_Southwestern_Medical_Center" title="University of Texas Southwestern Medical Center">University of Texas Southwestern Medical Center</a> in the city of Dallas. Brain research is concentrated on brain conditions, diseases, and disorders including, Attention Deficit Hyperactivity Disorder, autism, dementia, stroke, traumatic brain injury, and working memory.<sup class="reference" id="cite_ref-brainhealth.utdallas_120-0"><a href="#cite_note-brainhealth.utdallas-120">[119]</a></sup> </p><p>The Callier Center for Communication Disorders became part of the University of Texas at Dallas in 1975 as part of the School of Human Development (now the School of Behavioral and Brain Sciences). Research, at the center, includes the causes, prevention, assessment and treatment of communication disorders and the facilities include laboratories for research in child language development and disorders, autism spectrum disorders, speech production, hearing disorders, neurogenic speech and language, cochlear implants and aural habilitation.<sup class="reference" id="cite_ref-121"><a href="#cite_note-121">[120]</a></sup> </p><p>Additional ongoing research initiatives at UT Dallas include researchers overseeing the long-running British Election Study (BES). Harold Clarke, the Ashbel Smith professor of political science in the School of Economic, Political and Policy Sciences, and Marianne Stewart, professor of political science are the co-principal investigators for the study, which began in 1964 and is one of the world's oldest continuous political research projects. The other two co-investigators are David Sanders and Paul Whiteley of the <a href="/wiki/University_of_Essex" title="University of Essex">University of Essex</a> in England.<sup class="reference" id="cite_ref-122"><a href="#cite_note-122">[121]</a></sup> </p> <h2><span class="mw-headline" id="Campus">Campus</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=15" title="Edit section: Campus"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <h3><span class="mw-headline" id="Main_campus">Main campus</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=16" title="Edit section: Main campus"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UTD_Visitor_Center.jpg"><img class="mw-file-element" data-file-height="1464" data-file-width="2630" decoding="async" height="122" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/de/UTD_Visitor_Center.jpg/220px-UTD_Visitor_Center.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/de/UTD_Visitor_Center.jpg/330px-UTD_Visitor_Center.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/de/UTD_Visitor_Center.jpg/440px-UTD_Visitor_Center.jpg 2x" width="220"/></a><figcaption>UTD Visitor Center</figcaption></figure> <p>The main campus is mostly located in <a href="/wiki/Richardson,_Texas" title="Richardson, Texas">Richardson, Texas</a>, with a small section to the west in <a href="/wiki/Dallas" title="Dallas">Dallas</a>.<sup class="reference" id="cite_ref-123"><a href="#cite_note-123">[122]</a></sup> </p><p>It is next to Dallas's <a href="/wiki/Telecom_Corridor" title="Telecom Corridor">Telecom Corridor</a>, 18 miles (29 km) north of downtown Dallas, on the boundary of <a href="/wiki/Dallas_County,_Texas" title="Dallas County, Texas">Dallas</a> and <a href="/wiki/Collin_County,_Texas" title="Collin County, Texas">Collin</a> counties. UT Dallas owns land in Richardson, Texas consisting of approximately 465 acres (1.88 km<sup>2</sup>) for campus development and another 265 acres (1.07 km<sup>2</sup>) adjacent to the campus.<sup class="reference" id="cite_ref-Facilities_Management_7-1"><a href="#cite_note-Facilities_Management-7">[7]</a></sup> <i>The Princeton Review's Guide to 332 Green Colleges: 2014 Edition</i> recognized UTD for their green campus efforts.<sup class="reference" id="cite_ref-124"><a href="#cite_note-124">[123]</a></sup> </p><p>While the main campus' address is officially within the jurisdiction of Richardson and Collin county, approximately one-third of the college today (one-half in 1969) is physically located within the border of Dallas county (which the city of Dallas typically governs). This section contains major areas in the south end of campus, including the Visitor Center, Bookstore, the Naveen Jindal School of Management, Athletics District and facilities, half of the Founders Building, parking lots, and some on-campus student housing (Canyon Creek and University Village buildings 1, 2, and 3).<sup class="reference" id="cite_ref-125"><a href="#cite_note-125">[124]</a></sup><sup class="reference" id="cite_ref-126"><a href="#cite_note-126">[125]</a></sup> When UT Dallas started growing in the 1960s, the university needed to coordinate with one of the cities for water, electricity, sewer, police, and fire services. Dallas agreed to let Richardson officially host the university because it did not have the ability or capacity to support UTD at the time (a situation similar to <a href="/wiki/Southern_Methodist_University" title="Southern Methodist University">SMU</a> and <a href="/wiki/University_Park,_Texas" title="University Park, Texas">University Park</a>).<sup class="reference" id="cite_ref-127"><a href="#cite_note-127">[126]</a></sup> Today, UT Dallas and Richardson share a close relationship and have strongly supported each other's growth for the past 50 years.<sup class="reference" id="cite_ref-128"><a href="#cite_note-128">[127]</a></sup> </p> <h3><span class="mw-headline" id="Other_locations">Other locations</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=17" title="Edit section: Other locations"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <ul><li>Waterview Science & Technology Center and the Research and Operations Center, a leased building, is adjacent to the main campus and officially within Dallas city limits.<sup class="reference" id="cite_ref-129"><a href="#cite_note-129">[128]</a></sup></li> <li>Callier Center, consisting of 8 buildings, and the <a href="/wiki/Center_for_BrainHealth" title="Center for BrainHealth">Center for BrainHealth</a>, a single building, is adjacent to the <a href="/wiki/University_of_Texas_Southwestern_Medical_Center" title="University of Texas Southwestern Medical Center">University of Texas Southwestern Medical Center</a> in the city of Dallas.<sup class="reference" id="cite_ref-130"><a href="#cite_note-130">[129]</a></sup></li> <li>Artist residency <a class="mw-redirect" href="/wiki/CentralTrak" title="CentralTrak">CentralTrak</a> was located east of downtown Dallas one block away from <a href="/wiki/Fair_Park" title="Fair Park">Fair Park</a>.<sup class="reference" id="cite_ref-131"><a href="#cite_note-131">[130]</a></sup> It closed in 2017 due to a lease cancellation.<sup class="reference" id="cite_ref-132"><a href="#cite_note-132">[131]</a></sup></li> <li>The Crow Museum of Art, acquired by UT Dallas in January 2019, is located in the <a href="/wiki/Arts_District,_Dallas" title="Arts District, Dallas">Arts District</a> in Dallas.<sup class="reference" id="cite_ref-133"><a href="#cite_note-133">[132]</a></sup></li> <li>The Venture Development Center and Center for Emergent Novel Technology at the Innovation Quarter (CENT-IQ) will be located at the headquarters of the Innovation Quarter as part of a partnership between the City of Richardson and the University of Texas at Dallas to encourage innovation and entrepreneurship. A ribbon-cutting ceremony on September 19, 2022, to officially launch CENT-IQ that will be home to five multi-disciplinary research centers.<sup class="reference" id="cite_ref-134"><a href="#cite_note-134">[133]</a></sup><sup class="reference" id="cite_ref-135"><a href="#cite_note-135">[134]</a></sup></li></ul> <h3><span class="mw-headline" id="Architecture">Architecture</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=18" title="Edit section: Architecture"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UT_Dallas_Student_Service_Building.JPG"><img class="mw-file-element" data-file-height="1800" data-file-width="3200" decoding="async" height="124" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/UT_Dallas_Student_Service_Building.JPG/220px-UT_Dallas_Student_Service_Building.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/UT_Dallas_Student_Service_Building.JPG/330px-UT_Dallas_Student_Service_Building.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0b/UT_Dallas_Student_Service_Building.JPG/440px-UT_Dallas_Student_Service_Building.JPG 2x" width="220"/></a><figcaption>Student Services building</figcaption></figure> <p>The first campus development plan (1971) called for <a href="/wiki/Brutalist_architecture" title="Brutalist architecture">brutalist</a>-style concrete architecture, a <a href="/wiki/Monorail" title="Monorail">monorail</a>, and skywalks.<sup class="reference" id="cite_ref-:12_16-4"><a href="#cite_note-:12-16">[16]</a></sup> While not everything was implemented, some of the original elements outlined do remain today. The overall modern look and feel of the campus was inspired by the founders' vision of a "college of the future" – intentionally straying far from the traditional "red-brick" styles of older universities. </p><p>Early architecture on the campus (late 20th century) exhibits typical characteristics of <a class="mw-redirect" href="/wiki/Brutalism" title="Brutalism">Brutalism</a>, a popular civic style when the structures were designed and built. In accordance with this style, many of the early buildings are pale, off-white, precast concrete with repetitive structures. Most of these buildings are concentrated towards the north end of the Mall area, the most notable being the Founders Building, Eugene McDermott Library, and Administration Building. </p><p>Later architecture (early 21st century) exhibits late modern or <a href="/wiki/Postmodern_architecture" title="Postmodern architecture">postmodern</a> features such as bronze glass, bronze aluminum frames, unadorned geometric shapes, unusual surfaces, and unorthodox layouts. This styling is seen in the Engineering and Computer Science West building, School of Management, Cecil and Ida Green Center, and Natural Science and Engineering Research Lab facility (called the Mermaid Building due to its colorful anodized shingles). To provide protection from inclement weather and extreme temperatures, many of the buildings on campus are connected by a series of elevated indoor walking paths also referred to as <a href="/wiki/Skyway" title="Skyway">skybridges</a>.<sup class="reference" id="cite_ref-136"><a href="#cite_note-136">[135]</a></sup> </p><p>The Student Services building, completed in 2010, is the first academic structure in Texas to be rated a <a class="mw-redirect" href="/wiki/Leadership_in_Energy_and_Environmental_Design" title="Leadership in Energy and Environmental Design">LEED</a> Platinum facility by the <a href="/wiki/U.S._Green_Building_Council" title="U.S. Green Building Council">United States Green Building Council</a>.<sup class="reference" id="cite_ref-137"><a href="#cite_note-137">[136]</a></sup> </p> <h3><span class="mw-headline" id="Landscape">Landscape</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=19" title="Edit section: Landscape"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <figure class="mw-default-size mw-halign-left" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UTD_mall.JPG"><img class="mw-file-element" data-file-height="3000" data-file-width="4000" decoding="async" height="165" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c8/UTD_mall.JPG/220px-UTD_mall.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c8/UTD_mall.JPG/330px-UTD_mall.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c8/UTD_mall.JPG/440px-UTD_mall.JPG 2x" width="220"/></a><figcaption>The Plinth, located between the McDermott Library (left) and the Student Union (right)</figcaption></figure> <p>A $30 million Campus Landscape Enhancement Project, largely funded by Margaret McDermott (wife of UTD founder Eugene McDermott), was started in October 2008 and completed in late 2010. The project encompassed all aspects of landscape architecture from campus identity to pedestrian strategies, future growth patterns, sustainability and establishing a campus core. The first enhancement included the reforestation of the main entry drive with more than 5,000 native trees. Each tree was hand-picked and individually arranged by the landscape architect after study of native stands in Texas. </p><p>The next major enhancement a included the commitment to a <a href="/wiki/Riparian_zone" title="Riparian zone">riparian</a> corridor, consisting of a densely planted natural creek bed along the central entry median to the campus <a href="/wiki/Avenue_(landscape)" title="Avenue (landscape)">Allée</a>. The main Mall (or 'Allée') includes 116 hand-picked columnar 'Claudia Wannamaker' Magnolias alongside five reflecting pools and four human-scale chess boards (to represent the achievements of the school's chess team). At the northern terminus of the Mall (between the McDermott Library and the Student Union) is a pavilion-sized plaza, referred to by many students as "The Plinth". The plaza includes a granite fountain complete with mist column, an overhead trellis covered in <a href="/wiki/Wisteria" title="Wisteria">wisteria</a> vines, and a temperature-modifying shade structure design.<sup class="reference" id="cite_ref-138"><a href="#cite_note-138">[137]</a></sup><sup class="reference" id="cite_ref-139"><a href="#cite_note-139">[138]</a></sup><sup class="reference" id="cite_ref-140"><a href="#cite_note-140">[139]</a></sup> </p><p>The most recent Phase of the Campus Landscape Enhancement Project was completed in time for the Fall 2021 semester. This phase included converting a section of Rutford Ave from North Loop Road to Franklyn Jenifer Drive into a 24-foot wide pedestrian-only promenade. Six brick signs matching that of the main entrance was also installed at major intersections and campus entrances. A bridge was also installed over Cottonwood Creek between Callier Center Richardson and the Bioengineering and Sciences Building which was finished in September 2021.<sup class="reference" id="cite_ref-141"><a href="#cite_note-141">[140]</a></sup> A total of 1,200 trees were planted and enhancements were made to the Rock Garden behind the Founder Building. </p> <h3><span class="mw-headline" id="Construction_and_development">Construction and development</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=20" title="Edit section: Construction and development"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <h4><span class="mw-headline" id="Current_projects">Current projects</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=21" title="Edit section: Current projects"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h4> <ul><li>On-campus <a href="/wiki/Dallas_Area_Rapid_Transit" title="Dallas Area Rapid Transit">DART</a> train stop on the <a href="/wiki/Silver_Line_(Dallas_Area_Rapid_Transit)" title="Silver Line (Dallas Area Rapid Transit)">Silver Line</a> <a href="/wiki/Commuter_rail" title="Commuter rail">commuter rail</a> in Northside area. Construction is planned to start in 2019 for completion in 2023.<sup class="reference" id="cite_ref-142"><a href="#cite_note-142">[141]</a></sup><sup class="reference" id="cite_ref-143"><a href="#cite_note-143">[142]</a></sup><sup class="reference" id="cite_ref-144"><a href="#cite_note-144">[143]</a></sup> It is a part of the North Campus Transit Oriented Development Plan.</li> <li>The <a class="external text" href="https://www.utdallas.edu/facilities/download/OFPC_Managed_Project_302-1254_APC_20191120.pdf" rel="nofollow">arts and performance complex</a> is planned to house the Edith O'Donnell Institute of Art History, significant art library collections—including the Barrett Swiss art collection and the Crow Family's Asian art collection.<sup class="reference" id="cite_ref-145"><a href="#cite_note-145">[144]</a></sup>—and current and future gifts to the university.</li> <li>UTD's latest Master Plan (2019) announced the development of a new Athletics District to the south of campus.<sup class="reference" id="cite_ref-146"><a href="#cite_note-146">[145]</a></sup></li> <li>The Master Plan outlines general plans to demolish some older buildings and surface parking lots. There are plans to build new parking garages, academic buildings (classrooms and research labs), student life development (housing/activities/dining), an academic quad, service buildings, a multi-purpose arena, an events center, and a recreation field.<sup class="reference" id="cite_ref-147"><a href="#cite_note-147">[146]</a></sup></li></ul> <h4><span class="mw-headline" id="Completed_projects">Completed projects</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=22" title="Edit section: Completed projects"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h4> <p>The first building on campus was the Laboratory of Earth & Planetary Science (completed in 1964), later renamed to the Founders Building.<sup class="reference" id="cite_ref-auto1_148-0"><a href="#cite_note-auto1-148">[147]</a></sup> Notable campus buildings added in the 20th century include the Eugene McDermott Library (1975),<sup class="reference" id="cite_ref-auto1_148-1"><a href="#cite_note-auto1-148">[147]</a></sup> Student Union (1981), Administration Building (1988), Waterview Apartments (1989), and the Activity Center (1998).<sup class="reference" id="cite_ref-149"><a href="#cite_note-149">[148]</a></sup> </p><p>Campus development in early 21st century included the additions of the School of Management (2003) and the Natural Science & Engineering Research Lab "Mermaid Building" (2007).<sup class="reference" id="cite_ref-150"><a href="#cite_note-150">[149]</a></sup><sup class="reference" id="cite_ref-151"><a href="#cite_note-151">[150]</a></sup> Starting in 2009, UT Dallas began experiencing major growth due to a rapidly increasing undergraduate population, new research opportunities, and donations. This spurred a series of campus developments that continues to present day. As a result, most of the signature landmarks on main campus are (at most) just a decade old. Below is a timeline of the largest recent additions to UTD's main campus in Richardson, TX. </p><p><b>2009</b> </p> <ul><li>The first dorm-style units & 2nd on-campus student housing development, Residence Hall South.<sup class="reference" id="cite_ref-:4_152-0"><a href="#cite_note-:4-152">[151]</a></sup></li> <li>Dining Hall (now the Student Union Food Court).<sup class="reference" id="cite_ref-:4_152-1"><a href="#cite_note-:4-152">[151]</a></sup></li> <li>University Parkway and Entrance, featuring a long road lined with 6,000+ native trees & shrubs along with a large <a href="/wiki/Roundabout" title="Roundabout">roundabout</a> intersection. It is the main entrance to UT Dallas, leading traffic and pedestrians to the south end of campus.<sup class="reference" id="cite_ref-:4_152-2"><a href="#cite_note-:4-152">[151]</a></sup></li></ul> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UD_Dallas_mail_mall.JPG"><img class="mw-file-element" data-file-height="3000" data-file-width="4000" decoding="async" height="165" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e8/UD_Dallas_mail_mall.JPG/220px-UD_Dallas_mail_mall.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e8/UD_Dallas_mail_mall.JPG/330px-UD_Dallas_mail_mall.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e8/UD_Dallas_mail_mall.JPG/440px-UD_Dallas_mail_mall.JPG 2x" width="220"/></a><figcaption>UT Dallas mall magnolia trees and reflecting pools</figcaption></figure> <p><b>2010</b> </p> <ul><li>Enhancements to the central and south Mall area, a transformation that marked the first major efforts of beautifying the main campus. It was largely funded by donations from Margaret McDermott, the wife of one of UT Dallas' founders, <a href="/wiki/Eugene_McDermott" title="Eugene McDermott">Eugene McDermott</a>.<sup class="reference" id="cite_ref-:4_152-3"><a href="#cite_note-:4-152">[151]</a></sup> The construction added the four reflecting pools and surrounding magnolia trees in the south mall area. It also added the trellis and plinth to the center of the mall, which features a shady outdoor sitting area and a mist fountain.</li> <li>Student Services Building added 74,343 sq.ft. of student support offices/programs. This includes financial aid, the bursar's office, registrar and enrollment center, health and counseling services, career center, resident and housing operations, international student services, women's center, gender center (<a class="mw-redirect" href="/wiki/LGBTQ%2B" title="LGBTQ+">LGBTQ+</a>), and more. The facade makes the building appear to float when viewed from various vantage points.<sup class="reference" id="cite_ref-:4_152-4"><a href="#cite_note-:4-152">[151]</a></sup><sup class="reference" id="cite_ref-153"><a href="#cite_note-153">[152]</a></sup></li> <li>Science Learning Center (SLC), featuring 76,000 sq.ft. of space for lecture halls, recitation rooms, and instructional labs.<sup class="reference" id="cite_ref-:4_152-5"><a href="#cite_note-:4-152">[151]</a></sup> The exterior of the building is inspired by two patterns: atomic emission spectra of gases, and human DNA when it is separated in a process called <a href="/wiki/Gel_electrophoresis" title="Gel electrophoresis">gel electrophoresis</a>.<sup class="reference" id="cite_ref-154"><a href="#cite_note-154">[153]</a></sup></li> <li>Renovation and expansion of the Founders Building, which added an atrium lobby, computer labs, classrooms, and offices.<sup class="reference" id="cite_ref-:4_152-6"><a href="#cite_note-:4-152">[151]</a></sup></li></ul> <p><b>2011</b> </p> <ul><li>The Visitor Center & University Bookstore, which also houses the tech store, copy center, and is attached to the rec center.<sup class="reference" id="cite_ref-:4_152-7"><a href="#cite_note-:4-152">[151]</a></sup><sup class="reference" id="cite_ref-155"><a href="#cite_note-155">[154]</a></sup> It replaced the original campus bookstore that was constructed in 1978.</li> <li>The third on-campus student housing development, Residence Hall North.<sup class="reference" id="cite_ref-156"><a href="#cite_note-156">[155]</a></sup><sup class="reference" id="cite_ref-:4_152-8"><a href="#cite_note-:4-152">[151]</a></sup></li></ul> <p><b>2012</b> </p> <ul><li>The fourth on-campus student housing development, Residence Hall Northwest.<sup class="reference" id="cite_ref-University_Unveils_Plans_for_3rd_Residence_Hall_157-0"><a href="#cite_note-University_Unveils_Plans_for_3rd_Residence_Hall-157">[156]</a></sup><sup class="reference" id="cite_ref-:4_152-9"><a href="#cite_note-:4-152">[151]</a></sup></li> <li>Soccer Fields, for UTD's varsity DIII soccer teams.<sup class="reference" id="cite_ref-:4_152-10"><a href="#cite_note-:4-152">[151]</a></sup></li></ul> <p><b>2013</b> </p> <ul><li>The Edith O’Donnell Arts & Technology Building is home to the School of Arts, Technology, and Emerging Communication. The 155,000-square-foot building was designed by STUDIOS Architecture – the same firm that designed Google’s headquarters in Mountain View, Calif. The footprint of the building is designed around cluster concepts allowing thinkers to gather and work. ATEC classrooms, research labs, and makerspace studios support new ways of collaboration for a community immersed in innovative practices.</li> <li>The 5th on-campus student housing development, Residence Hall Southwest.<sup class="reference" id="cite_ref-University_Unveils_Plans_for_3rd_Residence_Hall_157-1"><a href="#cite_note-University_Unveils_Plans_for_3rd_Residence_Hall-157">[156]</a></sup><sup class="reference" id="cite_ref-:4_152-11"><a href="#cite_note-:4-152">[151]</a></sup><sup class="reference" id="cite_ref-The_University_of_Texas_at_Dallas_158-0"><a href="#cite_note-The_University_of_Texas_at_Dallas-158">[157]</a></sup></li> <li>The first general on-campus parking garage, Parking Structure 1.<sup class="reference" id="cite_ref-:4_152-12"><a href="#cite_note-:4-152">[151]</a></sup></li> <li>Tennis Courts, for UTD's DIII varsity tennis teams.<sup class="reference" id="cite_ref-:4_152-13"><a href="#cite_note-:4-152">[151]</a></sup></li></ul> <p><b>2014</b> </p> <ul><li>A 100,000 square feet (9,300 m<sup>2</sup>) expansion to the Naveen Jindal School of Management building.<sup class="reference" id="cite_ref-159"><a href="#cite_note-159">[158]</a></sup><sup class="reference" id="cite_ref-160"><a href="#cite_note-160">[159]</a></sup></li> <li>The sixth on-campus student housing development, Residence Hall West. It includes a dining hall, recreation center, and a resident parking garage.<sup class="reference" id="cite_ref-University_Unveils_Plans_for_3rd_Residence_Hall_157-2"><a href="#cite_note-University_Unveils_Plans_for_3rd_Residence_Hall-157">[156]</a></sup><sup class="reference" id="cite_ref-The_University_of_Texas_at_Dallas_158-1"><a href="#cite_note-The_University_of_Texas_at_Dallas-158">[157]</a></sup></li> <li>Parking Structure 2, the second general on-campus parking garage. It also houses retail space.<sup class="reference" id="cite_ref-:4_152-14"><a href="#cite_note-:4-152">[151]</a></sup></li></ul> <p><b>2015</b> </p> <ul><li>Beautification enhancement for the north Mall area.<sup class="reference" id="cite_ref-:2_161-0"><a href="#cite_note-:2-161">[160]</a></sup></li></ul> <p><b>2016</b> </p> <ul><li>The seventh on-campus student housing development, Northside Phase 1. It is the first urban mixed-use development apartment complex at UTD that includes first floor retail space, designed to serve both students and future DART light rail commuters.<sup class="reference" id="cite_ref-:2_161-1"><a href="#cite_note-:2-161">[160]</a></sup></li> <li>The Bioengineering and Sciences Building. The $108 million, 220,000-square-foot (20,000 m<sup>2</sup>) facility accommodates students in the science, technology, engineering and mathematics fields and provide research space for 70 faculty members.<sup class="reference" id="cite_ref-:2_161-2"><a href="#cite_note-:2-161">[160]</a></sup><sup class="reference" id="cite_ref-162"><a href="#cite_note-162">[161]</a></sup><sup class="reference" id="cite_ref-163"><a href="#cite_note-163">[162]</a></sup></li> <li>Parking Structure 4, the 3rd general on-campus parking garage.<sup class="reference" id="cite_ref-:2_161-3"><a href="#cite_note-:2-161">[160]</a></sup></li></ul> <p><b>2017</b> </p> <ul><li>The Davidson-Gundy Alumni Center, the first campus facility solely designated for special use.<sup class="reference" id="cite_ref-:5_164-0"><a href="#cite_note-:5-164">[163]</a></sup> It features conference venues, meeting rooms, and event spaces and houses the Office of Development and Alumni Relations.</li> <li>The 8th and 9th on-campus student housing developments, Canyon Creek Heights North and South.<sup class="reference" id="cite_ref-:5_164-1"><a href="#cite_note-:5-164">[163]</a></sup></li> <li>A 68,700 sq.ft. addition to the Student Services Building.<sup class="reference" id="cite_ref-:2_161-4"><a href="#cite_note-:2-161">[160]</a></sup></li></ul> <p><b>2018</b> </p> <ul><li>The Engineering & Computer Science West Building. The 200,000-square-foot facility was built on the site of the (now-demolished) Clark Center.<sup class="reference" id="cite_ref-:2_161-5"><a href="#cite_note-:2-161">[160]</a></sup></li> <li>The 10th on-campus student housing development, Northside Phase 2.<sup class="reference" id="cite_ref-:2_161-6"><a href="#cite_note-:2-161">[160]</a></sup></li></ul> <p><b>2020</b> </p> <ul><li>A new Science Building opened in fall 2020. The 175,000-square-foot (16,300 m<sup>2</sup>) space features laboratories, classrooms, and offices.<sup class="reference" id="cite_ref-:2_161-7"><a href="#cite_note-:2-161">[160]</a></sup></li> <li>Northside Phase 3. "Smart" student apartments added 370 beds and 246 living units.<sup class="reference" id="cite_ref-:2_161-8"><a href="#cite_note-:2-161">[160]</a></sup></li></ul> <p><b>2021</b> </p> <ul><li>Northside Phase 4. Additional 387 units and 675 beds added.<sup class="reference" id="cite_ref-:2_161-9"><a href="#cite_note-:2-161">[160]</a></sup></li></ul> <p><b>Under Construction</b> </p> <ul><li>Biomedical Engineering and Sciences Building. Future home of Fabrication and Biodesign Center. Located off the Main Campus, in Dallas near UT Southwestern Medical Center.<sup class="reference" id="cite_ref-:2_161-10"><a href="#cite_note-:2-161">[160]</a></sup></li> <li>DART Silver Line- UT Dallas Station. The Silver Line will run 26 miles from Plano to DFW Airport Terminal B and will connect to three of DART's light rail lines: Orange, Red and Green and to Trinity Metro TEXRail to downtown Fort Worth.<sup class="reference" id="cite_ref-:2_161-11"><a href="#cite_note-:2-161">[160]</a></sup></li> <li>Phase one of the 12-acre, $158M cultural district, the Edith and Peter O’Donnell Jr. Athenaeum. is being built on the southeastern edge of the UTD campus. The Athenaeum will host a two-story, 68,000-square-foot second location for the Crow Museum of Asian Art. The other elements of the cultural district will feature 2 additional buildings: a two-story, 53,000-square-foot performance hall; and a two-story, 50,000-square-foot museum focused on traditional arts of the Americas, all surrounding a central plaza.<sup class="reference" id="cite_ref-165"><a href="#cite_note-165">[164]</a></sup></li></ul> <h2><span class="mw-headline" id="Art_Museum">Art Museum</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=23" title="Edit section: Art Museum"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <p>In November 2018, the University announced the donation of the Barrett Collection of Swiss Art, the largest collection of swiss art outside of Switzerland. Shortly after, in January 2019, the family of Trammell and Margaret Crow, local real estate Mongol, donated the entire collection of the Crow Museum of Asian Art to The University of Texas at Dallas, along with $23 million in support funding to help build a structure on the university campus to show more of the artworks. This donation was a decade in the making by the Director of the Center for Asian Studies and Dean of the then School of Arts and Humanities, Dr. Dennis M. Kratz.<sup class="reference" id="cite_ref-166"><a href="#cite_note-166">[165]</a></sup> </p><p>With the need to build an art museum to hold these vast collections, Dr. Richard Brettell, founding director of the Edith O'Donnell Institute of Art History and major orchestrator of the two acquisitions, was heavily involved in the design process,<sup class="reference" id="cite_ref-167"><a href="#cite_note-167">[166]</a></sup> which was designed by the Los Angeles-based architecture firm Morphosis, which is also designed the renowned Perot Museum of Nature and Science in Downtown Dallas<sup class="reference" id="cite_ref-168"><a href="#cite_note-168">[167]</a></sup> </p><p>Located south of the Naveen Jindal School of Management and close to the main entrance of the university, groundbreaking for the two story 68, 459 sq ft Edith and Peter O’Donnell Jr. Athenaeum began on May 11, 2022, and is expected to be completed by 2024. The project is expected to cost $58 million, with around 55% of the cost being funded through university gifts. <sup class="reference" id="cite_ref-169"><a href="#cite_note-169">[168]</a></sup> Upon completion, the Athenaeum will be the largest major art museum north of I-635. </p> <h3><span class="mw-headline" id="Collections">Collections</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=24" title="Edit section: Collections"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>The Edith and Peter O'Donnell Jr. Athenaeum will be home to the following collections:<sup class="reference" id="cite_ref-170"><a href="#cite_note-170">[169]</a></sup> </p> <ul><li>Trammell and Margret Crow Collection of Asian Art</li> <li>Barrett Collection of Swiss Art</li> <li>Brettell Reading Room housing the personal library of Dr. Richard Brettell</li> <li>Roger Horchow Collection</li> <li>The Laura and Dan Boeckman Collection of Latin American Folk Art</li> <li>The Bryan J. Stevens Collection of Masks of the Sierra de Puebla</li></ul> <h2><span class="mw-headline" id="Student_life">Student life</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=25" title="Edit section: Student life"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <h3><span class="mw-headline" id="Activities">Activities</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=26" title="Edit section: Activities"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UTD_Activity_Center.JPG"><img class="mw-file-element" data-file-height="2700" data-file-width="3700" decoding="async" height="161" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/61/UTD_Activity_Center.JPG/220px-UTD_Activity_Center.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/61/UTD_Activity_Center.JPG/330px-UTD_Activity_Center.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/61/UTD_Activity_Center.JPG/440px-UTD_Activity_Center.JPG 2x" width="220"/></a><figcaption>Activity Center</figcaption></figure> <p>The University of Texas at Dallas has 300+ registered campus organizations and 26 national Greek-letter fraternities and sororities. Campus culture is generally more academically inclined compared to other major Texas universities, and traditional athletic sports are not a major focus of the institution.<sup class="reference" id="cite_ref-:9_97-1"><a href="#cite_note-:9-97">[96]</a></sup> </p><p>UTD's 89,000-square-foot (8,300 m<sup>2</sup>) Activity Center includes a fitness center, basketball courts, a multi-purpose room, and an indoor swimming pool. Also available are sand volleyball courts, soccer fields, tennis courts, softball fields, baseball fields and a <a href="/wiki/Disc_golf" title="Disc golf">disc golf</a> course.<sup class="reference" id="cite_ref-UT_Dallas_Recreation_171-0"><a href="#cite_note-UT_Dallas_Recreation-171">[170]</a></sup> </p> <h3><span class="mw-headline" id="Recreation_and_education_teams">Recreation and education teams</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=27" title="Edit section: Recreation and education teams"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <h4><span class="mw-headline" id="Chess">Chess</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=28" title="Edit section: Chess"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h4> <p>The internationally ranked UT Dallas chess team was launched in 1996 under the direction of two-time president of the U.S. Chess Federation, Timothy Redman.<sup class="reference" id="cite_ref-172"><a href="#cite_note-172">[171]</a></sup> The university recruits worldwide for its chess team and 24 <a href="/wiki/Grandmaster_(chess)" title="Grandmaster (chess)">Grandmasters</a> and <a class="mw-redirect" href="/wiki/International_Masters" title="International Masters">International Masters</a> have played for UT Dallas from 1996 to 2018. The UTD chess team has won or tied for first place in the Pan-American Intercollegiate Chess Championship more than 10 times since 2000.<sup class="reference" id="cite_ref-:9_97-2"><a href="#cite_note-:9-97">[96]</a></sup> As a result of the program's success, human-sized chess boards were installed in the campus' Mall. The university offers chess scholarships to qualified student players and several full four-year tuition tournament-based scholarships.<sup class="reference" id="cite_ref-173"><a href="#cite_note-173">[172]</a></sup> </p><p>Achievements include the following:<sup class="reference" id="cite_ref-174"><a href="#cite_note-174">[173]</a></sup> </p> <ul><li>UT Dallas has taken first place in eight of its 12 appearances at the Texas State College Championship and the UTD chess team has won or tied for first place in the Southwest Collegiate Championship for 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2014, 2016.<sup class="reference" id="cite_ref-175"><a href="#cite_note-175">[174]</a></sup><sup class="reference" id="cite_ref-176"><a href="#cite_note-176">[175]</a></sup></li> <li>The UTD chess team has won the Transatlantic Cup in 2007, 2008, 2009, 2010, 2016, 2017, and 2018. They tied for first place in the 2011, 2012, 2014, and 2015 matches with the <a href="/wiki/University_of_Belgrade" title="University of Belgrade">University of Belgrade</a>.<sup class="reference" id="cite_ref-177"><a href="#cite_note-177">[176]</a></sup><sup class="reference" id="cite_ref-178"><a href="#cite_note-178">[177]</a></sup> Since 2000, UTD's chess players have won or tied ten <a href="/wiki/Pan_American_Intercollegiate_Team_Chess_Championship" title="Pan American Intercollegiate Team Chess Championship">Pan American Intercollegiate Team Chess Championship</a> titles.<sup class="reference" id="cite_ref-179"><a href="#cite_note-179">[178]</a></sup><sup class="reference" id="cite_ref-180"><a href="#cite_note-180">[179]</a></sup><sup class="reference" id="cite_ref-181"><a href="#cite_note-181">[180]</a></sup><sup class="reference" id="cite_ref-182"><a href="#cite_note-182">[181]</a></sup></li> <li>The UT Dallas chess team has competed in each consecutive Final Four of Chess tournaments starting in 2001 though 2018, winning or tying for first place five times.<sup class="reference" id="cite_ref-183"><a href="#cite_note-183">[182]</a></sup><sup class="reference" id="cite_ref-184"><a href="#cite_note-184">[183]</a></sup> Since 2019, UT Dallas has made 16 total appearances in the 19 years the Final Four tournament has existed.</li> <li>The U.S. Chess Federation selected UT Dallas as the Chess College of the Year for 2012.<sup class="reference" id="cite_ref-185"><a href="#cite_note-185">[184]</a></sup></li></ul> <h4><span class="mw-headline" id="Debate">Debate</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=29" title="Edit section: Debate"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h4> <p>Established in the fall of 1996, UT Dallas Debate has consistently ranked in the top 25 debate programs nationally. Students engaged in college debate devote hundreds of hours per season researching and defending a specific policy resolution, in the process gaining a graduate-level understanding of complex social and political issues. UTD's Debate program is generally run under the Honors College and offers competitive scholarships to students.<sup class="reference" id="cite_ref-186"><a href="#cite_note-186">[185]</a></sup> Since 2019, UTD has made 16 consecutive appearances at the National Debate Tournament, which is attended by the 78 best teams in the country.<sup class="reference" id="cite_ref-187"><a href="#cite_note-187">[186]</a></sup> </p><p>Achievements include the following: </p> <ul><li>Won the <a href="/wiki/Cross_Examination_Debate_Association" title="Cross Examination Debate Association">Cross Examination Debate Association</a>'s "Brady Lee Garrison Newcomer Sweepstakes Award" in spring 1997.</li> <li>UTD first qualified a team for the <a href="/wiki/National_Debate_Tournament" title="National Debate Tournament">National Debate Tournament</a> in 2004 and has qualified each year since. In 2004 the team also hosted its first annual "Fear and Loathing" tournament, with more than 325 participants, coaches, and judges in attendance.<sup class="noprint Inline-Template Template-Fact" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Citation_needed" title="Wikipedia:Citation needed"><span title="This claim needs references to reliable sources. (October 2013)">citation needed</span></a></i>]</sup></li> <li>The UTD debate team placed in the top five at the American Debate Association national championships each year between 2009 and 2012.<sup class="reference" id="cite_ref-188"><a href="#cite_note-188">[187]</a></sup></li> <li>UTD placed in the Top 10 of the <a href="/wiki/National_Debate_Tournament" title="National Debate Tournament">National Debate Tournament</a> in 2016.<sup class="reference" id="cite_ref-189"><a href="#cite_note-189">[188]</a></sup></li> <li>In 2012 and 2018, the UTD debate team made it to the Sweet 16 of the Cross Examination Debate Association (CEDA) national tournament.<sup class="reference" id="cite_ref-190"><a href="#cite_note-190">[189]</a></sup><sup class="reference" id="cite_ref-191"><a href="#cite_note-191">[190]</a></sup></li> <li>The UTD debate team qualified and placed in the finals of the <a href="/wiki/Cross_Examination_Debate_Association" title="Cross Examination Debate Association">Cross Examination Debate Association</a> (CEDA) national tournament in 2019. In the same year, the UTD speech team qualified for and placed at the <a class="mw-redirect" href="/wiki/American_Forensic_Association_National_Individual_Events_Tournament" title="American Forensic Association National Individual Events Tournament">American Forensic Association national tournament</a> and the <a href="/wiki/National_Forensic_Association" title="National Forensic Association">National Forensic Association</a> national tournament.<sup class="reference" id="cite_ref-192"><a href="#cite_note-192">[191]</a></sup></li></ul> <h4><span class="mw-headline" id="Pre-Law">Pre-Law</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=30" title="Edit section: Pre-Law"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h4> <p>The school fields teams in the pre-law competitions: Moot Court, Mock Trial and Mediation. UTD is one of the few schools in Texas to field teams in all three major undergraduate legal advocacy competitions.<sup class="reference" id="cite_ref-193"><a href="#cite_note-193">[192]</a></sup> </p><p>Achievements include the following: </p> <ul><li>In November 2009, the UT Dallas team won the National Mediation Tournament championship in the advocate/client division. The tournament was held at the <a class="mw-redirect" href="/wiki/John_Marshall_Law_School_(Chicago)" title="John Marshall Law School (Chicago)">John Marshall Law School in Chicago</a>.<sup class="reference" id="cite_ref-194"><a href="#cite_note-194">[193]</a></sup></li> <li>In 2010, UTD students again placed first and second in the advocate/client division to win the Dan Stamatelos National Trophy for Advocacy. The tournament was held at the <a href="/wiki/Drake_University_Law_School" title="Drake University Law School">Drake University Law School</a> and UT Dallas was the only school to place two teams to the final rounds.<sup class="reference" id="cite_ref-195"><a href="#cite_note-195">[194]</a></sup></li> <li>UTD received first, second and fourth place at the November 2010, South Central Regional Moot Court Championships. The <a class="mw-redirect" href="/wiki/University_of_Arkansas_at_Little_Rock_School_of_Law" title="University of Arkansas at Little Rock School of Law">University of Arkansas at Little Rock's, William H. Bowen School of Law</a> was host to the 32 teams.<sup class="reference" id="cite_ref-196"><a href="#cite_note-196">[195]</a></sup></li> <li>UT Dallas Moot Court debate team placed first overall in the regional competition at the American Collegiate Moot Court Association National Tournament, hosted January 2012 at <a href="/wiki/Chapman_University" title="Chapman University">Chapman University</a> in Orange, California.<sup class="reference" id="cite_ref-197"><a href="#cite_note-197">[196]</a></sup></li> <li>In 2013, one UT Dallas team reached the quarterfinals at the Southwest Regional Tournament, and another made it to the semifinals to earn a bid in the national tournament, hosted by the American Moot Court Association.<sup class="reference" id="cite_ref-198"><a href="#cite_note-198">[197]</a></sup></li> <li>In 2016, UTD won the International Intercollegiate Mediation Tournament and qualified for the American Collegiate Moot Court Association tournament in California.<sup class="reference" id="cite_ref-199"><a href="#cite_note-199">[198]</a></sup></li> <li>UTD qualified for the American Mock Trial Association’s Opening Round Championship Series in 2018.<sup class="reference" id="cite_ref-200"><a href="#cite_note-200">[199]</a></sup></li></ul> <h3><span class="mw-headline" id="Greek_life">Greek life</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=31" title="Edit section: Greek life"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>The University of Texas at Dallas opened the Office of Fraternity and Sorority Life in 1992 with <a href="/wiki/Kappa_Sigma" title="Kappa Sigma">Kappa Sigma</a> and <a href="/wiki/Alpha_Gamma_Delta" title="Alpha Gamma Delta">Alpha Gamma Delta</a> as the first fraternity and sorority on campus, respectively. Since then, it has grown to a community of over 1,000 students among its 26 Greek organizations as of Fall 2019.<sup class="reference" id="cite_ref-201"><a href="#cite_note-201">[200]</a></sup> Each Greek organization is a member of one of the four councils on campus: the <a href="/wiki/North_American_Interfraternity_Conference" title="North American Interfraternity Conference">Interfraternity Council</a> (IFC), the Collegiate Pan-Hellenic Council (CPC), the <a href="/wiki/National_Pan-Hellenic_Council" title="National Pan-Hellenic Council">National Pan-Hellenic Council</a> (NPHC), or the Multicultural Greek Council (MGC). The IFC and CPC are the largest councils by number of students, while the MGC, third in population, is the largest by number of entities. </p><p>The Interfraternity Council (IFC) is composed of eight men's fraternities:<sup class="reference" id="cite_ref-202"><a href="#cite_note-202">[201]</a></sup> <a href="/wiki/Alpha_Lambda_Mu" title="Alpha Lambda Mu">Alpha Lambda Mu</a> (<i>the first national Muslim fraternity, founded at UT Dallas</i>), <a href="/wiki/Chi_Phi" title="Chi Phi">Chi Phi</a>, <a href="/wiki/Delta_Tau_Delta" title="Delta Tau Delta">Delta Tau Delta</a>, <a href="/wiki/Kappa_Sigma" title="Kappa Sigma">Kappa Sigma</a>, <a href="/wiki/Phi_Delta_Theta" title="Phi Delta Theta">Phi Delta Theta</a>, <a href="/wiki/Phi_Gamma_Delta" title="Phi Gamma Delta">Phi Gamma Delta</a>, <a href="/wiki/Pi_Kappa_Phi" title="Pi Kappa Phi">Pi Kappa Phi</a>, <a href="/wiki/Sigma_Alpha_Epsilon" title="Sigma Alpha Epsilon">Sigma Alpha Epsilon</a>. </p><p>The Collegiate Pan-Hellenic Council (CPC) is composed of four women's sororities:<sup class="reference" id="cite_ref-203"><a href="#cite_note-203">[202]</a></sup> <a href="/wiki/Alpha_Gamma_Delta" title="Alpha Gamma Delta">Alpha Gamma Delta</a>, <a href="/wiki/Delta_Delta_Delta" title="Delta Delta Delta">Delta Delta Delta</a>, <a href="/wiki/Delta_Zeta" title="Delta Zeta">Delta Zeta</a>, <a href="/wiki/Kappa_Alpha_Theta" title="Kappa Alpha Theta">Kappa Alpha Theta</a>. </p><p>The National Pan-Hellenic Council (NPHC), chartered on November 11, 2001,<sup class="reference" id="cite_ref-204"><a href="#cite_note-204">[203]</a></sup> is composed of historically African-American fraternities and sororities that make up the "Divine Nine". Four of those nine entities are represented at UT Dallas: <a href="/wiki/Alpha_Kappa_Alpha" title="Alpha Kappa Alpha">Alpha Kappa Alpha</a>, <a href="/wiki/Alpha_Phi_Alpha" title="Alpha Phi Alpha">Alpha Phi Alpha</a>, <a href="/wiki/Delta_Sigma_Theta" title="Delta Sigma Theta">Delta Sigma Theta</a>, <a href="/wiki/Sigma_Gamma_Rho" title="Sigma Gamma Rho">Sigma Gamma Rho</a>. </p><p>Established in the Fall of 2002,<sup class="reference" id="cite_ref-205"><a href="#cite_note-205">[204]</a></sup> The Multicultural Greek Council (MGC), composed of both fraternities and sororities, is the largest of the four councils by number of entities. Its member organizations are among the youngest national Greek organizations in the world and promote diversity among their membership, although some of them promote a specific cultural ethnicity or nationality.<sup class="reference" id="cite_ref-:1_206-0"><a href="#cite_note-:1-206">[205]</a></sup> The nine entities are: <a href="/wiki/Beta_Chi_Theta" title="Beta Chi Theta">Beta Chi Theta</a>, <a href="/wiki/Delta_Epsilon_Psi" title="Delta Epsilon Psi">Delta Epsilon Psi</a>, <a href="/wiki/Delta_Kappa_Delta" title="Delta Kappa Delta">Delta Kappa Delta</a>, <a href="/wiki/Kappa_Delta_Chi" title="Kappa Delta Chi">Kappa Delta Chi</a>, <a href="/wiki/Lambda_Theta_Phi" title="Lambda Theta Phi">Lambda Theta Phi</a>, <a href="/wiki/Omega_Delta_Phi" title="Omega Delta Phi">Omega Delta Phi</a>, <a href="/wiki/Sigma_Lambda_Alpha_(sorority)" title="Sigma Lambda Alpha (sorority)">Sigma Lambda Alpha</a>, <a href="/wiki/Sigma_Lambda_Gamma" title="Sigma Lambda Gamma">Sigma Lambda Gamma</a>, and Sigma Sigma Rho.<sup class="reference" id="cite_ref-207"><a href="#cite_note-207">[206]</a></sup> </p><p>In addition, UT Dallas hosts four Greek-letter professional fraternities: </p> <ul><li><a href="/wiki/Beta_Alpha_Psi" title="Beta Alpha Psi">Beta Alpha Psi</a>, an accounting honors fraternity</li> <li><a href="/wiki/Delta_Sigma_Pi" title="Delta Sigma Pi">Delta Sigma Pi</a>, a professional business fraternity</li> <li><a href="/wiki/Gamma_Iota_Sigma" title="Gamma Iota Sigma">Gamma Iota Sigma</a>, a professional fraternity for insurance and risk management</li> <li><a href="/wiki/Tau_Beta_Pi" title="Tau Beta Pi">Tau Beta Pi</a>, an engineering honors association<sup class="reference" id="cite_ref-208"><a href="#cite_note-208">[207]</a></sup></li></ul> <p><b>Esports</b> </p><p>On September 24, 2018, the university added a co-ed Varsity Esports team managed under the athletic department. In 2023, the team was moved to Student Engagement under the Director of the Student Union. The team officially competes in collegiate competitions for <a href="/wiki/League_of_Legends" title="League of Legends">League of Legends</a>, <a href="/wiki/Overwatch_(video_game)" title="Overwatch (video game)">Overwatch</a>, <a href="/wiki/Super_Smash_Bros._Ultimate" title="Super Smash Bros. Ultimate">Super Smash Bros. Ultimate</a>, Rocket League and Valorant.<sup class="reference" id="cite_ref-209"><a href="#cite_note-209">[208]</a></sup> </p> <ul><li>In their inaugural year, UTD Esports ranked No. 8 overall in collegiate <i>League of Legends</i> competitions according to an official <a href="/wiki/ESPN" title="ESPN">ESPN</a> poll.<sup class="reference" id="cite_ref-ReferenceA_210-0"><a href="#cite_note-ReferenceA-210">[209]</a></sup></li> <li>In 2019 UTD Esports won the first US collegiate <i>Super Smash Bros. Ultimate</i> competition at t Collegiate Starleague Smash Ultimate National Championships, taking home the program's first national title.<sup class="reference" id="cite_ref-211"><a href="#cite_note-211">[210]</a></sup></li></ul> <h3><span class="mw-headline" id="Student_media">Student media</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=32" title="Edit section: Student media"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p><i>The Mercury</i> has been the official student newspaper of the University of Texas at Dallas since 1980. It publishes 5,000 copies every other Monday during the fall and spring semesters, and every third Monday during the summer. It is distributed free around campus and at the UTD newsroom in the Student Union. <i>The Mercury</i> also publishes online at utdmercury.com. In April 2011, <i>The Mercury</i> won 12 awards at the 101st annual Texas Intercollegiate Press Association IPA convention.<sup class="reference" id="cite_ref-212"><a href="#cite_note-212">[211]</a></sup> </p><p>In 2004, another student print named <i>A Modest Proposal</i> (<i>AMP</i>) was formed. In contrast to <i>The Mercury</i>, which is almost all news articles, <i>AMP</i> is a magazine and features mostly editorial content. <i>AMP</i> is published once a month, eight times a year. Any student, faculty, or staff of UTD can contribute to the paper. Copies of <i>AMP</i> are available for free at the first of each month around the campus, and can also be downloaded in PDF format from their website.<sup class="reference" id="cite_ref-213"><a href="#cite_note-213">[212]</a></sup> <i><a href="/wiki/Radio_UTD" title="Radio UTD">Radio UTD</a></i>, the university's student-run, Internet-only, radio station offers streaming music 24 hours a day, 7 days a week and broadcasts UTD sports games. Radio UTD has also been featured on XM Satellite Radio Channel 43 (<a class="mw-redirect" href="/wiki/XMU_(XM)" title="XMU (XM)">XMU</a>) on The Student Exchange Program.<sup class="reference" id="cite_ref-214"><a href="#cite_note-214">[213]</a></sup> The radio station was nominated for three college radio awards at the 2010 <a class="mw-redirect" href="/wiki/College_Music_Journal" title="College Music Journal">College Music Journal</a> annual Music Marathon and Festival. The nominations were for the following categories: Best Use of the Internet, Best Use of Limited Resources and Station of the Year.<sup class="reference" id="cite_ref-215"><a href="#cite_note-215">[214]</a></sup> </p><p>In 2009, UTD TV, an internet-based campus TV station, was founded and launched by students. It webcasts a range of student-interest programs from campus news and amusing serial stories to student affairs coverage.<sup class="reference" id="cite_ref-216"><a href="#cite_note-216">[215]</a></sup> </p> <h3><span class="mw-headline" id="Residential_housing">Residential housing</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=33" title="Edit section: Residential housing"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <figure class="mw-default-size mw-halign-left" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:Residence_Hall_(University_of_Texas_at_Dallas).jpg"><img class="mw-file-element" data-file-height="2400" data-file-width="4000" decoding="async" height="132" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Residence_Hall_%28University_of_Texas_at_Dallas%29.jpg/220px-Residence_Hall_%28University_of_Texas_at_Dallas%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Residence_Hall_%28University_of_Texas_at_Dallas%29.jpg/330px-Residence_Hall_%28University_of_Texas_at_Dallas%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Residence_Hall_%28University_of_Texas_at_Dallas%29.jpg/440px-Residence_Hall_%28University_of_Texas_at_Dallas%29.jpg 2x" width="220"/></a><figcaption>UTD Residence Hall South</figcaption></figure> <p>On-campus housing for the 2015–2016 academic year consisted of the University Commons five residential halls and 1,237 apartments.<sup class="reference" id="cite_ref-UTD_Housing_217-0"><a href="#cite_note-UTD_Housing-217">[216]</a></sup> The apartment buildings 1–37, which make up 696 units and buildings 38–67, which make up 541 units, are owned by the university and privately managed by American Campus Communities under the name University Village. Buildings 1–37, previously known as the Waterview Park Apartments, were owned by the Utley Foundation and purchased by UTD on July 1, 2013.<sup class="reference" id="cite_ref-Water_view_Park_Apartments_218-0"><a href="#cite_note-Water_view_Park_Apartments-218">[217]</a></sup><sup class="reference" id="cite_ref-219"><a href="#cite_note-219">[218]</a></sup> Apartment floor plans vary from 1-bedroom to 4-bedroom units and amenities include swimming pools, volleyball courts, outdoor grills, and study centers.<sup class="reference" id="cite_ref-220"><a href="#cite_note-220">[219]</a></sup> According to a <i>UTD Mercury</i> article on September 18, 2011, both graduate and upperclassman housing continues to be in short supply due to the increase in enrollment.<sup class="reference" id="cite_ref-221"><a href="#cite_note-221">[220]</a></sup> </p> <figure class="mw-default-size" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:UT_Dallas_Apartments.JPG"><img class="mw-file-element" data-file-height="2000" data-file-width="3200" decoding="async" height="138" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/90/UT_Dallas_Apartments.JPG/220px-UT_Dallas_Apartments.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/90/UT_Dallas_Apartments.JPG/330px-UT_Dallas_Apartments.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/90/UT_Dallas_Apartments.JPG/440px-UT_Dallas_Apartments.JPG 2x" width="220"/></a><figcaption>UTD Apartments</figcaption></figure> <p>On August 12, 2009, a 148,000-square-foot (13,700 m<sup>2</sup>) residence hall (Residence Hall South) opened, providing housing for 384 full-time freshmen residents and 16 peer advisers. The building includes a mix of three-bedroom, single-bath suites for freshmen and one-bedroom, one-bath units for peer advisers. On each wing and each floor are several communal study areas and the ground floor features a 1,800-square-foot (170 m<sup>2</sup>) glass-enclosed rotunda with pool and ping-pong tables, large-screen televisions, couches and chairs.<sup class="reference" id="cite_ref-ResHall_222-0"><a href="#cite_note-ResHall-222">[221]</a></sup> A second, 150,000-square-foot (14,000 m<sup>2</sup>) residence hall, (Residence Hall North), was officially completed June 27, 2011, and a third freshman residence hall (Residence Hall Northwest) adjacent to the two existing halls was completed in August 2012. A fourth residence hall (Residence Hall Southwest) opened in time for the fall 2013 semester.<sup class="reference" id="cite_ref-University_Unveils_Plans_for_3rd_Residence_Hall_157-3"><a href="#cite_note-University_Unveils_Plans_for_3rd_Residence_Hall-157">[156]</a></sup><sup class="reference" id="cite_ref-The_University_of_Texas_at_Dallas_158-2"><a href="#cite_note-The_University_of_Texas_at_Dallas-158">[157]</a></sup> Construction for a fifth residential facility (Residence Hall West) was started in July 2013 and completed in 2014. The 339,000-square-foot (31,500 m<sup>2</sup>) 600-bed facility includes a dining hall with seating for 800 and a recreation center.<sup class="reference" id="cite_ref-223"><a href="#cite_note-223">[222]</a></sup><sup class="reference" id="cite_ref-224"><a href="#cite_note-224">[223]</a></sup> Residence Hall West houses the Living Learning Communities program that groups students with similar interests and majors together. </p><p>Construction has begun on two new apartment-style housing complexes known as Phase VI and Phase VII.<sup class="reference" id="cite_ref-225"><a href="#cite_note-225">[224]</a></sup> The two complexes will offer a total of 800 beds and are expected to open in time for the fall 2017 semester.<sup class="noprint Inline-Template" style="white-space:nowrap;">[<i><a href="/wiki/Wikipedia:Manual_of_Style/Dates_and_numbers#Chronological_items" title="Wikipedia:Manual of Style/Dates and numbers"><span title=" (March 2020)">needs update</span></a></i>]</sup> </p><p>In 2015, co-developers <a href="/wiki/Balfour_Beatty" title="Balfour Beatty">Balfour Beatty</a> Campus Solutions and Wynne/Jackson began construction of a private mixed-use development known as Northside on leased university land directly adjacent to the main campus.<sup class="reference" id="cite_ref-226"><a href="#cite_note-226">[225]</a></sup> Opened in time for the fall 2016 semester, the development offers 600 beds through a mix of one-, two-, and three-bedroom apartments and townhomes. Northside also includes 20,000 square feet of space for retail and food vendors, bringing an integrated residential and retail complex to the edge of campus for the first time. </p> <h3><span class="mw-headline" id="Dining">Dining</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=34" title="Edit section: Dining"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>Students have multiple dining options, including commercial restaurants primarily within the Student Union, a traditional dining hall near the residence halls, and convenience stores within buildings. Commercial restaurants include <a href="/wiki/Firehouse_Subs" title="Firehouse Subs">Firehouse Subs</a>, <a href="/wiki/Chick-fil-A" title="Chick-fil-A">Chick-fil-A</a>, <a href="/wiki/Smoothie_King" title="Smoothie King">Smoothie King</a>, <a href="/wiki/The_Halal_Guys" title="The Halal Guys">Halal Guys</a>, <a href="/wiki/Panda_Express" title="Panda Express">Panda Express</a>, <a href="/wiki/Starbucks" title="Starbucks">Starbucks</a>, and <a href="/wiki/Einstein_Bros._Bagels" title="Einstein Bros. Bagels">Einstein Bros. Bagels</a>.<sup class="reference" id="cite_ref-227"><a href="#cite_note-227">[226]</a></sup><sup class="reference" id="cite_ref-228"><a href="#cite_note-228">[227]</a></sup> The Student Union dining hall opened on August 12, 2009, in conjunction with the opening of the first residence hall and was later replaced by a new dining hall within the Residence Hall West complex.<sup class="reference" id="cite_ref-229"><a href="#cite_note-229">[228]</a></sup><sup class="reference" id="cite_ref-230"><a href="#cite_note-230">[229]</a></sup> The former Student Union dining hall was later replaced by an extended food court area featuring an expanded Chick-fil-A and a Panda Express, among other options. The Student Union building houses The Pub which features a sit-down restaurant atmosphere.<sup class="reference" id="cite_ref-231"><a href="#cite_note-231">[230]</a></sup> Beginning in the fall 2016 semester, UT Dallas Dining began hosting local food trucks on campus. All first-year students living on campus are required to purchase a meal plan; meal plans are optional for all other students who live on campus.<sup class="reference" id="cite_ref-232"><a href="#cite_note-232">[231]</a></sup> </p> <h2><span class="mw-headline" id="Traditions">Traditions</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=35" title="Edit section: Traditions"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <p>UT Dallas has many distinct traditions that students, alumni, faculty, family, friends, and fans can partake in.<sup class="reference" id="cite_ref-:8_233-0"><a href="#cite_note-:8-233">[232]</a></sup> The student body is collectively known as the Comets, while the college's mascot is <a href="/wiki/Temoc" title="Temoc">Temoc</a>. The official university colors are flame orange, brilliance white, and evergreen. "Flame" orange remains as a nod to the "burnt" orange UT Austin, and white now represents the color of a comet in the sky. Green has become representative several iconic landmarks – the (former) surrounding cotton field, the (current) on-campus magnolia trees, and the green neon color of the Dallas skyline at night produced from the <a href="/wiki/Bank_of_America_Plaza_(Dallas)" title="Bank of America Plaza (Dallas)">Bank of America Plaza</a> building. The Whoosh (salute) is a way for students to show campus unity.<sup class="reference" id="cite_ref-:8_233-1"><a href="#cite_note-:8-233">[232]</a></sup> The salute and hand gesture was named the "Whoosh" by students because it is the sound a comet would make if there was sound in space. </p><p>Some traditions that give UT Dallas its distinctive flavor include Homecoming, Ceremonial Mace, Legacy Lane, Welcome Week, Family Day, and Cecil Green's Head. Cecil Green helped found the University of Texas at Dallas and outside Green Hall there is a bronze bust of Cecil Green. Rubbing Green's head for good luck has become a tradition for many students on their way to exams or presentations. Holiday Sing is one of the oldest traditions on campus, the annual Holiday Sing started in 1976 and is hosted by the School of Arts and Humanities during the month of December. </p><p>Resting in front of the Texas Instruments Plaza is the sculpture <i>Jack</i>, created in 1971 by artist <a href="/wiki/Jim_Love_(artist)" title="Jim Love (artist)">Jim Love</a> (1927–2005).<sup class="reference" id="cite_ref-234"><a href="#cite_note-234">[233]</a></sup> Margaret McDermott, wife of UTD founder Eugene McDermott (1899–1973), presented the sculpture to the university in 1976. The sculpture is affectionately known on campus as the Love Jack. Recently removed were the Spirit Rocks in front of the Activity Center building. Students and organizations were allowed to paint whatever they like on the rock, provided it conformed to rules of student conduct.<sup class="reference" id="cite_ref-235"><a href="#cite_note-235">[234]</a></sup><sup class="reference" id="cite_ref-:15_236-0"><a href="#cite_note-:15-236">[235]</a></sup><sup class="reference" id="cite_ref-:16_237-0"><a href="#cite_note-:16-237">[236]</a></sup> </p> <h2><span class="mw-headline" id="Controversies">Controversies</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=36" title="Edit section: Controversies"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <h3><span class="mw-headline" id="Spirit_Rocks_Removal">Spirit Rocks Removal</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=37" title="Edit section: Spirit Rocks Removal"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>On October 16, 2023, student newspaper The Mercury reported on students spray painting <a href="/wiki/State_of_Palestine" title="State of Palestine">Palestinian</a> and <a href="/wiki/Israel" title="Israel">Israeli</a> flags and messages on the Spirit Rocks, a set of three rocks where students can spray paint anything following loose rules,<sup class="reference" id="cite_ref-:15_236-1"><a href="#cite_note-:15-236">[235]</a></sup> in response to the <a href="/wiki/2023_Israel%E2%80%93Hamas_war" title="2023 Israel–Hamas war">2023 Israel–Hamas war</a>. Students painted various messages in support of both countries, including "WE (Israel) ARE WINNING", "Free Palestine", "END OCCUPATION", "Terror ≠ 'Justice'", and "Zionism = Nazism".<sup class="reference" id="cite_ref-:17_238-0"><a href="#cite_note-:17-238">[237]</a></sup> Dean of Students Amanda Smith said the support for both countries did not violate the rules of the Spirit Rocks.<sup class="reference" id="cite_ref-:17_238-1"><a href="#cite_note-:17-238">[237]</a></sup> CBS Texas reported on the issue, calling the Spirit Rocks "a tense platform for politics with competing views about the violence in the Middle East".<sup class="reference" id="cite_ref-239"><a href="#cite_note-239">[238]</a></sup> </p><p>On November 20, the Spirit Rocks were removed by Student Affairs executives for platforming "extended political discourse" without consulting the HOP committee responsible for university policies, including the Spirit Rocks. Members of Student Government confirmed that the university had not contacted them prior to removing the Spirit Rocks.<sup class="reference" id="cite_ref-:16_237-1"><a href="#cite_note-:16-237">[236]</a></sup> </p><p>The Mercury conducted an Instagram poll where 92% of users disagreed with their removal.<sup class="reference" id="cite_ref-:16_237-2"><a href="#cite_note-:16-237">[236]</a></sup> Students commented on UT Dallas' official Instagram page expressing their discontent with the decision, accusing them of silencing students.<sup class="reference" id="cite_ref-240"><a href="#cite_note-240">[239]</a></sup> In response to the removal and silence from the university, student organizations formed a Progressive Student Coalition (PSC) composed mainly of social and political organizations. The Progressive Student Coalition held a brief walkout on November 27, protesting for the replacement of the Spirit Rocks and in support of Palestine.<sup class="reference" id="cite_ref-241"><a href="#cite_note-241">[240]</a></sup><sup class="reference" id="cite_ref-:18_242-0"><a href="#cite_note-:18-242">[241]</a></sup> Other organized events included an where students left rocks painted with various flags and messages where the Spirit Rocks were removed from and covering the Plinth with pro-Palestinian chalk art.<sup class="reference" id="cite_ref-:18_242-1"><a href="#cite_note-:18-242">[241]</a></sup> </p> <h2><span class="mw-headline" id="Athletics">Athletics</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=38" title="Edit section: Athletics"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/Texas%E2%80%93Dallas_Comets" title="Texas–Dallas Comets">Texas–Dallas Comets</a></div> <p>UT Dallas is transitioning to <a href="/wiki/NCAA_Division_II" title="NCAA Division II">NCAA Division II</a> varsity athletics. It has competitive club teams and intramural sports teams. Athletic teams are known as the Comets, while the mascot is <a href="/wiki/Temoc" title="Temoc">Temoc</a> ("Temoc" is "comet" spelled backwards.<sup class="reference" id="cite_ref-243"><a href="#cite_note-243">[242]</a></sup>) </p> <h3><span class="mw-headline" id="Varsity">Varsity</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=39" title="Edit section: Varsity"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>The University of Texas at Dallas' Varsity athletics program started when UTD provisionally joined the <a href="/wiki/NCAA_Division_III" title="NCAA Division III">NCAA Division III</a> and the <a href="/wiki/American_Southwest_Conference" title="American Southwest Conference">American Southwest Conference</a> (ASC) in 1998 and was granted full membership in the ASC in 2002.<sup class="reference" id="cite_ref-244"><a href="#cite_note-244">[243]</a></sup><sup class="reference" id="cite_ref-:9_97-3"><a href="#cite_note-:9-97">[96]</a></sup> On July 20, 2023, the university announced it would move to <a href="/wiki/NCAA_Division_II" title="NCAA Division II">NCAA Division II</a> and join the <a href="/wiki/Lone_Star_Conference" title="Lone Star Conference">Lone Star Conference</a>.<sup class="reference" id="cite_ref-auto_48-1"><a href="#cite_note-auto-48">[48]</a></sup> Varsity sports include baseball, basketball, cross country, esports, golf, soccer, softball, tennis, and volleyball.<sup class="reference" id="cite_ref-245"><a href="#cite_note-245">[244]</a></sup><sup class="reference" id="cite_ref-246"><a href="#cite_note-246">[245]</a></sup> In total, there are 300 student athletes and 14 intercollegiate teams officially supported by the university. </p> <h3><span class="mw-headline" id="Competitive_club_sports">Competitive club sports</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=40" title="Edit section: Competitive club sports"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>In addition to varsity sports, the university's Club Sports program offers recreational and competitive opportunities across approximately 30 teams. UT Dallas' Recreation Center hosts many recognized student organizations that have been formed, organized, managed, and maintained by students leaders.<sup class="reference" id="cite_ref-:7_247-0"><a href="#cite_note-:7-247">[246]</a></sup> While they are not part of the Varsity program, many do compete and officially represent the university. </p><p>UTD club sports include: Archery, Badminton, Climbing, Cycling, Fencing, Gymnastics, Japanese Karate, Jujutsu, Kung Fu, Lacrosse, Mixed Martial Arts, Weightlifting, Powerlifting, Rugby, Running, Soccer, Swimming, Table Tennis, Taekwondo, Tennis, Ultimate Frisbee, and Wrestling.<sup class="reference" id="cite_ref-:7_247-1"><a href="#cite_note-:7-247">[246]</a></sup> </p> <h4><span class="mw-headline" id="Achievements">Achievements</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=41" title="Edit section: Achievements"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h4> <p>The UTD Rugby Club Sports team won the Texas Rugby Union Collegiate Division III state championship in February 2012.<sup class="reference" id="cite_ref-:6_248-0"><a href="#cite_note-:6-248">[247]</a></sup> </p><p>The UTD Fencing Club Sports team was the Southwest Intercollegiate Fencing Association (SWIFA) championship team in 2018 and 2019 and was also in first place in 2020 before the CoVid pandemic ended its campaign. </p> <h3><span class="mw-headline" id="Intramural_sports">Intramural sports</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=42" title="Edit section: Intramural sports"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h3> <p>UT Dallas has several intramural sports teams.<sup class="reference" id="cite_ref-249"><a href="#cite_note-249">[248]</a></sup> These teams compete only within UTD, as all teams are organized groups of current students. While available sports and teams can vary each year, teams offered in Spring 2019 include: Badminton, Basketball, Battleship, Cricket, Esports, Flag Football, Sand Volleyball, Soccer, Table Tennis, Tennis, Ultimate Frisbee, Wiffleball, and Xtreme Dodgeball.<sup class="reference" id="cite_ref-250"><a href="#cite_note-250">[249]</a></sup> </p> <h2><span class="mw-headline" id="Notable_people">Notable people</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=43" title="Edit section: Notable people"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <figure class="mw-default-size mw-halign-right" typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:James_Reilly.jpg"><img alt="" class="mw-file-element" data-file-height="3442" data-file-width="2754" decoding="async" height="212" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d8/James_Reilly.jpg/170px-James_Reilly.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d8/James_Reilly.jpg/255px-James_Reilly.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d8/James_Reilly.jpg/340px-James_Reilly.jpg 2x" width="170"/></a><figcaption>Astronaut <a href="/wiki/James_F._Reilly" title="James F. Reilly">James F. Reilly</a></figcaption></figure> <link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">Main article: <a href="/wiki/List_of_University_of_Texas_at_Dallas_people" title="List of University of Texas at Dallas people">List of University of Texas at Dallas people</a></div> <p>Notable UT Dallas faculty, staff, and alumni include an Antarctic explorer,<sup class="reference" id="cite_ref-Antarctic_Peak_named_for_Robert_Rutford_26-1"><a href="#cite_note-Antarctic_Peak_named_for_Robert_Rutford-26">[26]</a></sup> an astronaut,<sup class="reference" id="cite_ref-251"><a href="#cite_note-251">[250]</a></sup> members of the National Academies,<sup class="reference" id="cite_ref-252"><a href="#cite_note-252">[251]</a></sup> four Nobel laureates,<sup class="reference" id="cite_ref-253"><a href="#cite_note-253">[252]</a></sup> a writer and folklorist,<sup class="reference" id="cite_ref-254"><a href="#cite_note-254">[253]</a></sup> a member of India's Parliament,<sup class="reference" id="cite_ref-255"><a href="#cite_note-255">[254]</a></sup> and the founder of the world's first molecular nanotechnology company.<sup class="reference" id="cite_ref-256"><a href="#cite_note-256">[255]</a></sup> </p> <h2><span class="mw-headline" id="See_also">See also</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=44" title="Edit section: See also"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <ul><li><a class="mw-redirect" href="/wiki/List_of_The_University_of_Texas_at_Dallas_people" title="List of The University of Texas at Dallas people">List of The University of Texas at Dallas people</a></li></ul> <h2><span class="mw-headline" id="References">References</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=45" title="Edit section: References"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <style data-mw-deduplicate="TemplateStyles:r1011085734">.mw-parser-output .reflist{font-size:90%;margin-bottom:0.5em;list-style-type:decimal}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}</style><div class="reflist reflist-lower-alpha"> <div class="mw-references-wrap"><ol class="references"> <li id="cite_note-94"><span class="mw-cite-backlink"><b><a href="#cite_ref-94">^</a></b></span> <span class="reference-text">Other consists of <a href="/wiki/Multiracial_Americans" title="Multiracial Americans">Multiracial Americans</a> and those who prefer to not say.</span> </li> </ol></div></div> <link href="mw-data:TemplateStyles:r1011085734" rel="mw-deduplicated-inline-style"/><div class="reflist"> <div class="mw-references-wrap mw-references-columns"><ol class="references"> <li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1133582631">.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg")right 0.1em center/12px no-repeat}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:#d33}.mw-parser-output .cs1-visible-error{color:#d33}.mw-parser-output .cs1-maint{display:none;color:#3a3;margin-left:0.3em}.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style><cite class="citation web cs1"><a class="external text" href="https://www.utsystem.edu/board-of-regents/history/seal-university" rel="nofollow">"Seal of the University"</a>. <i><a href="/wiki/University_of_Texas_System" title="University of Texas System">University of Texas System</a></i>. May 23, 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">October 9,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=University+of+Texas+System&rft.atitle=Seal+of+the+University&rft.date=2018-05-23&rft_id=https%3A%2F%2Fwww.utsystem.edu%2Fboard-of-regents%2Fhistory%2Fseal-university&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span>Seal of the University</span> </li> <li id="cite_note-Graduate_Research_Center_of_the_Southwest/Southwest_Center_for_Advanced_Studies_Collection-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-Graduate_Research_Center_of_the_Southwest/Southwest_Center_for_Advanced_Studies_Collection_2-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://utd-ir.tdl.org/handle/10735.1/1532" rel="nofollow">"Graduate Research Center of the Southwest/Southwest Center for Advanced Studies Collection"</a>. The University of Texas at Dallas. 2015<span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Graduate+Research+Center+of+the+Southwest%2FSouthwest+Center+for+Advanced+Studies+Collection&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2015&rft_id=https%3A%2F%2Futd-ir.tdl.org%2Fhandle%2F10735.1%2F1532&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-UT_Dallas_State_Of_The_Union_2022-3"><span class="mw-cite-backlink">^ <a href="#cite_ref-UT_Dallas_State_Of_The_Union_2022_3-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-UT_Dallas_State_Of_The_Union_2022_3-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-UT_Dallas_State_Of_The_Union_2022_3-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-UT_Dallas_State_Of_The_Union_2022_3-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/about-us/mission-vision/state-of-the-university/transcript-state-of-the-university/" rel="nofollow">"State Of The University"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">November 4,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=State+Of+The+University&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fabout-us%2Fmission-vision%2Fstate-of-the-university%2Ftranscript-state-of-the-university%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-President-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-President_4-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/president/" rel="nofollow">"Office of the President – The University of Texas at Dallas"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">July 14,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Office+of+the+President+%E2%80%93+The+University+of+Texas+at+Dallas&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fpresident%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://provost.utdallas.edu/musselman" rel="nofollow">"Dr. Inga Musselman – The University of Texas at Dallas"</a>. <i>provost.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">February 25,</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=provost.utdallas.edu&rft.atitle=Dr.+Inga+Musselman+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fprovost.utdallas.edu%2Fmusselman&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-UT_Dallas_Common_Data_Set_Academic_Year_2021–2022-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-UT_Dallas_Common_Data_Set_Academic_Year_2021–2022_6-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://ospa.utdallas.edu/common-data-set/" rel="nofollow">"UT Dallas Common Data Set Academic Year 2021–2022"</a>. <i>The University of Texas at Dallas</i>. 2022<span class="reference-accessdate">. Retrieved <span class="nowrap">November 4,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+University+of+Texas+at+Dallas&rft.atitle=UT+Dallas+Common+Data+Set+Academic+Year+2021%E2%80%932022&rft.date=2022&rft_id=https%3A%2F%2Fospa.utdallas.edu%2Fcommon-data-set%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Facilities_Management-7"><span class="mw-cite-backlink">^ <a href="#cite_ref-Facilities_Management_7-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Facilities_Management_7-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/facilities/" rel="nofollow">"Facilities Management"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 20,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Facilities+Management&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ffacilities%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/brand/logos-visual-identity" rel="nofollow">"UT Dallas Visual Identity"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 2,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+Visual+Identity&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fbrand%2Flogos-visual-identity&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Temoc-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-Temoc_9-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/mascot/" rel="nofollow">"Temoc: Mascot of UT Dallas"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">May 3,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Temoc%3A+Mascot+of+UT+Dallas&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmascot%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://keranews.org/post/how-ut-dallas-transformed-itself-top-texas-college" rel="nofollow">"How UT-Dallas Transformed Itself Into A Top Texas College"</a>. <i>Keranews.org</i>. April 11, 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">February 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Keranews.org&rft.atitle=How+UT-Dallas+Transformed+Itself+Into+A+Top+Texas+College&rft.date=2016-04-11&rft_id=http%3A%2F%2Fkeranews.org%2Fpost%2Fhow-ut-dallas-transformed-itself-top-texas-college&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2016/2/4-31897_Carnegie-Classification-of-Institutions-Elevates-U_story-sidebar.html" rel="nofollow">"Carnegie Classification of Institutions Elevates UT Dallas to Highest Research Category"</a>. <i>Utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">February 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Utdallas.edu&rft.atitle=Carnegie+Classification+of+Institutions+Elevates+UT+Dallas+to+Highest+Research+Category&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2016%2F2%2F4-31897_Carnegie-Classification-of-Institutions-Elevates-U_story-sidebar.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/about/" rel="nofollow">"About UT Dallas – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">March 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=About+UT+Dallas+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fabout%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation book cs1"><a class="external text" href="https://books.google.com/books?id=kso4OUQ0GgoC&pg=PA153" rel="nofollow"><i>Cecil and Ida Green, Philanthropists Extraordinary</i></a>. The MIT Press. June 22, 1989. pp. 153–162. <a class="mw-redirect" href="/wiki/ISBN_(identifier)" title="ISBN (identifier)">ISBN</a> <a href="/wiki/Special:BookSources/0-262-19276-4" title="Special:BookSources/0-262-19276-4"><bdi>0-262-19276-4</bdi></a><span class="reference-accessdate">. Retrieved <span class="nowrap">July 1,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Cecil+and+Ida+Green%2C+Philanthropists+Extraordinary&rft.pages=153-162&rft.pub=The+MIT+Press&rft.date=1989-06-22&rft.isbn=0-262-19276-4&rft_id=https%3A%2F%2Fbooks.google.com%2Fbooks%3Fid%3Dkso4OUQ0GgoC%26pg%3DPA153&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/student/catalog/undergrad10/about.html" rel="nofollow">"History"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 14,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=History&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fstudent%2Fcatalog%2Fundergrad10%2Fabout.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Handbook-15"><span class="mw-cite-backlink">^ <a href="#cite_ref-Handbook_15-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Handbook_15-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation book cs1" id="CITEREFChampagne2010">Champagne, Anthony (February 22, 2010). <a class="external text" href="https://tshaonline.org/handbook/online/articles/kcu10" rel="nofollow"><i>Handbook of Texas Online: University of Texas at Dallas</i></a>. Texas State Historical Association<span class="reference-accessdate">. Retrieved <span class="nowrap">May 4,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Handbook+of+Texas+Online%3A+University+of+Texas+at+Dallas&rft.pub=Texas+State+Historical+Association&rft.date=2010-02-22&rft.aulast=Champagne&rft.aufirst=Anthony&rft_id=https%3A%2F%2Ftshaonline.org%2Fhandbook%2Fonline%2Farticles%2Fkcu10&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:12-16"><span class="mw-cite-backlink">^ <a href="#cite_ref-:12_16-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:12_16-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:12_16-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-:12_16-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-:12_16-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/create/print.html" rel="nofollow">"Printable Timeline – Creating the Future Since 1969 – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 28,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Printable+Timeline+%E2%80%93+Creating+the+Future+Since+1969+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fcreate%2Fprint.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.dallasnews.com/business/business/2014/01/28/president-determined-for-utd-to-reach-tier-one" rel="nofollow">"President determined for UTD to reach Tier One"</a>. <i>Dallas News</i>. January 28, 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">May 28,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Dallas+News&rft.atitle=President+determined+for+UTD+to+reach+Tier+One&rft.date=2014-01-28&rft_id=https%3A%2F%2Fwww.dallasnews.com%2Fbusiness%2Fbusiness%2F2014%2F01%2F28%2Fpresident-determined-for-utd-to-reach-tier-one&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20060906175458/http://utdallas.edu/research/spacesciences/homeframe.html" rel="nofollow">"William B. Hanson Center for Space Sciences"</a>. The University of Texas at Dallas. Archived from <a class="external text" href="https://www.utdallas.edu/research/spacesciences/homeframe.html" rel="nofollow">the original</a> on September 6, 2006<span class="reference-accessdate">. Retrieved <span class="nowrap">June 3,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=William+B.+Hanson+Center+for+Space+Sciences&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fresearch%2Fspacesciences%2Fhomeframe.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/create/about.html" rel="nofollow">"About – Creating the Future Since 1969 – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 28,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=About+%E2%80%93+Creating+the+Future+Since+1969+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fcreate%2Fabout.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/40years/transcripts/jordan.html" rel="nofollow">"Bryce Jordan Transcription"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">August 26,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Bryce+Jordan+Transcription&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2F40years%2Ftranscripts%2Fjordan.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation book cs1" id="CITEREFGard">Gard, Wayne. <a class="external text" href="https://tshaonline.org/handbook/online/articles/snt02" rel="nofollow"><i>Handbook of Texas Online:TEXAS RESEARCH FOUNDATION</i></a>. Texas State Historical Association<span class="reference-accessdate">. Retrieved <span class="nowrap">December 2,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Handbook+of+Texas+Online%3ATEXAS+RESEARCH+FOUNDATION&rft.pub=Texas+State+Historical+Association&rft.aulast=Gard&rft.aufirst=Wayne&rft_id=https%3A%2F%2Ftshaonline.org%2Fhandbook%2Fonline%2Farticles%2Fsnt02&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20120606044504/http://www.utdallas.edu/development/donor-report/Donor-Report-Fall-2011.pdf" rel="nofollow">"Donor Report, Fall 2011"</a> <span class="cs1-format">(PDF)</span>. The University of Texas at Dallas. Archived from <a class="external text" href="https://www.utdallas.edu/development/donor-report/Donor-Report-Fall-2011.pdf" rel="nofollow">the original</a> <span class="cs1-format">(PDF)</span> on June 6, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">December 2,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Donor+Report%2C+Fall+2011&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fdevelopment%2Fdonor-report%2FDonor-Report-Fall-2011.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.sacscoc.org/details.asp?instid=73200" rel="nofollow">"Southern Association of Colleges and Schools"</a>. <a href="/wiki/Southern_Association_of_Colleges_and_Schools" title="Southern Association of Colleges and Schools">Southern Association of Colleges and Schools</a><span class="reference-accessdate">. Retrieved <span class="nowrap">June 22,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Southern+Association+of+Colleges+and+Schools&rft.pub=Southern+Association+of+Colleges+and+Schools&rft_id=http%3A%2F%2Fwww.sacscoc.org%2Fdetails.asp%3Finstid%3D73200&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-24">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/calliercenter/" rel="nofollow">"Callier Center for Communication Disorders"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">January 26,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Callier+Center+for+Communication+Disorders&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fcalliercenter%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2009/04/09-001.php" rel="nofollow">"2009 Kusch Lecture To Showcase Mission to Mars"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">May 31,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=2009+Kusch+Lecture+To+Showcase+Mission+to+Mars&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2009%2F04%2F09-001.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Antarctic_Peak_named_for_Robert_Rutford-26"><span class="mw-cite-backlink">^ <a href="#cite_ref-Antarctic_Peak_named_for_Robert_Rutford_26-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-Antarctic_Peak_named_for_Robert_Rutford_26-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20140304212603/http://www.gsafweb.org/CurrentEvents/mtrutford.html" rel="nofollow">"Antarctic Peak named for Robert Rutford"</a>. The Geological Society of America Foundation. Archived from <a class="external text" href="http://www.gsafweb.org/CurrentEvents/mtrutford.html" rel="nofollow">the original</a> on March 4, 2014<span class="reference-accessdate">. Retrieved <span class="nowrap">June 10,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Antarctic+Peak+named+for+Robert+Rutford&rft.pub=The+Geological+Society+of+America+Foundation&rft_id=http%3A%2F%2Fwww.gsafweb.org%2FCurrentEvents%2Fmtrutford.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/create/print.html" rel="nofollow">"Printable Timeline"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">January 29,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Printable+Timeline&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fcreate%2Fprint.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nytimes.com/1990/09/02/style/campus-life-u-of-texas-at-dallas-something-brand-new-on-campus-freshmen.html" rel="nofollow">"Campus Life U. of Texas Dallas"</a>. <i>The New York Times</i>. September 2, 1990<span class="reference-accessdate">. Retrieved <span class="nowrap">June 2,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=Campus+Life+U.+of+Texas+Dallas&rft.date=1990-09-02&rft_id=https%3A%2F%2Fwww.nytimes.com%2F1990%2F09%2F02%2Fstyle%2Fcampus-life-u-of-texas-at-dallas-something-brand-new-on-campus-freshmen.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation magazine cs1"><a class="external text" href="http://www.dmagazine.com/Home/1990/10/01/MONEY.aspx" rel="nofollow">"Money, October 1, 1990"</a>. <i><a href="/wiki/D_Magazine" title="D Magazine">D Magazine</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 15,</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=D+Magazine&rft.atitle=Money%2C+October+1%2C+1990&rft_id=http%3A%2F%2Fwww.dmagazine.com%2FHome%2F1990%2F10%2F01%2FMONEY.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-30"><span class="mw-cite-backlink"><b><a href="#cite_ref-30">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/create/articles/1990.html" rel="nofollow">"Coordinating Board vote adds freshmen, sophomores – Creating the Future Since 1969 – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 28,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Coordinating+Board+vote+adds+freshmen%2C+sophomores+%E2%80%93+Creating+the+Future+Since+1969+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fcreate%2Farticles%2F1990.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/archive/2003/jenifer.html" rel="nofollow">"Franklyn Jenifer"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 25,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Franklyn+Jenifer&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Farchive%2F2003%2Fjenifer.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-32"><span class="mw-cite-backlink"><b><a href="#cite_ref-32">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/archive/2005/mace.html" rel="nofollow">"UTD's First Ceremonial Mace to be Fashioned From Wood of Austin's Historic Treaty Oak Tree"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 28,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=UTD%27s+First+Ceremonial+Mace+to+be+Fashioned+From+Wood+of+Austin%27s+Historic+Treaty+Oak+Tree&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Farchive%2F2005%2Fmace.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-33">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/studentaffairs/traditions/" rel="nofollow">"Traditions – Student Affairs – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 28,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Traditions+%E2%80%93+Student+Affairs+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fstudentaffairs%2Ftraditions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-34">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2008/10/20-001.php" rel="nofollow">"Building Projects to Change Look, Feel of UT Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Building+Projects+to+Change+Look%2C+Feel+of+UT+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2008%2F10%2F20-001.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-35"><span class="mw-cite-backlink"><b><a href="#cite_ref-35">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20080708235440/http://www.utdallas.edu/news/archive/2007/0605001.html" rel="nofollow">"Texas Icon H. Ross Perot Keynote Speaker at UT Dallas Dedication June 5"</a>. July 8, 2008. Archived from <a class="external text" href="http://www.utdallas.edu/news/archive/2007/0605001.html" rel="nofollow">the original</a> on July 8, 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">April 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Texas+Icon+H.+Ross+Perot+Keynote+Speaker+at+UT+Dallas+Dedication+June+5&rft.date=2008-07-08&rft_id=http%3A%2F%2Fwww.utdallas.edu%2Fnews%2Farchive%2F2007%2F0605001.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-36"><span class="mw-cite-backlink"><b><a href="#cite_ref-36">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://brainhealth.utdallas.edu/" rel="nofollow">"Center for BrainHealth"</a>. <i>Center for BrainHealth</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Center+for+BrainHealth&rft.atitle=Center+for+BrainHealth&rft_id=https%3A%2F%2Fbrainhealth.utdallas.edu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:10-37"><span class="mw-cite-backlink">^ <a href="#cite_ref-:10_37-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:10_37-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:10_37-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-:10_37-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-:10_37-4"><sup><i><b>e</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.thecb.state.tx.us/reports/doc/0424.doc" rel="nofollow">"SUMMARY OF HIGHER EDUCATION LEGISLATION – 77th LEGISLATURE"</a>. <i>TEXAS HIGHER EDUCATION COORDINATING BOARD – Office of Governmental Relations/Public Information</i>. July 2001<span class="reference-accessdate">. Retrieved <span class="nowrap">May 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=TEXAS+HIGHER+EDUCATION+COORDINATING+BOARD+%E2%80%93+Office+of+Governmental+Relations%2FPublic+Information&rft.atitle=SUMMARY+OF+HIGHER+EDUCATION+LEGISLATION+%E2%80%93+77th+LEGISLATURE&rft.date=2001-07&rft_id=http%3A%2F%2Fwww.thecb.state.tx.us%2Freports%2Fdoc%2F0424.doc&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-38"><span class="mw-cite-backlink"><b><a href="#cite_ref-38">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFLaFlash2001">LaFlash, Crystal (March 16, 2001). <a class="external text" href="http://www.theshorthorn.com/news/bill-would-join-uta-ut-schools/article_33fac29e-f277-5160-b6b7-cf1600a2a5cf.html" rel="nofollow">"Bill would join UTA, 2 UT schools"</a>. <i>The Shorthorn</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Shorthorn&rft.atitle=Bill+would+join+UTA%2C+2+UT+schools&rft.date=2001-03-16&rft.aulast=LaFlash&rft.aufirst=Crystal&rft_id=http%3A%2F%2Fwww.theshorthorn.com%2Fnews%2Fbill-would-join-uta-ut-schools%2Farticle_33fac29e-f277-5160-b6b7-cf1600a2a5cf.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-39"><span class="mw-cite-backlink"><b><a href="#cite_ref-39">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.gomeangreen.com/forums/topic/5579-lawmaker-proposes-taking-the-ut-out-of-uta/" rel="nofollow">"Lawmaker proposes taking the UT out of UTA"</a>. <i>GoMeanGreen.com</i>. March 13, 2003<span class="reference-accessdate">. Retrieved <span class="nowrap">May 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=GoMeanGreen.com&rft.atitle=Lawmaker+proposes+taking+the+UT+out+of+UTA&rft.date=2003-03-13&rft_id=https%3A%2F%2Fwww.gomeangreen.com%2Fforums%2Ftopic%2F5579-lawmaker-proposes-taking-the-ut-out-of-uta%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:11-40"><span class="mw-cite-backlink">^ <a href="#cite_ref-:11_40-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:11_40-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://lrl.texas.gov/legeLeaders/members/partyListSession.cfm?leg=77" rel="nofollow">"Legislative Reference Library | Legislators and Leaders | Political affiliation, 77th Legislature"</a>. <i>lrl.texas.gov</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=lrl.texas.gov&rft.atitle=Legislative+Reference+Library+%7C+Legislators+and+Leaders+%7C+Political+affiliation%2C+77th+Legislature&rft_id=https%3A%2F%2Flrl.texas.gov%2FlegeLeaders%2Fmembers%2FpartyListSession.cfm%3Fleg%3D77&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-41"><span class="mw-cite-backlink"><b><a href="#cite_ref-41">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFTribuneWatkins2016">Tribune, The Texas; Watkins, Matthew (February 29, 2016). <a class="external text" href="https://www.texastribune.org/2016/02/29/benson-named-president-ut-dallas/" rel="nofollow">"Benson Named President of UT-Dallas"</a>. <i>The Texas Tribune</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Texas+Tribune&rft.atitle=Benson+Named+President+of+UT-Dallas&rft.date=2016-02-29&rft.aulast=Tribune&rft.aufirst=The+Texas&rft.au=Watkins%2C+Matthew&rft_id=https%3A%2F%2Fwww.texastribune.org%2F2016%2F02%2F29%2Fbenson-named-president-ut-dallas%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-42"><span class="mw-cite-backlink"><b><a href="#cite_ref-42">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/president/about/" rel="nofollow">"About the President – Office of the President – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=About+the+President+%E2%80%93+Office+of+the+President+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fpresident%2Fabout%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-43"><span class="mw-cite-backlink"><b><a href="#cite_ref-43">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/magazine/university-unveils-new-monogram/" rel="nofollow">"University Unveils New Monogram – UT Dallas Magazine – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 1,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=University+Unveils+New+Monogram+%E2%80%93+UT+Dallas+Magazine+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmagazine%2Funiversity-unveils-new-monogram%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-44"><span class="mw-cite-backlink"><b><a href="#cite_ref-44">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.apollo-magazine.com/acquisitions-of-the-month-november-2018/" rel="nofollow">"Acquisitions of the month: November 2018"</a>. <i>Apollo Magazine</i>. December 7, 2018.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Apollo+Magazine&rft.atitle=Acquisitions+of+the+month%3A+November+2018&rft.date=2018-12-07&rft_id=https%3A%2F%2Fwww.apollo-magazine.com%2Facquisitions-of-the-month-november-2018%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-45"><span class="mw-cite-backlink"><b><a href="#cite_ref-45">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1" id="CITEREFAridi2019">Aridi, Sara (January 24, 2019). <a class="external text" href="https://www.nytimes.com/2019/01/24/arts/design/university-of-texas-at-dallas-crow-museum-of-asian-art.html" rel="nofollow">"Large Asian Art Collection Donated to University of Texas at Dallas"</a>. <i>The New York Times</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=Large+Asian+Art+Collection+Donated+to+University+of+Texas+at+Dallas&rft.date=2019-01-24&rft.aulast=Aridi&rft.aufirst=Sara&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2019%2F01%2F24%2Farts%2Fdesign%2Funiversity-of-texas-at-dallas-crow-museum-of-asian-art.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-40_Years-46"><span class="mw-cite-backlink"><b><a href="#cite_ref-40_Years_46-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/40years/print.html" rel="nofollow">"40 Years"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">April 28,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=40+Years&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2F40years%2Fprint.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-47"><span class="mw-cite-backlink"><b><a href="#cite_ref-47">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/nsm/50/" rel="nofollow">"Celebrating 50 Years"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Celebrating+50+Years&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnsm%2F50%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-auto-48"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto_48-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto_48-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://utdcomets.com/news/2023/7/19/baseball-ut-dallas-accepts-invitation-to-join-lone-star-conference.aspx" rel="nofollow">"UT Dallas Accepts Invitation to Join Lone Star Conference"</a>. July 19, 2023.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+Accepts+Invitation+to+Join+Lone+Star+Conference&rft.date=2023-07-19&rft_id=https%3A%2F%2Futdcomets.com%2Fnews%2F2023%2F7%2F19%2Fbaseball-ut-dallas-accepts-invitation-to-join-lone-star-conference.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-49"><span class="mw-cite-backlink"><b><a href="#cite_ref-49">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.usnews.com/best-colleges/university-of-texas-at-dallas-9741" rel="nofollow">"The University of Texas at Dallas - Profile, Rankings and Data"</a>. <i>US News Best Colleges</i>. March 10, 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">August 13,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=US+News+Best+Colleges&rft.atitle=The+University+of+Texas+at+Dallas+-+Profile%2C+Rankings+and+Data&rft.date=2016-03-10&rft_id=https%3A%2F%2Fwww.usnews.com%2Fbest-colleges%2Funiversity-of-texas-at-dallas-9741&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_ARWU_NU-50"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_ARWU_NU_50-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.shanghairanking.com/rankings/arwu/2022" rel="nofollow">"ShanghaiRanking's Academic Ranking of World Universities"</a>. Shanghai Ranking Consultancy<span class="reference-accessdate">. Retrieved <span class="nowrap">September 13,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ShanghaiRanking%27s+Academic+Ranking+of+World+Universities&rft.pub=Shanghai+Ranking+Consultancy&rft_id=http%3A%2F%2Fwww.shanghairanking.com%2Frankings%2Farwu%2F2022&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_Forbes-51"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_Forbes_51-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.forbes.com/top-colleges/" rel="nofollow">"Forbes America's Top Colleges List 2023"</a>. <i><a href="/wiki/Forbes" title="Forbes">Forbes</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 22,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Forbes&rft.atitle=Forbes+America%27s+Top+Colleges+List+2023&rft_id=https%3A%2F%2Fwww.forbes.com%2Ftop-colleges%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_THE_WSJ-52"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_THE_WSJ_52-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.timeshighereducation.com/rankings/united-states/2022" rel="nofollow">"Wall Street Journal/Times Higher Education College Rankings 2022"</a>. <i><a href="/wiki/The_Wall_Street_Journal" title="The Wall Street Journal">The Wall Street Journal</a>/<a href="/wiki/Times_Higher_Education" title="Times Higher Education">Times Higher Education</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">July 26,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Wall+Street+Journal%2FTimes+Higher+Education&rft.atitle=Wall+Street+Journal%2FTimes+Higher+Education+College+Rankings+2022&rft_id=https%3A%2F%2Fwww.timeshighereducation.com%2Frankings%2Funited-states%2F2022&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_USNWR_NU-53"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_USNWR_NU_53-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.usnews.com/best-colleges/rankings/national-universities" rel="nofollow">"2023-2024 Best National Universities"</a>. <i><a href="/wiki/U.S._News_%26_World_Report" title="U.S. News & World Report">U.S. News & World Report</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 22,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=U.S.+News+%26+World+Report&rft.atitle=2023-2024+Best+National+Universities&rft_id=https%3A%2F%2Fwww.usnews.com%2Fbest-colleges%2Frankings%2Fnational-universities&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_Wamo_NU-54"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_Wamo_NU_54-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://washingtonmonthly.com/2022-college-guide/national/" rel="nofollow">"2022 National University Rankings"</a>. <i><a href="/wiki/Washington_Monthly" title="Washington Monthly">Washington Monthly</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 13,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Washington+Monthly&rft.atitle=2022+National+University+Rankings&rft_id=https%3A%2F%2Fwashingtonmonthly.com%2F2022-college-guide%2Fnational%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-55"><span class="mw-cite-backlink"><b><a href="#cite_ref-55">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.topuniversities.com/universities/university-texas-dallas" rel="nofollow">"University of Texas Dallas"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=University+of+Texas+Dallas&rft_id=https%3A%2F%2Fwww.topuniversities.com%2Funiversities%2Funiversity-texas-dallas&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_ARWU_W-56"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_ARWU_W_56-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.shanghairanking.com/rankings/arwu/2022" rel="nofollow">"ShanghaiRanking's Academic Ranking of World Universities"</a>. Shanghai Ranking Consultancy<span class="reference-accessdate">. Retrieved <span class="nowrap">February 25,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=ShanghaiRanking%27s+Academic+Ranking+of+World+Universities&rft.pub=Shanghai+Ranking+Consultancy&rft_id=http%3A%2F%2Fwww.shanghairanking.com%2Frankings%2Farwu%2F2022&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_QS_W-57"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_QS_W_57-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.topuniversities.com/university-rankings/world-university-rankings/2024" rel="nofollow">"QS World University Rankings 2024: Top global universities"</a>. <a href="/wiki/Quacquarelli_Symonds" title="Quacquarelli Symonds">Quacquarelli Symonds</a><span class="reference-accessdate">. Retrieved <span class="nowrap">June 27,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=QS+World+University+Rankings+2024%3A+Top+global+universities&rft.pub=Quacquarelli+Symonds&rft_id=https%3A%2F%2Fwww.topuniversities.com%2Funiversity-rankings%2Fworld-university-rankings%2F2024&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_THES_W-58"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_THES_W_58-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.timeshighereducation.com/world-university-rankings/2024/world-ranking" rel="nofollow">"World University Rankings 2024"</a>. <i><a href="/wiki/Times_Higher_Education" title="Times Higher Education">Times Higher Education</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 27,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Times+Higher+Education&rft.atitle=World+University+Rankings+2024&rft_id=https%3A%2F%2Fwww.timeshighereducation.com%2Fworld-university-rankings%2F2024%2Fworld-ranking&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Rankings_USNWR_W-59"><span class="mw-cite-backlink"><b><a href="#cite_ref-Rankings_USNWR_W_59-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.usnews.com/education/best-global-universities/rankings" rel="nofollow">"2022-23 Best Global Universities Rankings"</a>. <i><a href="/wiki/U.S._News_%26_World_Report" title="U.S. News & World Report">U.S. News & World Report</a></i><span class="reference-accessdate">. Retrieved <span class="nowrap">February 25,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=U.S.+News+%26+World+Report&rft.atitle=2022-23+Best+Global+Universities+Rankings&rft_id=https%3A%2F%2Fwww.usnews.com%2Feducation%2Fbest-global-universities%2Frankings&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-US_News_&_World_Report-60"><span class="mw-cite-backlink"><b><a href="#cite_ref-US_News_&_World_Report_60-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation magazine cs1"><a class="external text" href="http://colleges.usnews.rankingsandreviews.com/best-colleges/rankings/national-universities" rel="nofollow">"USNWR America's Best Colleges-National University Rankings"</a>. <i>U.S. News & World Report</i><span class="reference-accessdate">. Retrieved <span class="nowrap">October 9,</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=U.S.+News+%26+World+Report&rft.atitle=USNWR+America%27s+Best+Colleges-National+University+Rankings&rft_id=http%3A%2F%2Fcolleges.usnews.rankingsandreviews.com%2Fbest-colleges%2Frankings%2Fnational-universities&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-colleges.usnews.rankingsandreviews.com-61"><span class="mw-cite-backlink"><b><a href="#cite_ref-colleges.usnews.rankingsandreviews.com_61-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation magazine cs1"><a class="external text" href="http://colleges.usnews.rankingsandreviews.com/best-colleges/rankings/national-universities/top-public" rel="nofollow">"USNWR America's Best Colleges-Top Public Schools"</a>. <i>U.S. News & World Report</i><span class="reference-accessdate">. Retrieved <span class="nowrap">October 9,</span> 2018</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=U.S.+News+%26+World+Report&rft.atitle=USNWR+America%27s+Best+Colleges-Top+Public+Schools&rft_id=http%3A%2F%2Fcolleges.usnews.rankingsandreviews.com%2Fbest-colleges%2Frankings%2Fnational-universities%2Ftop-public&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-The_Washington_Monthly-62"><span class="mw-cite-backlink"><b><a href="#cite_ref-The_Washington_Monthly_62-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation magazine cs1"><a class="external text" href="http://www.washingtonmonthly.com/college_guide/rankings-2015/national-universities-rank.php" rel="nofollow">"The Washington Monthly 2015 annual college and university rankings"</a>. <i>The Washington Monthly</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 20,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+Washington+Monthly&rft.atitle=The+Washington+Monthly+2015+annual+college+and+university+rankings&rft_id=http%3A%2F%2Fwww.washingtonmonthly.com%2Fcollege_guide%2Frankings-2015%2Fnational-universities-rank.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Kiplinger's_Magazine-63"><span class="mw-cite-backlink"><b><a href="#cite_ref-Kiplinger's_Magazine_63-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.kiplinger.com/tool/college/T014-S001-kiplinger-s-best-values-in-public-colleges/index.php" rel="nofollow">"Kiplinger's Best Values in Public Colleges"</a>. Kiplinger's Magazine<span class="reference-accessdate">. Retrieved <span class="nowrap">December 20,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Kiplinger%27s+Best+Values+in+Public+Colleges&rft.pub=Kiplinger%27s+Magazine&rft_id=http%3A%2F%2Fwww.kiplinger.com%2Ftool%2Fcollege%2FT014-S001-kiplinger-s-best-values-in-public-colleges%2Findex.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-64"><span class="mw-cite-backlink"><b><a href="#cite_ref-64">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.usnews.com/best-graduate-schools/top-engineering-schools/the-university-of-texas-at-dallas-02208" rel="nofollow">"University of Texas--Dallas (Jonsson) – US News"</a>. <i>US News, Best Engineering Schools</i>. 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">April 6,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=US+News%2C+Best+Engineering+Schools&rft.atitle=University+of+Texas--Dallas+%28Jonsson%29+%E2%80%93+US+News&rft.date=2021&rft_id=https%3A%2F%2Fwww.usnews.com%2Fbest-graduate-schools%2Ftop-engineering-schools%2Fthe-university-of-texas-at-dallas-02208&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-65"><span class="mw-cite-backlink"><b><a href="#cite_ref-65">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.usnews.com/best-colleges/rankings/engineering-doctorate" rel="nofollow">"Best Undergraduate Engineering Programs Rankings"</a>. <i>US News</i>. 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">April 6,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=US+News&rft.atitle=Best+Undergraduate+Engineering+Programs+Rankings&rft.date=2020&rft_id=https%3A%2F%2Fwww.usnews.com%2Fbest-colleges%2Frankings%2Fengineering-doctorate&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-66"><span class="mw-cite-backlink"><b><a href="#cite_ref-66">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation magazine cs1"><a class="external text" href="http://grad-schools.usnews.rankingsandreviews.com/best-graduate-schools/top-engineering-schools" rel="nofollow">"USNWR 2016 Top Engineering Schools"</a>. <i>U.S. News & World Report</i><span class="reference-accessdate">. Retrieved <span class="nowrap">June 20,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=U.S.+News+%26+World+Report&rft.atitle=USNWR+2016+Top+Engineering+Schools&rft_id=http%3A%2F%2Fgrad-schools.usnews.rankingsandreviews.com%2Fbest-graduate-schools%2Ftop-engineering-schools&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-67"><span class="mw-cite-backlink"><b><a href="#cite_ref-67">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.bloomberg.com/business-schools/2018/ut-at-dallas-jindal" rel="nofollow">"UT at Dallas (Jindal)"</a>. <i>Bloomberg BusinessWeek</i>. 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">May 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Bloomberg+BusinessWeek&rft.atitle=UT+at+Dallas+%28Jindal%29&rft.date=2018&rft_id=https%3A%2F%2Fwww.bloomberg.com%2Fbusiness-schools%2F2018%2Fut-at-dallas-jindal&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-ARWU-68"><span class="mw-cite-backlink">^ <a href="#cite_ref-ARWU_68-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-ARWU_68-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.shanghairanking.com/ARWU2015.html" rel="nofollow">"Academic Ranking of World Universities – 2015"</a>. ARWU<span class="reference-accessdate">. Retrieved <span class="nowrap">December 20,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Academic+Ranking+of+World+Universities+%E2%80%93+2015&rft.pub=ARWU&rft_id=http%3A%2F%2Fwww.shanghairanking.com%2FARWU2015.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-69"><span class="mw-cite-backlink"><b><a href="#cite_ref-69">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.collegechoice.net/rankings/best-masters-in-marketing-degrees/" rel="nofollow">"Best Master's in Marketing Degrees"</a>. <i>Collegechoice</i>. November 30, 2016<span class="reference-accessdate">. Retrieved <span class="nowrap">March 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=Collegechoice&rft.atitle=Best+Master%27s+in+Marketing+Degrees&rft.date=2016-11-30&rft_id=https%3A%2F%2Fwww.collegechoice.net%2Frankings%2Fbest-masters-in-marketing-degrees%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-70"><span class="mw-cite-backlink"><b><a href="#cite_ref-70">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.usnews.com/best-graduate-schools/top-health-schools/audiology-rankings" rel="nofollow">"Best Audiology Schools"</a>. <i>US News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 6,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=US+News&rft.atitle=Best+Audiology+Schools&rft_id=https%3A%2F%2Fwww.usnews.com%2Fbest-graduate-schools%2Ftop-health-schools%2Faudiology-rankings&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-71"><span class="mw-cite-backlink"><b><a href="#cite_ref-71">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.usnews.com/best-graduate-schools/top-health-schools/pathology-rankings?location=Texas" rel="nofollow">"Best Speech Pathologist Schools"</a>. <i>US News</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 6,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=US+News&rft.atitle=Best+Speech+Pathologist+Schools&rft_id=https%3A%2F%2Fwww.usnews.com%2Fbest-graduate-schools%2Ftop-health-schools%2Fpathology-rankings%3Flocation%3DTexas&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-72"><span class="mw-cite-backlink"><b><a href="#cite_ref-72">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.princetonreview.com/college-rankings/game-design/top-25-game-design-grad" rel="nofollow">"Top 25 Graduate Schools for Game Design"</a>. <i>www.princetonreview.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.princetonreview.com&rft.atitle=Top+25+Graduate+Schools+for+Game+Design&rft_id=https%3A%2F%2Fwww.princetonreview.com%2Fcollege-rankings%2Fgame-design%2Ftop-25-game-design-grad&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-73"><span class="mw-cite-backlink"><b><a href="#cite_ref-73">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20111125165621/http://www.gamepro.com/article/features/218325/top-10-schools-2-of-5" rel="nofollow">"Princeton Review Top 10 Graduate Game Design Programs"</a>. <i>The Princeton Review's top 10 grad, undergrad game design schools</i>. Princeton Review. Archived from <a class="external text" href="http://www.gamepro.com/article/features/218325/top-10-schools-2-of-5/" rel="nofollow">the original</a> on November 25, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">March 2,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Princeton+Review%27s+top+10+grad%2C+undergrad+game+design+schools&rft.atitle=Princeton+Review+Top+10+Graduate+Game+Design+Programs&rft_id=http%3A%2F%2Fwww.gamepro.com%2Farticle%2Ffeatures%2F218325%2Ftop-10-schools-2-of-5%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-74"><span class="mw-cite-backlink"><b><a href="#cite_ref-74">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://epps.utdallas.edu/about/programs/geospatial-information-sciences/" rel="nofollow">"Geospatial Information Sciences – School of Economic, Political and Policy Sciences – The University of Texas at Dallas"</a>. <i>epps.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=epps.utdallas.edu&rft.atitle=Geospatial+Information+Sciences+%E2%80%93+School+of+Economic%2C+Political+and+Policy+Sciences+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fepps.utdallas.edu%2Fabout%2Fprograms%2Fgeospatial-information-sciences%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-75"><span class="mw-cite-backlink"><b><a href="#cite_ref-75">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/2/22-1171_Geography-Program-Excels-in-National-Rankings_article.html" rel="nofollow">"Geography and Geospatial Sciences program"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">April 29,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Geography+and+Geospatial+Sciences+program&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F2%2F22-1171_Geography-Program-Excels-in-National-Rankings_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-76"><span class="mw-cite-backlink"><b><a href="#cite_ref-76">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://jindal.utdallas.edu/the-utd-top-100-business-school-research-rankings/index.php" rel="nofollow">"The UTD Top 100 Business School Research Rankings™ – Naveen Jindal School of Management – The University of Texas at Dallas"</a>. <i>jindal.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">March 24,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=jindal.utdallas.edu&rft.atitle=The+UTD+Top+100+Business+School+Research+Rankings%E2%84%A2+%E2%80%93+Naveen+Jindal+School+of+Management+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fjindal.utdallas.edu%2Fthe-utd-top-100-business-school-research-rankings%2Findex.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-77"><span class="mw-cite-backlink"><b><a href="#cite_ref-77">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://edition.cnn.com/2008/BUSINESS/03/10/execed.research/index.html" rel="nofollow">"Researching the best – CNN.com"</a>. <i>edition.cnn.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">March 24,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=edition.cnn.com&rft.atitle=Researching+the+best+%E2%80%93+CNN.com&rft_id=http%3A%2F%2Fedition.cnn.com%2F2008%2FBUSINESS%2F03%2F10%2Fexeced.research%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-78"><span class="mw-cite-backlink"><b><a href="#cite_ref-78">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://fortune.com/2011/06/02/do-we-really-need-another-b-school-ranking/" rel="nofollow">"Do we really need another B-school ranking?"</a>. <i>Fortune</i><span class="reference-accessdate">. Retrieved <span class="nowrap">March 24,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Fortune&rft.atitle=Do+we+really+need+another+B-school+ranking%3F&rft_id=http%3A%2F%2Ffortune.com%2F2011%2F06%2F02%2Fdo-we-really-need-another-b-school-ranking%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-79"><span class="mw-cite-backlink"><b><a href="#cite_ref-79">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBradshaw2014">Bradshaw, Della (March 25, 2014). <span class="cs1-lock-subscription" title="Paid subscription required"><a class="external text" href="https://www.ft.com/content/e164d7d2-b416-11e3-a102-00144feabdc0" rel="nofollow">"Wharton and Harvard top latest UT Dallas research ranking"</a></span>. <i>Financial Times</i>. <a class="external text" href="https://ghostarchive.org/archive/20221210/https://www.ft.com/content/e164d7d2-b416-11e3-a102-00144feabdc0" rel="nofollow">Archived</a> from the original on December 10, 2022<span class="reference-accessdate">. Retrieved <span class="nowrap">March 24,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Financial+Times&rft.atitle=Wharton+and+Harvard+top+latest+UT+Dallas+research+ranking&rft.date=2014-03-25&rft.aulast=Bradshaw&rft.aufirst=Della&rft_id=https%3A%2F%2Fwww.ft.com%2Fcontent%2Fe164d7d2-b416-11e3-a102-00144feabdc0&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-80"><span class="mw-cite-backlink"><b><a href="#cite_ref-80">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/about-us/fast-facts/" rel="nofollow">"Fast Facts | The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 21,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Fast+Facts+%7C+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fabout-us%2Ffast-facts%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-University_of_Texas_Dallas_Annual_Report_2010-81"><span class="mw-cite-backlink"><b><a href="#cite_ref-University_of_Texas_Dallas_Annual_Report_2010_81-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/academics/index.html" rel="nofollow">"Degrees by School – The University of Texas at Dallas"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 20,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Degrees+by+School+%E2%80%93+The+University+of+Texas+at+Dallas&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Facademics%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-The_University_of_Texas_at_Dallas_College_Portrait-82"><span class="mw-cite-backlink"><b><a href="#cite_ref-The_University_of_Texas_at_Dallas_College_Portrait_82-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.collegeportraits.org/TX/UTD" rel="nofollow">"The University of Texas at Dallas College Portrait"</a>. College Portrait<span class="reference-accessdate">. Retrieved <span class="nowrap">January 23,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+University+of+Texas+at+Dallas+College+Portrait&rft.pub=College+Portrait&rft_id=http%3A%2F%2Fwww.collegeportraits.org%2FTX%2FUTD&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-83"><span class="mw-cite-backlink"><b><a href="#cite_ref-83">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/academics/certificates.html" rel="nofollow">"Certificates"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 20,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Certificates&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Facademics%2Fcertificates.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Interdisciplinary_degrees-84"><span class="mw-cite-backlink"><b><a href="#cite_ref-Interdisciplinary_degrees_84-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/admissions/graduate/degrees/interdisciplinary/" rel="nofollow">"Interdisciplinary degrees"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 8,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Interdisciplinary+degrees&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fadmissions%2Fgraduate%2Fdegrees%2Finterdisciplinary%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-85"><span class="mw-cite-backlink"><b><a href="#cite_ref-85">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.dallasnews.com/arts-entertainment/2022/07/28/ut-dallas-will-merge-two-schools-creating-the-school-of-arts-humanities-and-technology/" rel="nofollow">"UT Dallas will merge two schools, creating the School of Arts, Humanities and Technology"</a>. July 28, 2022.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+will+merge+two+schools%2C+creating+the+School+of+Arts%2C+Humanities+and+Technology&rft.date=2022-07-28&rft_id=https%3A%2F%2Fwww.dallasnews.com%2Farts-entertainment%2F2022%2F07%2F28%2Fut-dallas-will-merge-two-schools-creating-the-school-of-arts-humanities-and-technology%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-86"><span class="mw-cite-backlink"><b><a href="#cite_ref-86">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/academics/honorscollege.html" rel="nofollow">"Honors College – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 21,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Honors+College+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Facademics%2Fhonorscollege.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-87"><span class="mw-cite-backlink"><b><a href="#cite_ref-87">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/mcdermott/" rel="nofollow">"The Eugene McDermott Scholars Program – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 21,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=The+Eugene+McDermott+Scholars+Program+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmcdermott%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-88"><span class="mw-cite-backlink"><b><a href="#cite_ref-88">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/archive/2006/criminology-doctorate.html" rel="nofollow">"New Advanced Degrees Establish Texas' First PhD Criminology Program"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 27,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+Advanced+Degrees+Establish+Texas%27+First+PhD+Criminology+Program&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Farchive%2F2006%2Fcriminology-doctorate.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-89"><span class="mw-cite-backlink"><b><a href="#cite_ref-89">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/ah/programs/emac/" rel="nofollow">"Emerging Media and Communication"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 8,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Emerging+Media+and+Communication&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fah%2Fprograms%2Femac%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-90"><span class="mw-cite-backlink"><b><a href="#cite_ref-90">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/epps/gis//" rel="nofollow">"University Consortium for Geographic Information Science"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">August 20,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=University+Consortium+for+Geographic+Information+Science&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fepps%2Fgis%2F%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Geospatial_Intelligence_certificate-91"><span class="mw-cite-backlink"><b><a href="#cite_ref-Geospatial_Intelligence_certificate_91-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://usgif.org/education/accreditation" rel="nofollow">"Geospatial Intelligence certificate"</a>. United States Geospatial Intelligence Foundation<span class="reference-accessdate">. Retrieved <span class="nowrap">June 13,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Geospatial+Intelligence+certificate&rft.pub=United+States+Geospatial+Intelligence+Foundation&rft_id=http%3A%2F%2Fusgif.org%2Feducation%2Faccreditation&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-92"><span class="mw-cite-backlink"><b><a href="#cite_ref-92">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/epps/about/programs/geospatial-information-sciences/" rel="nofollow">"Geospatial Information Sciences – School of Economic, Political and Policy Sciences – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 21,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Geospatial+Information+Sciences+%E2%80%93+School+of+Economic%2C+Political+and+Policy+Sciences+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fepps%2Fabout%2Fprograms%2Fgeospatial-information-sciences%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-93"><span class="mw-cite-backlink"><b><a href="#cite_ref-93">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://ospa.utdallas.edu/university-profile/" rel="nofollow">"University Profile - Office of Institutional Success and Decision Support - Institutional Research, Analytics and Reporting | The University of Texas at Dallas"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">August 13,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=University+Profile+-+Office+of+Institutional+Success+and+Decision+Support+-+Institutional+Research%2C+Analytics+and+Reporting+%26%23124%3B+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fospa.utdallas.edu%2Funiversity-profile%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-95"><span class="mw-cite-backlink"><b><a href="#cite_ref-95">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/president/speeches/state-of-the-university-2019/sotu-2019.pdf" rel="nofollow">"2019 State of The University"</a> <span class="cs1-format">(PDF)</span><span class="reference-accessdate">. Retrieved <span class="nowrap">August 13,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=2019+State+of+The+University&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fpresident%2Fspeeches%2Fstate-of-the-university-2019%2Fsotu-2019.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-96"><span class="mw-cite-backlink"><b><a href="#cite_ref-96">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.nationalmerit.org/s/1758/images/gid2/editor_documents/annual_report.pdf?gid=2&pgid=61" rel="nofollow">"National Merit Scholarship Corporation 2016–17 Annual Report"</a> <span class="cs1-format">(PDF)</span>. <i>Nationalmerit.org</i><span class="reference-accessdate">. Retrieved <span class="nowrap">February 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Nationalmerit.org&rft.atitle=National+Merit+Scholarship+Corporation+2016%E2%80%9317+Annual+Report&rft_id=https%3A%2F%2Fwww.nationalmerit.org%2Fs%2F1758%2Fimages%2Fgid2%2Feditor_documents%2Fannual_report.pdf%3Fgid%3D2%26pgid%3D61&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:9-97"><span class="mw-cite-backlink">^ <a href="#cite_ref-:9_97-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:9_97-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:9_97-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-:9_97-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/parents/fastfacts/" rel="nofollow">"Fast Facts – Parents and Families – The University of Texas at Dallas"</a>. <i>Utdallas.edu</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Utdallas.edu&rft.atitle=Fast+Facts+%E2%80%93+Parents+and+Families+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fparents%2Ffastfacts%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-UT_Dallas_State_Of_The_Union_2022_-_Review_of_Quantitative_Targets_at_0:09-98"><span class="mw-cite-backlink"><b><a href="#cite_ref-UT_Dallas_State_Of_The_Union_2022_-_Review_of_Quantitative_Targets_at_0:09_98-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/sotu/" rel="nofollow">"State Of The University"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 25,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=State+Of+The+University&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fsotu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-99"><span class="mw-cite-backlink"><b><a href="#cite_ref-99">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://aes.utdallas.edu/" rel="nofollow">"Academic Excellence Scholarship"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 20,</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Academic+Excellence+Scholarship&rft.pub=The+University+of+Texas+at+Dallas&rft_id=http%3A%2F%2Faes.utdallas.edu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Eugene_McDermott_Scholars_Program-100"><span class="mw-cite-backlink"><b><a href="#cite_ref-Eugene_McDermott_Scholars_Program_100-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/mcdermott/" rel="nofollow">"Eugene McDermott Scholars Program"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">May 3,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Eugene+McDermott+Scholars+Program&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmcdermott%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-UT_Dallas_National_Merit_Scholars_Program-101"><span class="mw-cite-backlink"><b><a href="#cite_ref-UT_Dallas_National_Merit_Scholars_Program_101-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://honors.utdallas.edu/nmsp/" rel="nofollow">"UT Dallas National Merit Scholars Program"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 20,</span> 2017</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+National+Merit+Scholars+Program&rft.pub=The+University+of+Texas+at+Dallas&rft_id=http%3A%2F%2Fhonors.utdallas.edu%2Fnmsp%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-TerryScholars-102"><span class="mw-cite-backlink"><b><a href="#cite_ref-TerryScholars_102-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.terryfoundation.org/" rel="nofollow">"Terry Scholars"</a>. The Terry Foundation. May 18, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">December 20,</span> 2015</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Terry+Scholars&rft.pub=The+Terry+Foundation&rft.date=2010-05-18&rft_id=http%3A%2F%2Fwww.terryfoundation.org%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-103"><span class="mw-cite-backlink"><b><a href="#cite_ref-103">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://carnegieclassifications.iu.edu/lookup/view_institution.php?unit_id=228787" rel="nofollow">"Carnegie Classifications Institution Lookup"</a>. <i>carnegieclassifications.iu.edu</i>. Center for Postsecondary Education<span class="reference-accessdate">. Retrieved <span class="nowrap">July 19,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=carnegieclassifications.iu.edu&rft.atitle=Carnegie+Classifications+Institution+Lookup&rft_id=https%3A%2F%2Fcarnegieclassifications.iu.edu%2Flookup%2Fview_institution.php%3Funit_id%3D228787&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-104"><span class="mw-cite-backlink"><b><a href="#cite_ref-104">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://ncsesdata.nsf.gov/herd/2018/html/herd18-dt-tab020.html" rel="nofollow">"Table 20. Higher education R&D expenditures, ranked by FY 2018 R&D expenditures: FYs 2009–18"</a>. <i>ncsesdata.nsf.gov</i>. <a href="/wiki/National_Science_Foundation" title="National Science Foundation">National Science Foundation</a><span class="reference-accessdate">. Retrieved <span class="nowrap">July 20,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=ncsesdata.nsf.gov&rft.atitle=Table+20.+Higher+education+R%26D+expenditures%2C+ranked+by+FY+2018+R%26D+expenditures%3A+FYs+2009%E2%80%9318&rft_id=https%3A%2F%2Fncsesdata.nsf.gov%2Fherd%2F2018%2Fhtml%2Fherd18-dt-tab020.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-105"><span class="mw-cite-backlink"><b><a href="#cite_ref-105">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/otc/" rel="nofollow">"Office of Technology Commercialization"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">January 29,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Office+of+Technology+Commercialization&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fotc%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Research_Centers_and_Institutes-106"><span class="mw-cite-backlink"><b><a href="#cite_ref-Research_Centers_and_Institutes_106-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/research/centers.html" rel="nofollow">"Research Centers and Institutes"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 19,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Research+Centers+and+Institutes&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fresearch%2Fcenters.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-UT_Dallas_State_Of_The_Union_2021_-_Review_of_Quantitative_Targets_at_0:09-107"><span class="mw-cite-backlink"><b><a href="#cite_ref-UT_Dallas_State_Of_The_Union_2021_-_Review_of_Quantitative_Targets_at_0:09_107-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/sotu/" rel="nofollow">"State Of The University"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 25,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=State+Of+The+University&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fsotu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-108"><span class="mw-cite-backlink"><b><a href="#cite_ref-108">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.utdallas.edu/news/2008/04/24-002.php" rel="nofollow">"UT Dallas Professor's Experiment Blasts into Space"</a>. UT Dallas News Center<span class="reference-accessdate">. Retrieved <span class="nowrap">June 24,</span> 2008</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=UT+Dallas+Professor%27s+Experiment+Blasts+into+Space&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2008%2F04%2F24-002.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-109"><span class="mw-cite-backlink"><b><a href="#cite_ref-109">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.nasa.gov/mission_pages/cindi/index.html" rel="nofollow">"CINDI Mission Page"</a>. NASA<span class="reference-accessdate">. Retrieved <span class="nowrap">June 24,</span> 2008</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CINDI+Mission+Page&rft.pub=NASA&rft_id=http%3A%2F%2Fwww.nasa.gov%2Fmission_pages%2Fcindi%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-110"><span class="mw-cite-backlink"><b><a href="#cite_ref-110">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://cindispace.utdallas.edu/" rel="nofollow">"CINDI Project Page at UT Dallas"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 24,</span> 2008</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CINDI+Project+Page+at+UT+Dallas&rft.pub=The+University+of+Texas+at+Dallas&rft_id=http%3A%2F%2Fcindispace.utdallas.edu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-marsexp-111"><span class="mw-cite-backlink"><b><a href="#cite_ref-marsexp_111-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2008/05/23-001.php" rel="nofollow">"Prof Heads to Arizona to Monitor Mars Experiment"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">May 25,</span> 2008</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Prof+Heads+to+Arizona+to+Monitor+Mars+Experiment&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2008%2F05%2F23-001.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-112"><span class="mw-cite-backlink"><b><a href="#cite_ref-112">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://csrc.utdallas.edu/" rel="nofollow">"CYBERSECURITY RESEARCH CENTER"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 8,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CYBERSECURITY+RESEARCH+CENTER&rft.pub=The+University+of+Texas+at+Dallas&rft_id=http%3A%2F%2Fcsrc.utdallas.edu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-113"><span class="mw-cite-backlink"><b><a href="#cite_ref-113">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20111103050500/http://csepi.utdallas.edu/" rel="nofollow">"CyberSecurity and Emergency Preparedness Institute"</a>. The University of Texas at Dallas. Archived from <a class="external text" href="http://csepi.utdallas.edu/" rel="nofollow">the original</a> on November 3, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">November 13,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=CyberSecurity+and+Emergency+Preparedness+Institute&rft.pub=The+University+of+Texas+at+Dallas&rft_id=http%3A%2F%2Fcsepi.utdallas.edu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Alan_G._MacDiarmid_NanoTech_Institute_Publications-114"><span class="mw-cite-backlink"><b><a href="#cite_ref-Alan_G._MacDiarmid_NanoTech_Institute_Publications_114-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://nanotech.utdallas.edu/publications/index.html" rel="nofollow">"Alan G. MacDiarmid NanoTech Institute Publications"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">April 26,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Alan+G.+MacDiarmid+NanoTech+Institute+Publications&rft.pub=The+University+of+Texas+at+Dallas&rft_id=http%3A%2F%2Fnanotech.utdallas.edu%2Fpublications%2Findex.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-115"><span class="mw-cite-backlink"><b><a href="#cite_ref-115">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2011/7/8-11621_NanoTech-Director-Makes-List-of-Top-Researchers_article.html" rel="nofollow">"NanoTech Director Makes List of Top Researchers"</a>. University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">July 11,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NanoTech+Director+Makes+List+of+Top+Researchers&rft.pub=University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2011%2F7%2F8-11621_NanoTech-Director-Makes-List-of-Top-Researchers_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-116"><span class="mw-cite-backlink"><b><a href="#cite_ref-116">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.sciencewatch.com/dr/sci/misc/Top100MatSci2000-10/" rel="nofollow">"Top 100 Materials Scientists"</a>. Thomson Reuters<span class="reference-accessdate">. Retrieved <span class="nowrap">July 11,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Top+100+Materials+Scientists&rft.pub=Thomson+Reuters&rft_id=http%3A%2F%2Fwww.sciencewatch.com%2Fdr%2Fsci%2Fmisc%2FTop100MatSci2000-10%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Texas_Icon_H._Ross_Perot_highlights_Dedication_of_UTD's_Natural_Science_&_Engineering_Research_Laboratory-117"><span class="mw-cite-backlink"><b><a href="#cite_ref-Texas_Icon_H._Ross_Perot_highlights_Dedication_of_UTD's_Natural_Science_&_Engineering_Research_Laboratory_117-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20080708235440/http://www.utdallas.edu/news/archive/2007/0605001.html" rel="nofollow">"Texas Icon H. Ross Perot highlights Dedication of UTD's Natural Science & Engineering Research Laboratory"</a>. The University of Texas at Dallas. Archived from <a class="external text" href="https://www.utdallas.edu/news/archive/2007/0605001.html" rel="nofollow">the original</a> on July 8, 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">May 3,</span> 2008</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Texas+Icon+H.+Ross+Perot+highlights+Dedication+of+UTD%27s+Natural+Science+%26+Engineering+Research+Laboratory&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Farchive%2F2007%2F0605001.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-118"><span class="mw-cite-backlink"><b><a href="#cite_ref-118">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20100924083011/http://www.jeol.com/PRODUCTS/ElectronOptics/TransmissionElectronMicroscopesTEM/200kV/JEMARM200F/tabid/662/Default.aspx" rel="nofollow">"JEM-ARM200F Opens Doors to New Ultra Micro Analysis"</a>. JEOL.Ltd. Archived from <a class="external text" href="http://www.jeol.com/PRODUCTS/ElectronOptics/TransmissionElectronMicroscopesTEM/200kV/JEMARM200F/tabid/662/Default.aspx" rel="nofollow">the original</a> on September 24, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">September 1,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=JEM-ARM200F+Opens+Doors+to+New+Ultra+Micro+Analysis&rft.pub=JEOL.Ltd.&rft_id=http%3A%2F%2Fwww.jeol.com%2FPRODUCTS%2FElectronOptics%2FTransmissionElectronMicroscopesTEM%2F200kV%2FJEMARM200F%2Ftabid%2F662%2FDefault.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-119"><span class="mw-cite-backlink"><b><a href="#cite_ref-119">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/3/25-2001_Microscope-to-Further-Bolster-Nanotech-Research_article.html" rel="nofollow">"Microscope to Further Bolster Nanotech Research"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">September 6,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Microscope+to+Further+Bolster+Nanotech+Research&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F3%2F25-2001_Microscope-to-Further-Bolster-Nanotech-Research_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-brainhealth.utdallas-120"><span class="mw-cite-backlink"><b><a href="#cite_ref-brainhealth.utdallas_120-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.brainhealth.utdallas.edu/" rel="nofollow">"Center for BrainHealth"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">August 17,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Center+for+BrainHealth&rft.pub=The+University+of+Texas+at+Dallas&rft_id=http%3A%2F%2Fwww.brainhealth.utdallas.edu%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-121"><span class="mw-cite-backlink"><b><a href="#cite_ref-121">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/calliercenter/" rel="nofollow">"Callier Center for Communication Disorders"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">August 17,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Callier+Center+for+Communication+Disorders&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fcalliercenter%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-122"><span class="mw-cite-backlink"><b><a href="#cite_ref-122">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://bes2009-10.org/" rel="nofollow">"UK voting study"</a>. British Election Study<span class="reference-accessdate">. Retrieved <span class="nowrap">June 2,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UK+voting+study&rft.pub=British+Election+Study&rft_id=http%3A%2F%2Fbes2009-10.org%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-123"><span class="mw-cite-backlink"><b><a href="#cite_ref-123">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www2.census.gov/geo/maps/DC2020/DC20BLK/st48_tx/place/p4861796_richardson/DC20BLK_P4861796.pdf" rel="nofollow">"2020 CENSUS - CENSUS BLOCK MAP: Richardson city, TX"</a> <span class="cs1-format">(PDF)</span>. <a class="mw-redirect" href="/wiki/U.S._Census_Bureau" title="U.S. Census Bureau">U.S. Census Bureau</a>. pp. 1, 5 (PDF pp. 2, 6/9)<span class="reference-accessdate">. Retrieved <span class="nowrap">July 1,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=2020+CENSUS+-+CENSUS+BLOCK+MAP%3A+Richardson+city%2C+TX&rft.pages=1%2C+5+%28PDF+pp.+2%2C+6%2F9%29&rft.pub=U.S.+Census+Bureau&rft_id=https%3A%2F%2Fwww2.census.gov%2Fgeo%2Fmaps%2FDC2020%2FDC20BLK%2Fst48_tx%2Fplace%2Fp4861796_richardson%2FDC20BLK_P4861796.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span> - Compare to <a class="external text" href="https://engineering.utdallas.edu/engineering/files/UTD-Campus-and-Parking-Map.pdf" rel="nofollow">the Campus and Parking Map</a>.</span> </li> <li id="cite_note-124"><span class="mw-cite-backlink"><b><a href="#cite_ref-124">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.princetonreview.com/green-guide.aspx" rel="nofollow">"The 2014 Green Colleges Guide is Here!"</a>. The Princeton Review<span class="reference-accessdate">. Retrieved <span class="nowrap">April 24,</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+2014+Green+Colleges+Guide+is+Here%21&rft.pub=The+Princeton+Review&rft_id=http%3A%2F%2Fwww.princetonreview.com%2Fgreen-guide.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-125"><span class="mw-cite-backlink"><b><a href="#cite_ref-125">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMercury2018">Mercury, The (September 17, 2018). <a class="external text" href="https://utdmercury.com/county-divide-to-have-implications-for-elections/" rel="nofollow">"County divide to have implications for elections"</a>. <i>The Mercury</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 21,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Mercury&rft.atitle=County+divide+to+have+implications+for+elections&rft.date=2018-09-17&rft.aulast=Mercury&rft.aufirst=The&rft_id=https%3A%2F%2Futdmercury.com%2Fcounty-divide-to-have-implications-for-elections%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-126"><span class="mw-cite-backlink"><b><a href="#cite_ref-126">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFUT_Dallas2018">UT Dallas (2018). <a class="external text" href="https://www.utdallas.edu/masterplan/download/Campus_Master_Plan_Update_20180515.pdf" rel="nofollow">"UT Dallas Campus Master Plan 2018, Page 65"</a> <span class="cs1-format">(PDF)</span><span class="reference-accessdate">. Retrieved <span class="nowrap">April 21,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+Campus+Master+Plan+2018%2C+Page+65&rft.date=2018&rft.au=UT+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmasterplan%2Fdownload%2FCampus_Master_Plan_Update_20180515.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-127"><span class="mw-cite-backlink"><b><a href="#cite_ref-127">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation cs2" id="CITEREFUTD_TV2018">UTD TV (October 4, 2018), <a class="external text" href="https://www.youtube.com/watch?v=Xexy9iwXDP8" rel="nofollow"><i>Busy Being Born: The UT Dallas Story, timestamp 2:16</i></a><span class="reference-accessdate">, retrieved <span class="nowrap">April 21,</span> 2019</span></cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=Busy+Being+Born%3A+The+UT+Dallas+Story%2C+timestamp+2%3A16&rft.date=2018-10-04&rft.au=UTD+TV&rft_id=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXexy9iwXDP8&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-128"><span class="mw-cite-backlink"><b><a href="#cite_ref-128">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/magazine/3707/the-tale-of-a-happy-union-between-utd-and-richardson/" rel="nofollow">"The Tale of a Happy Union between UTD and Richardson – UT Dallas Magazine – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 21,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=The+Tale+of+a+Happy+Union+between+UTD+and+Richardson+%E2%80%93+UT+Dallas+Magazine+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmagazine%2F3707%2Fthe-tale-of-a-happy-union-between-utd-and-richardson%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-129"><span class="mw-cite-backlink"><b><a href="#cite_ref-129">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/maps/" rel="nofollow">"Campus Map"</a>. The University of Texas at Dallas. April 29, 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">September 16,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Campus+Map&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2009-04-29&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmaps%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-130"><span class="mw-cite-backlink"><b><a href="#cite_ref-130">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/maps/callier.html" rel="nofollow">"Map of the Callier Center Dallas Campus"</a>. The University of Texas at Dallas. January 7, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">January 7,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Map+of+the+Callier+Center+Dallas+Campus&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2011-01-07&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmaps%2Fcallier.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-131"><span class="mw-cite-backlink"><b><a href="#cite_ref-131">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/ah/programs/arts/visual/centraltrak.html" rel="nofollow">"CentralTrak – Visual Arts – School of Arts and Humanities – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 21,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=CentralTrak+%E2%80%93+Visual+Arts+%E2%80%93+School+of+Arts+and+Humanities+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fah%2Fprograms%2Farts%2Fvisual%2Fcentraltrak.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-132"><span class="mw-cite-backlink"><b><a href="#cite_ref-132">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.dmagazine.com/arts-entertainment/2017/01/centraltrak-utd-closing-dallas-lease-expo-park/" rel="nofollow">"UTD's CentralTrak Forced to Move Out This Summer"</a>. <i>D Magazine</i>. January 13, 2017<span class="reference-accessdate">. Retrieved <span class="nowrap">May 21,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=D+Magazine&rft.atitle=UTD%27s+CentralTrak+Forced+to+Move+Out+This+Summer&rft.date=2017-01-13&rft_id=https%3A%2F%2Fwww.dmagazine.com%2Farts-entertainment%2F2017%2F01%2Fcentraltrak-utd-closing-dallas-lease-expo-park%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-133"><span class="mw-cite-backlink"><b><a href="#cite_ref-133">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.dallasnews.com/arts/museums/2019/01/24/advancing-place-regions-arts-scene-ut-dallas-acquires-crow-collection-asian-art" rel="nofollow">"UT Dallas acquires Crow Museum of Asian Art, advancing its place in the region's arts scene"</a>. <i>Dallas News</i>. January 24, 2019<span class="reference-accessdate">. Retrieved <span class="nowrap">April 20,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Dallas+News&rft.atitle=UT+Dallas+acquires+Crow+Museum+of+Asian+Art%2C+advancing+its+place+in+the+region%27s+arts+scene&rft.date=2019-01-24&rft_id=https%3A%2F%2Fwww.dallasnews.com%2Farts%2Fmuseums%2F2019%2F01%2F24%2Fadvancing-place-regions-arts-scene-ut-dallas-acquires-crow-collection-asian-art&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-134"><span class="mw-cite-backlink"><b><a href="#cite_ref-134">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://richardsoniq.com/iq1302/" rel="nofollow">"The IQ at 1302 | Richardson IQ"</a>. <i>richardsoniq.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 21,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=richardsoniq.com&rft.atitle=The+IQ+at+1302+%7C+Richardson+IQ&rft_id=https%3A%2F%2Frichardsoniq.com%2Fiq1302%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-135"><span class="mw-cite-backlink"><b><a href="#cite_ref-135">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://fed.utdallas.edu/news/20220919/" rel="nofollow">"September 19, 2022 - F&ED This Week - Facilities & Economic Development - The University of Texas at Dallas"</a>. <i>Facilities & Economic Development – The University of Texas at Dallas</i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 21,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Facilities+%26+Economic+Development+%E2%80%93+The+University+of+Texas+at+Dallas&rft.atitle=September+19%2C+2022+-+F%26ED+This+Week+-+Facilities+%26+Economic+Development+-+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Ffed.utdallas.edu%2Fnews%2F20220919%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-136"><span class="mw-cite-backlink"><b><a href="#cite_ref-136">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/pardonourprogress/images/Indoor-Walking-Path-Map.pdf" rel="nofollow">"Indoor Walking Path"</a> <span class="cs1-format">(PDF)</span>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">July 25,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Indoor+Walking+Path&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fpardonourprogress%2Fimages%2FIndoor-Walking-Path-Map.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-137"><span class="mw-cite-backlink"><b><a href="#cite_ref-137">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2011/2/10-8711_UT-Dallas-Building-Awarded-Highest-Green-Status_article.html" rel="nofollow">"UT Dallas Building Awarded Highest Green Status"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">February 8,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+Building+Awarded+Highest+Green+Status&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2011%2F2%2F10-8711_UT-Dallas-Building-Awarded-Highest-Green-Status_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-138"><span class="mw-cite-backlink"><b><a href="#cite_ref-138">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/facilities/files/CLEP-Executive-Summary-Nov-2010.pdf" rel="nofollow">"Campus Landscape Enhancement Project"</a> <span class="cs1-format">(PDF)</span>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">January 1,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Campus+Landscape+Enhancement+Project&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ffacilities%2Ffiles%2FCLEP-Executive-Summary-Nov-2010.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-139"><span class="mw-cite-backlink"><b><a href="#cite_ref-139">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/enhance/downloads/enhancement-facts.pdf" rel="nofollow">"Campus Enhancement Facts"</a> <span class="cs1-format">(PDF)</span>. The University of Texas at Dallas. April 16, 2007<span class="reference-accessdate">. Retrieved <span class="nowrap">September 17,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Campus+Enhancement+Facts&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2007-04-16&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fenhance%2Fdownloads%2Fenhancement-facts.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-140"><span class="mw-cite-backlink"><b><a href="#cite_ref-140">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20121009021813/http://www.utdallas.edu/president/viewpoint/2010/10/" rel="nofollow">"President Viewpoint 2010"</a>. The University of Texas at Dallas. Archived from <a class="external text" href="https://www.utdallas.edu/president/viewpoint/2010/10/" rel="nofollow">the original</a> on October 9, 2012<span class="reference-accessdate">. Retrieved <span class="nowrap">January 1,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=President+Viewpoint+2010&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fpresident%2Fviewpoint%2F2010%2F10%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-141"><span class="mw-cite-backlink"><b><a href="#cite_ref-141">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://fed.utdallas.edu/news/20210914/" rel="nofollow">"September 14, 2021 - F&ED This Week - Facilities & Economic Development - The University of Texas at Dallas"</a>. <i>Facilities & Economic Development - The University of Texas at Dallas</i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 21,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Facilities+%26+Economic+Development+-+The+University+of+Texas+at+Dallas&rft.atitle=September+14%2C+2021+-+F%26ED+This+Week+-+Facilities+%26+Economic+Development+-+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Ffed.utdallas.edu%2Fnews%2F20210914%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-142"><span class="mw-cite-backlink"><b><a href="#cite_ref-142">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.dallasnews.com/news/transportation/2018/07/12/booming-ut-dallas-adds-transit-style-housing-mix-trains-can-come-later" rel="nofollow">"How UT-Dallas is preparing for DART's Cotton Belt stop"</a>. <i>Dallas News</i>. July 12, 2018<span class="reference-accessdate">. Retrieved <span class="nowrap">March 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Dallas+News&rft.atitle=How+UT-Dallas+is+preparing+for+DART%27s+Cotton+Belt+stop&rft.date=2018-07-12&rft_id=https%3A%2F%2Fwww.dallasnews.com%2Fnews%2Ftransportation%2F2018%2F07%2F12%2Fbooming-ut-dallas-adds-transit-style-housing-mix-trains-can-come-later&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-143"><span class="mw-cite-backlink"><b><a href="#cite_ref-143">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFago2018">ago, The Mercury • 7 months (August 20, 2018). <a class="external text" href="https://utdmercury.com/new-rail-line-built-near-northside-apartments-campus/" rel="nofollow">"New rail line to be built near Northside apartments, campus"</a>. <i>The Mercury</i><span class="reference-accessdate">. Retrieved <span class="nowrap">March 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=The+Mercury&rft.atitle=New+rail+line+to+be+built+near+Northside+apartments%2C+campus&rft.date=2018-08-20&rft.aulast=ago&rft.aufirst=The+Mercury+%E2%80%A2+7+months&rft_id=https%3A%2F%2Futdmercury.com%2Fnew-rail-line-built-near-northside-apartments-campus%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span><span class="cs1-maint citation-comment"><code class="cs1-code">{{<a href="/wiki/Template:Cite_web" title="Template:Cite web">cite web</a>}}</code>: CS1 maint: numeric names: authors list (<a href="/wiki/Category:CS1_maint:_numeric_names:_authors_list" title="Category:CS1 maint: numeric names: authors list">link</a>)</span></span> </li> <li id="cite_note-144"><span class="mw-cite-backlink"><b><a href="#cite_ref-144">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation magazine cs1"><a class="external text" href="https://www.masstransitmag.com/rail/infrastructure/press-release/21150504/dallas-area-rapid-transit-dart-additional-track-arrives-for-darts-silver-line" rel="nofollow">"Additional track arrives for DART's Silver Line"</a>. Mass Transit Magazine. Dallas Area Rapid Transit. August 17, 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">October 19,</span> 2020</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Additional+track+arrives+for+DART%27s+Silver+Line&rft.date=2020-08-17&rft_id=https%3A%2F%2Fwww.masstransitmag.com%2Frail%2Finfrastructure%2Fpress-release%2F21150504%2Fdallas-area-rapid-transit-dart-additional-track-arrives-for-darts-silver-line&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span> <span class="cs1-visible-error citation-comment"><code class="cs1-code">{{<a href="/wiki/Template:Cite_magazine" title="Template:Cite magazine">cite magazine</a>}}</code>: </span><span class="cs1-visible-error citation-comment">Cite magazine requires <code class="cs1-code">|magazine=</code> (<a href="/wiki/Help:CS1_errors#missing_periodical" title="Help:CS1 errors">help</a>)</span></span> </li> <li id="cite_note-145"><span class="mw-cite-backlink"><b><a href="#cite_ref-145">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/giving/crow-family-donates-asian-art-collection-funding-for-new-museum-to-university/" rel="nofollow">"Crow Family Gives Complete Asian Art Collection, $23 Million to UT Dallas – News Center – The University of Texas at Dallas"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Crow+Family+Gives+Complete+Asian+Art+Collection%2C+%2423+Million+to+UT+Dallas+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Fgiving%2Fcrow-family-donates-asian-art-collection-funding-for-new-museum-to-university%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-146"><span class="mw-cite-backlink"><b><a href="#cite_ref-146">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/campus/new-master-plan-2019/" rel="nofollow">"New Master Plan Pictures Possibilities for Future of the University – News Center – The University of Texas at Dallas"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+Master+Plan+Pictures+Possibilities+for+Future+of+the+University+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Fcampus%2Fnew-master-plan-2019%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-147"><span class="mw-cite-backlink"><b><a href="#cite_ref-147">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/masterplan/" rel="nofollow">"The University Has Updated its Campus Master Plan – Campus Master Plan – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=The+University+Has+Updated+its+Campus+Master+Plan+%E2%80%93+Campus+Master+Plan+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmasterplan%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-auto1-148"><span class="mw-cite-backlink">^ <a href="#cite_ref-auto1_148-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-auto1_148-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/fed/timeline/1964-1975/" rel="nofollow">"1964–1975 – Campus Transformation – Facilities & Economic Development – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=1964%E2%80%931975+%E2%80%93+Campus+Transformation+%E2%80%93+Facilities+%26+Economic+Development+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ffed%2Ftimeline%2F1964-1975%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-149"><span class="mw-cite-backlink"><b><a href="#cite_ref-149">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/fed/timeline/1978-1998/" rel="nofollow">"1978–1998 – Campus Transformation – Facilities & Economic Development – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=1978%E2%80%931998+%E2%80%93+Campus+Transformation+%E2%80%93+Facilities+%26+Economic+Development+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ffed%2Ftimeline%2F1978-1998%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-150"><span class="mw-cite-backlink"><b><a href="#cite_ref-150">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/fed/timeline/2002-2008/" rel="nofollow">"2002–2008 – Campus Transformation – Facilities & Economic Development – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=2002%E2%80%932008+%E2%80%93+Campus+Transformation+%E2%80%93+Facilities+%26+Economic+Development+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ffed%2Ftimeline%2F2002-2008%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-151"><span class="mw-cite-backlink"><b><a href="#cite_ref-151">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/magazine/6045/top-spots-for-top-notch-graduation-photos/" rel="nofollow">"Top Spots For Top-Notch Graduation Photos – UT Dallas Magazine – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Top+Spots+For+Top-Notch+Graduation+Photos+%E2%80%93+UT+Dallas+Magazine+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmagazine%2F6045%2Ftop-spots-for-top-notch-graduation-photos%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:4-152"><span class="mw-cite-backlink">^ <a href="#cite_ref-:4_152-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:4_152-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:4_152-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-:4_152-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-:4_152-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-:4_152-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-:4_152-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-:4_152-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-:4_152-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-:4_152-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-:4_152-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-:4_152-11"><sup><i><b>l</b></i></sup></a> <a href="#cite_ref-:4_152-12"><sup><i><b>m</b></i></sup></a> <a href="#cite_ref-:4_152-13"><sup><i><b>n</b></i></sup></a> <a href="#cite_ref-:4_152-14"><sup><i><b>o</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/fed/timeline/2009-2014/" rel="nofollow">"2009–2014 – Campus Transformation – Facilities & Economic Development – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=2009%E2%80%932014+%E2%80%93+Campus+Transformation+%E2%80%93+Facilities+%26+Economic+Development+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ffed%2Ftimeline%2F2009-2014%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-153"><span class="mw-cite-backlink"><b><a href="#cite_ref-153">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/10/20-6381_One-Stop-Shop-The-Student-Services-Building_article.html" rel="nofollow">"One-Stop Shop: The Student Services Building – UT Dallas News"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=One-Stop+Shop%3A+The+Student+Services+Building+%E2%80%93+UT+Dallas+News&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F10%2F20-6381_One-Stop-Shop-The-Student-Services-Building_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-154"><span class="mw-cite-backlink"><b><a href="#cite_ref-154">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/10/20-6371_Center-is-a-New-Space-to-Explore-the-Sciences_article.html" rel="nofollow">"Science Learning Center: Exploring the Sciences – UT Dallas News"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Science+Learning+Center%3A+Exploring+the+Sciences+%E2%80%93+UT+Dallas+News&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F10%2F20-6371_Center-is-a-New-Space-to-Explore-the-Sciences_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-155"><span class="mw-cite-backlink"><b><a href="#cite_ref-155">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2011/1/19-8171_Visitor-Center-New-Edition-of-Bookstore-Ready-to-G_article-wide.html" rel="nofollow">"New Bookstore, Visitor Center to Arrive Ahead of Schedule"</a>. The University of Texas at Dallas. January 18, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">January 18,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+Bookstore%2C+Visitor+Center+to+Arrive+Ahead+of+Schedule&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2011-01-18&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2011%2F1%2F19-8171_Visitor-Center-New-Edition-of-Bookstore-Ready-to-G_article-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-156"><span class="mw-cite-backlink"><b><a href="#cite_ref-156">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/6/14-3951_Heavy-Demand-Spurs-Approval-of-2nd-Residence-Hall_article.html" rel="nofollow">"-Approval of 2nd-Residence-Hall"</a>. The University of Texas at Dallas. June 14, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">June 14,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=-Approval+of+2nd-Residence-Hall&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2010-06-14&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F6%2F14-3951_Heavy-Demand-Spurs-Approval-of-2nd-Residence-Hall_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-University_Unveils_Plans_for_3rd_Residence_Hall-157"><span class="mw-cite-backlink">^ <a href="#cite_ref-University_Unveils_Plans_for_3rd_Residence_Hall_157-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-University_Unveils_Plans_for_3rd_Residence_Hall_157-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-University_Unveils_Plans_for_3rd_Residence_Hall_157-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-University_Unveils_Plans_for_3rd_Residence_Hall_157-3"><sup><i><b>d</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2011/7/28-11851_University-Unveils-Plans-for-3rd-Residence-Hall_article-wide.html" rel="nofollow">"University Unveils Plans for 3rd Residence Hall"</a>. The University of Texas at Dallas. July 28, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">July 28,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=University+Unveils+Plans+for+3rd+Residence+Hall&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2011-07-28&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2011%2F7%2F28-11851_University-Unveils-Plans-for-3rd-Residence-Hall_article-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-The_University_of_Texas_at_Dallas-158"><span class="mw-cite-backlink">^ <a href="#cite_ref-The_University_of_Texas_at_Dallas_158-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-The_University_of_Texas_at_Dallas_158-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-The_University_of_Texas_at_Dallas_158-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2012/8/9-19091_University-Gets-OK-to-Build-Fourth-Residence-Hall_article-wide.html?WT.mc_id=NewsHomePageCenterColumn" rel="nofollow">"New Structure to House 400 Students with a Target Opening Date of Fall 2013"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">August 10,</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+Structure+to+House+400+Students+with+a+Target+Opening+Date+of+Fall+2013&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2012%2F8%2F9-19091_University-Gets-OK-to-Build-Fourth-Residence-Hall_article-wide.html%3FWT.mc_id%3DNewsHomePageCenterColumn&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-159"><span class="mw-cite-backlink"><b><a href="#cite_ref-159">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2011/10/7-13041__article-wide.html" rel="nofollow">"New Names for Management School, Management Honors Program Recognize Record Alumni Gifts"</a>. University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 7,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+Names+for+Management+School%2C+Management+Honors+Program+Recognize+Record+Alumni+Gifts&rft.pub=University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2011%2F10%2F7-13041__article-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-160"><span class="mw-cite-backlink"><b><a href="#cite_ref-160">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/facilities/files/School-of-Management-Phase-II-Oct-2011.pdf" rel="nofollow">"School of Management Phase II"</a> <span class="cs1-format">(PDF)</span>. University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">November 13,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=School+of+Management+Phase+II&rft.pub=University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ffacilities%2Ffiles%2FSchool-of-Management-Phase-II-Oct-2011.pdf&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:2-161"><span class="mw-cite-backlink">^ <a href="#cite_ref-:2_161-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:2_161-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:2_161-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-:2_161-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-:2_161-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-:2_161-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-:2_161-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-:2_161-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-:2_161-8"><sup><i><b>i</b></i></sup></a> <a href="#cite_ref-:2_161-9"><sup><i><b>j</b></i></sup></a> <a href="#cite_ref-:2_161-10"><sup><i><b>k</b></i></sup></a> <a href="#cite_ref-:2_161-11"><sup><i><b>l</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/fed/timeline/" rel="nofollow">"2015–2018 – Campus Transformation – Facilities & Economic Development – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=2015%E2%80%932018+%E2%80%93+Campus+Transformation+%E2%80%93+Facilities+%26+Economic+Development+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ffed%2Ftimeline%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-162"><span class="mw-cite-backlink"><b><a href="#cite_ref-162">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://archive.today/20130205092006/http://www.utdmercury.com/news/campus_news/article_3e4896ec-d100-11e1-8901-0019bb30f31a.html" rel="nofollow">"State dollars fund new Bio building"</a>. <i>The UTD Mercury</i>. Archived from <a class="external text" href="http://www.utdmercury.com/news/campus_news/article_3e4896ec-d100-11e1-8901-0019bb30f31a.html" rel="nofollow">the original</a> on February 5, 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">March 23,</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+UTD+Mercury&rft.atitle=State+dollars+fund+new+Bio+building&rft_id=http%3A%2F%2Fwww.utdmercury.com%2Fnews%2Fcampus_news%2Farticle_3e4896ec-d100-11e1-8901-0019bb30f31a.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-163"><span class="mw-cite-backlink"><b><a href="#cite_ref-163">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2013/9/30-26511_Board-of-Regents-Approves-New-Research-Teaching-Bu_story-wide.html?WT.mc_id=NewsHomePage" rel="nofollow">"Board of Regents Approves New Research, Teaching Building"</a>. University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">September 30,</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Board+of+Regents+Approves+New+Research%2C+Teaching+Building&rft.pub=University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2013%2F9%2F30-26511_Board-of-Regents-Approves-New-Research-Teaching-Bu_story-wide.html%3FWT.mc_id%3DNewsHomePage&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:5-164"><span class="mw-cite-backlink">^ <a href="#cite_ref-:5_164-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:5_164-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://utd.edu/news/2017/8/17-32657_University-Unveils-New-Alumni-Center-Housing-Adds-_story-wide.html" rel="nofollow">"University Unveils New Alumni Center, Housing, Adds Dining Options – News Center – The University of Texas at Dallas"</a>. <i>utd.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=utd.edu&rft.atitle=University+Unveils+New+Alumni+Center%2C+Housing%2C+Adds+Dining+Options+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Futd.edu%2Fnews%2F2017%2F8%2F17-32657_University-Unveils-New-Alumni-Center-Housing-Adds-_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-165"><span class="mw-cite-backlink"><b><a href="#cite_ref-165">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://dallasinnovates.com/12-acres-of-creativity-ut-dallas-breaks-ground-on-a-158m-cultural-district/" rel="nofollow">"12 Acres of Creativity: UT Dallas Breaks Ground on a $158M Cultural Arts District"</a>. May 12, 2022.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=12+Acres+of+Creativity%3A+UT+Dallas+Breaks+Ground+on+a+%24158M+Cultural+Arts+District&rft.date=2022-05-12&rft_id=https%3A%2F%2Fdallasinnovates.com%2F12-acres-of-creativity-ut-dallas-breaks-ground-on-a-158m-cultural-district%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-166"><span class="mw-cite-backlink"><b><a href="#cite_ref-166">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://news.utdallas.edu/philanthropy/crow-family-donates-asian-art-collection-funding-for-new-museum-to-university/" rel="nofollow">"Crow Family Gives Complete Asian Art Collection, $23 Million to UT Dallas"</a>. <i>News Center</i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 21,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=News+Center&rft.atitle=Crow+Family+Gives+Complete+Asian+Art+Collection%2C+%2423+Million+to+UT+Dallas&rft_id=https%3A%2F%2Fnews.utdallas.edu%2Fphilanthropy%2Fcrow-family-donates-asian-art-collection-funding-for-new-museum-to-university%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-167"><span class="mw-cite-backlink"><b><a href="#cite_ref-167">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.dallasnews.com/arts-entertainment/visual-arts/2020/07/24/dallas-rick-brettell-a-critic-museum-director-and-utd-rainmaker-extraordinaire-dies-at-71/" rel="nofollow">"Dallas' Rick Brettell, a critic, museum director and UTD rainmaker extraordinaire, dies at 71"</a>. <i>Dallas News</i>. July 25, 2020<span class="reference-accessdate">. Retrieved <span class="nowrap">September 21,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Dallas+News&rft.atitle=Dallas%27+Rick+Brettell%2C+a+critic%2C+museum+director+and+UTD+rainmaker+extraordinaire%2C+dies+at+71&rft.date=2020-07-25&rft_id=https%3A%2F%2Fwww.dallasnews.com%2Farts-entertainment%2Fvisual-arts%2F2020%2F07%2F24%2Fdallas-rick-brettell-a-critic-museum-director-and-utd-rainmaker-extraordinaire-dies-at-71%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-168"><span class="mw-cite-backlink"><b><a href="#cite_ref-168">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFInnovatesSeeley2022">Innovates, Dallas; Seeley, David (May 12, 2022). <a class="external text" href="https://dallasinnovates.com/12-acres-of-creativity-ut-dallas-breaks-ground-on-a-158m-cultural-district/" rel="nofollow">"12 Acres of Creativity: UT Dallas Breaks Ground on a $158M Cultural Arts District"</a>. <i>Dallas Innovates</i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 21,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Dallas+Innovates&rft.atitle=12+Acres+of+Creativity%3A+UT+Dallas+Breaks+Ground+on+a+%24158M+Cultural+Arts+District&rft.date=2022-05-12&rft.aulast=Innovates&rft.aufirst=Dallas&rft.au=Seeley%2C+David&rft_id=https%3A%2F%2Fdallasinnovates.com%2F12-acres-of-creativity-ut-dallas-breaks-ground-on-a-158m-cultural-district%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-169"><span class="mw-cite-backlink"><b><a href="#cite_ref-169">^</a></b></span> <span class="reference-text">Marvos, L. "Arts and Performance Complex - Athenaeum, Page 1 Executive Summary Report. 12 April 2022. </span> </li> <li id="cite_note-170"><span class="mw-cite-backlink"><b><a href="#cite_ref-170">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://news.utdallas.edu/arts/athenaeum-gift-groundbreaking-2022/" rel="nofollow">"Edith and Peter O'Donnell Jr. Athenaeum Begins New Era for UTD Arts"</a>. <i>News Center</i><span class="reference-accessdate">. Retrieved <span class="nowrap">September 21,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=News+Center&rft.atitle=Edith+and+Peter+O%27Donnell+Jr.+Athenaeum+Begins+New+Era+for+UTD+Arts&rft_id=https%3A%2F%2Fnews.utdallas.edu%2Farts%2Fathenaeum-gift-groundbreaking-2022%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-UT_Dallas_Recreation-171"><span class="mw-cite-backlink"><b><a href="#cite_ref-UT_Dallas_Recreation_171-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://urec.utdallas.edu" rel="nofollow">"University Recreation"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 18,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=University+Recreation&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Furec.utdallas.edu&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-172"><span class="mw-cite-backlink"><b><a href="#cite_ref-172">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/archive/2006/redman-resigns-chess.html" rel="nofollow">"U. T. Dallas' Tim Redman Recognized By United States Chess Federation"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">October 25,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=U.+T.+Dallas%27+Tim+Redman+Recognized+By+United+States+Chess+Federation&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Farchive%2F2006%2Fredman-resigns-chess.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-173"><span class="mw-cite-backlink"><b><a href="#cite_ref-173">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/chess/chess-team/" rel="nofollow">"The UT Dallas Chess Team"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">August 28,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+UT+Dallas+Chess+Team&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fchess%2Fchess-team%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-174"><span class="mw-cite-backlink"><b><a href="#cite_ref-174">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/chess/chess-team/accomplishments/" rel="nofollow">"Accomplishments – Chess – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Accomplishments+%E2%80%93+Chess+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fchess%2Fchess-team%2Faccomplishments%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-175"><span class="mw-cite-backlink"><b><a href="#cite_ref-175">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/11/18-7211_Chess-Team-Edges-Out-Rivals-in-State-Championship_article.html" rel="nofollow">"Chess Team Edges Out Rivals in State Championship"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">November 20,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Chess+Team+Edges+Out+Rivals+in+State+Championship&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F11%2F18-7211_Chess-Team-Edges-Out-Rivals-in-State-Championship_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-176"><span class="mw-cite-backlink"><b><a href="#cite_ref-176">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/chess/chess-team/accomplishments.html" rel="nofollow">"UT Dallas Chess Team Accomplishments"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">November 11,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+Chess+Team+Accomplishments&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fchess%2Fchess-team%2Faccomplishments.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-177"><span class="mw-cite-backlink"><b><a href="#cite_ref-177">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2011/11/8-13851_Chess-Team-Battles-to-a-Draw-in-Trans-Atlantic-Riv_article-wide.html" rel="nofollow">"Chess Team Battles to a Draw in Trans-Atlantic Rivalry"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">November 8,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Chess+Team+Battles+to+a+Draw+in+Trans-Atlantic+Rivalry&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2011%2F11%2F8-13851_Chess-Team-Battles-to-a-Draw-in-Trans-Atlantic-Riv_article-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-178"><span class="mw-cite-backlink"><b><a href="#cite_ref-178">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2014/11/7-31289_Chess-Team-University-of-Belgrade-Finish-All-Squar_story-wide.html?WT.mc_id=NewsHomePageCenterColumn" rel="nofollow">"Chess Team, University of Belgrade Finish All Square in Cup Matchup"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">November 7,</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Chess+Team%2C+University+of+Belgrade+Finish+All+Square+in+Cup+Matchup&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2014%2F11%2F7-31289_Chess-Team-University-of-Belgrade-Finish-All-Squar_story-wide.html%3FWT.mc_id%3DNewsHomePageCenterColumn&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-179"><span class="mw-cite-backlink"><b><a href="#cite_ref-179">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://www.nytimes.com/2013/01/06/crosswords/chess/colleges-fight-for-team-title-with-talent-filled-rosters.html?ref=chess&_r=0" rel="nofollow">"Colleges Fight for Title With Talent-Filled Rosters"</a>. <i>The New York Times</i><span class="reference-accessdate">. Retrieved <span class="nowrap">January 5,</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+New+York+Times&rft.atitle=Colleges+Fight+for+Title+With+Talent-Filled+Rosters&rft_id=https%3A%2F%2Fwww.nytimes.com%2F2013%2F01%2F06%2Fcrosswords%2Fchess%2Fcolleges-fight-for-team-title-with-talent-filled-rosters.html%3Fref%3Dchess%26_r%3D0&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-180"><span class="mw-cite-backlink"><b><a href="#cite_ref-180">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2012/12/31-21371_UT-Dallas-Ties-for-First-Place-at-World-Series-of-_article-wide.html?WT.mc_id=NewsHomePage" rel="nofollow">"UT Dallas Ties for First Place at 'World Series of Chess'<span class="cs1-kern-right"></span>"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 30,</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+Ties+for+First+Place+at+%27World+Series+of+Chess%27&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2012%2F12%2F31-21371_UT-Dallas-Ties-for-First-Place-at-World-Series-of-_article-wide.html%3FWT.mc_id%3DNewsHomePage&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-181"><span class="mw-cite-backlink"><b><a href="#cite_ref-181">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/chess/news/" rel="nofollow">"News – Chess – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=News+%E2%80%93+Chess+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fchess%2Fnews%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-182"><span class="mw-cite-backlink"><b><a href="#cite_ref-182">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2016/11/14-32286_Chess-Team-Retains-Transatlantic-Cup-with-Victory-_story-wide.html" rel="nofollow">"Chess Team Retains Transatlantic Cup with Victory over Belgrade – News Center – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Chess+Team+Retains+Transatlantic+Cup+with+Victory+over+Belgrade+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2016%2F11%2F14-32286_Chess-Team-Retains-Transatlantic-Cup-with-Victory-_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-183"><span class="mw-cite-backlink"><b><a href="#cite_ref-183">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2013/4/8-22981_Comets-Earn-2nd-Place-in-Final-Four-of-Chess-in-Wa_article-wide.html?WT.mc_id=NewsHomePage" rel="nofollow">"UT Dallas Takes 2nd Place in Chess Final Four"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">April 8,</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+Takes+2nd+Place+in+Chess+Final+Four&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2013%2F4%2F8-22981_Comets-Earn-2nd-Place-in-Final-Four-of-Chess-in-Wa_article-wide.html%3FWT.mc_id%3DNewsHomePage&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-184"><span class="mw-cite-backlink"><b><a href="#cite_ref-184">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/campus/chess-team-advances-to-final-four-with-pan-american-performance/" rel="nofollow">"Chess Team Clinches Final Four Spot with Pan American Performance – News Center – The University of Texas at Dallas"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Chess+Team+Clinches+Final+Four+Spot+with+Pan+American+Performance+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Fcampus%2Fchess-team-advances-to-final-four-with-pan-american-performance%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-185"><span class="mw-cite-backlink"><b><a href="#cite_ref-185">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2012/9/7-19521_Chess-Team-Begins-Season-With-New-Designation_article.html" rel="nofollow">"Chess Team Begins Season With New Designation"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">September 7,</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Chess+Team+Begins+Season+With+New+Designation&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2012%2F9%2F7-19521_Chess-Team-Begins-Season-With-New-Designation_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-186"><span class="mw-cite-backlink"><b><a href="#cite_ref-186">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://honors.utdallas.edu/debate" rel="nofollow">"UT Dallas Debate – The University of Texas at Dallas"</a>. <i>honors.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=honors.utdallas.edu&rft.atitle=UT+Dallas+Debate+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fhonors.utdallas.edu%2Fdebate&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-187"><span class="mw-cite-backlink"><b><a href="#cite_ref-187">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2014/4/10-29491_Debate-Team-Finishes-Season-With-National-Event_story-wide.html" rel="nofollow">"Debate Team Finishes Season With National Event – News Center – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Debate+Team+Finishes+Season+With+National+Event+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2014%2F4%2F10-29491_Debate-Team-Finishes-Season-With-National-Event_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-188"><span class="mw-cite-backlink"><b><a href="#cite_ref-188">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://archive.today/20130205125359/http://www.utdmercury.com/news/article_eb712d74-d101-11e1-9bf5-0019bb30f31a.html" rel="nofollow">"Debate duo takes fifth at nationals"</a>. <i>The UTD Mercury</i>. Archived from <a class="external text" href="http://www.utdmercury.com/news/article_eb712d74-d101-11e1-9bf5-0019bb30f31a.html" rel="nofollow">the original</a> on February 5, 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">March 23,</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+UTD+Mercury&rft.atitle=Debate+duo+takes+fifth+at+nationals&rft_id=http%3A%2F%2Fwww.utdmercury.com%2Fnews%2Farticle_eb712d74-d101-11e1-9bf5-0019bb30f31a.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-189"><span class="mw-cite-backlink"><b><a href="#cite_ref-189">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2016/5/11-32036_UT-Dallas-Debate-Team-Finishes-in-Top-10-at-Nation_story-wide.html" rel="nofollow">"UT Dallas Debate Team Finishes in Top 10 at National Tournament – News Center – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=UT+Dallas+Debate+Team+Finishes+in+Top+10+at+National+Tournament+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2016%2F5%2F11-32036_UT-Dallas-Debate-Team-Finishes-in-Top-10-at-Nation_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-190"><span class="mw-cite-backlink"><b><a href="#cite_ref-190">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2018/4/23-32933_Debaters-Find-Sweet-Spot-at-National-Tournament_story-sidebar.html" rel="nofollow">"Debaters Find Sweet Spot at National Tournament – News Center – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Debaters+Find+Sweet+Spot+at+National+Tournament+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2018%2F4%2F23-32933_Debaters-Find-Sweet-Spot-at-National-Tournament_story-sidebar.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-191"><span class="mw-cite-backlink"><b><a href="#cite_ref-191">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2012/2/15-15761_Debate-Team-Earns-Outright-Win-in-Kansas-City_article.html" rel="nofollow">"Debate Team Starts 2012 Strong… - UT Dallas News"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Debate+Team+Starts+2012+Strong%E2%80%A6+-+UT+Dallas+News&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2012%2F2%2F15-15761_Debate-Team-Earns-Outright-Win-in-Kansas-City_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-192"><span class="mw-cite-backlink"><b><a href="#cite_ref-192">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://utdallas.edu/news/campus/speech-debate-teams-spring-2019/" rel="nofollow">"Speech, Debate Teams Make Voices Heard Nationally, Finish Year Strong"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Speech%2C+Debate+Teams+Make+Voices+Heard+Nationally%2C+Finish+Year+Strong&rft_id=http%3A%2F%2Futdallas.edu%2Fnews%2Fcampus%2Fspeech-debate-teams-spring-2019%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-193"><span class="mw-cite-backlink"><b><a href="#cite_ref-193">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/pre-law/advocacy-teams" rel="nofollow">"Pre-Law Advising Center Advocacy Teams – Pre-Law Advising Center at UT Dallas – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Pre-Law+Advising+Center+Advocacy+Teams+%E2%80%93+Pre-Law+Advising+Center+at+UT+Dallas+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fpre-law%2Fadvocacy-teams&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-194"><span class="mw-cite-backlink"><b><a href="#cite_ref-194">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2009/11/20-003.php" rel="nofollow">"Indisputably Excellent: Mediation Teams Win Big"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 21,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Indisputably+Excellent%3A+Mediation+Teams+Win+Big&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2009%2F11%2F20-003.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-195"><span class="mw-cite-backlink"><b><a href="#cite_ref-195">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/12/16-7721_Its-Agreed-Mediation-Team-is-Tops-in-Nation-Again_article.html" rel="nofollow">"Mediation Team is Tops in Nation Again"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 21,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Mediation+Team+is+Tops+in+Nation+Again&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F12%2F16-7721_Its-Agreed-Mediation-Team-is-Tops-in-Nation-Again_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-196"><span class="mw-cite-backlink"><b><a href="#cite_ref-196">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/11/23-7321_Moot-Court-Squad-Makes-Convincing-Case-for-Itself_article.html" rel="nofollow">"Moot Court Squad Makes Convincing Case for Itself"</a>. University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">December 5,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Moot+Court+Squad+Makes+Convincing+Case+for+Itself&rft.pub=University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F11%2F23-7321_Moot-Court-Squad-Makes-Convincing-Case-for-Itself_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-197"><span class="mw-cite-backlink"><b><a href="#cite_ref-197">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2012/2/8-15641_Teams-Rank-in-Top-Tier-of-National-Moot-Court-Chal_article-wide.html" rel="nofollow">"Teams Rank in Top Tier of National Moot Court Challenge"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">March 23,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Teams+Rank+in+Top+Tier+of+National+Moot+Court+Challenge&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2012%2F2%2F8-15641_Teams-Rank-in-Top-Tier-of-National-Moot-Court-Chal_article-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-198"><span class="mw-cite-backlink"><b><a href="#cite_ref-198">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2014/9/2-31149_Moot-Court-Preparing-Students-to-Make-Their-Cases--_story-wide.html" rel="nofollow">"Moot Court Preparing Students to Make Their Cases after Graduation – News Center – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Moot+Court+Preparing+Students+to+Make+Their+Cases+after+Graduation+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2014%2F9%2F2-31149_Moot-Court-Preparing-Students-to-Make-Their-Cases--_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-199"><span class="mw-cite-backlink"><b><a href="#cite_ref-199">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2016/1/14-31862_its-all-settled-mediation-team-takes-home-national_story-wide.html" rel="nofollow">"It's All Settled: Mediation Team Takes Home National Championship – News Center – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=It%27s+All+Settled%3A+Mediation+Team+Takes+Home+National+Championship+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2016%2F1%2F14-31862_its-all-settled-mediation-team-takes-home-national_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-200"><span class="mw-cite-backlink"><b><a href="#cite_ref-200">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2018/3/8-32878_Mock-Trial-Teams-Court-Success-Prepare-for-Nationa_story-wide.html" rel="nofollow">"Mock Trial Teams Court Success, Prepare for National Competition – News Center – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 26,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Mock+Trial+Teams+Court+Success%2C+Prepare+for+National+Competition+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2018%2F3%2F8-32878_Mock-Trial-Teams-Court-Success-Prepare-for-Nationa_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-201"><span class="mw-cite-backlink"><b><a href="#cite_ref-201">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/gogreek/about/" rel="nofollow">"About Us"</a>. <i>Office of Fraternity and Sorority Life</i>. University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">January 17,</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Office+of+Fraternity+and+Sorority+Life&rft.atitle=About+Us&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fgogreek%2Fabout%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-202"><span class="mw-cite-backlink"><b><a href="#cite_ref-202">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/gogreek/councils/ifc/" rel="nofollow">"Interfraternity Council – Fraternity and Sorority Life – The University of Texas at Dallas"</a>. <i>Utdallas.edu</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Utdallas.edu&rft.atitle=Interfraternity+Council+%E2%80%93+Fraternity+and+Sorority+Life+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fgogreek%2Fcouncils%2Fifc%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-203"><span class="mw-cite-backlink"><b><a href="#cite_ref-203">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/gogreek/councils/cpc/" rel="nofollow">"College Panhellenic Council – Fraternity and Sorority Life – The University of Texas at Dallas"</a>. <i>Utdallas.edu</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Utdallas.edu&rft.atitle=College+Panhellenic+Council+%E2%80%93+Fraternity+and+Sorority+Life+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fgogreek%2Fcouncils%2Fcpc%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-204"><span class="mw-cite-backlink"><b><a href="#cite_ref-204">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/gogreek/councils/nphc/" rel="nofollow">"National Pan-Hellenic Council - Fraternity and Sorority Life - the University of Texas at Dallas"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=National+Pan-Hellenic+Council+-+Fraternity+and+Sorority+Life+-+the+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fgogreek%2Fcouncils%2Fnphc%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-205"><span class="mw-cite-backlink"><b><a href="#cite_ref-205">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/gogreek/councils/mgc/" rel="nofollow">"Multicultural Greek Council - Fraternity and Sorority Life - the University of Texas at Dallas"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Multicultural+Greek+Council+-+Fraternity+and+Sorority+Life+-+the+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fgogreek%2Fcouncils%2Fmgc%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:1-206"><span class="mw-cite-backlink"><b><a href="#cite_ref-:1_206-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/gogreek/councils/mgc/" rel="nofollow">"Multicultural Greek Council – Fraternity and Sorority Life – The University of Texas at Dallas"</a>. <i>Utdallas.edu</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Utdallas.edu&rft.atitle=Multicultural+Greek+Council+%E2%80%93+Fraternity+and+Sorority+Life+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fgogreek%2Fcouncils%2Fmgc%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-207"><span class="mw-cite-backlink"><b><a href="#cite_ref-207">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.sigmasigmarho.com/" rel="nofollow">"Home"</a>. <i>sigmasigmarho.com</i>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=sigmasigmarho.com&rft.atitle=Home&rft_id=http%3A%2F%2Fwww.sigmasigmarho.com%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-208"><span class="mw-cite-backlink"><b><a href="#cite_ref-208">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/campus-community/university-launches-chapter-of-engineering-honor-society-tau-beta-pi/" rel="nofollow">"University Launches Chapter of Engineering Honor Society Tau Beta Pi"</a>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=University+Launches+Chapter+of+Engineering+Honor+Society+Tau+Beta+Pi&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Fcampus-community%2Funiversity-launches-chapter-of-engineering-honor-society-tau-beta-pi%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-209"><span class="mw-cite-backlink"><b><a href="#cite_ref-209">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2018/9/24-33120_UT-Dallas-Gets-in-New-Game-with-Launch-of-Comet-Es-_story-wide.html" rel="nofollow">"UT Dallas Gets in New Game with Launch of Comet Esports Program – News Center – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">March 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=UT+Dallas+Gets+in+New+Game+with+Launch+of+Comet+Esports+Program+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2018%2F9%2F24-33120_UT-Dallas-Gets-in-New-Game-with-Launch-of-Comet-Es-_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-ReferenceA-210"><span class="mw-cite-backlink"><b><a href="#cite_ref-ReferenceA_210-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/campus/esports-team-enters-spring-season-ranked-no-8-in-nation/" rel="nofollow">"Esports 'Legends' Team Enters Spring Ranked No. 8 in ESPN Poll – News Center – The University of Texas at Dallas"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">March 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Esports+%27Legends%27+Team+Enters+Spring+Ranked+No.+8+in+ESPN+Poll+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Fcampus%2Fesports-team-enters-spring-season-ranked-no-8-in-nation%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-211"><span class="mw-cite-backlink"><b><a href="#cite_ref-211">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://utdallas.edu/news/campus/esports-smash-bros-national-champs-2019/" rel="nofollow">"Ultimate Victory: Esports Team Wins Super Smash Bros. National Title"</a><span class="reference-accessdate">. Retrieved <span class="nowrap">October 2,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Ultimate+Victory%3A+Esports+Team+Wins+Super+Smash+Bros.+National+Title&rft_id=http%3A%2F%2Futdallas.edu%2Fnews%2Fcampus%2Fesports-smash-bros-national-champs-2019%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-212"><span class="mw-cite-backlink"><b><a href="#cite_ref-212">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2011/5/3-10571_The-News-is-Good-for-Student-Media-at-Awards-Event_article.html" rel="nofollow">"The News is Good for Student Media at Awards Event"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">May 3,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+News+is+Good+for+Student+Media+at+Awards+Event&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2011%2F5%2F3-10571_The-News-is-Good-for-Student-Media-at-Awards-Event_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-213"><span class="mw-cite-backlink"><b><a href="#cite_ref-213">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://amp.utdallas.edu/about/" rel="nofollow">"About <i>A Modest Proposal</i>"</a>. A Modest Proposal<span class="reference-accessdate">. Retrieved <span class="nowrap">October 6,</span> 2007</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=About+A+Modest+Proposal&rft.pub=A+Modest+Proposal&rft_id=http%3A%2F%2Famp.utdallas.edu%2Fabout%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-214"><span class="mw-cite-backlink"><b><a href="#cite_ref-214">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2008/02/25-001.php" rel="nofollow">"Radio UTD to Beam Show on XM Satellite Station"</a>. UT Dallas News Center. February 25, 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">April 17,</span> 2008</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Radio+UTD+to+Beam+Show+on+XM+Satellite+Station&rft.pub=UT+Dallas+News+Center&rft.date=2008-02-25&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2008%2F02%2F25-001.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-215"><span class="mw-cite-backlink"><b><a href="#cite_ref-215">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.radiosurvivor.com/2010/10/14/2010-cmj-music-marathon-preview-and-college-radio-awards-nominees/" rel="nofollow">"2010 CMJ Music Marathon Preview and College Radio Awards Nominees"</a>. Radio Survivor. October 14, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">November 30,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=2010+CMJ+Music+Marathon+Preview+and+College+Radio+Awards+Nominees&rft.pub=Radio+Survivor&rft.date=2010-10-14&rft_id=http%3A%2F%2Fwww.radiosurvivor.com%2F2010%2F10%2F14%2F2010-cmj-music-marathon-preview-and-college-radio-awards-nominees%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-216"><span class="mw-cite-backlink"><b><a href="#cite_ref-216">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/studentmedia/" rel="nofollow">"Student Media"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">April 8,</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Student+Media&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fstudentmedia%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-UTD_Housing-217"><span class="mw-cite-backlink"><b><a href="#cite_ref-UTD_Housing_217-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/housing/" rel="nofollow">"Housing at UT Dallas"</a>. The University of Texas at Dallas. August 10, 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">April 27,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Housing+at+UT+Dallas&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2009-08-10&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fhousing%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-Water_view_Park_Apartments-218"><span class="mw-cite-backlink"><b><a href="#cite_ref-Water_view_Park_Apartments_218-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.waterviewparkapts.com/about-us.aspx" rel="nofollow">"Waterview Park Apartments"</a>. Waterview Park Apartments, LLC.. May 10, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">May 10,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Waterview+Park+Apartments&rft.pub=Waterview+Park+Apartments%2C+LLC..&rft.date=2010-05-10&rft_id=http%3A%2F%2Fwww.waterviewparkapts.com%2Fabout-us.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-219"><span class="mw-cite-backlink"><b><a href="#cite_ref-219">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2013/7/1-24471_Waterview-Becomes-University-Village-Purchase-Comp_article-wide.html?WT.mc_id=NewsHomePage" rel="nofollow">"Waterview Becomes University Village: Purchase Complete"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">July 1,</span> 2013</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Waterview+Becomes+University+Village%3A+Purchase+Complete&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2013%2F7%2F1-24471_Waterview-Becomes-University-Village-Purchase-Comp_article-wide.html%3FWT.mc_id%3DNewsHomePage&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-220"><span class="mw-cite-backlink"><b><a href="#cite_ref-220">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/housing/uv/" rel="nofollow">"University Village"</a>. The University of Texas at Dallas. August 20, 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">May 9,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=University+Village&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2009-08-20&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fhousing%2Fuv%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-221"><span class="mw-cite-backlink"><b><a href="#cite_ref-221">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation news cs1"><a class="external text" href="https://archive.today/20130205101517/http://www.utdmercury.com/news/campus_news/article_ce876862-b654-11e1-aa1a-0019bb30f31a.html" rel="nofollow">"Overcrowed Housing"</a>. <i>The UTD Mercury</i>. Archived from <a class="external text" href="http://www.utdmercury.com/news/campus_news/article_ce876862-b654-11e1-aa1a-0019bb30f31a.html" rel="nofollow">the original</a> on February 5, 2013<span class="reference-accessdate">. Retrieved <span class="nowrap">September 18,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.jtitle=The+UTD+Mercury&rft.atitle=Overcrowed+Housing&rft_id=http%3A%2F%2Fwww.utdmercury.com%2Fnews%2Fcampus_news%2Farticle_ce876862-b654-11e1-aa1a-0019bb30f31a.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-ResHall-222"><span class="mw-cite-backlink"><b><a href="#cite_ref-ResHall_222-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2008/04/15-003.php" rel="nofollow">"Event to Celebrate Residence Hall's Construction"</a>. The University of Texas at Dallas. April 15, 2008<span class="reference-accessdate">. Retrieved <span class="nowrap">November 3,</span> 2008</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Event+to+Celebrate+Residence+Hall%27s+Construction&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2008-04-15&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2008%2F04%2F15-003.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-223"><span class="mw-cite-backlink"><b><a href="#cite_ref-223">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2012/11/27-20931_Regents-OK-New-Residence-Hall-and-Jindal-School-Ex_article-wide.html?WT.mc_id=NewsHomePageCenterColumn" rel="nofollow">"Regents OK New Residence Hall and Jindal School Expansion"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">November 27,</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Regents+OK+New+Residence+Hall+and+Jindal+School+Expansion&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2012%2F11%2F27-20931_Regents-OK-New-Residence-Hall-and-Jindal-School-Ex_article-wide.html%3FWT.mc_id%3DNewsHomePageCenterColumn&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-224"><span class="mw-cite-backlink"><b><a href="#cite_ref-224">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2013/7/8-24431_Building-Starts-on-School-Expansion-Residential-Ha_article.html?WT.mc_id=NewsHomePage" rel="nofollow">"Building Starts on School Expansion, Residential Hall"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">July 8,</span> 2012</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Building+Starts+on+School+Expansion%2C+Residential+Hall&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2013%2F7%2F8-24431_Building-Starts-on-School-Expansion-Residential-Ha_article.html%3FWT.mc_id%3DNewsHomePage&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-225"><span class="mw-cite-backlink"><b><a href="#cite_ref-225">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2016/5/23-32060_Summer-Heats-Up-with-New-Construction-Projects-Con_story-sidebar.html" rel="nofollow">"Summer Heats Up with New Construction Projects, Continued Work on Several Others – News Center – The University of Texas at Dallas"</a>. <i>Utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 14,</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Utdallas.edu&rft.atitle=Summer+Heats+Up+with+New+Construction+Projects%2C+Continued+Work+on+Several+Others+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2016%2F5%2F23-32060_Summer-Heats-Up-with-New-Construction-Projects-Con_story-sidebar.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-226"><span class="mw-cite-backlink"><b><a href="#cite_ref-226">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2015/4/29-31526_Developers-Begin-Construction-of-Northside_story-wide.html" rel="nofollow">"Developers Begin Construction of Northside – News Center – The University of Texas at Dallas"</a>. <i>Utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 14,</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Utdallas.edu&rft.atitle=Developers+Begin+Construction+of+Northside+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2015%2F4%2F29-31526_Developers-Begin-Construction-of-Northside_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-227"><span class="mw-cite-backlink"><b><a href="#cite_ref-227">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.dineoncampus.com/utdallasdining/show.cfm?cmd=menus" rel="nofollow">"The Comet Cafe"</a>. <i>Dineoncampus.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">January 24,</span> 2014</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Dineoncampus.com&rft.atitle=The+Comet+Cafe&rft_id=http%3A%2F%2Fwww.dineoncampus.com%2Futdallasdining%2Fshow.cfm%3Fcmd%3Dmenus&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-228"><span class="mw-cite-backlink"><b><a href="#cite_ref-228">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/services/dining/" rel="nofollow">"Dining Services – Auxiliary Services – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">May 25,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Dining+Services+%E2%80%93+Auxiliary+Services+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fservices%2Fdining%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-229"><span class="mw-cite-backlink"><b><a href="#cite_ref-229">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2009/09/08-003.php" rel="nofollow">"New Halls Having an Official Housewarming Party"</a>. The University of Texas at Dallas. August 10, 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">August 20,</span> 2009</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=New+Halls+Having+an+Official+Housewarming+Party&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2009-08-10&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2009%2F09%2F08-003.php&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-230"><span class="mw-cite-backlink"><b><a href="#cite_ref-230">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2015/6/29-31596_University-Adding-Dining-Options-Launching-Meal-Ex_story-wide.html" rel="nofollow">"University Adding Dining Options, Launching Meal Exchange Program – News Center – The University of Texas at Dallas"</a>. <i>Utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 14,</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=Utdallas.edu&rft.atitle=University+Adding+Dining+Options%2C+Launching+Meal+Exchange+Program+%E2%80%93+News+Center+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2015%2F6%2F29-31596_University-Adding-Dining-Options-Launching-Meal-Ex_story-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-231"><span class="mw-cite-backlink"><b><a href="#cite_ref-231">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.dineoncampus.com/utdallasdining/show.cfm?cmd=menus" rel="nofollow">"Where to Eat at UT Dallas"</a>. The University of Texas at Dallas. February 8, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">February 8,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Where+to+Eat+at+UT+Dallas&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2011-02-08&rft_id=http%3A%2F%2Fwww.dineoncampus.com%2Futdallasdining%2Fshow.cfm%3Fcmd%3Dmenus&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-232"><span class="mw-cite-backlink"><b><a href="#cite_ref-232">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.dineoncampus.com/utdallasdining/?cmd=_mealPlansFAQs" rel="nofollow">"First-Year Students Meal Plans"</a>. The University of Texas at Dallas. August 10, 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">August 19,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=First-Year+Students+Meal+Plans&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2009-08-10&rft_id=http%3A%2F%2Fwww.dineoncampus.com%2Futdallasdining%2F%3Fcmd%3D_mealPlansFAQs&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:8-233"><span class="mw-cite-backlink">^ <a href="#cite_ref-:8_233-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:8_233-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/studentaffairs/traditions/" rel="nofollow">"Traditions – Student Affairs – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Traditions+%E2%80%93+Student+Affairs+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fstudentaffairs%2Ftraditions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-234"><span class="mw-cite-backlink"><b><a href="#cite_ref-234">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBottoni2021">Bottoni, Paul (May 10, 2021). <a class="external text" href="https://magazine.utdallas.edu/2021/05/10/love-jack-gets-new-home/" rel="nofollow">"Love Jack Gets New Home"</a>. <i>UTDallas Magazine</i>. <a class="external text" href="https://web.archive.org/web/20210513185303/https://magazine.utdallas.edu/2021/05/10/love-jack-gets-new-home/" rel="nofollow">Archived</a> from the original on May 13, 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">May 11,</span> 2022</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=UTDallas+Magazine&rft.atitle=Love+Jack+Gets+New+Home&rft.date=2021-05-10&rft.aulast=Bottoni&rft.aufirst=Paul&rft_id=https%3A%2F%2Fmagazine.utdallas.edu%2F2021%2F05%2F10%2Flove-jack-gets-new-home%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-235"><span class="mw-cite-backlink"><b><a href="#cite_ref-235">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/traditions/" rel="nofollow">"Traditions"</a>. The University of Texas at Dallas. April 28, 2011<span class="reference-accessdate">. Retrieved <span class="nowrap">September 16,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Traditions&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2011-04-28&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Ftraditions%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:15-236"><span class="mw-cite-backlink">^ <a href="#cite_ref-:15_236-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:15_236-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/student/sg/spiritrock/" rel="nofollow">"Spirit Rock"</a>. The University of Texas at Dallas. January 14, 2009<span class="reference-accessdate">. Retrieved <span class="nowrap">September 16,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Spirit+Rock&rft.pub=The+University+of+Texas+at+Dallas&rft.date=2009-01-14&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fstudent%2Fsg%2Fspiritrock%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:16-237"><span class="mw-cite-backlink">^ <a href="#cite_ref-:16_237-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:16_237-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-:16_237-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMercury2023">Mercury, The (December 4, 2023). <a class="external text" href="https://utdmercury.com/admin-removes-spirit-rocks-from-campus/" rel="nofollow">"Student Affairs removes Spirit Rocks for platforming 'extended political discourse'<span class="cs1-kern-right"></span>"</a>. <i>THE MERCURY</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 10,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=THE+MERCURY&rft.atitle=Student+Affairs+removes+Spirit+Rocks+for+platforming+%E2%80%98extended+political+discourse%E2%80%99&rft.date=2023-12-04&rft.aulast=Mercury&rft.aufirst=The&rft_id=https%3A%2F%2Futdmercury.com%2Fadmin-removes-spirit-rocks-from-campus%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:17-238"><span class="mw-cite-backlink">^ <a href="#cite_ref-:17_238-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:17_238-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMercury2023">Mercury, The (October 16, 2023). <a class="external text" href="https://utdmercury.com/comets-react-to-war-in-middle-east-graffiti-spirit-rocks-for-palestine-israel/" rel="nofollow">"Comets react to war in Middle East, graffiti spirit rocks for Palestine, Israel"</a>. <i>THE MERCURY</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 10,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=THE+MERCURY&rft.atitle=Comets+react+to+war+in+Middle+East%2C+graffiti+spirit+rocks+for+Palestine%2C+Israel&rft.date=2023-10-16&rft.aulast=Mercury&rft.aufirst=The&rft_id=https%3A%2F%2Futdmercury.com%2Fcomets-react-to-war-in-middle-east-graffiti-spirit-rocks-for-palestine-israel%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-239"><span class="mw-cite-backlink"><b><a href="#cite_ref-239">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.cbsnews.com/texas/news/ut-dallas-spirit-rocks-become-tense-platform-for-students-amid-israel-palestine-conflict/" rel="nofollow">"UT Dallas' "Spirit Rocks" become tense platform for students amid Israel-Palestine conflict - CBS Texas"</a>. <i>www.cbsnews.com</i>. October 18, 2023<span class="reference-accessdate">. Retrieved <span class="nowrap">December 10,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.cbsnews.com&rft.atitle=UT+Dallas%27+%22Spirit+Rocks%22+become+tense+platform+for+students+amid+Israel-Palestine+conflict+-+CBS+Texas&rft.date=2023-10-18&rft_id=https%3A%2F%2Fwww.cbsnews.com%2Ftexas%2Fnews%2Fut-dallas-spirit-rocks-become-tense-platform-for-students-amid-israel-palestine-conflict%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-240"><span class="mw-cite-backlink"><b><a href="#cite_ref-240">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.instagram.com/p/Czy41pAOvEm/" rel="nofollow">"Instagram"</a>. <i>www.instagram.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 10,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.instagram.com&rft.atitle=Instagram&rft_id=https%3A%2F%2Fwww.instagram.com%2Fp%2FCzy41pAOvEm%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-241"><span class="mw-cite-backlink"><b><a href="#cite_ref-241">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.instagram.com/p/C0DkNvcMAzQ/" rel="nofollow">"Instagram"</a>. <i>www.instagram.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 10,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.instagram.com&rft.atitle=Instagram&rft_id=https%3A%2F%2Fwww.instagram.com%2Fp%2FC0DkNvcMAzQ%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:18-242"><span class="mw-cite-backlink">^ <a href="#cite_ref-:18_242-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:18_242-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFMercury2023">Mercury, The (December 4, 2023). <a class="external text" href="https://utdmercury.com/spiri-rocks-student-protests-collection/" rel="nofollow">"A week of protests for Spirit Rocks"</a>. <i>THE MERCURY</i><span class="reference-accessdate">. Retrieved <span class="nowrap">December 10,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=THE+MERCURY&rft.atitle=A+week+of+protests+for+Spirit+Rocks&rft.date=2023-12-04&rft.aulast=Mercury&rft.aufirst=The&rft_id=https%3A%2F%2Futdmercury.com%2Fspiri-rocks-student-protests-collection%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-243"><span class="mw-cite-backlink"><b><a href="#cite_ref-243">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/mascot/" rel="nofollow">"UT Dallas Mascot"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">November 15,</span> 2016</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=UT+Dallas+Mascot&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fmascot%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-244"><span class="mw-cite-backlink"><b><a href="#cite_ref-244">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.ascsports.org/sports/2007/8/15/About%20ASC.aspx" rel="nofollow">"American Southwest Conference"</a>. American Southwest Conference<span class="reference-accessdate">. Retrieved <span class="nowrap">April 28,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=American+Southwest+Conference&rft.pub=American+Southwest+Conference&rft_id=http%3A%2F%2Fwww.ascsports.org%2Fsports%2F2007%2F8%2F15%2FAbout%2520ASC.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-245"><span class="mw-cite-backlink"><b><a href="#cite_ref-245">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://cometsports.utdallas.edu/index.aspx" rel="nofollow">"Comet Sports"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">July 2,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Comet+Sports&rft.pub=The+University+of+Texas+at+Dallas&rft_id=http%3A%2F%2Fcometsports.utdallas.edu%2Findex.aspx&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-246"><span class="mw-cite-backlink"><b><a href="#cite_ref-246">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://utdcomets.com/" rel="nofollow">"University of Texas at Dallas Athletics – Official Athletics Website"</a>. <i>University of Texas at Dallas Athletics</i><span class="reference-accessdate">. Retrieved <span class="nowrap">March 22,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=University+of+Texas+at+Dallas+Athletics&rft.atitle=University+of+Texas+at+Dallas+Athletics+%E2%80%93+Official+Athletics+Website&rft_id=https%3A%2F%2Futdcomets.com%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:7-247"><span class="mw-cite-backlink">^ <a href="#cite_ref-:7_247-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-:7_247-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/urec/competitive/club/" rel="nofollow">"Club Sports – Competitive Sports – University Recreation – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Club+Sports+%E2%80%93+Competitive+Sports+%E2%80%93+University+Recreation+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Furec%2Fcompetitive%2Fclub%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-:6-248"><span class="mw-cite-backlink"><b><a href="#cite_ref-:6_248-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2012/3/6-16291_Rugby-Team-Rises-From-Obscurity-to-Championship_article-wide.html" rel="nofollow">"Rugby Team Rises From Obscurity to Championship"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">March 23,</span> 2011</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Rugby+Team+Rises+From+Obscurity+to+Championship&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2012%2F3%2F6-16291_Rugby-Team-Rises-From-Obscurity-to-Championship_article-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-249"><span class="mw-cite-backlink"><b><a href="#cite_ref-249">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/urec/competitive/intramural/" rel="nofollow">"Intramurals – Competitive Sports – University Recreation – The University of Texas at Dallas"</a>. <i>www.utdallas.edu</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.utdallas.edu&rft.atitle=Intramurals+%E2%80%93+Competitive+Sports+%E2%80%93+University+Recreation+%E2%80%93+The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Furec%2Fcompetitive%2Fintramural%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-250"><span class="mw-cite-backlink"><b><a href="#cite_ref-250">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.imleagues.com/spa/intramural/a2ff00c067844f4898ad8795d1bfde2d/home" rel="nofollow">"IMLeagues – UTD Intramural Sports"</a>. <i>www.imleagues.com</i><span class="reference-accessdate">. Retrieved <span class="nowrap">April 19,</span> 2019</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=www.imleagues.com&rft.atitle=IMLeagues+%E2%80%93+UTD+Intramural+Sports&rft_id=http%3A%2F%2Fwww.imleagues.com%2Fspa%2Fintramural%2Fa2ff00c067844f4898ad8795d1bfde2d%2Fhome&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-251"><span class="mw-cite-backlink"><b><a href="#cite_ref-251">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/archive/2005/reilly-talk.html" rel="nofollow">"NASA astronaut"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 10,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NASA+astronaut&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2Farchive%2F2005%2Freilly-talk.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-252"><span class="mw-cite-backlink"><b><a href="#cite_ref-252">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/about/" rel="nofollow">"About UT Dallas"</a>. University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 10,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=About+UT+Dallas&rft.pub=University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fabout%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-253"><span class="mw-cite-backlink"><b><a href="#cite_ref-253">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://web.archive.org/web/20100920203401/http://nobelprize.org/nobel_prizes/physics/laureates/1993/" rel="nofollow">"The Nobel Prize in Physics 1993 was awarded to Russell A. Hulse"</a>. Nobelprize.org. Archived from <a class="external text" href="https://nobelprize.org/nobel_prizes/physics/laureates/1993/" rel="nofollow">the original</a> on September 20, 2010<span class="reference-accessdate">. Retrieved <span class="nowrap">June 10,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=The+Nobel+Prize+in+Physics+1993+was+awarded+to+Russell+A.+Hulse&rft.pub=Nobelprize.org&rft_id=https%3A%2F%2Fnobelprize.org%2Fnobel_prizes%2Fphysics%2Flaureates%2F1993%2F&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-254"><span class="mw-cite-backlink"><b><a href="#cite_ref-254">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/5/24-3631_Alumnus-Wins-Guggenheim-for-Photography-Research_article.html" rel="nofollow">"Alumnus Wins Guggenheim"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 10,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Alumnus+Wins+Guggenheim&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F5%2F24-3631_Alumnus-Wins-Guggenheim-for-Photography-Research_article.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-255"><span class="mw-cite-backlink"><b><a href="#cite_ref-255">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.utdallas.edu/news/2010/2/26-1391_Alumni-Award-Recipients-and-New-Leadership-Honor-A_article-wide.html" rel="nofollow">"Alumni Award Recipients"</a>. The University of Texas at Dallas<span class="reference-accessdate">. Retrieved <span class="nowrap">June 10,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Alumni+Award+Recipients&rft.pub=The+University+of+Texas+at+Dallas&rft_id=https%3A%2F%2Fwww.utdallas.edu%2Fnews%2F2010%2F2%2F26-1391_Alumni-Award-Recipients-and-New-Leadership-Honor-A_article-wide.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> <li id="cite_note-256"><span class="mw-cite-backlink"><b><a href="#cite_ref-256">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="http://www.zyvex.com/AboutUs/background.html" rel="nofollow">"NanoTech Institute"</a>. ZYVEX<span class="reference-accessdate">. Retrieved <span class="nowrap">September 1,</span> 2010</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=NanoTech+Institute&rft.pub=ZYVEX&rft_id=http%3A%2F%2Fwww.zyvex.com%2FAboutUs%2Fbackground.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AUniversity+of+Texas+at+Dallas"></span></span> </li> </ol></div></div> <h2><span class="mw-headline" id="External_links">External links</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=University_of_Texas_at_Dallas&action=edit&section=46" title="Edit section: External links"><span>edit</span></a><span class="mw-editsection-bracket">]</span></span></h2> <ul><li><span class="official-website"><span class="url"><a class="external text" href="https://www.utdallas.edu/" rel="nofollow">Official website</a></span></span> <span class="mw-valign-text-top" typeof="mw:File/Frameless"><a href="https://www.wikidata.org/wiki/Q1781394#P856" title="Edit this at Wikidata"><img alt="Edit this at Wikidata" class="mw-file-element" data-file-height="20" data-file-width="20" decoding="async" height="10" src="//upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/10px-OOjs_UI_icon_edit-ltr-progressive.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/15px-OOjs_UI_icon_edit-ltr-progressive.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png 2x" width="10"/></a></span></li></ul> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><style data-mw-deduplicate="TemplateStyles:r1061467846">.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}</style></div><div aria-labelledby="University_of_Texas_at_Dallas" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col" style="background:#E87500;color:white; box-shadow: inset 2px 2px 0 #154734, inset -2px -2px 0 #154734;"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><style data-mw-deduplicate="TemplateStyles:r1063604349">.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}</style><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:University_of_Texas_at_Dallas" title="Template:University of Texas at Dallas"><abbr style="background:#E87500;color:white; box-shadow: inset 2px 2px 0 #154734, inset -2px -2px 0 #154734;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:University_of_Texas_at_Dallas" title="Template talk:University of Texas at Dallas"><abbr style="background:#E87500;color:white; box-shadow: inset 2px 2px 0 #154734, inset -2px -2px 0 #154734;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:University_of_Texas_at_Dallas" title="Special:EditPage/Template:University of Texas at Dallas"><abbr style="background:#E87500;color:white; box-shadow: inset 2px 2px 0 #154734, inset -2px -2px 0 #154734;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="University_of_Texas_at_Dallas" style="font-size:114%;margin:0 4em"><a class="mw-selflink selflink"><span style="color:white">University of Texas at Dallas</span></a></div></th></tr><tr><th class="navbox-group" scope="row" style="background:#E87500;color:white; box-shadow: inset 2px 2px 0 #154734, inset -2px -2px 0 #154734;;width:1%">Academics</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <dl><dt>Colleges</dt> <dd><a href="/wiki/University_of_Texas_at_Dallas_academic_programs#School_of_Arts_and_Humanities" title="University of Texas at Dallas academic programs">School of Arts, Humanities and Technology</a></dd> <dd><a href="/wiki/University_of_Texas_at_Dallas_academic_programs#School_of_Behavioral_and_Brain_Sciences" title="University of Texas at Dallas academic programs">School of Behavioral and Brain Sciences</a></dd> <dd><a href="/wiki/University_of_Texas_at_Dallas_academic_programs#School_of_Economic,_Political_and_Policy_Sciences" title="University of Texas at Dallas academic programs">School of Economic, Political and Policy Sciences</a></dd> <dd><a href="/wiki/University_of_Texas_at_Dallas_academic_programs#Erik_Jonsson_School_of_Engineering_and_Computer_Science" title="University of Texas at Dallas academic programs">Erik Jonsson School of Engineering and Computer Science</a></dd> <dd><a href="/wiki/University_of_Texas_at_Dallas_academic_programs#School_of_Interdisciplinary_Studies" title="University of Texas at Dallas academic programs">School of Interdisciplinary Studies</a></dd> <dd><a class="mw-redirect" href="/wiki/Naveen_Jindal_School_of_Management" title="Naveen Jindal School of Management">Naveen Jindal School of Management</a></dd> <dd><a href="/wiki/University_of_Texas_at_Dallas_academic_programs#School_of_Natural_Sciences_and_Mathematics" title="University of Texas at Dallas academic programs">School of Natural Sciences and Mathematics</a></dd> <dd><a href="/wiki/University_of_Texas_at_Dallas_academic_programs#Honors" title="University of Texas at Dallas academic programs">Honors</a></dd></dl> </div></td><td class="noviewer navbox-image" rowspan="4" style="width:1px;padding:0 0 0 2px"><div><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:UT_Dallas_Student_Service_Building.JPG"><img class="mw-file-element" data-file-height="1800" data-file-width="3200" decoding="async" height="113" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/UT_Dallas_Student_Service_Building.JPG/200px-UT_Dallas_Student_Service_Building.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/UT_Dallas_Student_Service_Building.JPG/300px-UT_Dallas_Student_Service_Building.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0b/UT_Dallas_Student_Service_Building.JPG/400px-UT_Dallas_Student_Service_Building.JPG 2x" width="200"/></a></span></div></td></tr><tr><th class="navbox-group" scope="row" style="background:#E87500;color:white; box-shadow: inset 2px 2px 0 #154734, inset -2px -2px 0 #154734;;width:1%">Campus</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Center_for_BrainHealth" title="Center for BrainHealth">Center for BrainHealth</a></li> <li><a href="/wiki/Crow_Museum_of_Asian_Art" title="Crow Museum of Asian Art">Crow Museum of Asian Art</a></li> <li><a href="/wiki/UTD/Synergy_Park_station" title="UTD/Synergy Park station">UTD/Synergy Park station</a></li> <li><a href="/wiki/UT_Dallas_Baseball_Field" title="UT Dallas Baseball Field">UT Dallas Baseball Field</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="background:#E87500;color:white; box-shadow: inset 2px 2px 0 #154734, inset -2px -2px 0 #154734;;width:1%">People</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/List_of_University_of_Texas_at_Dallas_people" title="List of University of Texas at Dallas people">Notable people</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="background:#E87500;color:white; box-shadow: inset 2px 2px 0 #154734, inset -2px -2px 0 #154734;;width:1%">Other</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Radio_UTD" title="Radio UTD">Radio UTD</a></li> <li><a href="/wiki/Temoc" title="Temoc">Temoc</a></li></ul> </div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="Links_to_related_articles" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible mw-collapsed navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col" style="background:#e8e8ff;background:#008542; color:white;border:2px solid #C75B12;"><div id="Links_to_related_articles" style="font-size:114%;margin:0 4em">Links to related articles</div></th></tr><tr><td class="navbox-list navbox-odd" colspan="2" style="width:100%;padding:0;font-size:114%"><div style="padding:0px"> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="The_University_of_Texas_System" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col" style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:University_of_Texas_System" title="Template:University of Texas System"><abbr style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:University_of_Texas_System" title="Template talk:University of Texas System"><abbr style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:University_of_Texas_System" title="Special:EditPage/Template:University of Texas System"><abbr style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="The_University_of_Texas_System" style="font-size:114%;margin:0 4em"><a href="/wiki/University_of_Texas_System" title="University of Texas System"><span style="color:white">The University of Texas System</span></a></div></th></tr><tr><th class="navbox-group" scope="row" style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;;width:1%">Academic Institutions</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/University_of_Texas_at_Arlington" title="University of Texas at Arlington">Arlington</a></li> <li><a href="/wiki/University_of_Texas_at_Austin" title="University of Texas at Austin">Austin</a></li> <li><a class="mw-selflink selflink">Dallas</a></li> <li><a href="/wiki/University_of_Texas_at_El_Paso" title="University of Texas at El Paso">El Paso</a></li> <li><a href="/wiki/University_of_Texas_Permian_Basin" title="University of Texas Permian Basin">Permian Basin</a></li> <li><a href="/wiki/University_of_Texas_Rio_Grande_Valley" title="University of Texas Rio Grande Valley">Rio Grande Valley</a></li> <li><a href="/wiki/University_of_Texas_at_San_Antonio" title="University of Texas at San Antonio">San Antonio</a></li> <li><a href="/wiki/Stephen_F._Austin_State_University" title="Stephen F. Austin State University">Stephen F. Austin</a></li> <li><a href="/wiki/University_of_Texas_at_Tyler" title="University of Texas at Tyler">Tyler</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;;width:1%">Health Institutions</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a class="mw-redirect" href="/wiki/University_of_Texas_MD_Anderson_Cancer_Center" title="University of Texas MD Anderson Cancer Center">MD Anderson Cancer Center</a></li> <li><a href="/wiki/University_of_Texas_Medical_Branch" title="University of Texas Medical Branch">UT Medical Branch</a></li> <li><a href="/wiki/University_of_Texas_Southwestern_Medical_Center" title="University of Texas Southwestern Medical Center">UT Southwestern Medical Center</a></li> <li><a href="/wiki/University_of_Texas_Health_Science_Center_at_Houston" title="University of Texas Health Science Center at Houston">UTHealth</a></li> <li><a href="/wiki/University_of_Texas_Health_Science_Center_at_San_Antonio" title="University of Texas Health Science Center at San Antonio">UT Health San Antonio</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;;width:1%">Former Institutions</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/University_of_Texas_at_Brownsville" title="University of Texas at Brownsville">Brownsville</a> (Merged into Rio Grande Valley)</li> <li><a href="/wiki/University_of_Texas%E2%80%93Pan_American" title="University of Texas–Pan American">Pan American</a> (Merged into Rio Grande Valley)</li> <li><a class="mw-redirect" href="/wiki/University_of_Texas_Health_Science_Center_at_Tyler" title="University of Texas Health Science Center at Tyler">UTHSC Tyler</a> (merged into UT Tyler)</li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;;width:1%">Administrative Buildings</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/O._Henry_Hall" title="O. Henry Hall">O. Henry Hall</a> (owned 1968–2015, leased until 2017)</li></ul> </div></td></tr><tr><td class="navbox-abovebelow" colspan="2" style="background: #F47920; color: white; box-shadow: inset 2px 2px 0 #003767, inset -2px -2px 0 #003767;"><div> <ul><li><b><span class="noviewer" typeof="mw:File"><span title="Category"><img alt="" class="mw-file-element" data-file-height="185" data-file-width="180" decoding="async" height="16" src="//upload.wikimedia.org/wikipedia/en/thumb/9/96/Symbol_category_class.svg/16px-Symbol_category_class.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/9/96/Symbol_category_class.svg/23px-Symbol_category_class.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/9/96/Symbol_category_class.svg/31px-Symbol_category_class.svg.png 2x" width="16"/></span></span> <a href="/wiki/Category:University_of_Texas_System" title="Category:University of Texas System"><span style="color:white">Category:University of Texas System</span></a></b></li> <li><b> <span class="noviewer" typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Symbol_portal_class.svg" title="Portal"><img alt="" class="mw-file-element" data-file-height="185" data-file-width="180" decoding="async" height="16" src="//upload.wikimedia.org/wikipedia/en/thumb/e/e2/Symbol_portal_class.svg/16px-Symbol_portal_class.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/e/e2/Symbol_portal_class.svg/23px-Symbol_portal_class.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/e/e2/Symbol_portal_class.svg/31px-Symbol_portal_class.svg.png 2x" width="16"/></a></span> <a href="/wiki/Portal:Texas" title="Portal:Texas"><span style="color:white">Portal:Texas</span></a></b></li></ul> </div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="Richardson,_Texas" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible mw-collapsed navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:Richardson,_Texas" title="Template:Richardson, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Richardson,_Texas" title="Template talk:Richardson, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:Richardson,_Texas" title="Special:EditPage/Template:Richardson, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Richardson,_Texas" style="font-size:114%;margin:0 4em"><a href="/wiki/Richardson,_Texas" title="Richardson, Texas">Richardson, Texas</a></div></th></tr><tr><th class="navbox-group" scope="row" style="width:1%">Historical areas</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Buckingham,_Richardson,_Texas" title="Buckingham, Richardson, Texas">Buckingham</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Education</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Primary and<br/>secondary</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Public</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Plano_Independent_School_District" title="Plano Independent School District">Plano ISD</a><b>*</b></li> <li><a href="/wiki/Richardson_Independent_School_District" title="Richardson Independent School District">Richardson ISD</a><b>**</b> <ul><li><a href="/wiki/Lloyd_V._Berkner_High_School" title="Lloyd V. Berkner High School">Berkner HS</a></li> <li><a href="/wiki/J._J._Pearce_High_School" title="J. J. Pearce High School">Pearce HS</a></li> <li><a href="/wiki/Richardson_High_School" title="Richardson High School">Richardson HS</a></li></ul></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Private</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/IANT_Quranic_Academy" title="IANT Quranic Academy">IANT Quranic Academy</a></li> <li><a href="/wiki/North_Dallas_Adventist_Academy" title="North Dallas Adventist Academy">North Dallas Adventist Academy</a></li> <li><a href="/wiki/Salam_Academy" title="Salam Academy">Salam Academy</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Closed</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/The_Alexander_School" title="The Alexander School">The Alexander School</a></li> <li><a href="/wiki/Canyon_Creek_Christian_Academy" title="Canyon Creek Christian Academy">Canyon Creek Christian Academy</a></li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Tertiary</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Collin_College" title="Collin College">Collin College</a><b>*</b></li> <li><a href="/wiki/Dallas_College" title="Dallas College">Dallas College</a><b>**</b></li> <li><a class="mw-selflink selflink">University of Texas at Dallas</a></li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Landmarks</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Charles_W._Eisemann_Center_for_Performing_Arts" title="Charles W. Eisemann Center for Performing Arts">Charles W. Eisemann Center for Performing Arts</a></li> <li><a href="/wiki/Richardson_Square_Mall" title="Richardson Square Mall">Richardson Square Mall</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Transportation</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" id="DART" scope="row" style="width:1%"><a href="/wiki/Dallas_Area_Rapid_Transit" title="Dallas Area Rapid Transit">DART</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Red_Line_(Dallas_Area_Rapid_Transit)" title="Red Line (Dallas Area Rapid Transit)">Red Line</a>/<a href="/wiki/Orange_Line_(Dallas_Area_Rapid_Transit)" title="Orange Line (Dallas Area Rapid Transit)">Orange Line</a> <ul><li><a class="mw-redirect" href="/wiki/Arapaho_Center_(DART_station)" title="Arapaho Center (DART station)">Arapaho Center</a></li> <li><a class="mw-redirect" href="/wiki/CityLine/Bush_(DART_station)" title="CityLine/Bush (DART station)">CityLine/Bush</a></li> <li><a class="mw-redirect" href="/wiki/Galatyn_Park_(DART_station)" title="Galatyn Park (DART station)">Galatyn Park</a></li> <li><a class="mw-redirect" href="/wiki/Spring_Valley_(DART_station)" title="Spring Valley (DART station)">Spring Valley</a></li> <li><i><a href="/wiki/UTD/Synergy_Park_station" title="UTD/Synergy Park station">UTD/Synergy Park</a> (under construction)</i></li></ul></li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div>This list is incomplete.<br/><b>*</b>Services areas in <a href="/wiki/Collin_County,_Texas" title="Collin County, Texas">Collin County</a> <b>**</b>Services areas in <a href="/wiki/Dallas_County,_Texas" title="Dallas County, Texas">Dallas County</a></div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="23x15px&#124;border_&#124;alt=&#124;link=_City_of_Dallas_(Metroplex)" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="3" scope="col"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:Dallas" title="Template:Dallas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a class="mw-redirect" href="/wiki/Template_talk:Dallas" title="Template talk:Dallas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:Dallas" title="Special:EditPage/Template:Dallas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="23x15px&#124;border_&#124;alt=&#124;link=_City_of_Dallas_(Metroplex)" style="font-size:114%;margin:0 4em"><span class="flagicon"><span class="mw-image-border" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="600" data-file-width="900" decoding="async" height="15" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Flag_of_Dallas.svg/23px-Flag_of_Dallas.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Flag_of_Dallas.svg/35px-Flag_of_Dallas.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9e/Flag_of_Dallas.svg/45px-Flag_of_Dallas.svg.png 2x" width="23"/></span></span></span> City of <a href="/wiki/Dallas" title="Dallas">Dallas</a> (<a href="/wiki/Dallas%E2%80%93Fort_Worth_metroplex" title="Dallas–Fort Worth metroplex">Metroplex</a>)</div></th></tr><tr><td class="navbox-abovebelow" colspan="3"><div> <ul><li><a href="/wiki/List_of_people_from_Dallas" title="List of people from Dallas">People</a></li> <li><a href="/wiki/Culture_of_Dallas" title="Culture of Dallas">Culture</a></li> <li><a href="/wiki/Climate_of_Dallas" title="Climate of Dallas">Climate</a></li> <li><a href="/wiki/Education_in_Dallas" title="Education in Dallas">Education</a></li> <li><a href="/wiki/List_of_Dallas_Landmarks" title="List of Dallas Landmarks">Landmarks</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/List_of_neighborhoods_in_Dallas" title="List of neighborhoods in Dallas">Neighborhoods</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Asian_Trade_District,_Dallas" title="Asian Trade District, Dallas">Asian Trade District</a></li> <li><a href="/wiki/Bishop_Arts_District,_Dallas" title="Bishop Arts District, Dallas">Bishop Arts District</a></li> <li><a href="/wiki/Casa_Linda_Estates,_Dallas" title="Casa Linda Estates, Dallas">Casa Linda</a></li> <li><a href="/wiki/Cedars,_Dallas" title="Cedars, Dallas">Cedars</a></li> <li><a href="/wiki/Deep_Ellum,_Dallas" title="Deep Ellum, Dallas">Deep Ellum</a></li> <li><a href="/wiki/Design_District,_Dallas" title="Design District, Dallas">Design District</a></li> <li><a href="/wiki/Downtown_Dallas" title="Downtown Dallas">Downtown</a></li> <li><a href="/wiki/Exposition_Park,_Dallas" title="Exposition Park, Dallas">Exposition Park</a></li> <li><a href="/wiki/Fair_Park" title="Fair Park">Fair Park</a></li> <li><a href="/wiki/Kessler,_Dallas" title="Kessler, Dallas">Kessler Park</a></li> <li><a href="/wiki/Knox_Park,_Dallas" title="Knox Park, Dallas">Knox-Henderson</a></li> <li><a href="/wiki/Lake_Highlands" title="Lake Highlands">Lake Highlands</a></li> <li><a href="/wiki/Lakewood,_Dallas" title="Lakewood, Dallas">Lakewood</a></li> <li><a href="/wiki/Lower_Greenville,_Dallas" title="Lower Greenville, Dallas">Lower Greenville</a></li> <li><a href="/wiki/Greenland_Hills,_Dallas" title="Greenland Hills, Dallas">"M" Streets</a></li> <li><a href="/wiki/Oak_Cliff" title="Oak Cliff">Oak Cliff</a></li> <li><a href="/wiki/Oak_Lawn,_Dallas" title="Oak Lawn, Dallas">Oak Lawn</a></li> <li><a href="/wiki/Park_Cities,_Texas" title="Park Cities, Texas">Park Cities</a></li> <li><a href="/wiki/Preston_Hollow,_Dallas" title="Preston Hollow, Dallas">Preston Hollow</a></li> <li><a href="/wiki/Southwestern_Medical_District" title="Southwestern Medical District">Southwestern Medical District</a></li> <li><a href="/wiki/Trinity_Groves,_Dallas" title="Trinity Groves, Dallas">Trinity Groves</a></li> <li><a href="/wiki/Turtle_Creek,_Dallas" title="Turtle Creek, Dallas">Turtle Creek</a></li> <li><a href="/wiki/Uptown,_Dallas" title="Uptown, Dallas">Uptown</a></li> <li><a href="/wiki/Victory_Park,_Dallas" title="Victory Park, Dallas">Victory Park</a></li> <li><a href="/wiki/West_End_Historic_District_(Dallas)" title="West End Historic District (Dallas)">West End</a></li></ul> </div></td><td class="noviewer navbox-image" rowspan="5" style="width:1px;padding:0 0 0 2px"><div><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Seal_of_Dallas.svg" title="Seal of Dallas"><img alt="Seal of Dallas" class="mw-file-element" data-file-height="199" data-file-width="199" decoding="async" height="80" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Seal_of_Dallas.svg/80px-Seal_of_Dallas.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Seal_of_Dallas.svg/120px-Seal_of_Dallas.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Seal_of_Dallas.svg/160px-Seal_of_Dallas.svg.png 2x" width="80"/></a></span></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Government_of_Dallas" title="Government of Dallas">Government</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Mayor_of_Dallas" title="Mayor of Dallas">Mayor</a> (<a class="mw-redirect" href="/wiki/List_of_mayors_of_Dallas,_Texas" title="List of mayors of Dallas, Texas">List</a>)</li> <li><a href="/wiki/Dallas_City_Council" title="Dallas City Council">City Council</a></li> <li><a href="/wiki/Dallas_Police_Department" title="Dallas Police Department">Police</a></li> <li><a href="/wiki/Dallas_Fire-Rescue_Department" title="Dallas Fire-Rescue Department">Fire-Rescue</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/History_of_Dallas" title="History of Dallas">History</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/History_of_Dallas_(through_1838)" title="History of Dallas (through 1838)">Pre-1838</a></li> <li><a href="/wiki/History_of_Dallas_(1839%E2%80%931855)" title="History of Dallas (1839–1855)">1839–1855</a></li> <li><a href="/wiki/History_of_Dallas_(1856%E2%80%931873)" title="History of Dallas (1856–1873)">1856–1873</a></li> <li><a href="/wiki/History_of_Dallas_(1874%E2%80%931929)" title="History of Dallas (1874–1929)">1874–1929</a></li> <li><a href="/wiki/History_of_Dallas_(1930%E2%80%931945)" title="History of Dallas (1930–1945)">1930–1945</a></li> <li><a href="/wiki/History_of_Dallas_(1946%E2%80%931974)" title="History of Dallas (1946–1974)">1946–1974</a></li> <li><a href="/wiki/History_of_Dallas_(1975%E2%80%931985)" title="History of Dallas (1975–1985)">1975–1985</a></li> <li><a href="/wiki/History_of_Dallas#Recession_(1986–1995)" title="History of Dallas">1986–1995</a></li> <li><a href="/wiki/History_of_Dallas#Current_period_(1996–present)" title="History of Dallas">1996–present</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Transportation_in_Dallas" title="Transportation in Dallas">Transportation</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a class="mw-redirect" href="/wiki/DFW_Airport" title="DFW Airport">DFW Airport</a> (main hub of <a href="/wiki/American_Airlines" title="American Airlines">American</a>)</li> <li><a href="/wiki/Dallas_Love_Field" title="Dallas Love Field">Love Field</a> (main hub of <a href="/wiki/Southwest_Airlines" title="Southwest Airlines">Southwest</a>)</li> <li><a class="mw-redirect" href="/wiki/List_of_Dallas_freeways" title="List of Dallas freeways">Freeways</a></li> <li><a href="/wiki/Dallas_Area_Rapid_Transit" title="Dallas Area Rapid Transit">DART</a> (rapid transit)</li> <li><a href="/wiki/DART_Light_Rail" title="DART Light Rail">DART Light Rail</a></li> <li><a href="/wiki/Dallas_Streetcar" title="Dallas Streetcar">Streetcar</a></li> <li><a href="/wiki/McKinney_Avenue_Transit_Authority" title="McKinney Avenue Transit Authority">M-Line Trolley</a></li> <li><a href="/wiki/North_Texas_Tollway_Authority" title="North Texas Tollway Authority">North Texas Tollway Authority</a></li> <li><a href="/wiki/Trinity_Railway_Express" title="Trinity Railway Express">Trinity Railway Express</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Sports_in_Dallas" title="Sports in Dallas">Sports</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Dallas_Cowboys" title="Dallas Cowboys">Dallas Cowboys</a></li> <li><a href="/wiki/Dallas_Mavericks" title="Dallas Mavericks">Dallas Mavericks</a></li> <li><a href="/wiki/Dallas_Stars" title="Dallas Stars">Dallas Stars</a></li> <li><a href="/wiki/FC_Dallas" title="FC Dallas">FC Dallas</a></li> <li><a href="/wiki/Arlington_Renegades" title="Arlington Renegades">Arlington Renegades</a></li> <li><a href="/wiki/Texas_Rangers_(baseball)" title="Texas Rangers (baseball)">Texas Rangers</a></li> <li><a href="/wiki/Dallas_Wings" title="Dallas Wings">Dallas Wings</a></li> <li><a href="/wiki/Dallas_Jackals" title="Dallas Jackals">Dallas Jackals</a></li></ul> </div></td></tr><tr><td class="navbox-abovebelow" colspan="3"><div> <ul><li><a href="/wiki/Category:Dallas" title="Category:Dallas">All Dallas articles</a></li> <li><a href="/wiki/Portal:Texas" title="Portal:Texas">Texas Portal</a></li> <li><a href="/wiki/Texas" title="Texas">State of Texas</a></li> <li><a href="/wiki/North_Texas" title="North Texas">North Texas</a></li></ul> </div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="Education_in_Dallas_County,_Texas" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:Education_in_Dallas_County,_Texas" title="Template:Education in Dallas County, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Education_in_Dallas_County,_Texas" title="Template talk:Education in Dallas County, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:Education_in_Dallas_County,_Texas" title="Special:EditPage/Template:Education in Dallas County, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Education_in_Dallas_County,_Texas" style="font-size:114%;margin:0 4em">Education in Dallas County, Texas</div></th></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td class="navbox-abovebelow" colspan="2"><div id="K–12K–12_schools_are_listed_at_the_county_schools_template"><b>K–12</b><br/>K–12 schools are listed at <a href="/wiki/Template:Dallas_County,_Texas_Schools" title="Template:Dallas County, Texas Schools">the county schools template</a></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">School districts</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Carrollton-Farmers_Branch_Independent_School_District" title="Carrollton-Farmers Branch Independent School District">Carrollton-Farmers Branch ISD</a> <ul><li><a href="/wiki/Template:Carrollton-Farmers_Branch_ISD" title="Template:Carrollton-Farmers Branch ISD">template</a></li></ul></li> <li><a href="/wiki/Cedar_Hill_Independent_School_District" title="Cedar Hill Independent School District">Cedar Hill ISD</a></li> <li><a href="/wiki/Coppell_Independent_School_District" title="Coppell Independent School District">Coppell ISD</a></li> <li><a href="/wiki/Dallas_Independent_School_District" title="Dallas Independent School District">Dallas ISD</a> <ul><li><a href="/wiki/Template:Dallas_ISD" title="Template:Dallas ISD">template</a></li></ul></li> <li><a href="/wiki/DeSoto_Independent_School_District" title="DeSoto Independent School District">DeSoto ISD</a></li> <li><a href="/wiki/Duncanville_Independent_School_District" title="Duncanville Independent School District">Duncanville ISD</a></li> <li><a href="/wiki/Ferris_Independent_School_District" title="Ferris Independent School District">Ferris ISD</a></li> <li><a href="/wiki/Garland_Independent_School_District" title="Garland Independent School District">Garland ISD</a> <ul><li><a href="/wiki/Template:Garland_ISD" title="Template:Garland ISD">template</a></li></ul></li> <li><a href="/wiki/Grand_Prairie_Independent_School_District" title="Grand Prairie Independent School District">Grand Prairie ISD</a></li> <li><a href="/wiki/Highland_Park_Independent_School_District" title="Highland Park Independent School District">Highland Park ISD</a></li> <li><a href="/wiki/Irving_Independent_School_District" title="Irving Independent School District">Irving ISD</a></li> <li><a href="/wiki/Lancaster_Independent_School_District" title="Lancaster Independent School District">Lancaster ISD</a></li> <li><a href="/wiki/Mesquite_Independent_School_District" title="Mesquite Independent School District">Mesquite ISD</a></li> <li><a href="/wiki/Richardson_Independent_School_District" title="Richardson Independent School District">Richardson ISD</a></li> <li><a href="/wiki/Sunnyvale_Independent_School_District" title="Sunnyvale Independent School District">Sunnyvale ISD</a></li></ul> </div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" id="Defunct" scope="row" style="width:1%">Defunct</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a class="mw-redirect" href="/wiki/Wilmer-Hutchins_Independent_School_District" title="Wilmer-Hutchins Independent School District">Wilmer-Hutchins ISD</a></li></ul> </div></td></tr></tbody></table><div> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Related agencies</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" id="Defunct" scope="row" style="width:1%">Defunct</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Dallas_County_Schools" title="Dallas County Schools">Dallas County Schools</a> (transportation)</li></ul> </div></td></tr></tbody></table><div></div></td></tr></tbody></table><div></div></td></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td class="navbox-abovebelow" colspan="2"><div id="Tertiary"><b>Tertiary</b></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Universities</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Public</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/University_of_North_Texas_at_Dallas" title="University of North Texas at Dallas">UNT at Dallas</a> <ul><li><a href="/wiki/University_of_North_Texas_at_Dallas_College_of_Law" title="University of North Texas at Dallas College of Law">College of Law</a></li></ul></li> <li><a class="mw-selflink selflink">UT Dallas</a> <ul><li><a href="/wiki/Template:University_of_Texas_at_Dallas" title="Template:University of Texas at Dallas">template</a></li></ul></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Private</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Amberton_University" title="Amberton University">Amberton</a></li> <li><a href="/wiki/Criswell_College" title="Criswell College">Criswell College</a></li> <li><a href="/wiki/University_of_Dallas" title="University of Dallas">U. of Dallas</a></li> <li><a href="/wiki/Dallas_Baptist_University" title="Dallas Baptist University">Dallas Baptist</a></li> <li><a href="/wiki/Dallas_Christian_College" title="Dallas Christian College">Dallas Christian College</a></li> <li><a href="/wiki/Paul_Quinn_College" title="Paul Quinn College">Paul Quinn</a></li> <li><a href="/wiki/Southern_Methodist_University" title="Southern Methodist University">Southern Methodist</a> <ul><li><a href="/wiki/Template:Southern_Methodist_University" title="Template:Southern Methodist University">template</a></li></ul></li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Community colleges</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Dallas_College" title="Dallas College">Dallas College</a> <ul><li><a class="mw-redirect" href="/wiki/Dallas_College_Brookhaven_Campus" title="Dallas College Brookhaven Campus">Brookhaven</a></li> <li><a class="mw-redirect" href="/wiki/Dallas_College_Cedar_Valley_Campus" title="Dallas College Cedar Valley Campus">Cedar Valley</a></li> <li><a class="mw-redirect" href="/wiki/Dallas_College_Eastfield_Campus" title="Dallas College Eastfield Campus">Eastfield</a></li> <li><a class="mw-redirect" href="/wiki/Dallas_College_El_Centro_Campus" title="Dallas College El Centro Campus">El Centro</a></li> <li><a class="mw-redirect" href="/wiki/Dallas_College_Mountain_View_Campus" title="Dallas College Mountain View Campus">Mountain View</a></li> <li><a class="mw-redirect" href="/wiki/Dallas_College_North_Lake_Campus" title="Dallas College North Lake Campus">North Lake</a></li> <li><a class="mw-redirect" href="/wiki/Dallas_College_Richland_Campus" title="Dallas College Richland Campus">Richland</a></li></ul></li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td class="navbox-abovebelow" colspan="2"><div id="Libraries"><b>Libraries</b></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Public libraries</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Dallas_Public_Library" title="Dallas Public Library">Dallas Public Library</a></li></ul> </div></td></tr></tbody></table><div></div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="Education_in_Collin_County,_Texas" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:Education_in_Collin_County,_Texas" title="Template:Education in Collin County, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Education_in_Collin_County,_Texas" title="Template talk:Education in Collin County, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:Education_in_Collin_County,_Texas" title="Special:EditPage/Template:Education in Collin County, Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Education_in_Collin_County,_Texas" style="font-size:114%;margin:0 4em">Education in <a href="/wiki/Collin_County,_Texas" title="Collin County, Texas">Collin County, Texas</a></div></th></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td class="navbox-abovebelow" colspan="2"><div id="Public_high_schools"><b>Public high schools</b></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Allen_Independent_School_District" title="Allen Independent School District">Allen ISD</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Allen_High_School_(Texas)" title="Allen High School (Texas)">Allen High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Anna_Independent_School_District" title="Anna Independent School District">Anna ISD</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Anna_High_School_(Texas)" title="Anna High School (Texas)">Anna High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Blue_Ridge_Independent_School_District" title="Blue Ridge Independent School District">Blue Ridge ISD</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Blue_Ridge_High_School_(Texas)" title="Blue Ridge High School (Texas)">Blue Ridge High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Celina_Independent_School_District" title="Celina Independent School District">Celina ISD</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Celina_High_School_(Texas)" title="Celina High School (Texas)">Celina High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Community_Independent_School_District" title="Community Independent School District">Community ISD</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Community_High_School_(Texas)" title="Community High School (Texas)">Community High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Farmersville_Independent_School_District" title="Farmersville Independent School District">Farmersville ISD</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Farmersville_High_School_(Texas)" title="Farmersville High School (Texas)">Farmersville High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Frisco_Independent_School_District" title="Frisco Independent School District">Frisco ISD</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Centennial_High_School_(Frisco,_Texas)" title="Centennial High School (Frisco, Texas)">Centennial</a></li> <li><a href="/wiki/Frisco_High_School" title="Frisco High School">Frisco High</a></li> <li><a href="/wiki/Heritage_High_School_(Frisco,_Texas)" title="Heritage High School (Frisco, Texas)">Heritage</a></li> <li><a href="/wiki/Independence_High_School_(Frisco,_Texas)" title="Independence High School (Frisco, Texas)">Independence</a></li> <li><a href="/wiki/Lebanon_Trail_High_School" title="Lebanon Trail High School">Lebanon Trail</a></li> <li><a href="/wiki/Liberty_High_School_(Frisco,_Texas)" title="Liberty High School (Frisco, Texas)">Liberty</a></li> <li><a href="/wiki/Memorial_High_School_(Frisco,_Texas)" title="Memorial High School (Frisco, Texas)">Memorial</a></li> <li><a class="mw-redirect" href="/wiki/Template:Frisco_Independent_School_District" title="Template:Frisco Independent School District">(three other high schools are in Denton County)</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Lovejoy_Independent_School_District" title="Lovejoy Independent School District">Lovejoy ISD</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Lovejoy_High_School_(Lucas,_Texas)" title="Lovejoy High School (Lucas, Texas)">Lovejoy High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/McKinney_Independent_School_District" title="McKinney Independent School District">McKinney ISD</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/McKinney_High_School" title="McKinney High School">McKinney High</a></li> <li><a href="/wiki/McKinney_Boyd_High_School" title="McKinney Boyd High School">McKinney Boyd</a></li> <li><a href="/wiki/McKinney_North_High_School" title="McKinney North High School">McKinney North</a></li> <li><a href="/wiki/Serenity_High_School" title="Serenity High School">Serenity</a> (alternative)</li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Melissa_Independent_School_District" title="Melissa Independent School District">Melissa ISD</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Melissa_High_School" title="Melissa High School">Melissa High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Plano_Independent_School_District" title="Plano Independent School District">Plano ISD</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%">Senior high schools (11–12)</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Plano_Senior_High_School" title="Plano Senior High School">Plano Senior</a></li> <li><a href="/wiki/Plano_East_Senior_High_School" title="Plano East Senior High School">Plano East</a></li> <li><a href="/wiki/Plano_West_Senior_High_School" title="Plano West Senior High School">Plano West</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">High schools (9–10)</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Clark_High_School_(Plano,_Texas)" title="Clark High School (Plano, Texas)">Clark</a></li> <li><a href="/wiki/Jasper_High_School_(Plano,_Texas)" title="Jasper High School (Plano, Texas)">Jasper</a></li> <li><a href="/wiki/McMillen_High_School" title="McMillen High School">McMillen</a></li> <li><a href="/wiki/Shepton_High_School" title="Shepton High School">Shepton</a></li> <li><a href="/wiki/Vines_High_School" title="Vines High School">Vines</a></li> <li><a href="/wiki/T._H._Williams_High_School" title="T. H. Williams High School">Williams</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Alternative schools (9–12)</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Plano_ISD_Academy_High_School" title="Plano ISD Academy High School">PISD Academy</a></li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Princeton_Independent_School_District" title="Princeton Independent School District">Princeton ISD</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Princeton_High_School_(Texas)" title="Princeton High School (Texas)">Princeton High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Prosper_Independent_School_District" title="Prosper Independent School District">Prosper ISD</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Prosper_High_School" title="Prosper High School">Prosper High</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Wylie_Independent_School_District_(Collin_County,_Texas)" title="Wylie Independent School District (Collin County, Texas)">Wylie ISD</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Wylie_High_School_(Wylie,_Texas)" title="Wylie High School (Wylie, Texas)">Wylie High</a></li> <li><a href="/wiki/Wylie_East_High_School" title="Wylie East High School">Wylie East</a></li> <li><a href="/wiki/Achieve_Academy" title="Achieve Academy">Achieve Academy</a> (alternative)</li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td class="navbox-abovebelow" colspan="2"><div id="Private_high_schools"><b>Private high schools</b></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Secular</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Great_Lakes_Academy_(Texas)" title="Great Lakes Academy (Texas)">Great Lakes Academy</a></li> <li><a href="/wiki/Spring_Creek_Academy" title="Spring Creek Academy">Spring Creek Academy</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Religious</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Coram_Deo_Academy" title="Coram Deo Academy">Coram Deo Academy</a> Collin County Campus</li> <li><a href="/wiki/John_Paul_II_High_School_(Plano,_Texas)" title="John Paul II High School (Plano, Texas)">John Paul II</a></li> <li><a href="/wiki/Legacy_Christian_Academy_(Frisco,_Texas)" title="Legacy Christian Academy (Frisco, Texas)">Legacy Christian Academy</a></li></ul></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" id="Closed" scope="row" style="width:1%">Closed</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <li><a href="/wiki/Canyon_Creek_Christian_Academy" title="Canyon Creek Christian Academy">Canyon Creek Christian Academy</a></li> <li><a href="/wiki/Plano_Christian_Academy" title="Plano Christian Academy">Plano Christian Academy</a></li> </div></td></tr></tbody></table><div> </div></td></tr></tbody></table><div></div></td></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td class="navbox-abovebelow" colspan="2"><div id="Tertiary"><b>Tertiary</b></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Universities</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a class="mw-selflink selflink">UT Dallas</a> <ul><li><a href="/wiki/Template:University_of_Texas_at_Dallas" title="Template:University of Texas at Dallas">Template</a></li></ul></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Community colleges</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Collin_College" title="Collin College">Collin College</a></li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div>This list may be incomplete.<br/>Portions of some school districts extend into other counties, and other school districts (<a href="/wiki/Bland_Independent_School_District" title="Bland Independent School District">Bland ISD</a>, <a href="/wiki/Gunter_Independent_School_District" title="Gunter Independent School District">Gunter ISD</a>, <a href="/wiki/Leonard_Independent_School_District" title="Leonard Independent School District">Leonard ISD</a>, <a href="/wiki/Rockwall_Independent_School_District" title="Rockwall Independent School District">Rockwall ISD</a>, <a href="/wiki/Royse_City_Independent_School_District" title="Royse City Independent School District">Royse City ISD</a>, <a href="/wiki/Trenton_Independent_School_District" title="Trenton Independent School District">Trenton ISD</a>, <a href="/wiki/Van_Alstyne_Independent_School_District" title="Van Alstyne Independent School District">Van Alstyne ISD</a>, <a href="/wiki/Whitewright_Independent_School_District" title="Whitewright Independent School District">Whitewright ISD</a>) serve Collin County but have no high schools in it.<br/><a href="/wiki/Westminster_Independent_School_District" title="Westminster Independent School District">Westminster ISD</a> was disestablished in 1989.</div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="Tertiary_education_in_Dallas–Fort_Worth" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:Tertiary_education_in_Dallas%E2%80%93Fort_Worth" title="Template:Tertiary education in Dallas–Fort Worth"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Tertiary_education_in_Dallas%E2%80%93Fort_Worth" title="Template talk:Tertiary education in Dallas–Fort Worth"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:Tertiary_education_in_Dallas%E2%80%93Fort_Worth" title="Special:EditPage/Template:Tertiary education in Dallas–Fort Worth"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Tertiary_education_in_Dallas–Fort_Worth" style="font-size:114%;margin:0 4em"><a href="/wiki/List_of_colleges_and_universities_in_the_Dallas%E2%80%93Fort_Worth_metroplex" title="List of colleges and universities in the Dallas–Fort Worth metroplex">Tertiary education in Dallas–Fort Worth</a></div></th></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td class="navbox-abovebelow" colspan="2"><div id="Universities"><b>Universities</b></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Public</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/University_of_Texas_System" title="University of Texas System">UT System</a></th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/University_of_Texas_at_Arlington" title="University of Texas at Arlington">UT Arlington</a> <ul><li><a href="/wiki/Template:University_of_Texas_at_Arlington" title="Template:University of Texas at Arlington">Template</a></li></ul></li> <li><a class="mw-selflink selflink">UT Dallas</a> <ul><li><a href="/wiki/Template:University_of_Texas_at_Dallas" title="Template:University of Texas at Dallas">Template</a></li></ul></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/University_of_North_Texas_System" title="University of North Texas System">UNT System</a></th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/University_of_North_Texas" title="University of North Texas">U. of North Texas</a></li> <li><a href="/wiki/University_of_North_Texas_at_Dallas" title="University of North Texas at Dallas">UNT at Dallas</a> <ul><li><a href="/wiki/University_of_North_Texas_at_Dallas_College_of_Law" title="University of North Texas at Dallas College of Law">College of Law</a></li></ul></li> <li><a href="/wiki/University_of_North_Texas_Health_Science_Center" title="University of North Texas Health Science Center">Health Science Center</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Other</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Texas_A%26M_University%E2%80%93Commerce" title="Texas A&M University–Commerce">TAMU Commerce</a></li> <li><a href="/wiki/Texas_Woman%27s_University" title="Texas Woman's University">Texas Woman's</a></li></ul> </div></td></tr></tbody></table><div></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Private</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Amberton_University" title="Amberton University">Amberton</a></li> <li><a href="/wiki/Criswell_College" title="Criswell College">Criswell College</a></li> <li><a href="/wiki/University_of_Dallas" title="University of Dallas">U. of Dallas</a></li> <li><a href="/wiki/Dallas_Baptist_University" title="Dallas Baptist University">Dallas Baptist</a></li> <li><a href="/wiki/Dallas_Christian_College" title="Dallas Christian College">Dallas Christian College</a></li> <li><a href="/wiki/Paul_Quinn_College" title="Paul Quinn College">Paul Quinn</a></li> <li><a href="/wiki/Southern_Methodist_University" title="Southern Methodist University">Southern Methodist</a> <ul><li><a href="/wiki/Template:Southern_Methodist_University" title="Template:Southern Methodist University">Template</a></li></ul></li> <li><a href="/wiki/Southwestern_Assemblies_of_God_University" title="Southwestern Assemblies of God University">Southwestern Assemblies of God</a></li> <li><a href="/wiki/Southwestern_Baptist_Theological_Seminary" title="Southwestern Baptist Theological Seminary">Southwestern Baptist Theological Seminary</a> <ul><li><a href="/wiki/Template:Southwestern_Baptist_Theological_Seminary" title="Template:Southwestern Baptist Theological Seminary">Template</a></li></ul></li> <li><a href="/wiki/Texas_Christian_University" title="Texas Christian University">Texas Christian</a> <ul><li><a href="/wiki/Template:Texas_Christian_University" title="Template:Texas Christian University">Template</a></li></ul></li> <li><a href="/wiki/Texas_Wesleyan_University" title="Texas Wesleyan University">Texas Wesleyan</a></li></ul></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><th class="navbox-group" id="Closed" scope="row" style="width:1%">Closed</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <li><a href="/wiki/Bishop_College" title="Bishop College">Bishop College</a></li> <li><a href="/wiki/College_of_Saints_John_Fisher_%26_Thomas_More" title="College of Saints John Fisher & Thomas More">College of Saints John Fisher & Thomas More</a></li> </div></td></tr></tbody></table><div> </div></td></tr></tbody></table><div></div></td></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"></div><table class="nowraplinks navbox-subgroup" style="border-spacing:0"><tbody><tr><td class="navbox-abovebelow" colspan="2"><div id="Community_colleges"><b>Community colleges</b></div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Public</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Dallas_College" title="Dallas College">Dallas College</a></li> <li><a href="/wiki/Collin_College" title="Collin College">Collin College</a></li> <li><a href="/wiki/Tarrant_County_College" title="Tarrant County College">Tarrant County College</a></li> <li><a href="/wiki/Trinity_Valley_Community_College" title="Trinity Valley Community College">Trinity Valley Community College</a></li> <li><a href="/wiki/Weatherford_College" title="Weatherford College">Weatherford College</a></li></ul> </div></td></tr></tbody></table><div></div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="23x15px&#124;border_&#124;alt=Texas&#124;link=Texas_Texas_state_universities" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:Public_universities_in_Texas" title="Template:Public universities in Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:Public_universities_in_Texas" title="Template talk:Public universities in Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:Public_universities_in_Texas" title="Special:EditPage/Template:Public universities in Texas"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="23x15px&#124;border_&#124;alt=Texas&#124;link=Texas_Texas_state_universities" style="font-size:114%;margin:0 4em"><span class="flagicon"><span class="mw-image-border" typeof="mw:File"><a href="/wiki/Texas" title="Texas"><img alt="Texas" class="mw-file-element" data-file-height="720" data-file-width="1080" decoding="async" height="15" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Flag_of_Texas.svg/23px-Flag_of_Texas.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Flag_of_Texas.svg/35px-Flag_of_Texas.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f7/Flag_of_Texas.svg/45px-Flag_of_Texas.svg.png 2x" width="23"/></a></span></span> Texas state universities</div></th></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/University_of_Houston_System" title="University of Houston System">University of Houston System</a></th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/University_of_Houston" title="University of Houston">University of Houston</a></li> <li><a href="/wiki/University_of_Houston%E2%80%93Clear_Lake" title="University of Houston–Clear Lake">UH–Clear Lake</a></li> <li><a href="/wiki/University_of_Houston%E2%80%93Downtown" title="University of Houston–Downtown">UH–Downtown</a></li> <li><a href="/wiki/University_of_Houston%E2%80%93Victoria" title="University of Houston–Victoria">UH–Victoria</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/University_of_North_Texas_System" title="University of North Texas System">University of North Texas System</a></th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/University_of_North_Texas" title="University of North Texas">University of North Texas</a></li> <li><a href="/wiki/University_of_North_Texas_at_Dallas" title="University of North Texas at Dallas">UNT Dallas</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/University_of_Texas_System" title="University of Texas System">University of Texas System</a></th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/University_of_Texas_at_Arlington" title="University of Texas at Arlington">Arlington</a></li> <li><a href="/wiki/University_of_Texas_at_Austin" title="University of Texas at Austin">Austin</a></li> <li><a class="mw-selflink selflink">Dallas</a></li> <li><a href="/wiki/University_of_Texas_at_El_Paso" title="University of Texas at El Paso">El Paso</a></li> <li><a href="/wiki/University_of_Texas_Permian_Basin" title="University of Texas Permian Basin">Permian Basin</a></li> <li><a href="/wiki/University_of_Texas_Rio_Grande_Valley" title="University of Texas Rio Grande Valley">Rio Grande Valley</a></li> <li><a href="/wiki/University_of_Texas_at_San_Antonio" title="University of Texas at San Antonio">San Antonio</a></li> <li><a href="/wiki/Stephen_F._Austin_State_University" title="Stephen F. Austin State University">Stephen F. Austin</a></li> <li><a href="/wiki/University_of_Texas_at_Tyler" title="University of Texas at Tyler">Tyler</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Texas_A%26M_University_System" title="Texas A&M University System">Texas A&M System</a></th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Prairie_View_A%26M_University" title="Prairie View A&M University">Prairie View A&M</a></li> <li><a href="/wiki/Tarleton_State_University" title="Tarleton State University">Tarleton State</a></li> <li><a href="/wiki/Texas_A%26M_University" title="Texas A&M University">Texas A&M</a> <ul><li><a href="/wiki/Texas_A%26M_University_at_Galveston" title="Texas A&M University at Galveston">Texas A&M University at Galveston</a></li></ul></li> <li><a href="/wiki/Texas_A%26M_International_University" title="Texas A&M International University">Texas A&M International</a></li> <li><a href="/wiki/Texas_A%26M_University%E2%80%93Central_Texas" title="Texas A&M University–Central Texas">Texas A&M–Central Texas</a></li> <li><a href="/wiki/Texas_A%26M_University%E2%80%93Commerce" title="Texas A&M University–Commerce">Texas A&M–Commerce</a></li> <li><a href="/wiki/Texas_A%26M_University%E2%80%93Corpus_Christi" title="Texas A&M University–Corpus Christi">Texas A&M–Corpus Christi</a></li> <li><a href="/wiki/Texas_A%26M_University%E2%80%93Kingsville" title="Texas A&M University–Kingsville">Texas A&M–Kingsville</a></li> <li><a href="/wiki/Texas_A%26M_University%E2%80%93San_Antonio" title="Texas A&M University–San Antonio">Texas A&M–San Antonio</a></li> <li><a href="/wiki/Texas_A%26M_University%E2%80%93Texarkana" title="Texas A&M University–Texarkana">Texas A&M–Texarkana</a></li> <li><a href="/wiki/West_Texas_A%26M_University" title="West Texas A&M University">West Texas A&M</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Texas_State_University_System" title="Texas State University System">Texas State System</a></th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Lamar_University" title="Lamar University">Lamar</a></li> <li><a href="/wiki/Sam_Houston_State_University" title="Sam Houston State University">Sam Houston State</a></li> <li><a href="/wiki/Sul_Ross_State_University" title="Sul Ross State University">Sul Ross State</a></li> <li><a href="/wiki/Texas_State_University" title="Texas State University">Texas State</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Texas_Tech_University_System" title="Texas Tech University System">Texas Tech System</a></th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Angelo_State_University" title="Angelo State University">Angelo State</a></li> <li><a href="/wiki/Midwestern_State_University" title="Midwestern State University">Midwestern State</a></li> <li><a href="/wiki/Texas_Tech_University" title="Texas Tech University">Texas Tech</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%"><a href="/wiki/Texas_Woman%27s_University" title="Texas Woman's University">Texas Woman's</a></th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Texas_Woman%27s_University" title="Texas Woman's University">Texas Woman's</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">Independent</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Texas_Southern_University" title="Texas Southern University">Texas Southern</a></li></ul> </div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div>See also: <a href="/wiki/Texas_Higher_Education_Coordinating_Board" title="Texas Higher Education Coordinating Board">Texas Higher Education Coordinating Board</a></div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="American_Southwest_Conference" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col" style="background:#004890; color:#FFFFFF; box-shadow: inset 2px 2px 0 #e2164b, inset -2px -2px 0 #e2164b;"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:American_Southwest_Conference_navbox" title="Template:American Southwest Conference navbox"><abbr style="background:#004890; color:#FFFFFF; box-shadow: inset 2px 2px 0 #e2164b, inset -2px -2px 0 #e2164b;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:American_Southwest_Conference_navbox" title="Template talk:American Southwest Conference navbox"><abbr style="background:#004890; color:#FFFFFF; box-shadow: inset 2px 2px 0 #e2164b, inset -2px -2px 0 #e2164b;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:American_Southwest_Conference_navbox" title="Special:EditPage/Template:American Southwest Conference navbox"><abbr style="background:#004890; color:#FFFFFF; box-shadow: inset 2px 2px 0 #e2164b, inset -2px -2px 0 #e2164b;;;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="American_Southwest_Conference" style="font-size:114%;margin:0 4em"><a href="/wiki/American_Southwest_Conference" title="American Southwest Conference"><span style="color:#FFFFFF;">American Southwest Conference</span></a></div></th></tr><tr><th class="navbox-group" scope="row" style="background:#004890; color:#FFFFFF; box-shadow: inset 2px 2px 0 #e2164b, inset -2px -2px 0 #e2164b;;width:1%">East Division</th><td class="navbox-list-with-group navbox-list navbox-odd hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/East_Texas_Baptist_University" title="East Texas Baptist University">East Texas Baptist</a></li> <li><a href="/wiki/LeTourneau_University" title="LeTourneau University">LeTourneau</a></li> <li><a href="/wiki/University_of_the_Ozarks" title="University of the Ozarks">Ozarks</a></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="background:#004890; color:#FFFFFF; box-shadow: inset 2px 2px 0 #e2164b, inset -2px -2px 0 #e2164b;;width:1%">West Division</th><td class="navbox-list-with-group navbox-list navbox-even hlist" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><a href="/wiki/Concordia_University_Texas" title="Concordia University Texas">Concordia (TX)</a></li> <li><a href="/wiki/Hardin%E2%80%93Simmons_University" title="Hardin–Simmons University">Hardin–Simmons</a></li> <li><a href="/wiki/Howard_Payne_University" title="Howard Payne University">Howard Payne</a></li> <li><a href="/wiki/University_of_Mary_Hardin%E2%80%93Baylor" title="University of Mary Hardin–Baylor">Mary Hardin–Baylor</a></li> <li><a href="/wiki/Texas%E2%80%93Dallas_Comets" title="Texas–Dallas Comets">UT Dallas</a> (<i>leaving in 2025</i>)</li></ul> </div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="Presidents_of_the_University_of_Texas_at_Dallas" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col" style="background:#E87500;color:white;border:2px solid #154734;"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:University_of_Texas_at_Dallas_presidents" title="Template:University of Texas at Dallas presidents"><abbr style=";background:#E87500;color:white;border:2px solid #154734;;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:University_of_Texas_at_Dallas_presidents" title="Template talk:University of Texas at Dallas presidents"><abbr style=";background:#E87500;color:white;border:2px solid #154734;;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:University_of_Texas_at_Dallas_presidents" title="Special:EditPage/Template:University of Texas at Dallas presidents"><abbr style=";background:#E87500;color:white;border:2px solid #154734;;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="Presidents_of_the_University_of_Texas_at_Dallas" style="font-size:114%;margin:0 4em"><span style="color:white;">Presidents of the <a class="mw-selflink selflink"><span style="color:white;">University of Texas at Dallas</span></a></span></div></th></tr><tr><td class="navbox-list navbox-odd hlist" colspan="2" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><span class="nowrap"><a href="/wiki/Bryce_Jordan" title="Bryce Jordan">Bryce Jordan</a> (1971–1982)</span></li> <li><span class="nowrap"><a href="/wiki/Robert_H._Rutford" title="Robert H. Rutford">Robert H. Rutford</a> (1982–1994)</span></li> <li><span class="nowrap"><a href="/wiki/Franklyn_Jenifer" title="Franklyn Jenifer">Franklyn Jenifer</a> (1994–2005)</span></li> <li><span class="nowrap"><a href="/wiki/David_E._Daniel" title="David E. Daniel">David E. Daniel</a> (2005–2015)</span></li> <li><span class="nowrap">Richard Benson (2016– )</span></li></ul> </div></td></tr></tbody></table></div></div></td></tr></tbody></table></div> <div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1061467846" rel="mw-deduplicated-inline-style"/></div><div aria-labelledby="Authority_control_databases_frameless&#124;text-top&#124;10px&#124;alt=Edit_this_at_Wikidata&#124;link=https&#58;//www.wikidata.org/wiki/Q1781394#identifiers&#124;class=noprint&#124;Edit_this_at_Wikidata" class="navbox authority-control" role="navigation" style="padding:3px"><table class="nowraplinks hlist mw-collapsible autocollapse navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col"><div id="Authority_control_databases_frameless&#124;text-top&#124;10px&#124;alt=Edit_this_at_Wikidata&#124;link=https&#58;//www.wikidata.org/wiki/Q1781394#identifiers&#124;class=noprint&#124;Edit_this_at_Wikidata" style="font-size:114%;margin:0 4em"><a href="/wiki/Help:Authority_control" title="Help:Authority control">Authority control databases</a> <span class="mw-valign-text-top noprint" typeof="mw:File/Frameless"><a href="https://www.wikidata.org/wiki/Q1781394#identifiers" title="Edit this at Wikidata"><img alt="Edit this at Wikidata" class="mw-file-element" data-file-height="20" data-file-width="20" decoding="async" height="10" src="//upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/10px-OOjs_UI_icon_edit-ltr-progressive.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/15px-OOjs_UI_icon_edit-ltr-progressive.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/8/8a/OOjs_UI_icon_edit-ltr-progressive.svg/20px-OOjs_UI_icon_edit-ltr-progressive.svg.png 2x" width="10"/></a></span></div></th></tr><tr><th class="navbox-group" scope="row" style="width:1%">International</th><td class="navbox-list-with-group navbox-list navbox-odd" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><span class="uid"><a class="external text" href="https://isni.org/isni/0000000121517939" rel="nofollow">ISNI</a></span></li> <li><span class="uid"><a class="external text" href="https://viaf.org/viaf/125412983" rel="nofollow">VIAF</a></span></li></ul> </div></td></tr><tr><th class="navbox-group" scope="row" style="width:1%">National</th><td class="navbox-list-with-group navbox-list navbox-even" style="width:100%;padding:0"><div style="padding:0 0.25em"> <ul><li><span class="uid"><a class="external text" href="http://olduli.nli.org.il/F/?func=find-b&local_base=NLX10&find_code=UID&request=987007459036905171" rel="nofollow">Israel</a></span></li> <li><span class="uid"><a class="external text" href="https://id.loc.gov/authorities/n79141031" rel="nofollow">United States</a></span></li></ul> </div></td></tr></tbody></table></div> <!-- NewPP limit report Parsed by mw1451 Cached time: 20240117030647 Cache expiry: 2592000 Reduced expiry: false Complications: [vary‐revision‐sha1, show‐toc] CPU time usage: 1.863 seconds Real time usage: 2.128 seconds Preprocessor visited node count: 13967/1000000 Post‐expand include size: 749321/2097152 bytes Template argument size: 103585/2097152 bytes Highest expansion depth: 20/100 Expensive parser function count: 11/500 Unstrip recursion depth: 1/20 Unstrip post‐expand size: 793526/5000000 bytes Lua time usage: 1.159/10.000 seconds Lua memory usage: 23559495/52428800 bytes Lua Profile: ? 220 ms 20.4% dataWrapper <mw.lua:672> 140 ms 13.0% recursiveClone <mwInit.lua:41> 100 ms 9.3% MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxCallback::callParserFunction 80 ms 7.4% <mw.lua:694> 60 ms 5.6% date 60 ms 5.6% type 60 ms 5.6% MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxCallback::getAllExpandedArguments 40 ms 3.7% MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxCallback::gsub 40 ms 3.7% select_one <Module:Citation/CS1/Utilities:426> 40 ms 3.7% [others] 240 ms 22.2% Number of Wikibase entities loaded: 1/400 --> <!-- Transclusion expansion time report (%,ms,calls,template) 100.00% 1787.864 1 -total 57.06% 1020.066 2 Template:Reflist 46.30% 827.727 236 Template:Cite_web 15.31% 273.782 1 Template:Infobox_university 15.23% 272.309 2 Template:Infobox 9.75% 174.391 28 Template:Navbox 6.02% 107.712 1 Template:Navboxes 4.85% 86.686 1 Template:Both 4.77% 85.358 1 Template:Lang 4.19% 74.941 13 Template:If_empty --> <!-- Saved in parser cache with key enwiki:pcache:idhash:537010-0!canonical and timestamp 20240117030645 and revision id 1194575546. Rendering was triggered because: page-view --> </div><!--esi <esi:include src="/esitest-fa8a495983347898/content" /> --><noscript><img alt="" height="1" src="https://login.wikimedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" width="1"/></noscript> <div class="printfooter" data-nosnippet="">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=University_of_Texas_at_Dallas&oldid=1194575546">https://en.wikipedia.org/w/index.php?title=University_of_Texas_at_Dallas&oldid=1194575546</a>"</div></div> <div class="catlinks" data-mw="interface" id="catlinks"><div class="mw-normal-catlinks" id="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:University_of_Texas_at_Dallas" title="Category:University of Texas at Dallas">University of Texas at Dallas</a></li><li><a href="/wiki/Category:Universities_and_colleges_accredited_by_the_Southern_Association_of_Colleges_and_Schools" title="Category:Universities and colleges accredited by the Southern Association of Colleges and Schools">Universities and colleges accredited by the Southern Association of Colleges and Schools</a></li><li><a href="/wiki/Category:American_Association_of_State_Colleges_and_Universities" title="Category:American Association of State Colleges and Universities">American Association of State Colleges and Universities</a></li><li><a href="/wiki/Category:Universities_and_colleges_in_the_Dallas%E2%80%93Fort_Worth_metroplex" title="Category:Universities and colleges in the Dallas–Fort Worth metroplex">Universities and colleges in the Dallas–Fort Worth metroplex</a></li><li><a href="/wiki/Category:University_of_Texas_System_campuses" title="Category:University of Texas System campuses">University of Texas System campuses</a></li><li><a href="/wiki/Category:Universities_and_colleges_established_in_1969" title="Category:Universities and colleges established in 1969">Universities and colleges established in 1969</a></li><li><a href="/wiki/Category:Richardson,_Texas" title="Category:Richardson, Texas">Richardson, Texas</a></li><li><a href="/wiki/Category:Universities_and_colleges_in_Dallas_County,_Texas" title="Category:Universities and colleges in Dallas County, Texas">Universities and colleges in Dallas County, Texas</a></li><li><a href="/wiki/Category:Education_in_Collin_County,_Texas" title="Category:Education in Collin County, Texas">Education in Collin County, Texas</a></li><li><a href="/wiki/Category:Buildings_and_structures_in_Collin_County,_Texas" title="Category:Buildings and structures in Collin County, Texas">Buildings and structures in Collin County, Texas</a></li><li><a href="/wiki/Category:1969_establishments_in_Texas" title="Category:1969 establishments in Texas">1969 establishments in Texas</a></li><li><a href="/wiki/Category:Public_universities_and_colleges_in_Texas" title="Category:Public universities and colleges in Texas">Public universities and colleges in Texas</a></li><li><a href="/wiki/Category:Universities_and_colleges_in_Dallas" title="Category:Universities and colleges in Dallas">Universities and colleges in Dallas</a></li></ul></div><div class="mw-hidden-catlinks mw-hidden-cats-hidden" id="mw-hidden-catlinks">Hidden categories: <ul><li><a href="/wiki/Category:CS1_maint:_numeric_names:_authors_list" title="Category:CS1 maint: numeric names: authors list">CS1 maint: numeric names: authors list</a></li><li><a href="/wiki/Category:CS1_errors:_missing_periodical" title="Category:CS1 errors: missing periodical">CS1 errors: missing periodical</a></li><li><a href="/wiki/Category:Articles_with_a_promotional_tone_from_December_2023" title="Category:Articles with a promotional tone from December 2023">Articles with a promotional tone from December 2023</a></li><li><a href="/wiki/Category:All_articles_with_a_promotional_tone" title="Category:All articles with a promotional tone">All articles with a promotional tone</a></li><li><a href="/wiki/Category:Articles_with_short_description" title="Category:Articles with short description">Articles with short description</a></li><li><a href="/wiki/Category:Short_description_matches_Wikidata" title="Category:Short description matches Wikidata">Short description matches Wikidata</a></li><li><a href="/wiki/Category:Use_mdy_dates_from_August_2023" title="Category:Use mdy dates from August 2023">Use mdy dates from August 2023</a></li><li><a href="/wiki/Category:Articles_containing_Latin-language_text" title="Category:Articles containing Latin-language text">Articles containing Latin-language text</a></li><li><a href="/wiki/Category:Coordinates_on_Wikidata" title="Category:Coordinates on Wikidata">Coordinates on Wikidata</a></li><li><a href="/wiki/Category:Articles_using_infobox_university" title="Category:Articles using infobox university">Articles using infobox university</a></li><li><a href="/wiki/Category:Pages_using_infobox_university_with_the_image_name_parameter" title="Category:Pages using infobox university with the image name parameter">Pages using infobox university with the image name parameter</a></li><li><a href="/wiki/Category:Pages_using_infobox_university_with_the_nickname_alias" title="Category:Pages using infobox university with the nickname alias">Pages using infobox university with the nickname alias</a></li><li><a href="/wiki/Category:All_articles_with_unsourced_statements" title="Category:All articles with unsourced statements">All articles with unsourced statements</a></li><li><a href="/wiki/Category:Articles_with_unsourced_statements_from_October_2013" title="Category:Articles with unsourced statements from October 2013">Articles with unsourced statements from October 2013</a></li><li><a href="/wiki/Category:Wikipedia_articles_in_need_of_updating_from_March_2020" title="Category:Wikipedia articles in need of updating from March 2020">Wikipedia articles in need of updating from March 2020</a></li><li><a href="/wiki/Category:All_Wikipedia_articles_in_need_of_updating" title="Category:All Wikipedia articles in need of updating">All Wikipedia articles in need of updating</a></li><li><a href="/wiki/Category:Articles_with_ISNI_identifiers" title="Category:Articles with ISNI identifiers">Articles with ISNI identifiers</a></li><li><a href="/wiki/Category:Articles_with_VIAF_identifiers" title="Category:Articles with VIAF identifiers">Articles with VIAF identifiers</a></li><li><a href="/wiki/Category:Articles_with_J9U_identifiers" title="Category:Articles with J9U identifiers">Articles with J9U identifiers</a></li><li><a href="/wiki/Category:Articles_with_LCCN_identifiers" title="Category:Articles with LCCN identifiers">Articles with LCCN identifiers</a></li></ul></div></div> </div> </main> </div> <div class="mw-footer-container"> <footer class="mw-footer" id="footer" role="contentinfo"> <ul id="footer-info"> <li id="footer-info-lastmod"> This page was last edited on 9 January 2024, at 18:03<span class="anonymous-show"> (UTC)</span>.</li> <li id="footer-info-copyright">Text is available under the <a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_the_Creative_Commons_Attribution-ShareAlike_4.0_International_License" rel="license">Creative Commons Attribution-ShareAlike License 4.0</a><a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_the_Creative_Commons_Attribution-ShareAlike_4.0_International_License" rel="license" style="display:none;"></a>; additional terms may apply. By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li> </ul> <ul id="footer-places"> <li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Privacy_policy">Privacy policy</a></li> <li id="footer-places-about"><a href="/wiki/Wikipedia:About">About Wikipedia</a></li> <li id="footer-places-disclaimers"><a href="/wiki/Wikipedia:General_disclaimer">Disclaimers</a></li> <li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li> <li id="footer-places-wm-codeofconduct"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Universal_Code_of_Conduct">Code of Conduct</a></li> <li id="footer-places-developers"><a href="https://developer.wikimedia.org">Developers</a></li> <li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li> <li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Cookie_statement">Cookie statement</a></li> <li id="footer-places-mobileview"><a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=University_of_Texas_at_Dallas&mobileaction=toggle_view_mobile">Mobile view</a></li> </ul> <ul class="noprint" id="footer-icons"> <li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/></a></li> <li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/></a></li> </ul> </footer> </div> </div> </div> <div class="vector-settings" id="p-dock-bottom"> <ul> <li> <button class="cdx-button cdx-button--icon-only vector-limited-width-toggle" id=""><span class="vector-icon mw-ui-icon-fullScreen mw-ui-icon-wikimedia-fullScreen"></span> <span>Toggle limited content width</span> </button> </li> </ul> </div> <script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgHostname":"mw2314","wgBackendResponseTime":161,"wgPageParseReport":{"limitreport":{"cputime":"1.863","walltime":"2.128","ppvisitednodes":{"value":13967,"limit":1000000},"postexpandincludesize":{"value":749321,"limit":2097152},"templateargumentsize":{"value":103585,"limit":2097152},"expansiondepth":{"value":20,"limit":100},"expensivefunctioncount":{"value":11,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":793526,"limit":5000000},"entityaccesscount":{"value":1,"limit":400},"timingprofile":["100.00% 1787.864 1 -total"," 57.06% 1020.066 2 Template:Reflist"," 46.30% 827.727 236 Template:Cite_web"," 15.31% 273.782 1 Template:Infobox_university"," 15.23% 272.309 2 Template:Infobox"," 9.75% 174.391 28 Template:Navbox"," 6.02% 107.712 1 Template:Navboxes"," 4.85% 86.686 1 Template:Both"," 4.77% 85.358 1 Template:Lang"," 4.19% 74.941 13 Template:If_empty"]},"scribunto":{"limitreport-timeusage":{"value":"1.159","limit":"10.000"},"limitreport-memusage":{"value":23559495,"limit":52428800},"limitreport-profile":[["?","220","20.4"],["dataWrapper \u003Cmw.lua:672\u003E","140","13.0"],["recursiveClone \u003CmwInit.lua:41\u003E","100","9.3"],["MediaWiki\\Extension\\Scribunto\\Engines\\LuaSandbox\\LuaSandboxCallback::callParserFunction","80","7.4"],["\u003Cmw.lua:694\u003E","60","5.6"],["date","60","5.6"],["type","60","5.6"],["MediaWiki\\Extension\\Scribunto\\Engines\\LuaSandbox\\LuaSandboxCallback::getAllExpandedArguments","40","3.7"],["MediaWiki\\Extension\\Scribunto\\Engines\\LuaSandbox\\LuaSandboxCallback::gsub","40","3.7"],["select_one \u003CModule:Citation/CS1/Utilities:426\u003E","40","3.7"],["[others]","240","22.2"]]},"cachereport":{"origin":"mw1451","timestamp":"20240117030647","ttl":2592000,"transientcontent":false}}});});</script> <script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"University of Texas at Dallas","url":"https:\/\/en.wikipedia.org\/wiki\/University_of_Texas_at_Dallas","sameAs":"http:\/\/www.wikidata.org\/entity\/Q1781394","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q1781394","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2004-03-19T09:35:45Z","dateModified":"2024-01-09T18:03:55Z","image":"https:\/\/upload.wikimedia.org\/wikipedia\/en\/1\/17\/University_of_Texas_at_Dallas_seal.svg","headline":"public university in Richardson, Texas"}</script> </body> </html>
find
Method:
- The find method is used to search for the first tag that matches the given criteria.
- Syntax: soup.find(name, attrs, recursive, string, **kwargs)
- Example: soup.find('div', class_='example') finds the first tag with the class example.
- It returns a single BeautifulSoup object representing the first matching tag.
find_all
Method:
- The find_all method retrieves all tags that match the given criteria.
- Syntax: soup.find_all(name, attrs, recursive, string, limit, **kwargs)
- Example: soup.find_all('a') finds all
<a>
tags (hyperlinks) in the document. - It returns a list of BeautifulSoup objects for each matching tag.
- You can limit the number of results by using the limit argument.
In [3]:
Copied!
soup.find('tr')
soup.find('tr')
Out[3]:
<tr><td class="mbox-image"><div class="mbox-image-div"><span typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="40" data-file-width="40" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/40px-Ambox_important.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/60px-Ambox_important.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/80px-Ambox_important.svg.png 2x" width="40"/></span></span></div></td><td class="mbox-text"><div class="mbox-text-span">This article <b>contains content that is written like <a href="/wiki/Wikipedia:What_Wikipedia_is_not#Wikipedia_is_not_a_soapbox_or_means_of_promotion" title="Wikipedia:What Wikipedia is not">an advertisement</a></b>.<span class="hide-when-compact"> Please help <a class="external text" href="https://en.wikipedia.org/w/index.php?title=University_of_Texas_at_Dallas&action=edit">improve it</a> by removing <a href="/wiki/Wikipedia:Spam" title="Wikipedia:Spam">promotional content</a> and inappropriate <a href="/wiki/Wikipedia:External_links#Advertising_and_conflicts_of_interest" title="Wikipedia:External links">external links</a>, and by adding encyclopedic content written from a <a href="/wiki/Wikipedia:Neutral_point_of_view" title="Wikipedia:Neutral point of view">neutral point of view</a>.</span> <span class="date-container"><i>(<span class="date">December 2023</span>)</i></span><span class="hide-when-compact"><i> (<small><a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a></small>)</i></span></div></td></tr>
In [4]:
Copied!
soup.find_all('tr',limit=2)
soup.find_all('tr',limit=2)
Out[4]:
[<tr><td class="mbox-image"><div class="mbox-image-div"><span typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="40" data-file-width="40" decoding="async" height="40" src="//upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/40px-Ambox_important.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/60px-Ambox_important.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/b/b4/Ambox_important.svg/80px-Ambox_important.svg.png 2x" width="40"/></span></span></div></td><td class="mbox-text"><div class="mbox-text-span">This article <b>contains content that is written like <a href="/wiki/Wikipedia:What_Wikipedia_is_not#Wikipedia_is_not_a_soapbox_or_means_of_promotion" title="Wikipedia:What Wikipedia is not">an advertisement</a></b>.<span class="hide-when-compact"> Please help <a class="external text" href="https://en.wikipedia.org/w/index.php?title=University_of_Texas_at_Dallas&action=edit">improve it</a> by removing <a href="/wiki/Wikipedia:Spam" title="Wikipedia:Spam">promotional content</a> and inappropriate <a href="/wiki/Wikipedia:External_links#Advertising_and_conflicts_of_interest" title="Wikipedia:External links">external links</a>, and by adding encyclopedic content written from a <a href="/wiki/Wikipedia:Neutral_point_of_view" title="Wikipedia:Neutral point of view">neutral point of view</a>.</span> <span class="date-container"><i>(<span class="date">December 2023</span>)</i></span><span class="hide-when-compact"><i> (<small><a href="/wiki/Help:Maintenance_template_removal" title="Help:Maintenance template removal">Learn how and when to remove this template message</a></small>)</i></span></div></td></tr>, <tr><td class="infobox-image" colspan="2"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:University_of_Texas_at_Dallas_seal.svg"><img class="mw-file-element" data-file-height="250" data-file-width="250" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/160px-University_of_Texas_at_Dallas_seal.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/240px-University_of_Texas_at_Dallas_seal.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/1/17/University_of_Texas_at_Dallas_seal.svg/320px-University_of_Texas_at_Dallas_seal.svg.png 2x" width="160"/></a></span></td></tr>]
Read JSON (JavaScript Object Notation)¶
Overview
- JSON is a text format that is completely language independent but uses conventions familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others.
Structure
- Data Representation: JSON is built on two structures:
- A collection of name/value pairs (often realized as an object, record, struct, dictionary, hash table, keyed list, or associative array).
- An ordered list of values (often realized as an array, vector, list, or sequence).
- Example:
{ "name": "John Doe", "age": 30, "isMarried": false, "address": { "street": "123 Main St", "city": "Anytown" }, "phoneNumbers": ["123-456-7890", "456-789-0123"] }
In [5]:
Copied!
import json
import json
In [6]:
Copied!
# Open the file and read its contents
with open("./Data/test.json", 'r') as file:
file_contents = file.read()
jsonObj = json.loads(file_contents)
jsonObj
# Open the file and read its contents
with open("./Data/test.json", 'r') as file:
file_contents = file.read()
jsonObj = json.loads(file_contents)
jsonObj
Out[6]:
{'employees': [{'firstName': 'Bill', 'lastName': 'Gates'}, {'firstName': 'George', 'lastName': 'Bush'}, {'firstName': 'Thomas', 'lastName': 'Carter'}]}
In [7]:
Copied!
jsonObj["employees"]
jsonObj["employees"]
Out[7]:
[{'firstName': 'Bill', 'lastName': 'Gates'}, {'firstName': 'George', 'lastName': 'Bush'}, {'firstName': 'Thomas', 'lastName': 'Carter'}]
In [8]:
Copied!
jsonObj["employees"][0]
jsonObj["employees"][0]
Out[8]:
{'firstName': 'Bill', 'lastName': 'Gates'}
Parse Website¶
getText()
: ThegetText()
method is used to extract only the textual content from aBeautifulSoup
object- Syntax :
tag.getText(separator='', strip=False)
separator
: Optional. A string that will be used to join the texts of different child tags.strip
: Optional. A boolean that, if set to True, will strip whitespace from the beginning and end of the text.
- Syntax :
Download IMDB TOP 250 Movies(Example)¶
In [9]:
Copied!
from lxml import etree
from lxml import etree
In [10]:
Copied!
# Headers to mimic browser
headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'}
# List of movie URLs
imdb_top250 = "https://www.imdb.com/chart/top/?ref_=nv_mv_250"
page = requests.get(imdb_top250, headers=headers)
soup = BeautifulSoup(page.text, 'html.parser')
# Find all movie containers
movies = soup.find('ul', class_='ipc-metadata-list').find_all('li')
# Headers to mimic browser
headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'}
# List of movie URLs
imdb_top250 = "https://www.imdb.com/chart/top/?ref_=nv_mv_250"
page = requests.get(imdb_top250, headers=headers)
soup = BeautifulSoup(page.text, 'html.parser')
# Find all movie containers
movies = soup.find('ul', class_='ipc-metadata-list').find_all('li')
In [11]:
Copied!
# Initialize dataframe
movies_df = []
# Loop through movies and extract data
for movie in movies:
title_rank = movie.find('div', class_='ipc-title').a.text
link = 'http://www.imdb.com' + movie.find('div', class_='ipc-title').a['href']
title = str(title_rank).split(".")[-1]
rank = str(title_rank).split(".")[0]
year_length_cate = movie.find('div', class_='cli-title-metadata').find_all("span")
year = year_length_cate[0].text
length = year_length_cate[1].text
try:
category = year_length_cate[2].text
except:
print(title)
category = 'N/A'
break
rating_num = movie.find('div', class_='cli-ratings-container').span.text
rating = str(rating_num).split("\xa0")[0]
num = str(rating_num).split("\xa0")[-1]
# Create dictionary for each movie
movie_data = {
'Title': title,
'Rank': rank,
'Length': length,
'Rating': rating,
'Number of Rating': num,
'Year': year,
'Category': category,
'Link': link
}
# print(movie_data)
# Add movie data to dataframe
movies_df.append(movie_data)
# Print first 5 rows
movies_df = pd.DataFrame(movies_df)
movies_df.head()
# Initialize dataframe
movies_df = []
# Loop through movies and extract data
for movie in movies:
title_rank = movie.find('div', class_='ipc-title').a.text
link = 'http://www.imdb.com' + movie.find('div', class_='ipc-title').a['href']
title = str(title_rank).split(".")[-1]
rank = str(title_rank).split(".")[0]
year_length_cate = movie.find('div', class_='cli-title-metadata').find_all("span")
year = year_length_cate[0].text
length = year_length_cate[1].text
try:
category = year_length_cate[2].text
except:
print(title)
category = 'N/A'
break
rating_num = movie.find('div', class_='cli-ratings-container').span.text
rating = str(rating_num).split("\xa0")[0]
num = str(rating_num).split("\xa0")[-1]
# Create dictionary for each movie
movie_data = {
'Title': title,
'Rank': rank,
'Length': length,
'Rating': rating,
'Number of Rating': num,
'Year': year,
'Category': category,
'Link': link
}
# print(movie_data)
# Add movie data to dataframe
movies_df.append(movie_data)
# Print first 5 rows
movies_df = pd.DataFrame(movies_df)
movies_df.head()
12th Fail
Out[11]:
Title | Rank | Length | Rating | Number of Rating | Year | Category | Link | |
---|---|---|---|---|---|---|---|---|
0 | The Shawshank Redemption | 1 | 2h 22m | 9.3 | (2.8M) | 1994 | R | http://www.imdb.com/title/tt0111161/?ref_=chtt... |
1 | The Godfather | 2 | 2h 55m | 9.2 | (2M) | 1972 | R | http://www.imdb.com/title/tt0068646/?ref_=chtt... |
2 | The Dark Knight | 3 | 2h 32m | 9.0 | (2.8M) | 2008 | PG-13 | http://www.imdb.com/title/tt0468569/?ref_=chtt... |
3 | The Godfather Part II | 4 | 3h 22m | 9.0 | (1.3M) | 1974 | R | http://www.imdb.com/title/tt0071562/?ref_=chtt... |
4 | 12 Angry Men | 5 | 1h 36m | 9.0 | (850K) | 1957 | Approved | http://www.imdb.com/title/tt0050083/?ref_=chtt... |
Go to subpage to get more info¶
In [12]:
Copied!
add_df = []
# Loop through movies
for temp in movies_df.iloc:
# Make request to movie URL
response = requests.get(temp['Link'], headers= headers)
soup = BeautifulSoup(response.text, 'html.parser')
# Get budget
try:
budget = soup.find('li', {'data-testid':'title-boxoffice-budget'}).text.replace("Budget","")
worldwide_revenue = soup.find('li', {'data-testid':'title-boxoffice-cumulativeworldwidegross'}).text.replace("Gross worldwide","")
except:
budget = "N/A"
worldwide_revenue = "N/A"
# Get cast
dom = etree.HTML(response.text)
cast_tags = "; ".join(dom.xpath("//*//div//a[@data-testid='title-cast-item__actor']/text()"))
crews = dom.xpath("//section[@data-testid='title-cast']//ul//a/text()")
director = crews[0]
writer = "; ".join(crews[1:-2]).replace("Writers; ","").replace("Writer; ","")
add_data = {
"Budget" : budget,
"Worldwide Revenue" : worldwide_revenue,
"Cast" : cast_tags,
"Director" : director,
"Writer" : writer
}
add_df.append(add_data)
add_df = pd.DataFrame(add_df)
add_df.head()
add_df = []
# Loop through movies
for temp in movies_df.iloc:
# Make request to movie URL
response = requests.get(temp['Link'], headers= headers)
soup = BeautifulSoup(response.text, 'html.parser')
# Get budget
try:
budget = soup.find('li', {'data-testid':'title-boxoffice-budget'}).text.replace("Budget","")
worldwide_revenue = soup.find('li', {'data-testid':'title-boxoffice-cumulativeworldwidegross'}).text.replace("Gross worldwide","")
except:
budget = "N/A"
worldwide_revenue = "N/A"
# Get cast
dom = etree.HTML(response.text)
cast_tags = "; ".join(dom.xpath("//*//div//a[@data-testid='title-cast-item__actor']/text()"))
crews = dom.xpath("//section[@data-testid='title-cast']//ul//a/text()")
director = crews[0]
writer = "; ".join(crews[1:-2]).replace("Writers; ","").replace("Writer; ","")
add_data = {
"Budget" : budget,
"Worldwide Revenue" : worldwide_revenue,
"Cast" : cast_tags,
"Director" : director,
"Writer" : writer
}
add_df.append(add_data)
add_df = pd.DataFrame(add_df)
add_df.head()
Out[12]:
Budget | Worldwide Revenue | Cast | Director | Writer | |
---|---|---|---|---|---|
0 | $25,000,000 (estimated) | $28,884,716 | Tim Robbins; Morgan Freeman; Bob Gunton; Willi... | Frank Darabont | Stephen King; Frank Darabont |
1 | $6,000,000 (estimated) | $250,341,816 | Marlon Brando; Al Pacino; James Caan; Diane Ke... | Francis Ford Coppola | Mario Puzo; Francis Ford Coppola |
2 | $185,000,000 (estimated) | $1,029,266,147 | Christian Bale; Heath Ledger; Aaron Eckhart; M... | Christopher Nolan | Jonathan Nolan; Christopher Nolan; David S. Goyer |
3 | $13,000,000 (estimated) | $47,961,919 | Al Pacino; Robert De Niro; Robert Duvall; Dian... | Francis Ford Coppola | Francis Ford Coppola; Mario Puzo |
4 | $350,000 (estimated) | $955 | Henry Fonda; Lee J. Cobb; Martin Balsam; John ... | Sidney Lumet | Reginald Rose |
In [13]:
Copied!
result =pd.concat([movies_df, add_df], axis=1)
result.head()
result =pd.concat([movies_df, add_df], axis=1)
result.head()
Out[13]:
Title | Rank | Length | Rating | Number of Rating | Year | Category | Link | Budget | Worldwide Revenue | Cast | Director | Writer | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | The Shawshank Redemption | 1 | 2h 22m | 9.3 | (2.8M) | 1994 | R | http://www.imdb.com/title/tt0111161/?ref_=chtt... | $25,000,000 (estimated) | $28,884,716 | Tim Robbins; Morgan Freeman; Bob Gunton; Willi... | Frank Darabont | Stephen King; Frank Darabont |
1 | The Godfather | 2 | 2h 55m | 9.2 | (2M) | 1972 | R | http://www.imdb.com/title/tt0068646/?ref_=chtt... | $6,000,000 (estimated) | $250,341,816 | Marlon Brando; Al Pacino; James Caan; Diane Ke... | Francis Ford Coppola | Mario Puzo; Francis Ford Coppola |
2 | The Dark Knight | 3 | 2h 32m | 9.0 | (2.8M) | 2008 | PG-13 | http://www.imdb.com/title/tt0468569/?ref_=chtt... | $185,000,000 (estimated) | $1,029,266,147 | Christian Bale; Heath Ledger; Aaron Eckhart; M... | Christopher Nolan | Jonathan Nolan; Christopher Nolan; David S. Goyer |
3 | The Godfather Part II | 4 | 3h 22m | 9.0 | (1.3M) | 1974 | R | http://www.imdb.com/title/tt0071562/?ref_=chtt... | $13,000,000 (estimated) | $47,961,919 | Al Pacino; Robert De Niro; Robert Duvall; Dian... | Francis Ford Coppola | Francis Ford Coppola; Mario Puzo |
4 | 12 Angry Men | 5 | 1h 36m | 9.0 | (850K) | 1957 | Approved | http://www.imdb.com/title/tt0050083/?ref_=chtt... | $350,000 (estimated) | $955 | Henry Fonda; Lee J. Cobb; Martin Balsam; John ... | Sidney Lumet | Reginald Rose |
Save the result¶
In [14]:
Copied!
result.to_excel("./Data/imdb_top250.xlsx")
result.to_excel("./Data/imdb_top250.xlsx")