A static archive of the TraitCapture project site, rebuilt as a Jekyll site with the Dinky theme and deployed to GitHub Pages.
TraitCapture has been superseded by initiatives of the Australian Plant Phenomics Network. This archive was created in 2026 for future reference and to make it possible to find experiments conducted within the TraitCapture project.
| Page | Source |
|---|---|
| Home | index.md |
| Experiments | experiments.md — an index of ANU Data Commons entries (filled in over time) |
| Resources | resources.md |
| About | about.md |
Graphs, Gigapixels and Point Clouds in the nav link out to the interactive
tools still served by the live site (pending review). The original Timestreams and
Projects tabs were dropped — that data lives in the separate MongoDB research-data
archive.
Images live in assets/img/. Site-wide config (title, navigation) is in
_config.yml; the small style tweaks on top of the theme are in
assets/css/style.scss.
bundle install
bundle exec jekyll serveThen open http://localhost:4000. (Building the Dinky theme needs network access, since it is pulled as a remote theme.)
.github/workflows/jekyll.yml builds and deploys to GitHub Pages on every push to
main.