This repository includes the text and code for rendering the book "Crab Monitoring Pipeline: Field Methods, Hardware, and Data Management", which includes survey methods, data preprocessing routines, and analysis tools for crab ecology.
Please click on the "Wiki" page for information on GLOW Crab Monitoring.
This repository requires Node > 20.17.0 in addition to the Python libraries listed in requirements.
Initialize book with jupyter book init - just once.
List of all possible templates can be listed with jupyter book templates list.
PDF: jupyter book build --pdf
Run myst init --gh-pages for creating GitHub action.
We used annotated tag which specifies the tag and message as follow:
git tag -a v0.0.1 -m "Release version 0.0.1"
git push origin v0.0.1