https://github.com/forthtemple/animal-ancestors
Javascript tree view of 85 animals ancestors all the way to Choanoflagellates
https://github.com/forthtemple/animal-ancestors
ancestors evoluationary grok javascript openai paleontology species tree
Last synced: about 2 months ago
JSON representation
Javascript tree view of 85 animals ancestors all the way to Choanoflagellates
- Host: GitHub
- URL: https://github.com/forthtemple/animal-ancestors
- Owner: forthtemple
- License: gpl-3.0
- Created: 2025-05-21T20:32:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-13T10:16:16.000Z (about 1 year ago)
- Last Synced: 2026-04-08T08:00:39.451Z (2 months ago)
- Topics: ancestors, evoluationary, grok, javascript, openai, paleontology, species, tree
- Language: JavaScript
- Homepage: https://forthtemple.com/ancestors
- Size: 57 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Displays an evolutionary tree view of the ancestors of 85 common animals and their ancestors all the way up to the first animal Choanoflagellates. It is 100% javascript so requires no installation. You can just upload to your server and it should work. All species information including family tree is located in ancestors.json which is in the root. This json file is loaded and a jsplum tree is created recursively on the fly.
The species information in the json file is in creole markup format and is converted into html using creole.js.
All tree information was generated with a combination of grok and openai and images were generated with both grok and Dalle.
Checkout the [demo](https://forthtemple.com/ancestors)


