|
1 | 1 | {% extends "layouts/base.html" %} |
2 | 2 | {% block title %}{{ title }} — Crabspy{% endblock %} |
3 | 3 | {% block content %} |
4 | | - <section class="panel"> |
5 | | - <h1>Crabspy web</h1> |
| 4 | + <section class="panel landing-hero"> |
| 5 | + <h1>CrabSpy</h1> |
6 | 6 | <p class="lead"> |
7 | | - Register media drafts, switch project databases, and export media or annotations CSV — see <a href="/media/">Media</a> and |
8 | | - <a href="/settings/database">Database settings</a>. |
| 7 | + A heuristic toolbox for spying on intertidal crabs in their environment — collecting information about species identity, movement patterns, coloration, feeding rates, bioturbation, and more. |
| 8 | + </p> |
| 9 | + </section> |
| 10 | + |
| 11 | + <section class="panel"> |
| 12 | + <h2 class="h3">Quick start</h2> |
| 13 | + <ul class="landing-links"> |
| 14 | + <li><a href="/media/">Media library</a> — register images and videos, annotate organisms, and export data.</li> |
| 15 | + <li><a href="/media/import">Import media from CSV</a> — bulk-import study metadata.</li> |
| 16 | + <li><a href="/settings/database">Database settings</a> — switch project databases.</li> |
| 17 | + </ul> |
| 18 | + </section> |
| 19 | + |
| 20 | + <section class="panel"> |
| 21 | + <h2 class="h3">About</h2> |
| 22 | + <p> |
| 23 | + CrabSpy proposes an alternative workflow to collect biological and ecological data from intertidal crabs using computer vision. It aims to accelerate and improve information collection, enabling rapid and actionable scientific and policy response. |
| 24 | + </p> |
| 25 | + <p> |
| 26 | + Traditional methods to study crab ecology are often time consuming, invasive, and can alter the natural habitat. CrabSpy incorporates automation — from quadrat-calibrated measurement to polyline annotations — to help researchers scale up data collection at broader spatial and temporal scales. |
9 | 27 | </p> |
| 28 | + <blockquote class="landing-quote"> |
| 29 | + <p> |
| 30 | + “Until comparatively recently, ecologists were content to describe how nature ‘looks’ … Now, an equal emphasis is being placed on what nature ‘does’, and rightly so, because the changing face of nature can never be understood unless her metabolism is also studied.” |
| 31 | + </p> |
| 32 | + <footer class="muted">— Eugene P. Odum, <cite>Fundamentals of Ecology</cite>, 1957</footer> |
| 33 | + </blockquote> |
| 34 | + </section> |
| 35 | + |
| 36 | + <section class="panel"> |
| 37 | + <h2 class="h3">Author</h2> |
10 | 38 | <p> |
11 | | - <strong>HTMX example:</strong> |
12 | | - <button |
13 | | - type="button" |
14 | | - class="btn" |
15 | | - hx-get="/fragments/status" |
16 | | - hx-target="#status-panel" |
17 | | - hx-swap="innerHTML" |
18 | | - > |
19 | | - Load status fragment |
20 | | - </button> |
| 39 | + <strong>Cesar Herrera</strong> |
| 40 | + · <a href="https://twitter.com/CexyNature" target="_blank" rel="noopener">@CexyNature</a> |
| 41 | + · <a href="https://github.com/CexyNature" target="_blank" rel="noopener">GitHub</a> |
| 42 | + </p> |
| 43 | + <p class="muted small-print"> |
| 44 | + CrabSpy was originally developed at James Cook University to track intertidal crabs in soft sediments. Functions now include counting feeding events, extracting colour data, measuring and counting burrows, calibrated carapace measurement, and more. |
| 45 | + </p> |
| 46 | + </section> |
| 47 | + |
| 48 | + <section class="panel"> |
| 49 | + <h2 class="h3">Acknowledgements</h2> |
| 50 | + <p class="muted small-print"> |
| 51 | + Funded or supported by |
| 52 | + <a href="https://www.jcu.edu.au/" target="_blank" rel="noopener">James Cook University</a>, |
| 53 | + <a href="https://www.jcu.edu.au/sicem" target="_blank" rel="noopener">SICEM</a>, |
| 54 | + <a href="https://www.ecolsoc.org.au/awards-and-prizes/holsworth-wildlife-research-endowment" target="_blank" rel="noopener">Holsworth Wildlife Research Endowment (ESA)</a>, |
| 55 | + <a href="https://nectar.org.au/" target="_blank" rel="noopener">NeCTAR</a>, |
| 56 | + <a href="https://www.qcif.edu.au/" target="_blank" rel="noopener">QCIF</a>, |
| 57 | + <a href="https://www.mdatatechjcu.com/" target="_blank" rel="noopener">Marine Data Technology Hub</a>, |
| 58 | + <a href="https://www.tropwater.com/" target="_blank" rel="noopener">TropWATER</a>, |
| 59 | + and <a href="https://scipy-school.org/" target="_blank" rel="noopener">ASPP-APAC 2019</a>. |
| 60 | + </p> |
| 61 | + </section> |
| 62 | + |
| 63 | + <section class="panel"> |
| 64 | + <h2 class="h3">License & citation</h2> |
| 65 | + <p class="muted small-print"> |
| 66 | + CrabSpy is released under the |
| 67 | + <a href="https://www.gnu.org/licenses/gpl-3.0" target="_blank" rel="noopener">GNU GPL v3</a> license. |
| 68 | + If you use CrabSpy in your research, please cite: |
| 69 | + <a href="https://doi.org/10.5281/zenodo.3820270" target="_blank" rel="noopener">DOI 10.5281/zenodo.3820270</a>. |
21 | 70 | </p> |
22 | | - <div id="status-panel" class="status-panel muted" aria-live="polite"> |
23 | | - (status will appear here) |
24 | | - </div> |
25 | 71 | </section> |
26 | 72 | {% endblock %} |
0 commit comments