VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
Source code on GitHub.
  
VIVO is an open source semantic web tool for research discovery -- finding people and the research they do.
VIVO supports editing, searching, browsing and visualizing research activity in order to discover people, programs, facilities, funding, scholarly works and events. VIVO's search returns results faceted by type for rapid retrieval of desired information across disciplines.
Installation instructions for all releases can be found at this location on the wiki: https://wiki.lyrasis.org/display/VIVODOC/All+Documentation
When you select the wiki pages for technical documentation for the release you would like to install at https://wiki.lyrasis.org/display/VIVODOC/All+Documentation, please open the Installing VIVO section and follow the instructions.
VIVO docker container is available at vivoweb/vivo with accompanying vivoweb/vivo-solr. These can be used independently or with docker-compose.
Docker Compose variable substitution:
.env defaults
``
SOLR_RESET_CORE=false
SOLR_VERBOSE=no
SOLR_HOST_PORT=8983 SOLR_CONTAINER_PORT=8983
SOLR_CORES=./vivo-cores
VIVO_RESET_HOME=false VIVO_VERBOSE=no
VIVO_TDB_FILE_MODE=direct
VIVO_HOST_VIVO_HOME=./vivo-home VIVO_CONTAINER_VIVO_HOME=/usr/local/vivo/home
VIVO_HOST_PORT=8080
VIVO_CONTAINER_PORT=8080
`
: Convenience to reset VIVO Solr core when starting container. Caution, will require complete reindex.: Increase log verbosity.: Host port binding for solr service port mapping.: Container port binding for solr service port mapping.: Solr cores data directories on your host machine which will mount to volume in docker container. Set this environment variable to persist your Solr ...