<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> <%@ taglib uri="http://vitro.mannlib.cornell.edu/vitro/tags/StringProcessorTag" prefix="p" %> <%-- 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 Background, not the Person, Organization or DegreeType --%> <%-- SUBJECT is a Person --%> , ${selectedOrganization.name} ${selectedOrganizationStr}, ${degreeDeptOrSchool} <%-- degreeMajor, year, org and abbreviation are all required --%> ${degreeAbbreviation} in ${degreeMajor} ${selectedOrganizationStr}, ${year} ${degreeSupplementalInfo} ${degreeAbbreviation} ${selectedOrganizationStr}, ${year} ${degreeDeptOrSchool} ${degreeSupplementalInfo} ${degreeAbbreviation} {selectedOrganizationStr} ${degreeDeptOrSchool} ${degreeSupplementalInfo} ${degreeAbbreviation} ${year} ${degreeDeptOrSchool} ${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. --%>