From e51c2428c6f0f60f9f3d23059bfb0a3774971c57 Mon Sep 17 00:00:00 2001 From: nac26 Date: Fri, 28 Jan 2011 00:02:53 +0000 Subject: [PATCH] Updated domain name for example visualization.topLevelOrg to be consistent with the rest of the example values and modified the description of the topLevelOrg property --- example.deploy.properties | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/example.deploy.properties b/example.deploy.properties index d8787897..6de06c42 100644 --- a/example.deploy.properties +++ b/example.deploy.properties @@ -127,10 +127,11 @@ selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId # # The temporal graph visualization is used to compare different organizations/people -# within an organization on different parameters like number of publications, grants. -# This parameter will be used as a default in case a URI is not provided. It will also -# be used whenever this visualization is to be rendered for the top level organization. -# In the absence of this parameter, a SPARQL query will be fired which will attempt to -# provide a top level organization. +# within an organization on parameters like number of publications or grants. +# By default, the app will attempt to make its best guess at the top level +# organization in your instance. If you're unhappy with this selection, uncomment out +# the property below and set it to the URI of the organization individual you want to +# identify as the top level organization. It will be used as the default whenever the +# temporal graph visualization is rendered without being passed an explicit org. -# visualization.topLevelOrg = http://vivo-trunk.indiana.edu/individual/topLevelOrgURI +# visualization.topLevelOrg = http://vivo.mydomain.edu/individual/topLevelOrgURI