<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@ page import="edu.cornell.mannlib.vitro.webapp.utils.StringUtils" %> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%-- This is a custom short view render for educational background. The variable individual is the OBJECT of the property statement to be rendered. -- In this JSP that is the Educational Training object, not the Person, Organization or DegreeType --%> <%-- SUBJECT is a Person --%> <%-- Degree type and major --%> <%-- Organization granting degree --%> ${selectedOrganization.name} <%-- Optional department/school to organization --%> <%-- Year of degree --%> <%-- Supplemental information --%> <%-- Build the output string --%> ${degreeStr} , ${selectedOrganizationStr} , ${degreeDeptOrSchool} , ${year} , ${degreeSupplementalInfo} educational background ${individual.name} <%-- SUBJECT is a Degree Type --%> ${personName} ${personLink} in ${degreeMajor}, ${selectedOrganizationName}, ${year} ${personLink} in ${degreeMajor}, ${selectedOrganizationName} ${personLink} in ${degreeMajor} ${personLink} ${selectedOrganizationName}, ${year} educational background ${individual.name} <%-- The predicate was not one of the predicted ones, so create a normal link --%> ${individual.name} <%-- This clause is when there is no object individual defined, it should never be reached. --%>