No description
Find a file
2021-04-21 12:38:32 -05:00
.github Revert deployment strategy (#230) 2021-03-24 01:46:24 -05:00
api Retrieve sitemap profile URLs only after consuming result set in order to avoid transaction errors with TDB. Resolve https://jira.lyrasis.org/browse/VIVO-1910 (#231) 2021-03-30 09:41:24 -06:00
home Allow 'create new' for vivo:governingAuthorityFor. Resolve https://jira.lyrasis.org/browse/VIVO-1820 (#234) 2021-04-21 12:38:32 -05:00
installer Revert deployment strategy (#230) 2021-03-24 01:46:24 -05:00
paper Update paper.bib (#134) 2019-07-24 12:15:48 -04:00
selenium Bump junit from 4.12 to 4.13.1 in /selenium (#196) 2021-02-18 10:11:14 -06:00
webapp Replace hardcoded en locale with current locale in lang attributes (#237) 2021-04-21 11:53:35 -05:00
.env VIVO-1963: Initial docker compose (#223) 2021-02-18 10:07:19 -06:00
.gitattributes VIVO-1963: Initial docker compose (#223) 2021-02-18 10:07:19 -06:00
.gitignore VIVO-1963: Initial docker compose (#223) 2021-02-18 10:07:19 -06:00
docker-compose.yml Revert deployment strategy (#230) 2021-03-24 01:46:24 -05:00
Dockerfile Revert deployment strategy (#230) 2021-03-24 01:46:24 -05:00
LICENSE Update LICENSE (#226) 2021-03-12 16:31:39 +02:00
pom.xml Revert deployment strategy (#230) 2021-03-24 01:46:24 -05:00
rc_script.sh new file: rc_script.sh 2020-03-07 10:33:50 -06:00
README.md Revert deployment strategy (#230) 2021-03-24 01:46:24 -05:00
start.sh Revert deployment strategy (#230) 2021-03-24 01:46:24 -05:00
update-versions.sh Add script to update version numbers 2016-07-07 10:21:58 +01:00

VIVO: Connect, Share, Discover

Build Deploy DOI

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.

Resources

VIVO Project web site

http://vivoweb.org/

VIVO Project Wiki

https://wiki.duraspace.org/display/VIVO/

Installation Instructions

Installation instructions for the latest release can be found at this location on the wiki:
https://wiki.duraspace.org/display/VIVODOC110x/Installing+VIVO

Docker

VIVO docker container is available at vivoweb/vivo with accompanying vivoweb/vivo-solr. These can be used independently or with docker-compose.

Docker Compose

Docker Compose environment variables.

.env defaults

LOCAL_VIVO_HOME=./vivo-home
RESET_HOME=false
RESET_CORE=false
  • LOCAL_VIVO_HOME: VIVO home directory on your host machine which will mount to volume in docker container.
  • RESET_HOME: Convinience to reset VIVO home when starting container. Caution, will delete local configuration, content, and configuration model.
  • RESET_CORE: Convinience to reset VIVO Solr core when starting container. Caution, will require complete reindex.

Build and start VIVO.

mvn clean package -s installer/example-settings.xml
docker-compose up

Docker Image

To build and run local Docker image.

docker build -t vivoweb/vivo:development .
docker run -p 8080:8080 vivoweb/vivo:development

Contact us

There are several ways to contact the VIVO community. Whatever your interest, we would be pleased to hear from you.

Contact form

http://vivoweb.org/support/user-feedback

Mailing lists

vivo-all

This updates list provides news to the VIVO community of interest to all.

vivo-community

Join the VIVO community! Here you'll find non-technical discussion regarding participation, the VIVO conference, policy, project management, outreach, and engagement.

vivo-tech

The best place to get your hands dirty in the VIVO Project. Developers and implementers frequent this list to get the latest on feature design, development, implementation, and testing.

Contributing Code

If you would like to contribute code to the VIVO project, please open a ticket in our JIRA, and prepare a pull request that references your ticket. Contributors welcome!

Citing VIVO

If you are using VIVO in your publications or projects, please cite the software paper in the Journal of Open Source Software:

BibTeX

@article{Conlon2019,
  doi = {10.21105/joss.01182},
  url = {https://doi.org/10.21105/joss.01182},
  year = {2019},
  publisher = {The Open Journal},
  volume = {4},
  number = {39},
  pages = {1182},
  author = {Michael Conlon and Andrew Woods and Graham Triggs and Ralph O'Flinn and Muhammad Javed and Jim Blake and Benjamin Gross and Qazi Asim Ijaz Ahmad and Sabih Ali and Martin Barber and Don Elsborg and Kitio Fofack and Christian Hauschke and Violeta Ilik and Huda Khan and Ted Lawless and Jacob Levernier and Brian Lowe and Jose Martin and Steve McKay and Simon Porter and Tatiana Walther and Marijane White and Stefan Wolff and Rebecca Younes},
  title = {{VIVO}: a system for research discovery},
  journal = {Journal of Open Source Software}
}