ÃÛÌÒµ¼º½

Board of Trustees

Policies

The Board of Trustees policies apply to faculty, staff, students, and visitors of the University. The policies provide guidance for compliance with applicable state and federal laws and regulations and establish expectations for conducting University business.

Showing 18 published policies
Last updated from Onspring: 07/28/26 12:00 PM
${currentPolicy.name || 'Policy'}

ÃÛÌÒµ¼º½

${printMarkup} `); printWindow.document.close(); printWindow.onload = function () { printWindow.focus(); printWindow.print(); printWindow.close(); isPrinting = false; }; } function loadPolicyDetail(recordId) { const policy = policyDetails[String(recordId)]; if (!policy) { if (detailTitle) { detailTitle.textContent = 'Unable to load policy'; } if (detailSections) { detailSections.innerHTML = ''; } if (detailStatus) { detailStatus.textContent = 'Policy details were not available in the JSON snapshot.'; detailStatus.classList.remove('d-none'); } if (detailDisplayMode === 'inline' && detailPanel) { detailPanel.classList.remove('d-none'); } else if (detailDisplayMode === 'modal') { const modal = getDetailModal(); if (modal) { modal.show(); } } return; } showPolicyDetail(policy); } function openSelectedModalWhenReady(attemptsRemaining) { if (detailDisplayMode !== 'modal' || selectedRecordId <= 0) { return; } if (getDetailModal()) { loadPolicyDetail(selectedRecordId); return; } if (attemptsRemaining <= 0) { return; } window.setTimeout(function () { openSelectedModalWhenReady(attemptsRemaining - 1); }, 150); } function copyPolicyLink(button) { const policyUrl = button.dataset.policyUrl; if (!policyUrl) { return; } const resolvedUrl = new URL(policyUrl, window.location.href).toString(); const originalLabel = button.textContent; function markCopied() { button.textContent = 'Copied'; button.disabled = true; window.setTimeout(function () { button.textContent = originalLabel; button.disabled = false; }, 1500); } if (navigator.clipboard && navigator.clipboard.writeText) { navigator.clipboard.writeText(resolvedUrl).then(markCopied).catch(function () { window.prompt('Copy this link:', resolvedUrl); }); return; } window.prompt('Copy this link:', resolvedUrl); } if (searchInput) { searchInput.addEventListener('input', updateVisibleRows); } if (subjectFilter) { if (config.activeSubjectArea) { subjectFilter.value = config.activeSubjectArea; } subjectFilter.addEventListener('change', updateVisibleRows); } if (detailClose) { detailClose.addEventListener('click', function () { if (detailPanel) { detailPanel.classList.add('d-none'); } }); } window.addEventListener('afterprint', function () { isPrinting = false; }); wrapper.addEventListener('click', function (event) { const detailTrigger = event.target.closest('.policy-detail-trigger'); if (detailTrigger) { event.preventDefault(); loadPolicyDetail(detailTrigger.dataset.recordId); return; } const printTrigger = event.target.closest('.policy-print-trigger'); if (printTrigger) { event.preventDefault(); printCurrentPolicy(); return; } const copyTrigger = event.target.closest('.policy-copy-link'); if (copyTrigger) { event.preventDefault(); copyPolicyLink(copyTrigger); } }); updateVisibleRows(); if (detailDisplayMode === 'modal' && selectedRecordId > 0) { openSelectedModalWhenReady(20); } })();

 

Disclaimer: The policies of the University of ÃÛÌÒµ¼º½ are intended only as guidelines and are not a contract or statement of the conditions of employment. Nothing contained herein is intended to alter the University’s right to take the employment action it deems appropriate. These policies are subject to modification at any time by the University.