<%@ page import="org.jasig.portal.security.provider.*" %> <%@ page import="org.jasig.portal.security.*" %> <%@ page import="java.util.*" %> <%@ page import="com.pipeline.bom.Person_3" %> <%@ page import="com.pipeline.bom.PersonManager_3" %> <%@ page import="com.pipeline.bom.BomManagerFactory" %> <%@ page import="com.pipeline.web.WebUtil" %> <%@ page import="java.net.*" %> <% //Check to see if this is the Google search appliance String googleApplianceAgent="gsa-crawler"; String userAgent = request.getHeader("User-Agent"); //index will be greater than 0 if the GSA is detected int index=userAgent.indexOf(googleApplianceAgent); //pass-through authentication ------------------------------------------------------ if (index < 0){ //if this is not the Google search appliance String username = ""; try{ SimplePersonManager doriPerson = new SimplePersonManager(); IPerson i = doriPerson.getPerson(request); String uid = (String)i.getAttribute("urn:sungardhe:dir:loginId"); //out.println(uid); username = uid; }catch (java.lang.NullPointerException e){ //user not logged in - redirect to login String theRedirectURL = "/cp/home/displaylogin?goto=" + URLEncoder.encode(request.getRequestURL().toString().replace("http://", "https://")); %> <% }catch (Exception e){ out.println("Error: " + e); } } //END pass-through authentication ------------------------------------------------------ %>
<% //put content in school frame if this is not the Google search appliance if (index < 0){ %> <% } %>

Policies and Procedures

Emergency Operations Plan

View the Emergency Operations Plan

Duquesne University places the highest emphasis on protecting the safety of all persons who live, work and study on our campus. The Emergency Operations Plan (EOP) outlines University procedures for managing major emergencies that may threaten the health and safety of the campus community

The EOP directs our response to emergencies in a systematic manner in order to:

  • Protect human life and prevent injury
  • Communicate effectively during an emergency
  • Protect the environment
  • Control “spread” of the causal factor of the emergency
  • Prevent entry of personnel to dangerous areas
  • Mobilize resources to minimize effects of an emergency
  • Prevent or minimize damage to physical assets, including structures, animals and research data
  • Address the physical and emotional state of those affected by the emergency situation
  • Return the University community to normal operational status

Employees should review the emergency plan so they are familiar with their role in an emergency and how others may respond.