Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The About Page is constructed by the VIVO application. To change it, you will need to be in "firsttime" status – that is, your VIVO database must be empty.  In "firsttime" status, the VIVO application looks to see if there is an About page to build, and builds it if necessary.  Text for the About page can be found in an RDF file.  Your will need to edit this file and restart VIVO with an empty database.

  1. Navigate to <vivo-source-dir>/home/src/main/resources/rdf/display/firsttime/
  2. Edit aboutPage.n3 This file contains properties used by the VIVO application to build the About page.  You will edit the htmlValue of about:ABOUTDG.  Replace the text following the triple quotes and up to the final triple quotes with the HTML you wish to display on your About page.  Leave the remainder of the page untouched – the file contains directives to the VIVO application so that it can build a new About Page.
  3. Rebuild VIVO
  4. Visit your About page to check it

...