calendar.ontariotechu.ca Open in urlscan Pro
52.3.71.54  Public Scan

Submitted URL: http://calendar.ontariotechu.ca/
Effective URL: https://calendar.ontariotechu.ca/
Submission: On November 20 via api from US — Scanned from CA

Form analysis 2 forms found in the DOM

Name: select_catalogPOST /index.php

<form name="select_catalog" method="post" action="/index.php">
  <table class="default_no_width">
    <tbody>
      <tr>
        <td>
          <div id="catalog_select_parent">
            <label for="select_catalog" class="sr-only" id="catalog_label">Select a Calendar</label>
            <select name="catalog" aria-labelledby="catalog_label" title="Select a Calendar" id="select_catalog" data-select2-id="select_catalog" tabindex="-1" class="select2-hidden-accessible">
              <option value="62" selected="" data-select2-id="2">2023-2024 Undergraduate Calendar</option>
              <option value="63">2023-2024 Graduate Calendar</option>
              <option value="67">2022-2023 Undergraduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="68">2022-2023 Graduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="55">2021-2022 Undergraduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="54">2021-2022 Graduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="34">2020-2021 Undergraduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="33">2020-2021 Graduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="22">2019-2020 Undergraduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="23">2019-2020 Graduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="20">2018-2019 Undergraduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="19">2018-2019 Graduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="12">2017-2018 Undergraduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="10">2017-2018 Graduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="6">2016-2017 Undergraduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="7">2016-2017 Graduate Academic Calendar [ARCHIVED CALENDAR]</option>
              <option value="49">2022-2023 Graduate Academic Calendar (replaced eff. Sept 16, 2022) [ARCHIVED CALENDAR]</option>
              <option value="48">2022-2023 Undergraduate Academic Calendar (replaced eff. Sept 16, 2022)) [ARCHIVED CALENDAR]</option>
            </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="1" style="width: 400px;"><span class="selection"><span class="select2-selection select2-selection--single catalog-selection-container"
                  role="combobox" aria-haspopup="true" aria-expanded="false" title="Select a Calendar" tabindex="0" aria-disabled="false" aria-labelledby="select2-select_catalog-container"><span class="select2-selection__rendered"
                    id="select2-select_catalog-container" role="textbox" aria-readonly="true" title="2023-2024 Undergraduate Calendar">2023-2024 Undergraduate Calendar</span><span class="select2-selection__arrow"
                    role="presentation"><b role="presentation"></b></span></span></span><span class="dropdown-wrapper" aria-hidden="true"></span></span>
          </div>
        </td>
        <td class="select_catalog_submit_container">&nbsp;&nbsp; <input type="submit" title="Select a Calendar" name="sel_cat_submit" value="GO" id="select_catalog_submit"> &nbsp; </td>
      </tr>
    </tbody>
  </table>
</form>

Name: n2_searchGET /search_advanced.php

<form name="n2_search" method="get" action="/search_advanced.php" onsubmit="return validateSearchOptions()">
  <fieldset id="global-search-fieldset">
    <legend>Global Search</legend>
    <input type="hidden" title="Cur Cat OID" name="cur_cat_oid" value="62">
    <input type="hidden" title="Search Database" name="search_database" value="Search">
    <input type="hidden" title="Search" name="search_db" value="Search">
    <input type="hidden" title="cpage" name="cpage" value="1">
    <input type="hidden" title="ecpage" name="ecpage" value="1">
    <input type="hidden" title="ppage" name="ppage" value="1">
    <input type="hidden" title="spage" name="spage" value="1">
    <input type="hidden" title="tpage" name="tpage" value="1">
    <span class="n2_search_header" id="n2_search_header">Calendar Search</span>
    <span class="show">
      <label for="location" class="no_display">Choose Search Location</label>
      <div id="location_select_parent">
        <script>
          function reloadLocations() {
            var locations_in_use = 0;
            var chosen_locations_div = document.getElementById('chosen_locations_div');
            var category = document.getElementById('location').value;
            if ((category === '1' || category === '3') && (locations_in_use !== 0)) {
              chosen_locations_div.style.display = "";
            } else {
              chosen_locations_div.style.display = "none";
            }
          };
        </script>
        <select name="location" id="location" title="Choose Search Location" onchange="reloadLocations();" data-select2-id="location" tabindex="-1" class="select2-hidden-accessible" aria-hidden="true">
          <option value="-1">Select an option</option>
          <option value="3" selected="">Courses</option>
          <option value="1" selected="">Programs</option>
          <option value="28" selected="">Faculty</option>
          <option value="30" selected="">Other Content</option>
          <option value="33" selected="" data-select2-id="4">Entire Calendar</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="3" style="width: 23px;"><span class="selection"><span class="select2-selection select2-selection--single location-selection-container"
              role="combobox" aria-haspopup="true" aria-expanded="false" title="Choose Search Location" tabindex="0" aria-disabled="false" aria-labelledby="select2-location-container"><span class="select2-selection__rendered"
                id="select2-location-container" role="textbox" aria-readonly="true" title="Entire Calendar">Entire Calendar</span><span class="select2-selection__arrow" role="presentation"><b role="presentation"></b></span></span></span><span
            class="dropdown-wrapper" aria-hidden="true"></span></span>
      </div>
    </span>
    <span>
      <div id="chosen_locations_div">
      </div>
    </span>
    <span class="show clearfix">
      <label for="keyword" class="no_display">Search Keyword Field</label><input type="text" title="Search Keyword Field, required" name="filter[keyword]" value="Enter Keyword  " size="15" maxlength="150" id="keyword"
        onfocus="if (this.value == 'Enter Keyword  ') { this.value=''; }" class="n2_form_words" aria-required="true" required="" style="width: 239px;">
      <input type="submit" title="GO" value="GO" id="keyword-submit" style="display: none;">
      <a href="javascript:void(0);" id="keyword-submit-icon" title="Search"><span class="acalog-icons-visible" aria-hidden="true">S</span><span class="acalog-icons-hidden" aria-hidden="true" aria-label="Search Catalog" title="Share catalog">earch</span></a></span>
    <span class="show">
      <input type="checkbox" title="Exact Match" name="filter[exact_match]" value="1" checked="checked" id="exact_match_n2">
      <label for="exact_match_n2" class="n2_search">Whole Word/Phrase</label>
    </span>
    <span class="n2_search">
      <a href="/search_advanced.php?catoid=62" class="">
					Advanced search				</a>
    </span>
  </fieldset>
</form>

Text Content

Skip to Content
Skip to main content
 
 
 * About
 * Future Students
 * Current Students
 * Faculty and Staff
 * Partners
 * Research
 * Giving
 * Alumni

 
    Ontario Tech University    

    Nov 20, 2023  

2023-2024 Undergraduate Calendar 
Select a Calendar 2023-2024 Undergraduate Calendar 2023-2024 Graduate Calendar
2022-2023 Undergraduate Academic Calendar [ARCHIVED CALENDAR] 2022-2023 Graduate
Academic Calendar [ARCHIVED CALENDAR] 2021-2022 Undergraduate Academic Calendar
[ARCHIVED CALENDAR] 2021-2022 Graduate Academic Calendar [ARCHIVED CALENDAR]
2020-2021 Undergraduate Academic Calendar [ARCHIVED CALENDAR] 2020-2021 Graduate
Academic Calendar [ARCHIVED CALENDAR] 2019-2020 Undergraduate Academic Calendar
[ARCHIVED CALENDAR] 2019-2020 Graduate Academic Calendar [ARCHIVED CALENDAR]
2018-2019 Undergraduate Academic Calendar [ARCHIVED CALENDAR] 2018-2019 Graduate
Academic Calendar [ARCHIVED CALENDAR] 2017-2018 Undergraduate Academic Calendar
[ARCHIVED CALENDAR] 2017-2018 Graduate Academic Calendar [ARCHIVED CALENDAR]
2016-2017 Undergraduate Academic Calendar [ARCHIVED CALENDAR] 2016-2017 Graduate
Academic Calendar [ARCHIVED CALENDAR] 2022-2023 Graduate Academic Calendar
(replaced eff. Sept 16, 2022) [ARCHIVED CALENDAR] 2022-2023 Undergraduate
Academic Calendar (replaced eff. Sept 16, 2022)) [ARCHIVED CALENDAR] 2023-2024
Undergraduate Calendar
    

Global Search Calendar Search Choose Search Location
Select an option Courses Programs Faculty Other Content Entire Calendar Entire
Calendar

Search Keyword Field Search Whole Word/Phrase Advanced search

--------------------------------------------------------------------------------

Catalog Navigation
Calendar Home

Programs (by degree)
Programs (by faculty)
Course descriptions

Admissions
Academic regulations
Academic schedule
Fees and charges

Calendar notice and disclaimer
Student privacy
Governance

Glossary

--------------------------------------------------------------------------------

My favourites

--------------------------------------------------------------------------------

Print (opens a new window)
Help (opens a new window)

2023-2024 Undergraduate Calendar


2023-2024 UNDERGRADUATE CALENDAR

--------------------------------------------------------------------------------




WELCOME TO THE 2023-2024 ACADEMIC YEAR!

This calendar describes in detail important information that pertains to your
studies at Ontario Tech University including, but not limited to, the academic
schedule and important dates, academic regulations, privacy information
and fees. Specific information on faculties as well as course descriptions and
program maps are available in this calendar. Course descriptions can be found in
alphabetical order by course type. Program map information is relevant to
students beginning their studies in the 2023-2024 academic year. Information
pertaining to student services, student awards and financial aid is available on
our website.

Please make sure to read carefully and consult your faculty or the Office of the
Registrar if you require clarification regarding any of the contents of the
2023-2024 Undergraduate Academic Calendar.

This calendar covers the period from September 2023 to August 2024. The
information contained within this academic calendar was accurate as of May 2023.

The government response to the COVID-19 pandemic is continually evolving. As new
information becomes available from federal and provincial public health
authorities, the Province of Ontario and the Regional Municipality of Durham,
Ontario Tech University will remain nimble and prepared to respond to government
orders, directives, guidelines and changes in legislation to ensure the health
and safety of all members of its campus community. In accordance with public
health recommendations, the university may need to adjust the delivery of course
instruction and the availability and delivery mode of campus services and
co-curricular opportunities. Ontario Tech University appreciates the
understanding and flexibility of our students, faculty and staff as we continue
to navigate the pandemic and work together to demonstrate our strong commitment
to academic, research and service excellence during these challenging and
unprecedented times.


LOOKING FOR A DIFFERENT CALENDAR

Students commencing their studies during a different academic year should
consult their faculty to ensure they are following the correct program map.

To access the Graduate Academic Calendar, use the drop-down menu at the top
right-hand side of your screen and select the calendar you wish to view. 

Recent archived calendars can also be accessed using the drop-down menu at the
top right-hand side of your screen. Archived calendars from years prior to
2017-2018 are available on our website.

 

--------------------------------------------------------------------------------

Print (opens a new window)
Help (opens a new window)

T

   
2000 Simcoe Street North
Oshawa, Ontario, Canada
L1G 0C5
905.721.8668



Ontario Tech University is the brand name used to refer to the University of
Ontario Institute of Technology.

The university is proud to acknowledge the lands and people of the Mississaugas
of Scugog Island First Nation which is covered under the Williams Treaties. We
are situated on the Traditional Territory of the Mississaugas, a branch of the
greater Anishinaabeg Nation which includes Algonquin, Ojibway, Odawa and
Pottawatomi.

All calendars © 2023 Ontario Tech University.
Powered by the Acalog™ Academic Catalog Management System™ (ACMS™).