blob: 46e044db67da30d2b40ec6e09c81d04eb3bfc4c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Grid of Life
============
An interactive visualisation of the biological tree of life.
Each tile represents a group of organisms with a common ancestor.
- Clicking on a tile expands it into tiles representing direct descendants.
If there are too many other tiles, there might not be room to expand.
- Clicking on an expanded tile collapses it back into one tile.
- Double-clicking on a tile expands it to fill the whole view.
Other tiles will be moved to the side.
Files
=====
- backend/: Contains code for running the server, and generating tree-of-life data
-
|