<%@ 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){ %> <% } %>

Working at Duquesne

Weekly Topics

NOTE!  Weekly Topics, this may vary from year to year!

All workshop times are 8:30 AM to Noon and held in 608 Libermann Hall. Room will be open at 8:00 AM for beverages and snacks.

Week 1
  •  Mission and Identity
  •  Inclusion and Multicultural Awareness
  • "Code of Business Ethics and Guidelines" Policy
Week 2
  • Understanding University Procedures to Maximize Efficiency
    • Representatives from CTS, Telecomunications, Purchasing, Mailing Services and the Controller's Office will present
Week 3
  • Formal Business Writing
  • Better Business Communications
  • Public Affairs Policies and Business Procedures
Week 4
  • Human Resources Management Policies and Procedures
  • Managing & Motivating Student Aides
Week 5
  • Interpersonal and Customer Service Skills
Week 6
  • Critical Listening Skills
  •  Professional Development Opportunities
Week 7
  • Time Management and Successful Multitasking Tips

Closing session for the program.

Top of page