Tools tutorials for the first Imageomics Conference workshop: Designing for Discovery: Shaping Imageomics Tools for Biologists.
Dates: April 16–17, 2026 | Location: The Ohio State University, Columbus, OH
Tutorial markdown files live in docs/tutorials/. See TUTORIAL_TEMPLATE.md for the authoring guide.
For inspiration: Explore NEON biodiversity data using ecocomDP.
Requires Python >= 3.10. Install with uv (recommended) or pip:
# With uv
uv venv
source .venv/bin/activate
uv pip install -e .
# Or with pip
python -m venv .venv
source .venv/bin/activate
pip install -e .Preview the site locally at localhost:8000:
zensical serveThe Imageomics Institute is supported by the National Science Foundation under Award No. 2118240. Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.