diff --git a/productMods/WEB-INF/ontologies/user/vivo-core-1.2-annotations.rdf b/productMods/WEB-INF/ontologies/user/vivo-core-1.2-annotations.rdf
index dd1b0319..016308fc 100644
--- a/productMods/WEB-INF/ontologies/user/vivo-core-1.2-annotations.rdf
+++ b/productMods/WEB-INF/ontologies/user/vivo-core-1.2-annotations.rdf
@@ -4792,4 +4792,7 @@
← return to ${relatedSubject.name} ${statement.value}
+ <#elseif individual.person>
+
+ #if>
+
+
+
+ <#-- Email -->
+ <#assign email = propertyGroups.getPropertyAndRemoveFromList("${core}email")!>
+ <#if email?has_content>
+
+ <#list email.statements as statement>
+
+ #if>
+
+ <#-- Phone -->
+ <#assign phone = propertyGroups.getPropertyAndRemoveFromList("${core}phoneNumber")!>
+ <#if phone?has_content>
+
+ <#list phone.statements as statement>
+
+ #if>
+
+ <#-- Links -->
+
+ ${statement.value}
${relatedSubject.relatingPredicateDomainPublic} for ${relatedSubject.name}
+
+ <#-- Label -->
+ ${individual.name}
+
+ <#-- Moniker -->
+ <#if individual.moniker?has_content>
+ ${individual.moniker}
+ #if>
+
+ #if>
+
+ <#-- Positions -->
+ <#assign positions = propertyGroups.getPropertyAndRemoveFromList("${core}personInPosition")!>
+ <#if positions?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
+ Positions
+
+ <@p.objectPropertyList positions.statements positions.template />
+
+ #if>
+ Research Areas
+
+ <@p.simpleObjectPropertyList researchAreas />
+
+ #if>
+
+ Temporal Graph
View 4
Keywords: ${individual.keywordString}
+#if> + +${stylesheets.add("/css/individual/individual.css")} + +<#-- RY Figure out which of these scripts really need to go into the head, and which are needed at all (e.g., tinyMCE??) --> +${headScripts.add("/js/jquery_plugins/getUrlParam.js", + "/js/jquery_plugins/colorAnimations.js", + "/js/jquery_plugins/jquery.form.js", + "/js/tiny_mce/tiny_mce.js", + "/js/controls.js", + "http://www.google.com/jsapi?autoload=%7B%22modules%22%3A%5B%7B%22name%22%3A%22visualization%22%2C%22version%22%3A%221%22%2C%22packages%22%3A%5B%22areachart%22%2C%22imagesparkline%22%5D%7D%5D%7D", + "/js/toggle.js")} + +${scripts.add("/js/imageUpload/imageUploadUtils.js")} \ No newline at end of file diff --git a/themes/vivo-basic/templates/individual-person.ftl b/themes/vivo-basic/templates/individual-person.ftl deleted file mode 100644 index 939b919e..00000000 --- a/themes/vivo-basic/templates/individual-person.ftl +++ /dev/null @@ -1,5 +0,0 @@ -<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> - -<#-- Template for profile page for individuals of class Person --> - -This is the person profile page.
\ No newline at end of file