/bios

A data driven taxononmy viewer webapp. This is a work in progress and must evolve or go extinct.

Primary LanguageJavaMIT LicenseMIT

bios

A data driven taxononmy viewer webapp. This is a work in progress and must evolve or go extinct.

Tree example screenshot

  • Schema
  • ORM
  • Tree viewer from node
  • Example data
  • Entry form for new nodes
  • Add more tasks
  • Add links to example species images
  • Style user pages

User pages

This project

https://christophercampbell.github.io/bios/

Perobscurus

https://christophercampbell.github.io

Requirements

java jdk
gradle
mysql

Create a database

$ cd bios
$ mysql -u root -p
> create database taxonomy;
> use taxonomy;
> source src/main/sql/taxa-schema.sql
> exit

Build & run

$ cd bios
$ gradle jettyRun 

Navigate

http://localhost:8080/bios/tree.html