{"id":29,"date":"2018-07-31T12:46:49","date_gmt":"2018-07-31T12:46:49","guid":{"rendered":"http:\/\/www.montclair.edu\/university-policies\/?page_id=29"},"modified":"2024-12-04T08:38:03","modified_gmt":"2024-12-04T13:38:03","slug":"policies-and-procedures","status":"publish","type":"page","link":"https:\/\/www.montclair.edu\/policies\/","title":{"rendered":"Policies and Procedures"},"content":{"rendered":"<p>This website is intended to be a comprehensive, accurate, and up-to-date listing of University policies and procedures. If users of this website have questions about these policies or procedures or think they have identified an inaccuracy or an omission in the listing, they are encouraged to raise those questions and concerns with an appropriate University officer or with the Office of University Counsel, which is responsible for maintaining and updating this listing.\u00a0<a href=\"\/about-montclair\/copyright-and-disclaimer\/\">See full Copyright\/Disclaimer information.<\/a><\/p>\n<h2>View Policies by Category<\/h2>\n<div class='prpl-band'><div class='prpl-row'><div class='prpl-column one-third'><span class='prpl-button ghost-red\n       full-width'><a href=\"https:\/\/www.montclair.edu\/policies\/category\/academic\/\">Academic<\/a><\/span><\/div><div class='prpl-column one-third'><span class='prpl-button ghost-red\n       full-width'><a href=\"https:\/\/www.montclair.edu\/policies\/category\/employee\/\">Employee<\/a><\/span><\/div><div class='prpl-column one-third'><span class='prpl-button ghost-red\n       full-width'><a href=\"https:\/\/www.montclair.edu\/policies\/category\/finance\/\">Finance<\/a><\/span><\/div><\/div><div class='prpl-row'><div class='prpl-column one-third'><span class='prpl-button ghost-red\n       full-width'><a href=\"https:\/\/www.montclair.edu\/policies\/category\/student\/\">Student<\/a><\/span><\/div><div class='prpl-column one-third'><span class='prpl-button ghost-red\n       full-width'><a href=\"https:\/\/www.montclair.edu\/policies\/category\/technology\/\">Technology<\/a><\/span><\/div><div class='prpl-column one-third'><span class='prpl-button ghost-red\n       full-width'><a href=\"https:\/\/www.montclair.edu\/policies\/category\/university\/\">University<\/a><\/span><\/div><\/div><\/div>\n<h2>Search All Policies<\/h2>\n<div id=\"app\" data-page-type=\"\" data-category-id=\"\" data-office-id=\"\" role=\"region\" v-cloak>\n    <div class=\"prpl-row\">\n        <div class=\"prpl-column\" v-bind:class=\"{ 'two-thirds': !isCategoryPage }\">\n            <label for=\"PoliciesSearch\" class=\"a11y-label\">Search policies:<\/label>\n            <input type=\"text\" name=\"PoliciesSearch\" class=\"prpl-policies-search\" id=\"PoliciesSearch\" v-model=\"keywords\" placeholder=\"Start typing...\" aria-controls=\"MSUPoliciesResultsCount MSUPoliciesSearchResultsOutput MSUPoliciesSearchText MSUPoliciesPaginationList\"><\/input>\n        <\/div>\n        <div class=\"prpl-column one-third\" v-if=\"!isCategoryPage\">\n            <label for=\"PoliciesCategories\" class=\"a11y-label\">Select a category:<\/label>\n            <select class=\"prpl-policies-select\" id=\"PoliciesCategories\" name=\"PoliciesCategories\" v-model=\"selected_category\" aria-controls=\"MSUPoliciesResultsCount MSUPoliciesSearchResultsOutput MSUSelectedCategory MSUPoliciesPaginationList\">\n                <option disabled value=\"\">Please select a category<\/option>\n                <option value=\"\">All categories<\/option>\n                <option v-for=\"category in categories\" :value=\"category.id\">{{ category.name }}<\/option>\n            <\/select>\n        <\/div>\n    <\/div>\n    <p class=\"prpl-button-row\" v-if=\"keywords || selected_category\" aria-label=\"Policies Filter Selections\">\n        <span class=\"prpl-button policies-selection ghost-red\" v-if=\"keywords\" aria-label=\"Search text keywords\" id=\"MSUPoliciesSearchText\"><a href=\"#\" v-on:click.stop.prevent=\"clearSelection('keywords')\">Search text: {{ keywords }}<\/a><\/span>\n\n        <span class=\"prpl-button policies-selection ghost-red\" v-if=\"selected_category && !isCategoryPage\" aria-label=\"Selected Category\" id=\"MSUSelectedCategory\"><a href=\"#\" v-on:click.stop.prevent=\"clearSelection('selectedCategory')\">{{ selectedCategoryName }}<\/a><\/span>\n\n        <span class=\"prpl-button\" aria-label=\"Clear selections\" v-if=\"!isCategoryPage\"><a href=\"#\" v-on:click.stop.prevent=\"clearSelection('all')\">Clear Selections<\/a><\/span>\n    <\/p>\n    <div id=\"MSUPoliciesSearchResults\">\n        <p id=\"MSUPoliciesResultsCount\" role=\"status\" aria-live=\"polite\" :aria-busy=\"is_loading\" aria-atomic=\"true\">\n            <em v-if=\"is_loading\">Loading...<\/em>\n            <span v-else><strong>{{ policies_count }}<\/strong> policies found<\/span>\n        <\/p>\n        <table class=\"responsive-table\" id=\"MSUPoliciesSearchResultsOutput\" aria-label=\"Policies Results\" :aria-busy=\"is_loading\">\n            <caption class=\"a11y-label\">All Policies<\/caption>\n            <thead>\n                <th scope=\"col\">Name<\/th>\n                <th scope=\"col\">Category<\/th>\n                <!-- <th scope=\"col\">Number<\/th> -->\n                <th scope=\"col\">Responsible Office<\/th>\n            <\/thead>\n            <tbody>\n                <tr v-for=\"policy in policies\">\n                    <td>\n                        <a :href=\"policy.link\">{{ policy.title.rendered | decodeEntities }}<\/a>\n                    <\/td>\n                    <td>\n                        <span v-if=\"policy.categories.length\">\n                            <span v-for=\"(category, index) in policy.categories\" :key=\"category\">\n                                <span v-if=\"index != 0\">, <\/span><a :href=\"getCategory(category).link\">{{ getCategory(category).name }}<\/a>\n                            <\/span>\n                        <\/span>\n                    <\/td>\n                    <!-- <td>{{ policy.msu_policies_meta[0].policy_id }}<\/td> -->\n                    <td>\n                        <span v-if=\"policy['responsible-office'].length\">\n                            <a :href=\"getResponsibleOfficeLink( policy['responsible-office'][0] )\">{{ getResponsibleOfficeName( policy['responsible-office'][0] ) }}<\/a>\n                        <\/span>\n                    <\/td>\n                <\/tr>\n            <\/tbody>\n        <\/table>\n    <\/div>\n    <nav class=\"policies-pagination\" v-if=\"total_pages > 1\" aria-label=\"Pagination\">\n        <ul class=\"policies-pagination-list\" id=\"MSUPoliciesPaginationList\" :aria-busy=\"is_loading\">\n            <li v-for=\"n in total_pages\">\n                <a href=\"#\" v-on:click.stop.prevent=\"changePageNumber(n)\" v-bind:class=\"activePaginationLink(n)\" aria-controls=\"MSUPoliciesSearchResults\"><span class=\"a11y-label\">Go to page <\/span>{{ n }}<span class=\"a11y-label\"> of the policy search results<\/span><\/a>\n            <\/li>\n        <\/ul>\n    <\/nav>\n<\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>This website is intended to be a comprehensive, accurate, and up-to-date listing of University policies and procedures. If users of this website have questions about these policies or procedures or think they have identified an inaccuracy or an omission in the listing, they are encouraged to raise those questions and concerns with an appropriate University [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":137,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-29","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/pages\/29","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/comments?post=29"}],"version-history":[{"count":4,"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/pages\/29\/revisions"}],"predecessor-version":[{"id":1327,"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/pages\/29\/revisions\/1327"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/media\/137"}],"wp:attachment":[{"href":"https:\/\/www.montclair.edu\/policies\/wp-json\/wp\/v2\/media?parent=29"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}