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

Academic Affairs

Academic Council Meeting Minutes Archive

AY 2010-2011

Minutes of August 23, 2010
Minutes of September 7, 2010
Minutes of September 20, 2010
Minutes of October 4, 2010
Minutes of November 15, 2010
Minutes of January 31, 2011
Minutes of February 28, 2011
Minutes of March 14, 2011
Minutes of March 28, 2011
Minutes of May 9, 2011

AY 2009-2010

Minutes of August 24, 2009
Minutes of September 21, 2009
Minutes of October 5, 2009
Minutes of November 16, 2009
Minutes of November 30, 2009
Minutes of January 19, 2010
Minutes of February 1, 2010
Minutes of February 15, 2010
Minutes of March 1, 2010
Minutes of March 15, 2010
Minutes of March 29, 2010
Minutes of April 13, 2010
Minutes of April 26, 2010
Minutes of May 10, 2010