diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-04-27 00:29:20 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-04-27 01:38:04 +1000 |
| commit | 6f52cd6b07970010c40270003d63aa74f84f6ae9 (patch) | |
| tree | f23c0a9ebc50db89463621516ab643d5c76c1590 /backend/data/otol/README.md | |
| parent | 55e281a57c2ac9acb18836ea7a48f5a553d924e2 (diff) | |
Use EOL vernacular-names data for searching
Add data/eolNamesToSqlite.py to read EOL vernacular-names data and add
to sqlite db. Adjust server.py to handle search requests, and adjust
SearchModal to make them.
Diffstat (limited to 'backend/data/otol/README.md')
| -rw-r--r-- | backend/data/otol/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/data/otol/README.md b/backend/data/otol/README.md index e69de29..f720772 100644 --- a/backend/data/otol/README.md +++ b/backend/data/otol/README.md @@ -0,0 +1,6 @@ +Files +===== +- labelled\_supertree\_ottnames.tre + Obtained from https://tree.opentreeoflife.org/about/synthesis-release/v13.4 +- annotations.json + Obtained from https://tree.opentreeoflife.org/about/synthesis-release/v13.4 |
