Couple minor corrections.
This commit is contained in:
parent
2d03542648
commit
c9c7e2bbae
1 changed files with 16 additions and 12 deletions
|
@ -136,9 +136,9 @@
|
|||
<p>
|
||||
Decide on a database name, username, and password. Log into your
|
||||
MySQL server and create a new database in MySQL that uses <code>UTF-8
|
||||
encoding</code>. You will need these values for Step IV when you
|
||||
encoding</code>. You will need these values for Step IV when you
|
||||
configure the deployment properties. At the MySQL command line you can
|
||||
create the database and user with these commands substituting
|
||||
create the database and user with these commands substituting
|
||||
your values for <code>dbname</code>, <code>username</code>, and <code>password</code>. Most of the time,
|
||||
the hostname will equal <code>localhost</code>.
|
||||
</p>
|
||||
|
@ -174,7 +174,7 @@
|
|||
<p>
|
||||
<em>Windows:</em>
|
||||
For those installing on Windows operating system, include the
|
||||
windows drive and use the forward slash "/" and not the back slash "\"
|
||||
windows drive and use the forward slash "/" and not the back slash "\"
|
||||
in the directory locations, e.g. <code>c:/tomcat</code>.
|
||||
</p>
|
||||
<p>
|
||||
|
@ -461,13 +461,17 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
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 be also used whenever this visualization is to be rendered for top level organization.
|
||||
In absence of this parameter a SPARQL query will be fired which will attempt to provide a top level organization.The name of a property
|
||||
that can be used to associate an Individual with a user account. When a user logs in with a name that matches the value of this property,
|
||||
the user will be authorized to edit that Individual.
|
||||
<td colspan="2">
|
||||
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 be also used whenever this
|
||||
visualization is to be rendered for top level organization.
|
||||
In absence of this parameter a SPARQL query will be fired which will
|
||||
attempt to provide a top level organization. The name of a property that
|
||||
can be used to associate an Individual with a user account. When a user
|
||||
logs in with a name that matches the value of this property, the user
|
||||
will be authorized to edit that Individual.
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="odd_row">
|
||||
|
@ -845,8 +849,8 @@
|
|||
<ul>
|
||||
<li>
|
||||
Type the word "Australia" into the search box, and click on the Search
|
||||
button.You should see a page of results, with links to countries that
|
||||
border Australia, individuals that include Australia, and to
|
||||
button.You should see a page of results, with links to countries that
|
||||
border Australia, individuals that include Australia, and to
|
||||
Australia itself. To trigger the search index, you can log in as a site
|
||||
administrator and go to "http://your-vivo-url/SearchIndex".
|
||||
</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue