Note
This project is now archived: all of its functionality has now been incorporated into Klados, which you can try on our website.
The Phyloreference Open Tree Resolver resolves phyloreferences encoded in an OWL 2 ontology in the JSON-LD format on the Open Tree of Life. It does this by downloading the part of the Open Tree of Life that includes all specifiers for every imported phyloreference.
npm install
npm run serve
npm run build
This will store compiled files into the docs/
folder, allowing it to be
immediately published on Github Pages.
npm run test
npm run lint