vivo/README.md

117 lines
4.9 KiB
Markdown
Raw Normal View History

2012-10-29 19:44:01 -04:00
# VIVO: Connect, Share, Discover
[![Build](https://github.com/vivo-project/VIVO/workflows/Build/badge.svg)](https://github.com/vivo-project/VIVO/actions?query=workflow%3ABuild) [![Deploy](https://github.com/vivo-project/VIVO/workflows/Deploy/badge.svg)](https://github.com/vivo-project/VIVO/actions?query=workflow%3ADeploy) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.2639714.svg)](https://doi.org/10.5281/zenodo.2639713)
2013-10-17 13:58:20 -04:00
VIVO is an open source semantic web tool for research discovery -- finding people and the research they do.
2012-10-29 19:44:01 -04:00
2015-12-10 13:13:56 -05:00
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.
2012-10-29 19:44:01 -04:00
## Resources
2015-12-10 13:13:56 -05:00
### VIVO Project web site
2012-10-29 19:44:01 -04:00
http://vivoweb.org/
2015-12-10 13:13:56 -05:00
### VIVO Project Wiki
https://wiki.lyrasis.org/display/VIVO/
2012-10-29 19:44:01 -04:00
2016-08-09 10:42:07 -04:00
### Installation Instructions
2015-12-10 13:13:56 -05:00
Installation instructions for the latest release can be found at this location on the wiki:
https://wiki.lyrasis.org/display/VIVODOC112x/Installing+VIVO
### Docker
VIVO docker container is available at [vivoweb/vivo](https://hub.docker.com/repository/docker/vivoweb/vivo) with accompanying [vivoweb/vivo-solr](https://hub.docker.com/repository/docker/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. Set this environment variable to persist your VIVO data on your host machine.
- `RESET_HOME`: Convenience to reset VIVO home when starting container. **Caution**, will delete local configuration, content, and configuration model.
- `RESET_CORE`: Convenience to reset VIVO Solr core when starting container. **Caution**, will require complete reindex.
Before building VIVO, you will also need to clone (and switch to the same branch, if other than main) of [Vitro](https://github.com/vivo-project/Vitro). The Vitro project must be cloned to a sibling directory next to VIVO so that it can be found during the build. You will also need to clone (and switch to the appropriate branch) of [Vitro-languages](https://github.com/vivo-project/Vitro-languages) and [VIVO-languages](https://github.com/vivo-project/VIVO-languages).
Build and start VIVO.
1. In Vitro-languages, run:
```
mvn install
```
2. In VIVO-languages, run:
```
mvn install
```
3. In VIVO (with Vitro cloned alongside it), run:
```
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
```
2012-10-29 19:44:01 -04:00
## Contact us
There are several ways to contact the VIVO community.
2013-10-17 13:58:20 -04:00
Whatever your interest, we would be pleased to hear from you.
2012-10-29 19:44:01 -04:00
2017-08-25 15:50:24 -04:00
### Contact form
2015-12-10 13:13:56 -05:00
http://vivoweb.org/support/user-feedback
2012-10-29 19:44:01 -04:00
2017-08-25 15:50:24 -04:00
### Mailing lists
#### [vivo-all](https://groups.google.com/forum/#!forum/vivo-all)
2015-12-10 13:13:56 -05:00
This updates list provides news to the VIVO community of interest to all.
2017-08-25 15:50:24 -04:00
#### [vivo-community](https://groups.google.com/forum/#!forum/vivo-community)
2015-12-10 13:13:56 -05:00
Join the VIVO community! Here you'll find non-technical discussion regarding participation, the VIVO
conference, policy, project management, outreach, and engagement.
2017-08-25 15:50:24 -04:00
#### [vivo-tech](https://groups.google.com/forum/#!forum/vivo-tech)
2012-10-29 19:44:01 -04:00
The best place to get your hands dirty in the VIVO Project.
2013-10-17 13:58:20 -04:00
Developers and implementers frequent this list to get the latest on feature design,
2015-12-10 13:13:56 -05:00
development, implementation, and testing.
2012-10-29 19:44:01 -04:00
2018-01-23 13:25:41 -05:00
## Contributing Code
If you would like to contribute code to the VIVO project, please open a ticket
in our [JIRA](https://jira.lyrasis.org/projects/VIVO), and prepare a
2018-01-23 13:25:41 -05:00
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:
* Conlon et al., (2019). VIVO: a system for research discovery. Journal of Open Source Software, 4(39), 1182, https://doi.org/10.21105/joss.01182
### BibTeX
```tex
@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}
}