catalog.csumb.edu Open in urlscan Pro
52.3.71.54  Public Scan

Submitted URL: http://catalog.csumb.edu/
Effective URL: https://catalog.csumb.edu/
Submission: On February 10 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: customSearchForm https://csumb.edu/search

<form action="https://csumb.edu/search" id="customSearchForm" onsubmit="submitform()" name="customSearchForm">
  <input placeholder="Search CSUMB" name="q" role="combobox" aria-autocomplete="list" aria-expanded="false" autocomplete="off" value="" class="css-z6pzay e12dyo4y3">
</form>

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 Catalog</label>
            <select name="catalog" aria-labelledby="catalog_label" title="Select a Catalog" id="select_catalog" data-select2-id="select_catalog" tabindex="-1" class="select2-hidden-accessible">
              <option value="9" selected="" data-select2-id="2">Catalog 2023-24</option>
              <option value="8">Catalog 2022-2023 [ARCHIVED CATALOG]</option>
              <option value="7">Catalog 2021-2022 [ARCHIVED CATALOG]</option>
              <option value="2">Catalog 2020-2021 [ARCHIVED CATALOG]</option>
              <option value="1">Catalog 2019-2020 [ARCHIVED CATALOG]</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 Catalog" 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="Catalog 2023-24">Catalog 2023-24</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 Catalog" 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="9">
    <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">Catalog 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' || category === '33') && (locations_in_use !== 0)) {
              chosen_locations_div.classList.remove("disabled");
            } else {
              chosen_locations_div.classList.add("disabled");
            }
          };
        </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="" data-select2-id="4">Courses</option>
          <option value="1">Programs</option>
          <option value="28">Colleges &amp; Departments</option>
          <option value="30">Other Content</option>
          <option value="33">Entire Catalog</option>
        </select><span class="select2 select2-container select2-container--default" dir="ltr" data-select2-id="3" style="width: 32px;"><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="Courses">Courses</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" class="">
      </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: 275px;">
      <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" 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=9" class="">
					Advanced Search				</a>
    </span>
  </fieldset>
</form>

Text Content

Skip to Content
Skip to content
Search campus website

 * About
 * Apply
 * Cost & aid
 * Academics
 * Campus life
 * Alumni
 * Everything else




CATALOG

    California State University Monterey Bay    

    Feb 09, 2024  

Catalog 2023-24 
Select a Catalog Catalog 2023-24 Catalog 2022-2023 [ARCHIVED CATALOG] Catalog
2021-2022 [ARCHIVED CATALOG] Catalog 2020-2021 [ARCHIVED CATALOG] Catalog
2019-2020 [ARCHIVED CATALOG] Catalog 2023-24
    

Global Search Catalog Search Choose Search Location
Select an option Courses Programs Colleges & Departments Other Content Entire
Catalog Courses

Search Keyword Field Search Whole Word/Phrase Advanced Search

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

Catalog Navigation
Catalog Home
User’s Guide
General Information

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

Programs and Degrees
Course Descriptions
International Programs

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

Undergraduate Requirements
Graduate Requirements

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

Calendars
Class Schedule
Policies & Procedures

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

Admissions
Tuition & Fees
Financial Aid

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

Catalog Archive

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

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

Catalog 2023-24


CATALOG 2023-24

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




The CSU Monterey Bay catalog is the official source for academic program and
course information. Students are encouraged to utilize the catalog in planning
their path to graduation.


QUICKLINKS

Academic Calendar 2023-2024   

Academic Calendar 2022-2023  

General Education  

Admissions Requirements  

 

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

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

T

   
 * Jobs
 * Tours
 * Parking

 * Library
 * Map
 * Calendar

 * Directory
 * Catalog
 * Class schedule

twitter
facebook
instagram
linkedin
youtube

CALIFORNIA STATE UNIVERSITY, MONTEREY BAY

 * Call: 831-582-3000
 * Visit: 5108 Fourth Avenue, Marina, CA 93933
 * Mail: 100 Campus Center, Seaside, CA 93955

Make a gift
Report website issue | Report concerning behavior | Security report | Legal
information
Some links may require a Document Reader
All catalogs © 2024 California State University Monterey Bay.
Powered by the Acalog™ Academic Catalog Management System™ (ACMS™).