diff --git a/doc/install.html b/doc/install.html
index 00c033cd..c30b768e 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -339,6 +339,25 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com
es_MX
+
+
+ These values are used when deploying VIVO as an OpenSocial container
+ and integrating with OpenSocial gadgets
+ (see Step 13, below). If you are creating
+ a VIVO installation that does not use OpenSocial gadgets, these values are omitted.
+ |
+
+
+
+ OpenSocial.shindigURL
+ OpenSocial.tokenService
+ OpenSocial.tokenKeyFile
+ OpenSocial.sandbox
+ |
+
+
+ |
+
@@ -938,26 +957,6 @@ issuing SPARQL queries that read data, and its URI for issuing SPARQL UPDATE com
-
-
- These values are used when deploying VIVO as an OpenSocial container
- and integrating with OpenSocial gadgets
- (see Step 13, below). If you are creating
- a VIVO installation that does not use OpenSocial gadgets, these values are omitted.
- |
-
-
-
- OpenSocial.shindigURL
- OpenSocial.tokenService
- OpenSocial.tokenKeyFile
- OpenSocial.sandbox
- |
-
-
- |
-
-
diff --git a/doc/setting_up_orng.html b/doc/setting_up_orng.html
index 9f7e59a6..9eb99459 100644
--- a/doc/setting_up_orng.html
+++ b/doc/setting_up_orng.html
@@ -188,7 +188,7 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
I.iv Configure VIVO
- In the VIVO home directory, the file called runtime.properties
+ In the VIVO distribution directory, the file called build.properties
contains configuration options for the VIVO application.
You must set some additional parameters so VIVO will be able to communicate with Shindig-ORNG.
@@ -333,7 +333,7 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
-
VIVO was not re-deployed with ant deploy after the OpenSocial
- values were set in runtime.properties
+ values were set in build.properties
@@ -405,7 +405,7 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
-
- OpenSocial.tokenKeyFile is not set in runtime.properties,
+ OpenSocial.tokenKeyFile is not set in build.properties,
or the file does not exist at the specified location.
@@ -449,7 +449,7 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
|
-
- In runtime.properties, OpenSocial.tokenService is not set correctly.
+ In build.properties, OpenSocial.tokenService is not set correctly.
|
@@ -692,11 +692,11 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
III.i. Re-running the deployment script
- The OpenSocial framework relies on several of the settings in the runtime.properties file,
+ The OpenSocial framework relies on several of the settings in the build.properties and runtime.properties files,
in addition to the ones that are explicitly linked to it.
- Each time you change the settings in runtime.properties, you should re-deploy
+ Each time you change the settings in build.properties or runtime.properties, you should re-deploy
the framework with
ant orng
@@ -750,12 +750,12 @@ set CATALINA_OPTS=-Dshindig.host=localhost -Dshindig.port=8080 -Djava.awt.headle
Disabling the gadgets, as above, will remove essentially all of the OpenSocial processing
within VIVO. To remove the remainder of it, you can disable the connection between
VIVO and the OpenSocial service. Do this by removing or commenting
- the OpenSocial properties in runtime.properties
+ the OpenSocial properties in build.properties
(see section I.iv. Configure VIVO).
- Restart Tomcat to make this change take effect.
+ To make this change take effect, re-deploy VIVO and restart Tomcat.
Remove the OpenSocial webapp from Tomcat
diff --git a/productMods/counter.jsp b/productMods/counter.jsp
index 51474cd0..59be7457 100644
--- a/productMods/counter.jsp
+++ b/productMods/counter.jsp
@@ -5,6 +5,8 @@
<%@ taglib uri="http://djpowell.net/tmp/sparql-tag/0.1/" prefix="sparql" %>
<%@ taglib uri="http://jakarta.apache.org/taglibs/string-1.1" prefix="str" %>
<%@ page import="java.net.URLDecoder" %>
+<%@ page import="edu.cornell.mannlib.vitro.webapp.dao.ModelAccess"%>
+<% request.setAttribute("jenaOntModel", ModelAccess.on(getServletContext()).getJenaOntModel()); %>
@@ -13,9 +15,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -34,9 +36,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -58,9 +60,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -84,9 +86,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -104,9 +106,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -127,9 +129,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -152,9 +154,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -172,9 +174,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -195,9 +197,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -220,9 +222,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -240,9 +242,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -260,9 +262,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -284,9 +286,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -304,9 +306,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -325,9 +327,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -349,9 +351,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -376,9 +378,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -404,9 +406,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
@@ -429,9 +431,9 @@
-
+
-
+
PREFIX rdfs:
PREFIX rdf:
PREFIX akt:
diff --git a/rdf/display/everytime/PropertyConfig.n3 b/rdf/display/everytime/PropertyConfig.n3
index 47f25725..fbf5e0af 100644
--- a/rdf/display/everytime/PropertyConfig.n3
+++ b/rdf/display/everytime/PropertyConfig.n3
@@ -220,8 +220,8 @@ local:hasResearcherRoleContext a :ConfigContext ;
local:hasResearcherRoleConfig a :ObjectPropertyDisplayConfig ;
:listViewConfigFile "listViewConfig-researchActivities.xml"^^xsd:string ;
- :displayName "research activities" ;
- vitro:displayRankAnnot 15;
+ :displayName "other research activities" ;
+ vitro:displayRankAnnot 35;
vitro:hiddenFromDisplayBelowRoleLevelAnnot role:public ;
vitro:prohibitedFromUpdateBelowRoleLevelAnnot role:public ;
vitro:customEntryFormAnnot "edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators.AddResearcherRoleToPersonGenerator"^^ ;