diff --git a/Film (MFA) Program/Course work and thesis.ftl b/Film (MFA) Program/Course work and thesis.ftl index 245c994..47fee3f 100644 --- a/Film (MFA) Program/Course work and thesis.ftl +++ b/Film (MFA) Program/Course work and thesis.ftl @@ -81,9 +81,14 @@
Medium: ${medium}
+ <#assign genre = xml.get('mods/genreWrapper/genre')> + <#if (genre != "")> +
Genre: ${genre}
+ + <#assign dimensions = xml.get('mods/physicalDescription/extent')> <#if (dimensions != "")> -
Dimensions: ${dimensions}
+
Length: ${dimensions}
<#assign abstract = xml.get('mods/abstract')> diff --git a/Fine Arts (MFA) Program/Course work and thesis.ftl b/Fine Arts (MFA) Program/Course work and thesis.ftl index 245c994..ec2f4cd 100644 --- a/Fine Arts (MFA) Program/Course work and thesis.ftl +++ b/Fine Arts (MFA) Program/Course work and thesis.ftl @@ -81,9 +81,14 @@
Medium: ${medium}
+ <#assign discipline = xml.get('mods/genreWrapper/genre')> + <#if (discipline != "")> +
Discipline: ${discipline}
+ + <#assign dimensions = xml.get('mods/physicalDescription/extent')> <#if (dimensions != "")> -
Dimensions: ${dimensions}
+
Dimensions or Length: ${dimensions}
<#assign abstract = xml.get('mods/abstract')>