Versions Compared

Key

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

...

Code Block
titleumls.properties
username = yourumlsusername
password = yourumlspassword
apikey = yourumlsapikey

Place this file in /apiin the directory VIVO/installer/webapp/src/test/resources/umls.propertiesRestart Tomcat/main/webResources/WEB-INF/classes/ in your source tree and reinstall VIVO.  (You can copy the file directly to WEB-INF/classes inside the VIVO directory under Tomcat's webapps directory if you want to use UMLS right away without reinstalling VIVO and restarting Tomcat.  Note that the file will not be preserved through future reinstallations unless you also add it to your source tree.)

Notes

When external concepts are added to VIVO, they retain their original URI from the external vocabulary.  Since we have no way of knowing whether these URIs represent OWL classes or RDF instance data, VIVO does not assert a type for the concepts, which will therefore only be interpreted as being of type owl:Thing.

...