CINXE.COM

History < University of Illinois Springfield

<!doctype html> <html class="no-js" xml:lang="en" lang="en" dir="ltr"> <head> <meta http-equiv="X-UA-Compatible" content="IE=Edge" /> <title>History &lt; University of Illinois Springfield</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="search" type="application/opensearchdescription+xml" href="/search/opensearch.xml" title="Catalog" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" /> <link href="/images/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" type="text/css" href="/css/reset.css" /> <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="/fonts/font-awesome/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i"> <link rel="stylesheet" media="all" href="//use.typekit.net/xpf2ijl.css"> <link rel="stylesheet" media="all" href="//fonts.googleapis.com/css2?family=Raleway:wght@200;400;900&amp;family=Oleo+Script&amp;display=swap"> <link rel="stylesheet" type="text/css" href="/fonts/font-awesome/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="/css/courseleaf.css" /> <link rel="stylesheet" type="text/css" href="/css/screen.css?v=20220307" media="screen" /> <link rel="stylesheet" type="text/css" href="/css/print.css" media="print" /> <script type="text/javascript" src="/js/jquery.js"></script> <script type="text/javascript" src="/js/lfjs.js"></script> <script type="text/javascript" src="/js/lfjs_any.js"></script> <link rel="stylesheet" type="text/css" href="/js/lfjs.css" /> <script type="text/javascript" src="/js/courseleaf.js"></script> <script type="text/javascript" src="/js/custom.js?v=20220307"></script> </head> <body class=""> <nav aria-label="Skip content menu" class="accessible"> <div class="accessible-menu"> <ul> <li><a href="#contentarea" rel="section">Skip to Content</a></li> <li><a href="/azindex/">AZ Index</a></li> <li><a href="/">Catalog Home</a></li> <li><a href="https://www.uis.edu">UIS Home</a></li> </ul> </div> </nav> <header id="header"> <div id="logo"> <a href="https://www.uis.edu"><img src="/images/logo1.png" alt="UIS Home"/></a> <a href="/" class="catalog-wordmark"> <span class="catalog-wordmark__edition">2024-2025</span> <span class="catalog-wordmark__catalog">Catalog</span> </a> </div> <button id="hamburger" aria-controls="navigation" data-toggle="#navigation" aria-expanded="false" class="mobile-only"> <span class="bars"></span> <span class="sr-only">Menu</span> </button> <nav id="navigation" aria-label="Secondary" aria-hidden="false"> <img src="/images/UIS_Wordmark_blue-web.png" alt="UIS Home" class="mobile-only" aria-hidden="true"> <ul id="main-nav" class="clearfix"> <li><a href="/undergraduate-students" class="first">Undergraduate Students</a></li> <li><a href="/graduate-students">Graduate Students</a></li> <li> <button id="print-btn" aria-controls="print-dialog" onclick="showPrintDialog(); return false;"> <i class="fa fa-print" aria-hidden="true"></i> Print Options </button> </li> <li class="search"> <a href="https://www.uis.edu/search"> <span class="sr-only desktop-only">Search uis.edu</span> <svg aria-hidden="true" focusable="false" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"> </path> </svg> <span class="mobile-only">Search uis.edu</span> </a> </li> </ul> </nav> </header> <nav id="breadcrumb" aria-label="Breadcrumbs"> <div class="wrap"> <nav id="breadcrumb" aria-label="Breadcrumbs"> <ul><li><a href="/">Home</a><span class="crumbsep">›</span></li><li><a href="/undergraduate-students/">Undergraduate&nbsp;Students</a><span class="crumbsep">›</span></li><li><a href="/undergraduate-students/class/">College&nbsp;of&nbsp;Liberal&nbsp;Arts&nbsp;and&nbsp;Social&nbsp;Sciences</a><span class="crumbsep">›</span></li><li><span class="active">History</span></li></ul> </nav> </div> </nav> <section id="content-container"> <div class="wrap"> <div id="col-content"> <main id="contentarea"> <h1 class="page-title">History</h1> <script type="text/javascript"> //<![CDATA[ var defshow = "text"; var bodycontainer = "#body"; var validhashes = ",text,bachelorstext,minortext,onlinetext,admissionsrequirementstext,courseinventory,"; if(window.location.hash.length) { var hash = cleanHash(window.location.hash); if(validhashes.indexOf("," + hash + ",") != -1) defshow = hash; } var ss = document.styleSheets; var workss = null; for(var i=0; i < ss.length; i++) { var currmedia = ""; if (typeof ss[i].media == "string") currmedia = ss[i].media else if (typeof ss[i].media == "object" && ss[i].media.mediaText) currmedia = ss[i].media.mediaText; if((currmedia == "screen" || currmedia == "all") && (ss[i].href.indexOf("/") == 0 || ss[i].href.indexOf(document.location.host) >= 0)) { workss = ss[i]; break; } } if(workss && workss.insertRule) { workss.insertRule(".tab_content { display: none; }", workss.cssRules.length) workss.insertRule(".sectionheader { display: none; }", workss.cssRules.length) workss.insertRule("#" + defshow + "container { display: block; }", workss.cssRules.length) } else if(workss && workss.addRule) { workss.addRule(".tab_content", "display: none"); workss.addRule(".sectionheader", "display: none"); workss.addRule("#" + defshow + "container", "display: block"); } else { if (window.console) window.console.log('screen.css <link> needs attribute media="screen"'); } //]]> </script> <nav id="tabs" aria-label="Page content tabs"> <ul class="clearfix" role="tablist"> <li id="texttab" role="presentation"> <a href="#textcontainer" role="tab" aria-controls="textcontainer" onclick="return showSection('text');">Overview</a></li> <li id="bachelorstexttab" role="presentation"> <a href="#bachelorstextcontainer" role="tab" aria-controls="bachelorstextcontainer" onclick="return showSection('bachelorstext');" >Bachelors</a></li> <li id="minortexttab" role="presentation"> <a href="#minortextcontainer" role="tab" aria-controls="minortextcontainer" onclick="return showSection('minortext');" >Minor</a></li> <li id="onlinetexttab" role="presentation"> <a href="#onlinetextcontainer" role="tab" aria-controls="onlinetextcontainer" onclick="return showSection('onlinetext');" >Online</a></li> <li id="admissionsrequirementstexttab" role="presentation"> <a href="#admissionsrequirementstextcontainer" role="tab" aria-controls="admissionsrequirementstextcontainer" onclick="return showSection('admissionsrequirementstext');" >Admissions Requirements</a></li> <li id="courseinventorytab" role="presentation"> <a href="#courseinventory" role="tab" aria-controls="courseinventorycontainer" onclick="return showSection('courseinventory');">Courses</a></li> </ul> </nav> <div id="textcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="texttab" aria-hidden="true"> <p class="western"><strong><u>Contact Information</u></strong></p> <p><strong>Website:</strong> <a href="https://www.uis.edu/history" target="_blank">www.uis.edu/history</a><br/> <strong>Email:</strong> <a href="mailto:his@uis.edu">his@uis.edu</a> <br/> <strong>Office Phone: </strong>(217) 206-6779<br/> <strong>Office Location:</strong> UHB 3050</p> <ul> <li> <p>​Bachelor of Arts</p> </li> <li> <p>Concentration </p> </li> <li>Minor</li> </ul> <div dir="LTR" id="Section89"> <h3>Department Goals and Objectives</h3> <p><span>The Department of History explores links between the past and our contemporary world. History helps us craft narratives of the past based on the interpretation of a wide range of artifacts from the past. Through the study of history, students learn to compare elements of their own culture with those of other cultures and from other time periods. Students consider the impact, lives, and perspectives of individual men and women in the histories of both the United States and the world, while appreciating the significance of national and transnational structures and forces such as cultures, economics, the environment, gender, religions, politics, and war. Students examine historical perspectives that are well represented by documentary record and consider ways of recovering perspectives that have been silenced.</span></p> <h3>Honors in History</h3> <p>The UIS History Department Honors program is designed to provide an opportunity for the highest-performing students in the major to develop skills above and beyond what is required of the typical BA student. The Honors program focuses on developing skills that will assist high-performing students in applications to graduate and professional schools. To be eligible students must have a minimum 3.65 GPA in History course work and a cumulative 3.5 GPA. </p> </div> <h4><strong>Course-embedded portfolio model</strong></h4> <div dir="LTR" id="Section90"> <p><span>Students will develop a portfolio of Honors work by taking four enhanced HIS courses at the upper level. An ‘enhanced’ course requires the research and creation of a project in addition to those required by the standard 400-level course (this project should not simply be a longer version of a class project). </span><span>These projects should be tailored to the academic and professional goals of the student. Examples of enhanced portfolio projects include:</span></p> <ul> <li> <p>Research papers.         </p> </li> <li> <p>Creation of a research-based website.</p> </li> <li> <p>Historiographical essay.</p> </li> <li> <p>Development of a teaching curriculum.</p> </li> <li> <p>A short film.</p> </li> <li> <p>Study abroad.</p> </li> <li> <p>History-approved internships.</p> </li> </ul> <p>For study abroad and internships, students must design and develop a project based on time spent at their activity.</p> <h4><strong>Honors Portfolio and Defense</strong></h4> <p>Students will present their completed Honors Portfolio to an Honors Committee, comprised of three members of the UIS History Department. Students will present for 20 minutes on their portfolio, followed by an oral examination of that portfolio by the committee. This presentation can be conducted via Skype for online students. During the presentation, students will reflect on their enhanced work and discuss how their projects relate to each other or build on each other.</p> <h3>Learning Experiences</h3> <div dir="LTR" id="Section90"> <p class="western">Learning experiences available to history majors include regular classroom courses; independent studies and tutorials; study abroad; and internships at libraries, archives, historic sites, and other institutions, particularly in state government. The history curriculum includes courses covering America from the colonial era to the present; interdisciplinary, transnational thematic courses in such areas as imperialism, the history of religion and women’s history; courses in the history of Europe, Asia, and other world regions; and courses analyzing historic forces shaping the contemporary world.</p> </div> </div></div><!--end #textcontainer --> <div id="bachelorstextcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="bachelorstexttab" aria-hidden="true"> <a name="bachelorstext"></a><div dir="ltr"> <h2 class="western">The Bachelor's Degree</h2> <ul> <li><a href="/undergraduate-students/class/history/worldhistory-conc/" target="_blank">World History Concentration</a>  </li> </ul> <p>The baccalaureate curriculum is organized for students who hope to place their world in historical perspective. Education in history at the University of Illinois Springfield is broad-based humanities training, providing students with research capabilities, analytical methods, and communication skills that are useful in many fields. The curriculum prepares students for careers in fields such as history, politics, government, business, law, journalism, writing, and administration. Through internships, students are able to test career possibilities where the research and analytical skills of the historian are appropriate.</p> <h3 class="western">Advising </h3> <p class="western">Each student is assigned both an academic advisor and a faculty advisor to assist in planning an individual program of study responsive to the student’s interests and goals and designed to meet the requirements of the History Department. Students are strongly encouraged to consult with their advisors regularly, especially before enrolling for their first and last semesters. Questions about advising may be directed to the History Department. Students who are enrolled in the Teacher Education Program (TEP) must consult regularly with their TEP advisor.</p> </div> <div dir="ltr"> <h3 class="western">Grading Policy </h3> <p class="western">History courses for which the student has attained a grade of C or better will be applied toward the B.A. degree (grades of C- or lower will not be accepted). History courses taken as CR/NC will be applied toward the degree if a grade of CR is attained. History majors may repeat program courses for grade improvement only once without seeking department approval.</p> <h3>Program Learning Outcomes </h3> <p>Students who successfully complete a B.A. in History should be able to:</p> <ol> <li> <p>Read critically; that is, they will be able to identify a thesis, evidence, interpretation, and the different voices in a text.</p> </li> <li> <p>Define and distinguish between primary and secondary sources and explain the strengths, weaknesses, and appropriate uses of each.</p> </li> <li> <p>Interpret and analyze primary documents, and place them within the appropriate historical context.</p> </li> <li> <p>Identify characteristics and practitioners of major schools of historiographical thought.</p> </li> <li> <p>Craft a narrative based on primary sources.</p> </li> <li> <p>Locate different kinds of sources for historical research.</p> </li> <li> <p>Appropriately document and cite sources in academic work.</p> </li> <li> <p>Explain roles that history and historians play in contemporary society as well as current issues under debate within the profession and within the public arena.</p> </li> <li> <p>Explain the purpose and use of historiographical essays. (limited to <span class="sc_courseinline"><a href="/search/?P=HIS%20401" title="HIS 401" class="bubblelink code" onclick="return showCourse(this, 'HIS 401');">HIS 401</a></span>)</p> </li> <li> <p>Compose an historiographical essay. (limited to <span class="sc_courseinline"><a href="/search/?P=HIS%20401" title="HIS 401" class="bubblelink code" onclick="return showCourse(this, 'HIS 401');">HIS 401</a></span>)</p> </li> </ol> <h3>Requirements</h3> <p>To pursue a major in history, students must complete two courses from the following list of classes on historical regions and themes (six hours total). The 2 courses must be from different categories of historical regions and themes. Alternatively, students can transfer equivalent courses from an accredited institution. Comparative Societies courses with an HIS prefix can be used to fulfill both the Comparative Societies requirements and history lower-division requirements provided students graduate with sufficient total credits.</p> <table class="sc_courselist" width="100%"><colgroup><col class="codecol"/><col class="titlecol"/><col align="char" char="." class="hourscol"/></colgroup><tbody><tr class="even areaheader firstrow"><td colspan="2"><span class="courselistcomment areaheader"> Lower-Division Requirements</span></td><td class="hourscol"></td></tr> <tr class="odd areaheader"><td colspan="2"><span class="courselistcomment areaheader">Two Courses from different categories historical regions or themes</span></td><td class="hourscol"></td></tr> <tr class="even areaheader"><td colspan="2"><span class="courselistcomment areaheader">Select 2 course from the following region or theme options:</span></td><td class="hourscol">6</td></tr> <tr class="odd areaheader"><td colspan="2"><span class="courselistcomment areaheader">World History</span></td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20118" title="HIS 118" class="bubblelink code" onclick="return showCourse(this, 'HIS 118');">HIS 118</a></div></td><td>Making of the West</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20119" title="HIS 119" class="bubblelink code" onclick="return showCourse(this, 'HIS 119');">HIS 119</a></div></td><td>Gods &amp; Heroes of Early Europe</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20125" title="HIS 125" class="bubblelink code" onclick="return showCourse(this, 'HIS 125');">HIS 125</a></div></td><td>The History of Everywhere</td><td class="hourscol"></td></tr> <tr class="odd areaheader"><td colspan="2"><span class="courselistcomment areaheader">Comparative Religion</span></td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20150" title="HIS 150" class="bubblelink code" onclick="return showCourse(this, 'HIS 150');">HIS 150</a></div></td><td>Topics in Comparative Religion</td><td class="hourscol"></td></tr> <tr class="odd areaheader"><td colspan="2"><span class="courselistcomment areaheader">Europe</span></td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20202" title="HIS 202" class="bubblelink code" onclick="return showCourse(this, 'HIS 202');">HIS 202</a></div></td><td>European History</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20212" title="HIS 212" class="bubblelink code" onclick="return showCourse(this, 'HIS 212');">HIS 212</a></div></td><td>History of Russia: Peter I to Putin</td><td class="hourscol"></td></tr> <tr class="even areaheader"><td colspan="2"><span class="courselistcomment areaheader">United States</span></td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20204" title="HIS 204" class="bubblelink code" onclick="return showCourse(this, 'HIS 204');">HIS 204</a></div></td><td>U.S. History to 1877</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20205" title="HIS 205" class="bubblelink code" onclick="return showCourse(this, 'HIS 205');">HIS 205</a></div></td><td>U.S. History Since 1877</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20206" title="HIS 206" class="bubblelink code" onclick="return showCourse(this, 'HIS 206');">HIS 206</a></div></td><td>American Immigration History</td><td class="hourscol"></td></tr> <tr class="even areaheader"><td colspan="2"><span class="courselistcomment areaheader">Middle East</span></td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20160" title="HIS 160" class="bubblelink code" onclick="return showCourse(this, 'HIS 160');">HIS 160</a></div></td><td>Topics in Middle Eastern History</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20161" title="HIS 161" class="bubblelink code" onclick="return showCourse(this, 'HIS 161');">HIS 161</a></div></td><td>Introduction to the Modern Middle East</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20211" title="HIS 211" class="bubblelink code" onclick="return showCourse(this, 'HIS 211');">HIS 211</a></div></td><td>Women in the Middle East</td><td class="hourscol"></td></tr> <tr class="even areaheader"><td colspan="2"><span class="courselistcomment areaheader">East Asia</span></td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20176" title="HIS 176" class="bubblelink code" onclick="return showCourse(this, 'HIS 176');">HIS 176</a></div></td><td>History of Premodern East Asia</td><td class="hourscol"></td></tr> <tr class="even lastrow"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20177" title="HIS 177" class="bubblelink code" onclick="return showCourse(this, 'HIS 177');">HIS 177</a></div></td><td>History of Modern East Asia</td><td class="hourscol"></td></tr> <tr class="listsum"><td colspan="2">Total Hours</td><td class="hourscol">6</td></tr></tbody></table> <table class="sc_courselist" width="100%"><colgroup><col class="codecol"/><col class="titlecol"/><col align="char" char="." class="hourscol"/></colgroup><tbody><tr class="even areaheader firstrow"><td colspan="2"><span class="courselistcomment areaheader">Upper-division Core Requirements</span> <sup>1</sup></td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><a href="/search/?P=HIS%20301" title="HIS 301" class="bubblelink code" onclick="return showCourse(this, 'HIS 301');">HIS 301</a></td><td>The Historian's Craft <sup>2</sup></td><td class="hourscol">3</td></tr> <tr class="even"><td class="codecol"><a href="/search/?P=HIS%20401" title="HIS 401" class="bubblelink code" onclick="return showCourse(this, 'HIS 401');">HIS 401</a></td><td>Senior Seminar <sup>1</sup></td><td class="hourscol">3</td></tr> <tr class="odd areaheader"><td colspan="2"><span class="courselistcomment areaheader">Eight hours of non-U.S. History Courses from the following:</span></td><td class="hourscol">8</td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20360" title="HIS 360" class="bubblelink code" onclick="return showCourse(this, 'HIS 360');">HIS 360</a></div></td><td>Topics in Warfare</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20365" title="HIS 365" class="bubblelink code" onclick="return showCourse(this, 'HIS 365');">HIS 365</a></div></td><td>ECCE: Culture Wars/Europe</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20371" title="HIS 371" class="bubblelink code" onclick="return showCourse(this, 'HIS 371');">HIS 371</a></div></td><td>Islamic Civilization</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20373" title="HIS 373" class="bubblelink code" onclick="return showCourse(this, 'HIS 373');">HIS 373</a></div></td><td>ECCE: Reading Arab Pasts</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20375" title="HIS 375" class="bubblelink code" onclick="return showCourse(this, 'HIS 375');">HIS 375</a></div></td><td>ECCE: Conflict in the Middle East</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20378" title="HIS 378" class="bubblelink code" onclick="return showCourse(this, 'HIS 378');">HIS 378</a></div></td><td>ECCE: Christian-Muslim Encounters</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20411" title="HIS 411" class="bubblelink code" onclick="return showCourse(this, 'HIS 411');">HIS 411</a></div></td><td>ECCE: Democracy and Democratic Theory</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20412" title="HIS 412" class="bubblelink code" onclick="return showCourse(this, 'HIS 412');">HIS 412</a></div></td><td>Alexander the Great</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20414" title="HIS 414" class="bubblelink code" onclick="return showCourse(this, 'HIS 414');">HIS 414</a></div></td><td>ECCE: Cleopatra's Egypt</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20415" title="HIS 415" class="bubblelink code" onclick="return showCourse(this, 'HIS 415');">HIS 415</a></div></td><td>ECCE: Archaeology of Global Slavery</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20416" title="HIS 416" class="bubblelink code" onclick="return showCourse(this, 'HIS 416');">HIS 416</a></div></td><td>Rise of Rome</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20417" title="HIS 417" class="bubblelink code" onclick="return showCourse(this, 'HIS 417');">HIS 417</a></div></td><td>Caesar to Charlemagne</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20419" title="HIS 419" class="bubblelink code" onclick="return showCourse(this, 'HIS 419');">HIS 419</a></div></td><td>Egyptology</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20422" title="HIS 422" class="bubblelink code" onclick="return showCourse(this, 'HIS 422');">HIS 422</a></div></td><td>ECCE: Politics and Religion: Culture Wars</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20424" title="HIS 424" class="bubblelink code" onclick="return showCourse(this, 'HIS 424');">HIS 424</a></div></td><td>Ancient Sport and Spectacle</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20462" title="HIS 462" class="bubblelink code" onclick="return showCourse(this, 'HIS 462');">HIS 462</a></div></td><td>ECCE: Conflict in 19th Century Europe</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20463" title="HIS 463" class="bubblelink code" onclick="return showCourse(this, 'HIS 463');">HIS 463</a></div></td><td>Europe In The 20th Century</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20470" title="HIS 470" class="bubblelink code" onclick="return showCourse(this, 'HIS 470');">HIS 470</a></div></td><td>Topics in 20th Century World History</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20471" title="HIS 471" class="bubblelink code" onclick="return showCourse(this, 'HIS 471');">HIS 471</a></div></td><td>ECCE: The Pacific War: World War II in East Asia</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20472" title="HIS 472" class="bubblelink code" onclick="return showCourse(this, 'HIS 472');">HIS 472</a></div></td><td>Imperial Russia</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20473" title="HIS 473" class="bubblelink code" onclick="return showCourse(this, 'HIS 473');">HIS 473</a></div></td><td>Russia from the Revolution to the New Cold War</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20475" title="HIS 475" class="bubblelink code" onclick="return showCourse(this, 'HIS 475');">HIS 475</a></div></td><td>ECCE: Nationalism and Imperialism</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20476" title="HIS 476" class="bubblelink code" onclick="return showCourse(this, 'HIS 476');">HIS 476</a></div></td><td>Modern China</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20477" title="HIS 477" class="bubblelink code" onclick="return showCourse(this, 'HIS 477');">HIS 477</a></div></td><td>Premodern Japan</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20479" title="HIS 479" class="bubblelink code" onclick="return showCourse(this, 'HIS 479');">HIS 479</a></div></td><td>ECCE: From Vikings to Hackers: A Pirate's World History</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20480" title="HIS 480" class="bubblelink code" onclick="return showCourse(this, 'HIS 480');">HIS 480</a></div></td><td>Topics in Pre-Modern World History</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20481" title="HIS/WGS 481" class="bubblelink code" onclick="return showCourse(this, 'HIS 481');">HIS/WGS 481</a></div></td><td>Women in Chinese and Japanese History</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20482" title="HIS 482" class="bubblelink code" onclick="return showCourse(this, 'HIS 482');">HIS 482</a></div></td><td>Samurai in History and Romance</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20485" title="HIS 485" class="bubblelink code" onclick="return showCourse(this, 'HIS 485');">HIS 485</a></div></td><td>Cold War and the Middle East</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20486" title="HIS 486" class="bubblelink code" onclick="return showCourse(this, 'HIS 486');">HIS 486</a></div></td><td>ECCE: Exhibiting Asia: Trans-Pacific Material Culture</td><td class="hourscol"></td></tr> <tr class="even"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20487" title="HIS 487" class="bubblelink code" onclick="return showCourse(this, 'HIS 487');">HIS 487</a></div></td><td>History of Christmas</td><td class="hourscol"></td></tr> <tr class="odd"><td class="codecol"><div style="margin-left: 20px;"><a href="/search/?P=HIS%20488" title="HIS 488" class="bubblelink code" onclick="return showCourse(this, 'HIS 488');">HIS 488</a></div></td><td>Eastern Christianity</td><td class="hourscol"></td></tr> <tr class="even areaheader"><td colspan="2"><span class="courselistcomment areaheader">Upper Division Elective History Courses</span></td><td class="hourscol"></td></tr> <tr class="odd areaheader"><td colspan="2"><span class="courselistcomment areaheader">Options: any 300-level or 400-level HIS course not used to fulfill another HIS degree requirement.</span></td><td class="hourscol">19</td></tr> <tr class="even areaheader lastrow"><td colspan="2"><span class="courselistcomment areaheader">Total Hours</span></td><td class="hourscol">39</td></tr> </tbody></table> <dl class="sc_footnotes" aria-label="Footnotes"><dt> <sup> 1 </sup> </dt><dd start-indent="3%"><p class="noindent">Students may fill up to 4 credit hours of upper-division core requirements with <span class="sc_courseinline"><a href="/search/?P=HIS%20499" title="HIS 499" class="bubblelink code" onclick="return showCourse(this, 'HIS 499');">HIS 499</a></span>.</p></dd><dt> <sup> 2 </sup> </dt><dd start-indent="3%"><p class="noindent">Students must earn no less than a C in <span class="sc_courseinline"><a href="/search/?P=HIS%20301" title="HIS 301" class="bubblelink code" onclick="return showCourse(this, 'HIS 301');">HIS 301</a></span> as a prerequisite for <span class="sc_courseinline"><a href="/search/?P=HIS%20401" title="HIS 401" class="bubblelink code" onclick="return showCourse(this, 'HIS 401');">HIS 401</a></span>. <span class="sc_courseinline"><a href="/search/?P=HIS%20301" title="HIS 301" class="bubblelink code" onclick="return showCourse(this, 'HIS 301');">HIS 301</a></span> and <span class="sc_courseinline"><a href="/search/?P=HIS%20401" title="HIS 401" class="bubblelink code" onclick="return showCourse(this, 'HIS 401');">HIS 401</a></span> may not be taken during the same semester.</p></dd></dl> <p>Courses from other departments may count for history credit when they support the student’s degree plan and are approved in advance.</p> </div> </div> <div id="minortextcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="minortexttab" aria-hidden="true"> <a name="minortext"></a><h2>HISTORY MINOR</h2> <ul> <li><a href="/undergraduate-students/class/history-minor/" target="_blank">History Minor</a></li> </ul> </div> <div id="onlinetextcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="onlinetexttab" aria-hidden="true"> <a name="onlinetext"></a><h2>Online Degree</h2> <p>The online History degree program is identical to the on-campus program. The online program allows students to participate actively in dynamic, diverse, and interactive online learning communities and to complete their degrees in their own time and at their own pace via the Internet. The online format enables them to complete course work using the latest networked information technologies for increased access to educational resources, advisers, and materials.</p> <ul> <li> <p><a href="/undergraduate-students/class/history/#bachelorstext" target="_blank">History</a></p> </li> <li> <p><a href="https://currentcatalog.uis.edu/undergraduate-students/class/history/worldhistory-conc/index.html" target="_blank">World History Concentration</a></p> </li> </ul> </div> <div id="admissionsrequirementstextcontainer" class="page_content tab_content" role="tabpanel" aria-labelledby="admissionsrequirementstexttab" aria-hidden="true"> <a name="admissionsrequirementstext"></a><table class="sc_sctable tbl_ehshdcadmissions" pdf-vborder="true" pdf-tborder="true" pdf-hborder="true" shrinktt="1.5" padding="3pt"> <caption class="hidden noscript">EHS HDC Admissions</caption> <colgroup><col class="column0"/><col class="column1"/><col class="column2"/><col class="column3"/><col class="column4"/><col class="column5"/><col class="column6"/></colgroup> <thead> <tr class="sctablehead"> <th scope="col" class="column0">Degree Program</th> <th scope="col" class="column1">Program Type</th> <th scope="col" class="column2">Dept Application Materials and Admission Criteria</th> <th scope="col" class="column3">Prerequisite Course Requirements</th> <th scope="col" class="column4">Department ADM Review</th> <th scope="col" class="column5">Dept Conditional Admits</th> <th scope="col" class="column6">Dept Appeal Process</th> </tr> </thead> <tbody> <tr class="even last lastrow firstrow"><td class="column0">History </td> <td class="column1">BA</td> <td class="column2">No additional admission requirements beyond the general UIS criteria</td> <td class="column3">N/A</td> <td class="column4">N/A</td> <td class="column5">N/A</td> <td class="column6">N/A</td> </tr> </tbody> </table> </div> <div id="courseinventorycontainer" class="tab_content page_content"> <a name="courseinventory"> </a> <div class="courses"> <a name="hiscourses"></a> <h3>Courses</h3> <div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;106. Peoples of the Past. 3 Hours.</strong></p> <p class="courseblockdesc"> This course combines historic and archaeological approaches to explore major social, political and cultural transformations in several different world regions, with particular attention to the rise of agriculture, cities, states, and writing systems. No prerequisites. Course Information: Same as <a href="/search/?P=SOA%20106" title="SOA&#160;106" class="bubblelink code" onclick="return showCourse(this, 'SOA 106');">SOA&#160;106</a>. This course fulfills a general education requirement at UIS in the area of Comparative Societies Social Sciences.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;118. Making of the West. 3 Hours.</strong></p> <p class="courseblockdesc"> This interdisciplinary course will offer students the opportunity to become familiar with an array of Near Eastern cultures and societies, beliefs, and traditions, mainly by examining the archaeological evidence and reading ancient literary sources. It will be taught linking Greece and the Near East together. Course Information: This course fulfills a general education requirement at UIS in the areas of Comparative Societies Social Sciences.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;119. Gods &amp; Heroes of Early Europe. 3 Hours.</strong></p> <p class="courseblockdesc"> This interdisciplinary course will offer students the opportunity to become familiar with an array of European cultures and societies, beliefs, and traditions, mainly by examining the archaeological evidence and reading ancient literary sources. It will be taught as a course linking Greece to Western Europe. Course Information: This course fulfills a general education requirement at UIS in the areas of Comparative Societies Social Sciences (IAI Code: S1 901N).<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;122. Game of Thrones. 3 Hours.</strong></p> <p class="courseblockdesc"> This course examines the cultural manifestations of Game of Thrones through the lens of history and philosophy. It will teach students how to employ historical and philosophical approaches using Game of Thrones as a vehicle for critical study. Course Information: This course fulfills a general education requirement at UIS in the area of First-Year Seminar and a general education requirement at UIS in the area of Humanities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;124. Antiquity in Film. 3 Hours.</strong></p> <p class="courseblockdesc"> Antiquity is a beloved and enduring theme in popular entertainment. Modern screenwriters follow Aristotle's rules for building a successful story, explore ancient myths, historical events, and ideas, transforming them into new vehicles of meaning. This course will explore the changing cultural and historical contexts, as well as the social forces behind movies we will watch and the stories that have inspired them over the centuries, as these seek to evoke emotional and intellectual responses among students. Course Information: This course fulfills a general education requirement at UIS in the area of Humanities and a general education requirement at UIS in the area of First-Year Seminar. 420258.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;125. The History of Everywhere. 3 Hours.</strong></p> <p class="courseblockdesc"> Global History Survey. Focuses on historical events that happened at the same time across the globe. This allows us to explore fascinating connections and coincidences, a complex web of interactions, exchanges, influences that have shaped the course of civilization across geographical/cultural/temporal boundaries. Course Information: Same as <a href="/search/?P=IGS%20125" title="IGS&#160;125" class="bubblelink code" onclick="return showCourse(this, 'IGS 125');">IGS&#160;125</a>. This course fulfills a general education requirement at UIS in the area of Comparative Societies Humanities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;150. Topics in Comparative Religion. 3 Hours.</strong></p> <p class="courseblockdesc"> Introduction to the comparative study of religion.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;151. Judaism, Christianity, Islam. 3 Hours.</strong></p> <p class="courseblockdesc"> This course surveys the historical development of Judaism, Christianity, and Islam over time, compares and contrasts their scriptural texts, beliefs, and practices in different societies, and evaluates the benefits and challenges of inter-religious relationships in contemporary times. Course Information: This course fulfills a general education requirement at UIS in the area of Comparative Societies Humanities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;152. Bible and Qur'an. 3 Hours.</strong></p> <p class="courseblockdesc"> Historical development of the Bible and Qur'an, analyzing significant characters and themes. Focuses on the societies who wrote the scriptural texts, comparing and contrasting historical views, evaluating benefits and challenges of comparative analysis, and comprehending diversity of perspectives among contemporary interpreters. Course Information: This course fulfills a general education requirement at UIS in the area of Comparative Societies Humanities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;153. Religion in America. 3 Hours.</strong></p> <p class="courseblockdesc"> This course surveys religious communities with a focus on Christian movements and introduces other religions that have emerged in American history. The course examines religious change over time, compares the texts, beliefs, and practices of different religious communities, assesses religious controversies in contemporary times. Course Information: This course fulfills a general education requirement at UIS in the area of Humanities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;160. Topics in Middle Eastern History. 3 Hours.</strong></p> <p class="courseblockdesc"> Introduction to Middle Eastern history through a comparative perspective. This course takes a cross-disciplinary approach, designed to allow students the chance to examine the region from a number of different perspectives; not only a historical one but also those of literature, art, religion, economics, politics and international relations. Course Information: This course fulfills a general education requirement at UIS in the area of Comparative Societies Humanities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;161. Introduction to the Modern Middle East. 3 Hours.</strong></p> <p class="courseblockdesc"> This course introduces students to the history of the Middle East, Surveying major social, economic, and political developments, with a focus on the modern (20th century) period. Course Information: This course fulfills a general education requirement at UIS in the area of Comparative Societies Humanities. (IAI Code: H2903N).<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;176. History of Premodern East Asia. 3 Hours.</strong></p> <p class="courseblockdesc"> This course provides an introduction to the histories and societies of East Asia (primarily China, Japan, and Korea) from prehistoric times through the early-modern era (ca 1700). Themes include intercultural exchange, political and economic transformations, Confucianism, the relationships between Buddhism and indigenous religions and worldviews, gender relations, and warfare. Course Information: This course fulfills a general education requirement at UIS in the area of Comparative Societies Humanities (IAI Code H2910N).<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;177. History of Modern East Asia. 3 Hours.</strong></p> <p class="courseblockdesc"> This course uses a comparative, regional perspective to explore the histories of East Asia (primarily China, Japan, and Korea) from the early-modern era (ca 1700) to the present. Topics under examination include modern political, cultural, religious, and economic transformations, western and Asian colonialisms, changing world views and ideologies, and the historical evolution of gender roles. Course Information: This course fulfills a general education requirement at UIS in the area of Comparative Societies Humanities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;201. World History. 3 Hours.</strong></p> <p class="courseblockdesc"> A broad survey of historical forces at work over the past 12,000 years, examining the manners in which human societies have organized themselves along categories of race, ethnicity, class, and gender to meet the challenges of the increasing human population and its demands on natural resources.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;202. European History. 3 Hours.</strong></p> <p class="courseblockdesc"> Major topics in European political, intellectual, socio-economic history from 1400 to present: the Renaissance, Christian Reformations, Scientific Revolution, Enlightenment, French and Industrial Revolutions, World Wars I and II, the Russian Revolution, totalitarian dictatorships, existentialism. Course Information: This course fulfills a general education requirement at UIS in the area of Humanities (IAI Code: H2 902) or Social and Behavioral Sciences.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;204. U.S. History to 1877. 3 Hours.</strong></p> <p class="courseblockdesc"> An overview of U.S. political, social, economic, cultural, and foreign relations history from the colonial era through Reconstruction. Course Information: Fulfills a lower-division prerequisite for HIS majors/minors and a general education requirement at UIS in the area of Humanities or Social and Behavioral Science (IAI Code: S2 900).<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;205. U.S. History Since 1877. 3 Hours.</strong></p> <p class="courseblockdesc"> An overview of U.S. political, social, economic, cultural, and foreign relations history from the Gilded Age to the present. Course Information: Fulfills a lower-division prerequisite for HIS majors/minors and a general education requirement at UIS in the area of Humanities or Social and Behavioral Science (IAI Code: S2 901).<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;206. American Immigration History. 3 Hours.</strong></p> <p class="courseblockdesc"> Surveys the migration of peoples to America: why they came, what they experienced, and how they were treated. Investigates the roles of race, ethnicity, and state policy in their reception and integration. Situates the lives of individual immigrants in the context of the major events and developments of American immigration history. Course Information: This course fulfills a general education requirement at UIS in the area of Humanities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;211. Women in the Middle East. 3 Hours.</strong></p> <p class="courseblockdesc"> Students will consider the ways in which social, religious, and cultural factors shape the lives of women in the Middle East over time - 7th century to present. Course Information: Same as <a href="/search/?P=WGS%20211" title="WGS&#160;211" class="bubblelink code" onclick="return showCourse(this, 'WGS 211');">WGS&#160;211</a>. This course fulfills a general education requirement at UIS in the area of Social and Behavioral Sciences. 420258.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;212. History of Russia: Peter I to Putin. 3 Hours.</strong></p> <p class="courseblockdesc"> This survey course covers the history of modern Russia from the founding of the Empire under Peter I to the present day. It will examine major political, diplomatic, and cultural developments in Russia from the eighteenth to the twenty-first centuries in a broader global context, especially in comparison with other European countries. Course Information: This course fulfills a general education requirement at UIS in the area of Humanities or Social and Behavioral Sciences (IAI Code: H2908).<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;241. Survey of African American History. 3 Hours.</strong></p> <p class="courseblockdesc"> This course provides students with an introduction to African American history that covers ancient African cultures, the development of the transatlantic slave trade, the role of slavery as an economic system in the founding and development of the nation, and ends with the Civil War and Reconstruction. Course Information: Same as <a href="/search/?P=AAS%20241" title="AAS&#160;241" class="bubblelink code" onclick="return showCourse(this, 'AAS 241');">AAS&#160;241</a> and <a href="/search/?P=LIS%20241" title="LIS&#160;241" class="bubblelink code" onclick="return showCourse(this, 'LIS 241');">LIS&#160;241</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;299. Tutorial. 1-4 Hours.</strong></p> <p class="courseblockdesc"> Intended to supplement, not supplant, regular course offerings. Students interested in a tutorial must secure the consent of the faculty member concerned before registration and submit any required documentation to him or her. Course Information: Not intended for use in meeting general education requirements.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;301. The Historian's Craft. 3 Hours.</strong></p> <p class="courseblockdesc"> An introduction to the work of historians and the basic methods of the discipline. Should be completed before student reaches senior status. Course Information: Successful completion - C or higher - satisfies the department's requirement for the major or minor.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;304. ECCE: Illinois History. 3 Hours.</strong></p> <p class="courseblockdesc"> Illinois History surveys the political, social, and economic development of Illinois from the prehistoric period to the present. It pays particular attention to defining events and developments. Throughout, the course integrates the history of Illinois and Chicago with the history of the nation. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;305. Monuments, Museums, and Memory: Springfield and Beyond. 4 Hours.</strong></p> <p class="courseblockdesc"> <a href="/search/?P=HIS%20305" title="HIS&#160;305" class="bubblelink code" onclick="return showCourse(this, 'HIS 305');">HIS&#160;305</a> focuses on historical memory and cultural heritage in contemporary settings. As an introduction to public history, the course outlines theoretical and methodological approaches to working with people outside academia. Springfield serves as a laboratory, with site visits, in-class visits from local professionals, and assistance with UIS &quot;History Harvest&quot; - an event where community members bring historical objects and memories to be interpreted and recorded by curators and students.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;307. Podcasting History. 3 Hours.</strong></p> <p class="courseblockdesc"> This course will introduce students to historical interpretation and audio production. Students will perform historical research, interview a historian, and develop and edit a podcast that tells a historical story. Course Information: Same as <a href="/search/?P=COM%20307" title="COM&#160;307" class="bubblelink code" onclick="return showCourse(this, 'COM 307');">COM&#160;307</a>.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;325. ECCE: Latina/o USA. 4 Hours.</strong></p> <p class="courseblockdesc"> Introduction to the study of Mexican, Puerto Rican, Cuban, Dominican, and Central/South American communities in the U.S. Main themes are immigration, identity, gender and racial constructions, labor, education, and activism. Other topics include demographic trends, political participation, and relations with origin communities in Latin America and the Caribbean. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;341. Popular Culture in United States History: From Barnum to Beyonce. 4 Hours.</strong></p> <p class="courseblockdesc"> This course surveys the development and influence of popular culture in the United States, from the early 1800s to near the present day. Special attention is paid to the manner in which popular culture is formed by social, political, and economic conditions, as well as the ways that popular culture influences those conditions. The primary focus is on the construction and consumption of music and the dramatic forms of theatre, film, and television.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;345. ECCE: US Women's History. 3 Hours.</strong></p> <p class="courseblockdesc"> Explores the history of U.S. women beginning with Native Americans. Examines themes of women in colonial society, domesticity, suffrage, reproduction, and work. Course Information: Same as <a href="/search/?P=WGS%20345" title="WGS&#160;345" class="bubblelink code" onclick="return showCourse(this, 'WGS 345');">WGS&#160;345</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of ECCE U. S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;347. ECCE: Native American History. 4 Hours.</strong></p> <p class="courseblockdesc"> This course will cover Native American history, from before the arrival of Europeans in North America to the present day. Students will learn the concept of 'ethno history'. The course will cover Native American beliefs and cultures, and will explore the history of events such as the settlement of Cahokia, King Philip's War, the Pueblo Revolt, Pontiac's Rebellion, and the Trail of Tears. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;348. ECCE: Slavery and Abolition in the Nineteenth-Century United States. 4 Hours.</strong></p> <p class="courseblockdesc"> This course focuses on the histories of slavery and abolition in the nineteenth-century United States. In our class, we will consider how different groups of Americans worked to uphold and undermine their nation's &quot;peculiar institution&quot; of slavery. We will examine a diverse assortment of primary sources from enslaved people, antislavery activists, and slave owners as well as secondary scholarship about the institution of slavery and the evolution of abolitionism. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;352. History of American Law. 3 Hours.</strong></p> <p class="courseblockdesc"> Historical examination of the professional and constitutional development of law in the United States. Topics include the common-law legacy, substantive and procedural aspects of legal history, jurisprudence, the American lawyer, and the interaction of law with American society, thought, and politics. Course Information: Same as <a href="/search/?P=LES%20352" title="LES&#160;352" class="bubblelink code" onclick="return showCourse(this, 'LES 352');">LES&#160;352</a>.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;360. Topics in Warfare. 3 Hours.</strong></p> <p class="courseblockdesc"> Much of history is military history. This course treats wars, warriors, and their impact on their contemporary societies. It also examines military practices and encounters with the other and discusses technical aspects of warfare like strategy, logistics, and armor.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;365. ECCE: Culture Wars/Europe. 4 Hours.</strong></p> <p class="courseblockdesc"> This course examines the roots and manifestations of sacred-secular conflict in nineteenth and twentieth-century Europe. Topics include: popular religious piety, the spread of liberalism, the expansion of civil rights, the crisis of the papacy, the First Vatican Council, the secularization of education, movements to disestablish state churches, Euro-orientalism, and contemporary sacred secular conflicts such as Europe's Muslim communities and European Union identity. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;371. Islamic Civilization. 4 Hours.</strong></p> <p class="courseblockdesc"> Introduction to pre-modern and modern Islamic history. The course examines the development of Muslim peoples and cultures from the seventh century through the nineteenth century. Themes include the study of Islamic origins and early Islam, methods of ancient and modern historians, politics, women, and other topics.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;373. ECCE: Reading Arab Pasts. 4 Hours.</strong></p> <p class="courseblockdesc"> The disciplines of history and literature have long been closely combined. Writing history necessitates the crafting of a narrative; likewise, literature can serve as a primary source through which we gain insights into history and culture, In this course, we will look at literary works originating from the Middle East in order to gain a deeper understanding of the culture and policies of the countries under study. Countries under consideration may vary from semester to semester. Course Information: Same as <a href="/search/?P=ENG%20325" title="ENG&#160;325" class="bubblelink code" onclick="return showCourse(this, 'ENG 325');">ENG&#160;325</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;375. ECCE: Conflict in the Middle East. 4 Hours.</strong></p> <p class="courseblockdesc"> The various conflicts that have wracked the Middle East over the last two centuries are examined. The specifics of each conflict are considered, as well as the larger factors that have helped lay the groundwork for them. Among the latter are the historical relationships between the Middle East and the &quot;West,&quot; which in many respects had been characterized by the latter's political and economic domination of the former. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;378. ECCE: Christian-Muslim Encounters. 4 Hours.</strong></p> <p class="courseblockdesc"> Seminar on the global history of Christian-Muslim relations from the seventh century through the twenty-first century. This course surveys first contacts, Christians living under Muslim rule, significant intellectual figures and their theological writings, Crusade and Jihad, recent global encounters and dialogue in the religious and public spheres. Course Information: Same as: <a href="/search/?P=CAP%20258" title="CAP&#160;258" class="bubblelink code" onclick="return showCourse(this, 'CAP 258');">CAP&#160;258</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;399. Tutorial. 1-8 Hours.</strong></p> <p class="courseblockdesc"> Intended to supplement, not supplant, regular course offerings. Students interested in a tutorial must secure the consent of the faculty member concerned before registration and submit any required documentation to him or her.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;401. Senior Seminar. 3 Hours.</strong></p> <p class="courseblockdesc"> Capstone course for majors that focus upon refining and assessing skills in the discipline. Will examine current issues in the study of history. Course Information: Students should have senior status before enrolling and must have completed <a href="/search/?P=HIS%20301" title="HIS&#160;301" class="bubblelink code" onclick="return showCourse(this, 'HIS 301');">HIS&#160;301</a> with a grade of C or higher.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;411. ECCE: Democracy and Democratic Theory. 4 Hours.</strong></p> <p class="courseblockdesc"> This course focuses on the evolution of Western Democratic theory from the ancient Greeks to our times, emphasizing institutions and traditions associated with evolving theories. Course Information: Same as <a href="/search/?P=PSC%20425" title="PSC&#160;425" class="bubblelink code" onclick="return showCourse(this, 'PSC 425');">PSC&#160;425</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;412. Alexander the Great. 4 Hours.</strong></p> <p class="courseblockdesc"> This interdisciplinary course examines Alexander the Great's life, career, and legacy through primary and secondary sources. It places him in his historical context and discusses the political, religious, socio-economic, and cultural changes that transformed the Mediterranean world during his reign and beyond.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;414. ECCE: Cleopatra's Egypt. 4 Hours.</strong></p> <p class="courseblockdesc"> This course will explore Cleopatra's reign, multi-cultural society, politics, representatives, and the ever-changing meanings with which she was invested from her lifetime through our days. Images and texts manipulated and shaped historical knowledge. Subsequent generations assigned different signifiers to the culturally charged icon of Cleopatra as a woman in power. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;415. ECCE: Archaeology of Global Slavery. 4 Hours.</strong></p> <p class="courseblockdesc"> This academic journey delves deep into the tangible remnants of one of the most profound, tragic, and enduring human experiences in history. It combines archaeology, anthropology, history, and sociology to unravel the material culture and lived experiences of enslaved individuals across continents and centuries. Course Information: Same as <a href="/search/?P=IGS%20415" title="IGS&#160;415" class="bubblelink code" onclick="return showCourse(this, 'IGS 415');">IGS&#160;415</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;416. Rise of Rome. 4 Hours.</strong></p> <p class="courseblockdesc"> This interdisciplinary course offers an overview of Roman history from the founding of Rome (8th century BCE) to the collapse of the Roman Republic (30 BCE). We will survey how a city-state conquered the Italian peninsula, historical circumstances defined its role as a major political player, and Rome swallowed up the Hellenistic world.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;417. Caesar to Charlemagne. 4 Hours.</strong></p> <p class="courseblockdesc"> Seminar on the decline and fall of the Roman Empire through the rise of Europe, the Byzantine Empire, and the Arab conquests. The course explores the transformation of the religions, political, social, and cultural identities in Europe, the Mediterranean, and the Near East from the second through the ninth centuries.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;419. Egyptology. 4 Hours.</strong></p> <p class="courseblockdesc"> This course will provide an overview of the history, art, and archaeology of Pharaonic Egypt (i.e. Bronze Age Egypt under the pharaohs and before the Persian conquest and Alexander the Great). We will look at Egyptian monuments, including the pyramids, towns, mummies, religion, art, and literary texts. Course Information: Same as <a href="/search/?P=ART%20419" title="ART&#160;419" class="bubblelink code" onclick="return showCourse(this, 'ART 419');">ART&#160;419</a>.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;421. ECCE: Introduction to Oral History Methods. 3 Hours.</strong></p> <p class="courseblockdesc"> Introduction to oral history technique, including interviewing, transcription, and editing. Includes technical and conceptual literature, collateral fields, and professional concerns. Student work added to UIS oral history collection. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;422. ECCE: Politics and Religion: Culture Wars. 4 Hours.</strong></p> <p class="courseblockdesc"> This ECCE course seeks to examine the multifaceted connections between politics and religion in the United States, although with a global perspective. Our goal will be to establish a dialogue on the issues that increasingly confront us about the proper role of religion in our public life. Course Information: Same as: <a href="/search/?P=LES%20422" title="LES&#160;422" class="bubblelink code" onclick="return showCourse(this, 'LES 422');">LES&#160;422</a> and <a href="/search/?P=PSC%20422" title="PSC&#160;422" class="bubblelink code" onclick="return showCourse(this, 'PSC 422');">PSC&#160;422</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;424. Ancient Sport and Spectacle. 4 Hours.</strong></p> <p class="courseblockdesc"> This course will study the beginnings of sport in the Greco-Roman world and its transformation throughout the centuries to our days. It will also examine how sport became a vehicle for the ideological and political expression, was associated with class, gender, violence, nationalism, and ethnicity, and how it has been appropriated and reinterpreted in modern times. Course Information: Same as <a href="/search/?P=LIS%20424" title="LIS&#160;424" class="bubblelink code" onclick="return showCourse(this, 'LIS 424');">LIS&#160;424</a>.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;427. African-American History. 4 Hours.</strong></p> <p class="courseblockdesc"> Focuses on the history and sojourn of the African-American from the creation and demise of the last three West African empires, through the enslavement and shipment of Africans to North America and their struggle for human and civil rights in present-day America. Topics are the Middle Passage, religion of the slaves, slave resistance, Abolitionism, the Civil War, Reconstruction, the Great Migration, Harlem Renaissance, the Civil Rights movement, Black Power movement, urban unrest, affirmative action, and the new reparations movement.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;429. ECCE: Civil Rights Movement of the Twentieth Century. 4 Hours.</strong></p> <p class="courseblockdesc"> This discussion course examines the connections between the oral histories of the civil rights movement, the intellectual contributions of African American essayists to traditions of thought in United States history in the twentieth century and the political activism of educated professionals and grass-roots community figures. Course Information: Same as <a href="/search/?P=AAS%20433" title="AAS&#160;433" class="bubblelink code" onclick="return showCourse(this, 'AAS 433');">AAS&#160;433</a> and <a href="/search/?P=LIS%20433" title="LIS&#160;433" class="bubblelink code" onclick="return showCourse(this, 'LIS 433');">LIS&#160;433</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;431. Colonial America. 4 Hours.</strong></p> <p class="courseblockdesc"> Survey of the establishment and development of England's North American colonies between 1585 and 1763. Emphasis primarily on land use, economic development, religions, and social history.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;432. Revolutionary America. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines the social trends, economic rivalries, and political disputes that together created the American Revolution. Course begins with the Stamp Act Crisis of 1765 and follows the developments and conflicts through the presidential election of 1792.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;433. United States, 1790-1840. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines the first decades of the new republic, including early industrialization, settlement of the frontier, Manifest Destiny, the War of 1812, the cotton economy, and Jacksonianism.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;434. United States, 1840-1890. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines antebellum U.S. plus the Civil War and Reconstruction. Also explores cultural and social history, including Victorianism and the women's movement.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;435. United States, 1890-1945. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines the emergence of the U.S. as an industrial and world power, progressivism, World War I, the 1920's, the Great Depression, and World War II. Focus is on political, cultural, social, and foreign relations history.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;436. United States, 1945-Present. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines domestic and foreign policy issues in the post-World War II period with an emphasis on how the Cold War shaped contemporary America. Focus is on political, cultural, social, and foreign relations history.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;437. The Sixties. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines the social movements of the decade, including the Civil Rights movement, the antiwar movement, the student movement, the women's movement, and the counterculture. Explores how these movements emerged in the post-World War II period and their legacies for the 1940's and beyond.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;438. ECCE: American Environmental History. 4 Hours.</strong></p> <p class="courseblockdesc"> Study of the American land that examines human attitudes toward both the wilderness and the quest for resources and the actual use and abuse of the natural world. Beginning with the 16th century, the course focuses on the conflicting advocacies of exploitation, preservation, and conservation. Course Information: Same as <a href="/search/?P=ENS%20418" title="ENS&#160;418" class="bubblelink code" onclick="return showCourse(this, 'ENS 418');">ENS&#160;418</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;440. Topics In U.S. History. 4 Hours.</strong></p> <p class="courseblockdesc"> Special topics ranging from early American history to the recent past. Course Information: May be repeated if topics vary. Students may register in more than one section per term.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;441. The Civil War and Reconstruction. 4 Hours.</strong></p> <p class="courseblockdesc"> A study of the origins of the American Civil War, the war itself, and post-war Reconstruction. Major topics include the Market Revolution; Slavery and Racism; and social, cultural, political, economic, and legal impacts of the conflict.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;442. American Urban History. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines the development of American urban centers from 1800 to the present. Demographic, sociological, economic, and political aspects of the urbanizing process will be discussed, as well as the impact urban populations have had on American culture over time.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;445. Intellectual Origins of the American Revolution. 4 Hours.</strong></p> <p class="courseblockdesc"> This course introduces students to the ideas and texts that influenced the leaders of the American Revolution. The Founding Fathers had studied classical Greek and Roman through eighteenth-century European thinkers. Americans used these ideas to articulate their critique of the British, and debate the formation of a new government.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;446. American Political Thought from the Revolution to the 20th Century. 4 Hours.</strong></p> <p class="courseblockdesc"> In this course, students will explore the foundational ideas of the American Revolution and investigate how these ideas have been used to shape, justify and challenge the structures of American society. Students will read texts, including the Federalist Papers, and authors such as Tocqueville, Thoreau, Lincoln, Jane Addams, Theodore Roosevelt and Martin Luther King.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;447. ECCE: Sports and US History. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines changes in American social, cultural and political life through the lens of sports. Covers issues of race, community identity, class, and cultural development. Covers origins of baseball as &quot;America’s game&quot;, how sports has been used to advance civil rights, gender identity, American exceptionalism. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;448. UFOs &amp; National Security History. 4 Hours.</strong></p> <p class="courseblockdesc"> This course examines the American national security state's response to Unidentified Aerial Phenomenon, commonly known as UFOs. Topics include national security studies, public policy, media, and relevance to History, Political Science, Physical Sciences, and Psychology.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;450. Major Figures in History. 4 Hours.</strong></p> <p class="courseblockdesc"> Focuses on important individuals from the past. Course Information: May be repeated if topics vary. Students may register in more than one section per term.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;451. ECCE: A Global History of Espionage. 4 Hours.</strong></p> <p class="courseblockdesc"> This course explores the clandestine world of global espionage and international diplomacy, including the intricate cultural history, strategies, and technologies that define the realm of intelligence gathering and covert operations. We will examine pivotal espionage events from historical spy networks to modern day intelligence. Course Information: This course fulfills an Engaged Citizenship Common Experience requirements at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;453. ECCE: Women of Color and Minority Women. 4 Hours.</strong></p> <p class="courseblockdesc"> The experience of American women of color is at the center of this course. Interdisciplinary consideration of the intersection of race, class, and gender in the lives of women past and present. Course Information: Same as <a href="/search/?P=AAS%20403" title="AAS&#160;403" class="bubblelink code" onclick="return showCourse(this, 'AAS 403');">AAS&#160;403</a>, <a href="/search/?P=SOA%20451" title="SOA&#160;451" class="bubblelink code" onclick="return showCourse(this, 'SOA 451');">SOA&#160;451</a>, <a href="/search/?P=SWK%20462" title="SWK&#160;462" class="bubblelink code" onclick="return showCourse(this, 'SWK 462');">SWK&#160;462</a>, and <a href="/search/?P=WGS%20403" title="WGS&#160;403" class="bubblelink code" onclick="return showCourse(this, 'WGS 403');">WGS&#160;403</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;454. ECCE: History of the Family. 4 Hours.</strong></p> <p class="courseblockdesc"> The modern family in comparative and historical perspective. Selected themes -- changing patterns of household, intimacy, gender -- explored historically to understand their present importance. Course Information: Same as <a href="/search/?P=SWK%20454" title="SWK&#160;454" class="bubblelink code" onclick="return showCourse(this, 'SWK 454');">SWK&#160;454</a>, and <a href="/search/?P=WGS%20454" title="WGS&#160;454" class="bubblelink code" onclick="return showCourse(this, 'WGS 454');">WGS&#160;454</a>. This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;455. Fashion History. 4 Hours.</strong></p> <p class="courseblockdesc"> This course examines the history of fashion in the U.S. from the American Revolution through the present. The course considers how fashion had been used as a means of crafting individual, group, and national identities, and how race, class, gender, and sexuality have impacted fashion culture. This course reflects on how fashion has worked to both construct and destabilize existing social structures, and fashion's potential as a liberating and oppressive force.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;456. ECCE: Rebels and Revolutionaries: Female Activism in the United States. 4 Hours.</strong></p> <p class="courseblockdesc"> Throughout U.S. history, women have participated in movements designed to undermine and defend existing hierarchies of race, class, gender, and sexual orientation within American society. In this course, we will examine how notions of female activism have changed from the eighteenth century up to the present, considering how race, class, and sexual orientation have shaped women's access to public space and how women have shaped the activist movements in which they have taken part. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;457. ECCE: Women and Gender in the U.S. South, 1607-1877. 4 Hours.</strong></p> <p class="courseblockdesc"> This course examines the histories of women and gender in the U.S. South from 1607 to 1877. The class will consider how ideas about masculinity and femininity shaped the lives and experiences of Native American, African American, and white Southern men and women in the seventeenth, eighteenth, and nineteenth centuries. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of U.S. Communities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;458. Missions in Early America. 4 Hours.</strong></p> <p class="courseblockdesc"> This course examines the history of Catholic, Protestant, and Orthodox missions and frontier encounters between missionaries and American Indian societies from the colonial period through the nineteenth century. Themes include the study of Spanish, French, Russian, and American missions and their religious, social, economic, and cultural exchanges with local native populations.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;460. Studies in Latin American History. 4 Hours.</strong></p> <p class="courseblockdesc"> Studies include roots of Latin American history, Latin American history since independence, revolution in modern Latin America, and the history of Brazil. Course Information: May be repeated up to 2 time(s) if topics vary.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;462. ECCE: Conflict in 19th Century Europe. 4 Hours.</strong></p> <p class="courseblockdesc"> This course explores political, cultural, and international conflicts in Europe from the French Revolution to 1890. It examines the conflicting political ideologies that shaped the century, struggles between church and state, the impact of modernity on religion, nationalism, anti-Semitism, and the revolutions and wars that continuously threatened the status quo.Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;463. Europe In The 20th Century. 4 Hours.</strong></p> <p class="courseblockdesc"> Study of the political, socioeconomic, cultural, and colonial history of Europe from the turn of the century to the present. Special emphasis on the importance of ideology in shaping society, the transforming effects of war and depression, and Europe's changing role in the international order.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;464. ECCE Global Terrorism. 4 Hours.</strong></p> <p class="courseblockdesc"> This course offers an overview of terrorism, its history, motivations, and changing tactics. It examines major terrorist organizations, their political and social contexts, and the global and domestic strategies used to combat them. It is ideal for students in political science, international relations, and security studies. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;468. History Of Spain. 4 Hours.</strong></p> <p class="courseblockdesc"> A general survey of the history of Spain from the times of the Iberians and Romans to the present, focusing on the rise and fall of the Spanish empire and monarchy and the emergence of a new democratic nation.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;470. Topics in 20th Century World History. 4 Hours.</strong></p> <p class="courseblockdesc"> Topics such as imperialism, holocaust and genocide, war and revolution, environmental history, gender history, biography, intellectual history. Students may take additional sections for credit, but must study different topics each time. Course Information: May be repeated if topics vary. Students may register in more than one section per term.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;471. ECCE: The Pacific War: World War II in East Asia. 4 Hours.</strong></p> <p class="courseblockdesc"> This class takes as its theme the different ways in which inhabitants of countries bordering the Pacific, particularly China, Japan, Korea, and the United States, experienced World War II in different ways. It also explores how the Second World War became one of the defining elements in understanding relations between these countries today. Themes such as total war, colonialism, race, and memory will be covered. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness. Same as <a href="/search/?P=CAP%20355" title="CAP&#160;355" class="bubblelink code" onclick="return showCourse(this, 'CAP 355');">CAP&#160;355</a>.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;472. Imperial Russia. 4 Hours.</strong></p> <p class="courseblockdesc"> Examines significant aspects of Russian political, cultural, and intellectual life from 1689 to the revolutions of 1917 in the broader European context. Topics will include: the expansion and dissolution of the empire from Tsar Peter I to World War I; Russian Orthodoxy and society; the emergence of the intelligentsia and the revolutionary tradition; and major intellectual/cultural movements from the Enlightenment to the Silver Age. Course readings will consist of selections from primary and secondary sources, including literary works from the period.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;473. Russia from the Revolution to the New Cold War. 4 Hours.</strong></p> <p class="courseblockdesc"> This course examines Russian culture, society, and diplomacy from the revolutions of 1917 to the present. Topics include the origins of revolution, Leninism, Stalinism, World War II, the Cold War, the collapse of the Soviet Union, and the Yeltsin and Putin presidencies. The course will examine Russia’s complex relationship with the West and consider why a new Cold War ensued after the first conflict had ended.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;475. ECCE: Nationalism and Imperialism. 4 Hours.</strong></p> <p class="courseblockdesc"> Is national identity inherent - are we all born with a national identity? Or is it something that is shaped by historical and social events? Historians have debated this question for many decades and we will consider this question in this course. In what ways have national identities in various parts of the world been shaped by the historical experiences of Imperialism in its various forms? In this course, we will explore the debates around how &quot;national&quot; identities have been shaped in the 19th and 20th centuries. We will explore a series of case studies that allow us to consider a variety of angles and approaches to this question. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;476. Modern China. 4 Hours.</strong></p> <p class="courseblockdesc"> Examination of the main trends, events, and problems in 19th and 20th century China. Topics of study include the intrusion of the West, rebellions and revolutions, gender issues, popular culture, and environmental problems.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;477. Premodern Japan. 4 Hours.</strong></p> <p class="courseblockdesc"> Examination of the social, cultural, and political developments of premodern Japan. Topics of study include literature and the arts in the Nara and Heian periods; the age of the Samurai; religions, including Shinto and Zen Buddhism; and popular culture.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;479. ECCE: From Vikings to Hackers: A Pirate's World History. 4 Hours.</strong></p> <p class="courseblockdesc"> Course seeks to understand the historical transformations across time and to compare the manifestations across cultures of the popular, but elusive figure of the pirate. We will attempt to understand how these figures may have thought of themselves, how they were so labeled by land-based authorities, and how their histories were appropriated and romanticized for ideological ends. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Global Awareness.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;480. Topics in Pre-Modern World History. 4 Hours.</strong></p> <p class="courseblockdesc"> Special topics covering diverse geographic areas in the Pre-modern period (ca. 3300 BCE - 1500 CE). May be repeated if topics vary. Students may register in more than one section per term.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;481. Women in Chinese and Japanese History. 4 Hours.</strong></p> <p class="courseblockdesc"> Exploration of the histories of women in China and Japan over the last several centuries, with special attention to their changing roles and status in the 20th century. Course Information: Same as <a href="/search/?P=WGS%20481" title="WGS&#160;481" class="bubblelink code" onclick="return showCourse(this, 'WGS 481');">WGS&#160;481</a>.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;482. Samurai in History and Romance. 4 Hours.</strong></p> <p class="courseblockdesc"> This course explores the evolution of samurai in historical sources, artistic representations, and ideological constructions. Topics include debates over the origins and meaning of samurai, gender and samurai, premodern and modern romanticization, cultures of warfare and violence, and samurai lordship and the state. Course Information: No previous knowledge of Japan is expected.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;485. Cold War and the Middle East. 4 Hours.</strong></p> <p class="courseblockdesc"> In this course we will study the Middle East in connection with the global politics of the Cold War era in order to gain an understanding of the ways in which political, economic, cultural and other aspects of society in the region interacted with the US and USSR. Course Information: This course is an upper division research seminar in History. Students taking this course for graduate credit will be expected to do additional work.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;486. ECCE: Exhibiting Asia: Trans-Pacific Material Culture. 4 Hours.</strong></p> <p class="courseblockdesc"> This course partners with the Illinois State Museum to research and design digital exhibits for its collection of Asian artifacts. We trace how symbolic meanings of objects change; explore how material culture can serve ideological ends; and consider the agency of objects in Trans-Pacific contexts. Course Information: This course fulfills an Engaged Citizenship Common Experience requirement at UIS in the area of Engagement Experience.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;487. History of Christmas. 4 Hours.</strong></p> <p class="courseblockdesc"> Seminar on the origins and development of the celebration of Christmas. Themes include early Christian Nativity traditions, the date of Christmas, devotional literature, liturgical texts, hymnography, art, global perspectives on the celebration and Christmas traditions.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;488. Eastern Christianity. 4 Hours.</strong></p> <p class="courseblockdesc"> Introduction to the history of Christian peoples in the Middle East, India and Asia from the first century through the sixteenth century. The course focuses on significant figures and their contributions to eastern cultures. Themes include martyrdom, aceticism, intellectual learning, and women in the Syriac tradition.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;499. Independent Study: Special Topics in History. 1-8 Hours.</strong></p> <p class="courseblockdesc"> Independent and directed readings on an individual topic for students in history. Students should make arrangements with an appropriate faculty member. Course Information: May be repeated to a maximum of 8 hours.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;501. Graduate History Colloquium. 3 Hours.</strong></p> <p class="courseblockdesc"> Introduction to the graduate program that assists students in diagnosing skills, designing the education plan, learning research methods, using various bibliographical resources, and examining professional conflicts among historians. Research project. Successful completion satisfies communication skills requirements.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;502. Public History Colloquium. 3 Hours.</strong></p> <p class="courseblockdesc"> Concepts of public history, including subject areas, techniques, and ethical issues. The application of historical knowledge and methods to the administration, preservation, and interpretation of historical resources as well as historical analysis of public policy issues.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;503. Researching and Writing History. 3 Hours.</strong></p> <p class="courseblockdesc"> Seminar emphasizing research in primary sources. Includes critical examination of historical writing, exploration of research and writing techniques, and completion of an advanced research paper. Course Information: Prerequisites: Must have completed <a href="/search/?P=HIS%20501" title="HIS&#160;501" class="bubblelink code" onclick="return showCourse(this, 'HIS 501');">HIS&#160;501</a> with a grade of a full B or higher.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;504. American Material Life. 3 Hours.</strong></p> <p class="courseblockdesc"> Examines interdisciplinary theories, methodological approaches, and applications of material culture studies to the study of history. Focuses on the study of artifacts and the way historians and museums use them to research, document, and interpret past and present.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;505. Historic Environmental Preservation. 3 Hours.</strong></p> <p class="courseblockdesc"> Preservation policies and their applications in planning are considered. History of preservation movements and of American architecture and landscapes are examined, as well as current preservation technologies. Case studies of the politics and economics of preservation. Field work required.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;507. Museum and Society. 3 Hours.</strong></p> <p class="courseblockdesc"> Explores the ways museums have been used since the 1800's and the functions they serve today. Indoor and outdoor history, art, folk life, and science museums are considered. Focus is on museums as learning resources and analysis of problems in communicating realities.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;508. Archival Management. 3 Hours.</strong></p> <p class="courseblockdesc"> Examines concepts and methods of archival management and considers issues in acquiring, preserving, evaluating, and making archival resources accessible. Additional focus is on creative research and developing means to reach broad publics.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;510. Graduate Readings Seminar. 3 Hours.</strong></p> <p class="courseblockdesc"> Intensive readings in a defined topic area. Seminar format emphasizes group discussion of historical methods and ideas. Course Information: Offered each semester. May be repeated as long as topics vary.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;511. Museum/Historic Sites Methods. 3 Hours.</strong></p> <p class="courseblockdesc"> Examines collection management and conservation, research, interpretation, educational programming, exhibit preparation, and administration. Explores collection development in the past and current concepts of collecting &quot;today for tomorrow&quot;.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;515. History and Digital Media. 3 Hours.</strong></p> <p class="courseblockdesc"> This course introduces students to the digital skills necessary for conducting and presenting historical research. Topics covered include website design and management, familiarity with mapping, and database software. Students will produce final projects showcasing research using digital platforms.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;520. Oral History Methods. 3 Hours.</strong></p> <p class="courseblockdesc"> Mastery of oral history technique, including interviewing, transcription, and editing. Includes technical and conceptual literature, collateral fields, and professional concerns. Student work added to UIS oral history collection.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;560. Position Essay and Historiography. 1-8 Hours.</strong></p> <p class="courseblockdesc"> Supervised advanced research and essay to fulfill MA closure requirement for students pursing the European and World History concentration. NOTE: If the historiography is not completed by the time eight hours are accrued, students must register for <a href="/search/?P=HIS%20561" title="HIS&#160;561" class="bubblelink code" onclick="return showCourse(this, 'HIS 561');">HIS&#160;561</a> for zero credit hours (one billable hour) in all subsequent semesters until the requirements are completed. Course Information: Prerequisites: successful completion of the core requirements <a href="/search/?P=HIS%20501" title="HIS&#160;501" class="bubblelink code" onclick="return showCourse(this, 'HIS 501');">HIS&#160;501</a>, <a href="/search/?P=HIS%20503" title="HIS&#160;503" class="bubblelink code" onclick="return showCourse(this, 'HIS 503');">HIS&#160;503</a>, or <a href="/search/?P=HIS%20510" title="HIS&#160;510" class="bubblelink code" onclick="return showCourse(this, 'HIS 510');">HIS&#160;510</a>. Restricted to HIS graduate students with European and World History concentration.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;561. Position Essay and Historiography Continuing Enrollment. 0 Hours.</strong></p> <p class="courseblockdesc"> Refer to NOTE in course description for <a href="/search/?P=HIS%20560" title="HIS&#160;560" class="bubblelink code" onclick="return showCourse(this, 'HIS 560');">HIS&#160;560</a>. May be repeated. Course Information: Restricted to HIS graduate students.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;570. Public History Internship and Project. 1-8 Hours.</strong></p> <p class="courseblockdesc"> Supervised applied study in public history used to develop a project to meet history M.A. requirements. Maximum of eight hours of history credit. NOTE: If the project is not completed by the time eight hours are accrued in continuing enrollment, students must register for <a href="/search/?P=HIS%20571" title="HIS&#160;571" class="bubblelink code" onclick="return showCourse(this, 'HIS 571');">HIS&#160;571</a> for zero credit hours (one billable hour) in all subsequent semesters until the project is completed. Course Information: May be repeated to a maximum of 8 hours. Prerequisites: Successful completion of at least three of the core requirements (<a href="/search/?P=HIS%20501" title="HIS&#160;501" class="bubblelink code" onclick="return showCourse(this, 'HIS 501');">HIS&#160;501</a>, <a href="/search/?P=HIS%20502" title="HIS&#160;502" class="bubblelink code" onclick="return showCourse(this, 'HIS 502');">HIS&#160;502</a>, <a href="/search/?P=HIS%20503" title="HIS&#160;503" class="bubblelink code" onclick="return showCourse(this, 'HIS 503');">HIS&#160;503</a> or <a href="/search/?P=HIS%20510" title="HIS&#160;510" class="bubblelink code" onclick="return showCourse(this, 'HIS 510');">HIS&#160;510</a>).<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;571. Public History Internship and Project Continuing Enrollment. 0 Hours.</strong></p> <p class="courseblockdesc"> Refer to NOTE in course description for <a href="/search/?P=HIS%20570" title="HIS&#160;570" class="bubblelink code" onclick="return showCourse(this, 'HIS 570');">HIS&#160;570</a>. Course Information: May be repeated.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;580. Thesis. 1-8 Hours.</strong></p> <p class="courseblockdesc"> Historical research for the required master's research essay. NOTE: If the thesis is not completed by the time eight hours are accrued in continuing enrollment, students must register for <a href="/search/?P=HIS%20581" title="HIS&#160;581" class="bubblelink code" onclick="return showCourse(this, 'HIS 581');">HIS&#160;581</a> for zero credit hours (one billable hour) in all subsequent semesters until the thesis is completed. Course Information: May be repeated to a maximum of 8 hours. Prerequisites: Successful completion of at least three of the core requirements (<a href="/search/?P=HIS%20501" title="HIS&#160;501" class="bubblelink code" onclick="return showCourse(this, 'HIS 501');">HIS&#160;501</a>, <a href="/search/?P=HIS%20502" title="HIS&#160;502" class="bubblelink code" onclick="return showCourse(this, 'HIS 502');">HIS&#160;502</a>, <a href="/search/?P=HIS%20503" title="HIS&#160;503" class="bubblelink code" onclick="return showCourse(this, 'HIS 503');">HIS&#160;503</a> or <a href="/search/?P=HIS%20510" title="HIS&#160;510" class="bubblelink code" onclick="return showCourse(this, 'HIS 510');">HIS&#160;510</a>).<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;581. Thesis Continuing Enrollment. 0 Hours.</strong></p> <p class="courseblockdesc"> Refer to NOTE in course description for <a href="/search/?P=HIS%20580" title="HIS&#160;580" class="bubblelink code" onclick="return showCourse(this, 'HIS 580');">HIS&#160;580</a>. Course Information: May be repeated.<br /> </p> </div><div class="courseblock"> <p class="courseblocktitle"><strong>HIS&#160;599. Independent Study: Special Topics in History. 1-8 Hours.</strong></p> <p class="courseblockdesc"> Independent and directed readings on an individual topic for graduate students in history. Students should make arrangements with an appropriate faculty member. Course Information: May be repeated to a maximum of 8 hours.<br /> </p> </div> </div> </div> </main> </div> <!-- end col-content --> <div id="col-nav"> <button id="sidebar-toggle" aria-expanded="false" data-toggle="#sidebar"> <i class="fa fa-bars" aria-hidden="true"></i> <span>2024-2025 Edition</span> </button> <aside id="sidebar"> <div class="sidebar-item"> <h2 id="edition" class="sidebar-header"><a href="/">2024-2025 Edition</a></h2> <div class="search" id="cat-search"> <form action="/search/"> <label for="cat-search-term" class="sr-only">Search catalog</label> <input class="search-field" type="text" name="search" id="cat-search-term" placeholder="Search..." /> <button class="search-button" type="submit"> <i class="fa fa-search" aria-hidden="true"></i> <span class="sr-only">Submit search</span> </button> <!--%?pagebasedir?% <input type="hidden" name="caturl" value="/undergraduate-students" /> --> </form> </div> <nav id="cl-menu" aria-label="Primary"> <ul class="nav levelzero" id="/"> <li class="isparent"><a href="/general-info/">General Information</a></li> <li><a href="/campusconnections/">Campus Connections</a></li> <li class="separator"><a href="/chancellor/">From the Chancellor</a></li> <li class="isparent"><a href="/admissions-academic-info-all-students/">Admissions and Academic Information for All Students</a></li> <li><a href="/degreesoffered/">Degrees Offered</a></li> <li class="isparent"><a href="/admissionsrequirements/">Admissions Requirements</a></li> <li class="active isparent"><a href="/undergraduate-students/">Undergraduate Students</a> <ul class="nav levelone" id="/undergraduate-students/"> <li class="isparent"><a href="/undergraduate-students/academic-info-undergrad/">Academic Information for Undergraduate Students</a></li> <li class="isparent"><a href="/undergraduate-students/cbam/">College of Business and Management</a></li> <li class="isparent"><a href="/undergraduate-students/chst/">College of Health, Science, and Technology</a></li> <li class="active isparent"><a href="/undergraduate-students/class/">College of Liberal Arts and Social Sciences</a> <ul class="nav leveltwo" id="/undergraduate-students/class/"> <li class="isparent"><a href="/undergraduate-students/class/africanamericanstudies/">African-&#8203;American Studies</a></li> <li class="isparent"><a href="/undergraduate-students/class/criminology-criminaljustice/">Criminology and Criminal Justice</a></li> <li class="isparent"><a href="/undergraduate-students/class/english/">English</a></li> <li class="active isparent self"><a href="#" onclick="return false;">History</a> <ul class="nav levelthree" id="/undergraduate-students/class/history/"> <li><a href="/undergraduate-students/class/history/worldhistory-conc/">World History Concentration</a></li> <li><a href="/undergraduate-students/class/history-minor/">History Minor</a></li> </ul> </li> <li class="isparent"><a href="/undergraduate-students/class/liberalstudies/">Liberal Studies</a></li> <li class="isparent"><a href="/undergraduate-students/class/modernlanguages/">Modern Languages</a></li> <li class="isparent"><a href="/undergraduate-students/class/music/">Music</a></li> <li><a href="/undergraduate-students/class/socialwork/">Social Work</a></li> <li class="isparent"><a href="/undergraduate-students/class/sociologyanthropology/">Sociology/&#8203;Anthropology</a></li> <li class="isparent"><a href="/undergraduate-students/class/theatre/">Theatre</a></li> <li class="isparent"><a href="/undergraduate-students/class/visualarts/">Visual Arts</a></li> <li class="isparent"><a href="/undergraduate-students/class/womengenderstudies/">Women and Gender Studies</a></li> </ul> </li> <li class="isparent"><a href="/undergraduate-students/cpae/">College of Public Affairs and Education </a></li> <li class="isparent"><a href="/undergraduate-students/undergraduate-education/">Undergraduate Education</a></li> </ul> </li> <li class="isparent"><a href="/graduate-students/">Graduate Students</a></li> <li class="isparent"><a href="/coursedescriptions/">Course Descriptions</a></li> <li class="exdent separator"><a href="/uillinois-organization/">University of Illinois -&#8203; Organization</a></li> <li class="separator"><a href="/faculty/">Faculty</a></li> </ul> </nav> </div> <!-- <button id="print-btn" href="#print-dialog" onclick="showPrintDialog(); return false;"> <i class="fa fa-print" aria-hidden="true"></i> Print Options </button> --> </aside> </div> <!-- end col-nav --> </div> </section> <footer id="footer"> <div class="wrap"> <div class="col left"> <ul> <li><a href="https://www.uis.edu/disability">Disability Services</a></li> <li><a href="https://www.uis.edu/aeo/title-ix/title-ix-team">Title IX</a></li> <li><a href="https://www.uis.edu/academic-affairs/about/department-education-complaint-process">Online Course Complaint Form</a></li> </ul> </div> <div class="col middle"> <img alt="UIS wordmark" src="/images/UIS_Wordmark_white-web.png" width="249" height="91"> <address> <p> One University Plaza <br>Springfield, Illinois 62703 <br>ph:217.206.6600 <br><a href="mailto:admissions@uis.edu">admissions@uis.edu</a> </p> </address> </div> <div class="col right"> <ul> <li><a href="https://www.uis.edu/consumer-info">Consumer Info</a></li> <li><a href="https://www.uis.edu/accreditation">Institutional Accreditation</a></li> <li><a href="https://www.uis.edu/policy/student-grievance-code">Student Grievances</a></li> </ul> </div> </div> <div class="base"> <div class="baseleft"> <div class="copyright-txt"><a href="https://www.vpaa.uillinois.edu/resources/web_privacy">Privacy Statement</a> | <a href="https://www.hr.uillinois.edu/contacts">Nondiscrimination Statement</a> | <a href="https://www.hr.uillinois.edu/cms/One.aspx?portalId=4292&amp;pageId=5671">System Statement on Sex Discrimination</a></div> </div> <div class="baseright"> <div class="system-txt">© 2024-2025 The Board of Trustees of the University of Illinois.&nbsp;<a href="https://www.uillinois.edu/">University of Illinois System</a> | <a href="https://illinois.edu/">Urbana-Champaign</a> | <a href="http://www.uic.edu/">Chicago</a></div> </div> </div> <div id="tip-top"> <a href="https://www.uis.edu" class="whenstuck" aria-hidden="true"> <img src="/images/UIS_Wordmark_white-web.png" alt="UIS Home" /> <span class="abar" aria-hidden="true"></span> </a> <ul> <li><a href="https://www.uis.edu/apply">Apply</a></li> <li><a href="https://www.uis.edu/visit">Visit</a></li> <li><a href="https://www.uis.edu/give">Give</a></li> </ul> </div> <a href="#header" id="totop"><span class="sr-only">Back to top</span></a> </footer> <div id="print-dialog" aria-labelledby="dialog-title" class="screen" role="dialog"> <div class="print-header"> <button onclick="hidePrintDialog(); return false;" aria-controls="#print-dialog"> <span class="sr-only">Close this window</span> </button> <h2 id="dialog-title">Print Options</h2> </div> <div class="print-body"> <ul> <li> <p><a class="option-name" href="#" role="button" onclick="hidePrintDialog();window.print();return false">Send Page to Printer</a></p> <p class="option-desc">Print this page.</p> </li> <li><p><a class="option-name" href="/undergraduate-students/class/history/history.pdf" role="button">Download Page (PDF)</a></p><p class="option-desc">The PDF will include all information unique to this page.</p></li><li><p><a class="option-name" href="/pdf/University%20of%20Illinois%20Springfield%202024-2025.pdf" target="_blank">2024-2025 Catalog</a></p><p class="option-desc">A PDF of the entire 2024-2025 catalog.</p></li> </ul> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10