Minor editorial changes applied to the docs.

This commit is contained in:
ejc12 2011-02-10 18:37:48 +00:00
parent 882846e29f
commit d2b3df1674
2 changed files with 51 additions and 33 deletions

View file

@ -567,9 +567,15 @@
The temporal graph visualization can require extensive machine resources. The temporal graph visualization can require extensive machine resources.
This can have a particularly noticable impact on memory usage if This can have a particularly noticable impact on memory usage if
<ul> <ul>
<li> VIVO is configured to use Jena SDB, </li> <li>
<li> The organization tree is deep, </li> VIVO is configured to use Jena SDB,
<li> The number of grants and publications is large. </li> </li>
<li>
The organization tree is deep,
</li>
<li>
The number of grants and publications is large.
</li>
</ul> </ul>
The VIVO developers are working to make this visualization more efficient. The VIVO developers are working to make this visualization more efficient.
In the meantime, VIVO release 1.2 guards against this impact by disabling In the meantime, VIVO release 1.2 guards against this impact by disabling
@ -782,8 +788,9 @@
<h3 id="pellet">XII. Configure Pellet Reasoner </h3> <h3 id="pellet">XII. Configure Pellet Reasoner </h3>
<p> <p>
This optional configuration step is only applicable to VIVO installations This optional configuration step is only applicable to VIVO installations
running in RDB mode (See section <a href="triple_store">Choose Triple Store</a> for details). running in RDB mode (See section <a href="triple_store">Choose Triple Store</a>
VIVO uses the Pellet engine to perform reasoning, which runs in the for details).
VIVO uses the Pellet engine to perform reasoning, which runs in the
background at startup and also when the knowledge base is edited. VIVO background at startup and also when the knowledge base is edited. VIVO
continues serving pages while the reasoner continues working; when the continues serving pages while the reasoner continues working; when the
reasoner finishes, the new inferences appear. Inferred statements are reasoner finishes, the new inferences appear. Inferred statements are
@ -863,17 +870,21 @@
<li> <li>
<h5>The name of the HTTP header that will hold the external user's <h5>The name of the HTTP header that will hold the external user's
network ID.</h5> network ID.</h5>
When a user completes the authentication process, the Apache server <p>
will put the user's network ID into one of the headers of the HTTP When a user completes the authentication process, the Apache server
request. The instructions from your institution should tell you which will put the user's network ID into one of the headers of the HTTP
header is used for this purpose. request. The instructions from your institution should tell you which
header is used for this purpose.
</p>
<p> <p>
You need to tell VIVO the name of that HTTP header. Insert a You need to tell VIVO the name of that HTTP header. Insert a
line like this in the deploy.properties file: line like this in the deploy.properties file:
</p> </p>
<pre>externalAuth.netIdHeaderName = [the header name]</pre> <pre>externalAuth.netIdHeaderName = [the header name]</pre>
<p>For example:</p> <p>
<pre>externalAuth.netIdHeaderName = remote_userID</pre> For example:
</p>
<pre>externalAuth.netIdHeaderName = remote_userID</pre>
</li> </li>
<li> <li>
<h5>The text for the Login button.</h5> <h5>The text for the Login button.</h5>
@ -885,13 +896,17 @@
externalAuth.buttonText = [the text for your login button] For example: externalAuth.buttonText = [the text for your login button] For example:
</p> </p>
<pre>externalAuth.buttonText = Log in using BearCat Shibboleth</pre> <pre>externalAuth.buttonText = Log in using BearCat Shibboleth</pre>
The VIVO login form will display a button labelled "Log in using <p>
BearCat Shibboleth". The VIVO login form will display a button labelled "Log in using
BearCat Shibboleth".
</p>
</li> </li>
<li> <li>
<h5>Associating a User with a profile page</h5> <h5>Associating a User with a profile page.</h5>
If VIVO has an account for the user, the user will be given the <p>
privileges assigned to that account. If VIVO has an account for the user, the user will be given the
privileges assigned to that account.
</p>
<p> <p>
In addition, VIVO will try to associate the user with a profile In addition, VIVO will try to associate the user with a profile
page, so the user may edit his own profile data. VIVO will search the page, so the user may edit his own profile data. VIVO will search the
@ -900,7 +915,10 @@
Insert a line like this in the deploy.properties file: Insert a line like this in the deploy.properties file:
</p> </p>
<pre>selfEditing.idMatchingProperty = [the URI of the property]</pre> <pre>selfEditing.idMatchingProperty = [the URI of the property]</pre>
For example:<pre>selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId</pre> <p>
For example:
</p>
<pre>selfEditing.idMatchingProperty = http://vivo.mydomain.edu/ns#networkId</pre>
</li> </li>
</ul> </ul>
<h3 id="installation_check">XIV. Was the installation successful? </h3> <h3 id="installation_check">XIV. Was the installation successful? </h3>
@ -958,7 +976,7 @@
Enter the name "test individual" under the field "Individual Enter the name "test individual" under the field "Individual
Name," scroll to the bottom, and click "Create New Record." You will be Name," scroll to the bottom, and click "Create New Record." You will be
taken to the "Individual Control Panel." Make note of the value of the taken to the "Individual Control Panel." Make note of the value of the
field "URI" it will be used in the next step. field "URI" - it will be used in the next step.
</li> </li>
<li> <li>
Open a new web browser or browser tab to the page <a href="http://marbles.sourceforge.net/">http://marbles.sourceforge.net/</a>. Open a new web browser or browser tab to the page <a href="http://marbles.sourceforge.net/">http://marbles.sourceforge.net/</a>.

View file

@ -117,7 +117,7 @@
<a href="#upgrade_process">The Upgrade Process</a> <a href="#upgrade_process">The Upgrade Process</a>
</li> </li>
<li> <li>
<a href="#ontology">Ontology Upgrade</a> <a href="#ontology">Ontology Changes</a>
<ol class="roman2"> <ol class="roman2">
<li> <li>
<a href="#verify_ontology_upgrade">Verify Ontology upgrade <a href="#verify_ontology_upgrade">Verify Ontology upgrade
@ -143,7 +143,7 @@
</ol> </ol>
</li> </li>
<li> <li>
<a href="#theme">Theme Modifications</a> <a href="#theme">Theme Changes</a>
</li> </li>
<li> <li>
<a href="#setup_sdb">Set Up SDB Store in the Background (Optional)</a> <a href="#setup_sdb">Set Up SDB Store in the Background (Optional)</a>
@ -621,7 +621,7 @@
is included in the built-in theme. This file serves only as an example, is included in the built-in theme. This file serves only as an example,
and you must replace the tracking code shown with your institution's own and you must replace the tracking code shown with your institution's own
tracking code. For additional information about the GATC for the NIH-funded tracking code. For additional information about the GATC for the NIH-funded
VIVO implementation sites and a copy your institution's tracking code, see VIVO implementation sites and a copy of your institution's tracking code, see
the <a href="https://confluence.cornell.edu/display/ennsrd/Google+Analytics+for+UI">VIVO Google Analytics wiki page</a>. the <a href="https://confluence.cornell.edu/display/ennsrd/Google+Analytics+for+UI">VIVO Google Analytics wiki page</a>.
</li> </li>
<li> <li>