diff --git a/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl b/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl index 0272f96d..280d39db 100644 --- a/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl +++ b/productMods/templates/freemarker/visualization/personlevel/coAuthorPersonLevel.ftl @@ -182,8 +182,14 @@ $(document).ready(function(){   First Publication -
Note: This information is based solely on publications which have been loaded into the VIVO system. - This may only be a small sample of the person's total work.
+
Note: This information is based solely on publications that have been loaded into the VIVO system. + This may only be a small sample of the person's total work.

+ <#if user.loggedIn > + Go to your profile page to enter additional details about your publications. + <#else> + Log in to enter additional details about your publications on your profile page. + +
diff --git a/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl b/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl index dd9a38b8..d0882651 100644 --- a/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl +++ b/productMods/templates/freemarker/visualization/personlevel/coPIPersonLevel.ftl @@ -182,8 +182,14 @@ $(document).ready(function(){   First Grant -
Note: This information is based solely on grants which have been loaded into the VIVO system. - This may only be a small sample of the person's total work.
+
Note: This information is based solely on grants that have been loaded into the VIVO system. + This may only be a small sample of the person's total work.

+ <#if user.loggedIn > + Go to your profile page to enter additional details about your grants. + <#else> + Log in to enter additional details about your grants on your profile page. + +