FIBO Viewer is an open-source project that is hosted by EDM Council. The project started in May 2019. FIBO Viewer is a Java application that is specifically designed to access both the FIBO structure and its content in the easiest possible way. FIBO Viewer servers both as a web application and REST API.
FIBO Viewer is integrated with FIBO website. It resolves the FIBO IRIs. See e.g.:
To run the FIBO Viewer locally:
- Download the file named "fibo_viewer_relase.zip" from the latest release.
- Unzip the file.
- In the command prompt of your operating system run the following command in the folder with the last release:
java -jar app-v-LAST_VERSION_NUMBER.war
e.g.,
java -jar app-v-0.1.0.war
Please read CONTRIBUTING.md and CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.
To run integration tests, use the following command:
mvn -P integration-tests verify
Please read CHANGELOG.md for details.