diff --git a/doc/install.html b/doc/install.html index bf421c8e..61926232 100644 --- a/doc/install.html +++ b/doc/install.html @@ -418,6 +418,7 @@ patterns, or the request will be rejected.
Examples: + + @@ -709,8 +711,8 @@ being passed an explicit org. For example, to use "Ponce School of Medicine" as the top organization:
- visualization.topLevelOrg = - http://vivo.psm.edu/individual/n2862 + visualization.topLevelOrg = + http://vivo.psm.edu/individual/n2862
@@ -781,16 +783,19 @@ or localhost.log

VIII. Log in and add RDF data

-

+

If the startup was successful, you will see a welcome message informing you that you have successfully installed VIVO. Click the "Log in" link near the upper right corner. Log in with the rootUser.emailAddress you set up in Step IV. The initial password for the root account is "rootPassword" (without the quotes). On first login, you will be - prompted to select a new password and verify it a second time. + prompted to select a new password and verify it a second time. When login is + complete, the search index is checked and, if it is empty, + a full index build will be triggered in the background, in order to ensure + complete functionality throughout the site.

- After verifying your new password, you will be presented with a + After logging in, you will be presented with a menu of editing options. Here you can create OWL classes, object properties, data properties, and configure the display of data. Currently, any classes you wish to make visible on your website must be diff --git a/doc/upgrade-1.3.html b/doc/upgrade-1.3.html index 68059524..8cf00971 100644 --- a/doc/upgrade-1.3.html +++ b/doc/upgrade-1.3.html @@ -49,7 +49,7 @@ VIVO 1.3 will feature notable improvements to the local search, primarily to improve relevance ranking but also to boost the influence of semantic relationships in the search. This will improve recall by - including text from related resources (e.g., adding a person’s grant + including text from related resources (e.g., adding a person's grant and publication titles to his or her search entry) and by boosting overall relevance ranking based on the number and nature of connections from one individual to others. @@ -81,7 +81,7 @@ While less directly visible to the public, version 1.3 also includes additional changes focused directly on supporting open source community involvement in extending and customizing VIVO. The development team - began a year ago to transition VIVO’s code base away from Java Server + began a year ago to transition VIVO's code base away from Java Server Pages to the FreeMarker page templating system that much more cleanly separates internal application programming logic from page display.
@@ -89,7 +89,7 @@ The visualization team has implemented a Map of Science visualization, which allows users to visually explore the scientific strengths of a university, school, department, or person in the VIVO instance. Users - will be able to see where an organization or person’s interests lay + will be able to see where an organization or person's interests lay across 13 major scientific disciplines or 554 sub-disciplines, and will be able to see how these disciplines and sub-disciplines interrelate with one another on the map of science. Wireframes and design @@ -409,7 +409,7 @@

Prior to release 1.3, each user account was identified by a - Username field. This field was labeled as “E-mail address” on some + Username field. This field was labeled as "E-mail address" on some pages in VIVO, but no mail was ever sent. In release 1.3, this has changed, so the e-mail address is fully used, both for identification and for communication with the user. @@ -434,7 +434,7 @@ Idenfiying the user account.

  • - Part of the user’s credentials when logging in (along with + Part of the user's credentials when logging in (along with a password).
  • @@ -600,8 +600,8 @@ Prior to release 1.3, each VIVO installation was created with a - default administrator’s account. In release 1.3, there is no such - account. Instead, each VIVO installation will have a “root” account. + default administrator's account. In release 1.3, there is no such + account. Instead, each VIVO installation will have a "root" account.

    The email address for the root @@ -627,9 +627,9 @@

    The root account is not a site - administrator’s account – it + administrator's account — it is - more powerful than a site administrator’s acocunt. The root account is + more powerful than a site administrator's acocunt. The root account is permitted to visit any page in a VIVO application. It is permitted to see any data property, and to enter data into any field. As such, the root account can be very useful and rather dangerous. It can also give @@ -640,7 +640,7 @@ The root account is not intended for routine, every day use. The best way to use the root account is to create a site - administrator’s account. After that, use the root account only when + administrator's account. After that, use the root account only when necessary.

    @@ -741,7 +741,7 @@ URL of Solr context used in local VIVO search. - Should consist of:
     scheme + servername + port + vivocontextpath + "solr"
    + Should consist of:
     scheme + servername + port + vivo_webapp_name + "solr"
    In the standard installation, the Solr context will be on the same server as VIVO, and in the same Tomcat instance. The path will be the VIVO webapp.name (specified above) + "solr" @@ -763,6 +763,7 @@ patterns, or the request will be rejected.
    Examples: + + @@ -1049,8 +1051,8 @@ being passed an explicit org. For example, to use "Ponce School of Medicine" as the top organization:
    - visualization.topLevelOrg = - http://vivo.psm.edu/individual/n2862 + visualization.topLevelOrg = + http://vivo.psm.edu/individual/n2862