{"id":16,"date":"2022-06-23T14:19:14","date_gmt":"2022-06-23T14:19:14","guid":{"rendered":"https:\/\/home.hamptonu.edu\/police\/?page_id=16"},"modified":"2022-08-18T18:55:42","modified_gmt":"2022-08-18T18:55:42","slug":"clery-act-campus-security-authority-training","status":"publish","type":"page","link":"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/","title":{"rendered":"Clery Act Campus Security Authority Training"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16\" class=\"elementor elementor-16\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7cdaee9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7cdaee9\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-dd2958c\" data-id=\"dd2958c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c60366c elementor-widget elementor-widget-html\" data-id=\"c60366c\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\r\n    <iframe\r\n      id=\"JotFormIFrame-221983941267061\"\r\n      title=\"Clery Act Campus Security Authority Training\"\r\n      onload=\"window.parent.scrollTo(0,0)\"\r\n      allowtransparency=\"true\"\r\n      allowfullscreen=\"true\"\r\n      allow=\"geolocation; microphone; camera\"\r\n      src=\"https:\/\/form.jotform.com\/221983941267061\"\r\n      frameborder=\"0\"\r\n      style=\"\r\n      min-width: 100%;\r\n      height:539px;\r\n      border:none;\"\r\n      scrolling=\"no\"\r\n    >\r\n    <\/iframe>\r\n    <script type=\"text\/javascript\">\r\n      var ifr = document.getElementById(\"JotFormIFrame-221983941267061\");\r\n      if (ifr) {\r\n        var src = ifr.src;\r\n        var iframeParams = [];\r\n        if (window.location.href && window.location.href.indexOf(\"?\") > -1) {\r\n          iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf(\"?\") + 1).split('&'));\r\n        }\r\n        if (src && src.indexOf(\"?\") > -1) {\r\n          iframeParams = iframeParams.concat(src.substr(src.indexOf(\"?\") + 1).split(\"&\"));\r\n          src = src.substr(0, src.indexOf(\"?\"))\r\n        }\r\n        iframeParams.push(\"isIframeEmbed=1\");\r\n        ifr.src = src + \"?\" + iframeParams.join('&');\r\n      }\r\n      window.handleIFrameMessage = function(e) {\r\n        if (typeof e.data === 'object') { return; }\r\n        var args = e.data.split(\":\");\r\n        if (args.length > 2) { iframe = document.getElementById(\"JotFormIFrame-\" + args[(args.length - 1)]); } else { iframe = document.getElementById(\"JotFormIFrame\"); }\r\n        if (!iframe) { return; }\r\n        switch (args[0]) {\r\n          case \"scrollIntoView\":\r\n            iframe.scrollIntoView();\r\n            break;\r\n          case \"setHeight\":\r\n            iframe.style.height = args[1] + \"px\";\r\n            break;\r\n          case \"collapseErrorPage\":\r\n            if (iframe.clientHeight > window.innerHeight) {\r\n              iframe.style.height = window.innerHeight + \"px\";\r\n            }\r\n            break;\r\n          case \"reloadPage\":\r\n            window.location.reload();\r\n            break;\r\n          case \"loadScript\":\r\n            if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }\r\n            var src = args[1];\r\n            if (args.length > 3) {\r\n                src = args[1] + ':' + args[2];\r\n            }\r\n            var script = document.createElement('script');\r\n            script.src = src;\r\n            script.type = 'text\/javascript';\r\n            document.body.appendChild(script);\r\n            break;\r\n          case \"exitFullscreen\":\r\n            if      (window.document.exitFullscreen)        window.document.exitFullscreen();\r\n            else if (window.document.mozCancelFullScreen)   window.document.mozCancelFullScreen();\r\n            else if (window.document.mozCancelFullscreen)   window.document.mozCancelFullScreen();\r\n            else if (window.document.webkitExitFullscreen)  window.document.webkitExitFullscreen();\r\n            else if (window.document.msExitFullscreen)      window.document.msExitFullscreen();\r\n            break;\r\n        }\r\n        var isJotForm = (e.origin.indexOf(\"jotform\") > -1) ? true : false;\r\n        if(isJotForm && \"contentWindow\" in iframe && \"postMessage\" in iframe.contentWindow) {\r\n          var urls = {\"docurl\":encodeURIComponent(document.URL),\"referrer\":encodeURIComponent(document.referrer)};\r\n          iframe.contentWindow.postMessage(JSON.stringify({\"type\":\"urls\",\"value\":urls}), \"*\");\r\n        }\r\n      };\r\n      window.isPermitted = function(originUrl, whitelisted_domains) {\r\n        var url = document.createElement('a');\r\n        url.href = originUrl;\r\n        var hostname = url.hostname;\r\n        var result = false;\r\n        if( typeof hostname !== 'undefined' ) {\r\n          whitelisted_domains.forEach(function(element) {\r\n              if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) ||  hostname === element ) {\r\n                  result = true;\r\n              }\r\n          });\r\n          return result;\r\n        }\r\n      };\r\n      if (window.addEventListener) {\r\n        window.addEventListener(\"message\", handleIFrameMessage, false);\r\n      } else if (window.attachEvent) {\r\n        window.attachEvent(\"onmessage\", handleIFrameMessage);\r\n      }\r\n      <\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-85da808\" data-id=\"85da808\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3555f83 elementor-widget__width-initial eael_simple_menu_hamburger_disable_selected_menu_no eael-simple-menu-hamburger-align-right eael-hamburger--tablet elementor-widget elementor-widget-global elementor-global-673 elementor-widget-eael-simple-menu\" data-id=\"3555f83\" data-element_type=\"widget\" data-widget_type=\"eael-simple-menu.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n                        @media screen and (max-width: 1024px) {\n                            .eael-hamburger--tablet {\n                                .eael-simple-menu-horizontal,\n                                .eael-simple-menu-vertical {\n                                    display: none;\n                                }\n                            }\n                            .eael-hamburger--tablet {\n                                .eael-simple-menu-container .eael-simple-menu-toggle {\n                                    display: block;\n                                }\n                            }\n                        }\n                    <\/style>            <div data-hamburger-icon=\"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-bars&quot;&gt;&lt;\/i&gt;\" data-indicator-icon=\"&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-angle-double-down&quot;&gt;&lt;\/i&gt;\" data-dropdown-indicator-icon=\"&lt;i class=&quot;fas fa-angle-down&quot;&gt;&lt;\/i&gt;\" class=\"eael-simple-menu-container eael-simple-menu-align-left eael-simple-menu-dropdown-align-left preset-1\" data-hamburger-breakpoints=\"{&quot;mobile&quot;:&quot;Mobile Portrait (&gt; 767px)&quot;,&quot;tablet&quot;:&quot;Tablet Portrait (&gt; 1024px)&quot;,&quot;desktop&quot;:&quot;Desktop (&gt; 2400px)&quot;,&quot;none&quot;:&quot;None&quot;}\" data-hamburger-device=\"tablet\">\n                <ul id=\"menu-side-menu\" class=\"eael-simple-menu eael-simple-menu-dropdown-animate-to-top eael-simple-menu-indicator eael-simple-menu-vertical\"><li id=\"menu-item-622\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-622\"><a href=\"https:\/\/home.hamptonu.edu\/police\/\" class=\"menu-link\">HUPD Home<\/a><\/li>\n<li id=\"menu-item-623\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-623\"><a href=\"https:\/\/home.hamptonu.edu\/police\/a-message-from-chief-glover\/\" class=\"menu-link\">A Message From Chief Glover<\/a><\/li>\n<li id=\"menu-item-624\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-624\"><a href=\"https:\/\/home.hamptonu.edu\/police\/crime-prevention\/\" class=\"menu-link\">Crime Prevention<\/a><\/li>\n<li id=\"menu-item-625\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-625\"><a href=\"https:\/\/home.hamptonu.edu\/police\/investigations\/\" class=\"menu-link\">Investigations<\/a><\/li>\n<li id=\"menu-item-626\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-626\"><a href=\"https:\/\/home.hamptonu.edu\/police\/pirate-notification-system-pns\/\" class=\"menu-link\">Pirate Notification System (PNS)<\/a><\/li>\n<li id=\"menu-item-1274\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1274\"><a href=\"https:\/\/home.hamptonu.edu\/police\/pirate-shuttle\/\" class=\"menu-link\">Pirate Shuttle<\/a><\/li>\n<li id=\"menu-item-627\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-627\"><a href=\"https:\/\/home.hamptonu.edu\/police\/traffic-administration\/\" class=\"menu-link\">Traffic Administration<\/a><\/li>\n<li id=\"menu-item-1596\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-1596\"><a href=\"https:\/\/home.hamptonu.edu\/police\/scooters\/\" class=\"menu-link\">Electric Scooter Guidelines<\/a><\/li>\n<li id=\"menu-item-879\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-879\"><a aria-expanded=\"false\" href=\"https:\/\/home.hamptonu.edu\/police\/the-clery-act\/\" class=\"menu-link\">The Clery Act<\/a>\n<ul class=\"sub-menu\">\n\t<li id=\"menu-item-642\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-642\"><a href=\"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/\" class=\"menu-link\">Clery Act Campus Security Authority Training<\/a><\/li>\n\t<li id=\"menu-item-628\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-628\"><a href=\"https:\/\/home.hamptonu.edu\/police\/clery-act-reportable-offenses\/\" class=\"menu-link\">Clery Act Reportable Offenses<\/a><\/li>\n\t<li id=\"menu-item-636\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-636\"><a href=\"https:\/\/home.hamptonu.edu\/police\/annual-security-report-asr\/\" class=\"menu-link\">Annual Security Report<\/a><\/li>\n\t<li id=\"menu-item-633\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-633\"><a href=\"https:\/\/va.moatusers.com\/IncidentReport\/Introduction?q=IZlcpoJkqkiTgACYczvSNVa0AplG029BBqEfuy7E6ugt2IRelj&#038;1=EFMDDD&#038;p=%5bUNZcgbah%5d&#038;s=TuH3gdk4N975OdXNhdTi&#038;x=2ZUIG5ExlUTTcNaAYlbIhtPXhBmPoe\" class=\"menu-link\">Submit an Anonymous Tip<\/a><\/li>\n<\/ul>\n<\/li>\n<li id=\"menu-item-629\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-629\"><a href=\"https:\/\/home.hamptonu.edu\/police\/fire-safety\/\" class=\"menu-link\">Fire Safety<\/a><\/li>\n<li id=\"menu-item-630\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-630\"><a href=\"https:\/\/home.hamptonu.edu\/police\/multimedia-training-materials\/\" class=\"menu-link\">Multimedia Training Materials<\/a><\/li>\n<li id=\"menu-item-631\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-631\"><a href=\"http:\/\/www.mingerfoundation.org\/9-fires\/\" class=\"menu-link\">Michael H. Minger Foundation<\/a><\/li>\n<li id=\"menu-item-632\" class=\"menu-item menu-item-type-post_type menu-item-object-page menu-item-632\"><a href=\"https:\/\/home.hamptonu.edu\/police\/how-are-we-doing\/\" class=\"menu-link\">How Are We Doing?<\/a><\/li>\n<li id=\"menu-item-634\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-634\"><a href=\"https:\/\/home.hamptonu.edu\/gateways\/title-ix\/\" class=\"menu-link\">Policy on Sexual Harassment and Misconduct<\/a><\/li>\n<li id=\"menu-item-635\" class=\"menu-item menu-item-type-custom menu-item-object-custom menu-item-635\"><a href=\"https:\/\/home.hamptonu.edu\/police\/virginia-state-police-sex-offender-registry\/\" class=\"menu-link\">VA State Police Sex Offender Registry<\/a><\/li>\n<\/ul>                <button class=\"eael-simple-menu-toggle\">\n                    <span class=\"sr-only \">Hamburger Toggle Menu<\/span>\n                    <i aria-hidden=\"true\" class=\"fas fa-bars\"><\/i>                <\/button>\n            <\/div>\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>HUPD Home A Message From Chief Glover Crime Prevention Investigations Pirate Notification System (PNS) Traffic Administration Clery Act Reportable Offenses Clery Act Campus Security Authority Training Fire Safety Multimedia Training Materials Michael H. Minger Foundation How Are We Doing? Submit an Anonymous Tip Policy on Sexual Harrasment and Misconduct Virginia State Police Sex Offender Registry [&hellip;]<\/p>\n","protected":false},"author":89,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Clery Act Campus Security Authority Training - Hampton University Police Department<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Clery Act Campus Security Authority Training - Hampton University Police Department\" \/>\n<meta property=\"og:description\" content=\"HUPD Home A Message From Chief Glover Crime Prevention Investigations Pirate Notification System (PNS) Traffic Administration Clery Act Reportable Offenses Clery Act Campus Security Authority Training Fire Safety Multimedia Training Materials Michael H. Minger Foundation How Are We Doing? Submit an Anonymous Tip Policy on Sexual Harrasment and Misconduct Virginia State Police Sex Offender Registry [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/\" \/>\n<meta property=\"og:site_name\" content=\"Hampton University Police Department\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-18T18:55:42+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/clery-act-campus-security-authority-training\\\/\",\"url\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/clery-act-campus-security-authority-training\\\/\",\"name\":\"Clery Act Campus Security Authority Training - Hampton University Police Department\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/#website\"},\"datePublished\":\"2022-06-23T14:19:14+00:00\",\"dateModified\":\"2022-08-18T18:55:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/clery-act-campus-security-authority-training\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/clery-act-campus-security-authority-training\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/clery-act-campus-security-authority-training\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Clery Act Campus Security Authority Training\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/#website\",\"url\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/\",\"name\":\"Hampton University Police Department\",\"description\":\"Hampton University Police Department\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/#organization\",\"name\":\"Hampton University Police Department\",\"url\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/home.hamptonu.edu\\\/police\\\/wp-content\\\/uploads\\\/sites\\\/82\\\/2022\\\/06\\\/cropped-logomotto.png?fit=250%2C79&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/home.hamptonu.edu\\\/police\\\/wp-content\\\/uploads\\\/sites\\\/82\\\/2022\\\/06\\\/cropped-logomotto.png?fit=250%2C79&ssl=1\",\"width\":250,\"height\":79,\"caption\":\"Hampton University Police Department\"},\"image\":{\"@id\":\"https:\\\/\\\/home.hamptonu.edu\\\/police\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Clery Act Campus Security Authority Training - Hampton University Police Department","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/","og_locale":"en_US","og_type":"article","og_title":"Clery Act Campus Security Authority Training - Hampton University Police Department","og_description":"HUPD Home A Message From Chief Glover Crime Prevention Investigations Pirate Notification System (PNS) Traffic Administration Clery Act Reportable Offenses Clery Act Campus Security Authority Training Fire Safety Multimedia Training Materials Michael H. Minger Foundation How Are We Doing? Submit an Anonymous Tip Policy on Sexual Harrasment and Misconduct Virginia State Police Sex Offender Registry [&hellip;]","og_url":"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/","og_site_name":"Hampton University Police Department","article_modified_time":"2022-08-18T18:55:42+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/","url":"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/","name":"Clery Act Campus Security Authority Training - Hampton University Police Department","isPartOf":{"@id":"https:\/\/home.hamptonu.edu\/police\/#website"},"datePublished":"2022-06-23T14:19:14+00:00","dateModified":"2022-08-18T18:55:42+00:00","breadcrumb":{"@id":"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/home.hamptonu.edu\/police\/clery-act-campus-security-authority-training\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.hamptonu.edu\/police\/"},{"@type":"ListItem","position":2,"name":"Clery Act Campus Security Authority Training"}]},{"@type":"WebSite","@id":"https:\/\/home.hamptonu.edu\/police\/#website","url":"https:\/\/home.hamptonu.edu\/police\/","name":"Hampton University Police Department","description":"Hampton University Police Department","publisher":{"@id":"https:\/\/home.hamptonu.edu\/police\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.hamptonu.edu\/police\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/home.hamptonu.edu\/police\/#organization","name":"Hampton University Police Department","url":"https:\/\/home.hamptonu.edu\/police\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/home.hamptonu.edu\/police\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/home.hamptonu.edu\/police\/wp-content\/uploads\/sites\/82\/2022\/06\/cropped-logomotto.png?fit=250%2C79&ssl=1","contentUrl":"https:\/\/i0.wp.com\/home.hamptonu.edu\/police\/wp-content\/uploads\/sites\/82\/2022\/06\/cropped-logomotto.png?fit=250%2C79&ssl=1","width":250,"height":79,"caption":"Hampton University Police Department"},"image":{"@id":"https:\/\/home.hamptonu.edu\/police\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.hamptonu.edu\/police\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.hamptonu.edu\/police\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/home.hamptonu.edu\/police\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/home.hamptonu.edu\/police\/wp-json\/wp\/v2\/users\/89"}],"replies":[{"embeddable":true,"href":"https:\/\/home.hamptonu.edu\/police\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":10,"href":"https:\/\/home.hamptonu.edu\/police\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":808,"href":"https:\/\/home.hamptonu.edu\/police\/wp-json\/wp\/v2\/pages\/16\/revisions\/808"}],"wp:attachment":[{"href":"https:\/\/home.hamptonu.edu\/police\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}