Skip to content

Commit 7c34651

Browse files
committed
add projects page back
1 parent 1050d4e commit 7c34651

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<header>
1313
<div class="container">
14-
<h1 class="site-heading"><img src="/assets/images/owl_icon.png" alt="CTL Owl Icon", class="site-heading__img">
14+
<h1 class="site-heading"><img src="/assets/images/owl_icon.png" alt="CTL Owl Icon" class="site-heading__img">
1515
SDZWA Conservation Technology Lab
1616
</h1>
1717
<p>Developing open-source technology and machine learning tools for wildlife conservation</p>
@@ -22,7 +22,7 @@ <h1 class="site-heading"><img src="/assets/images/owl_icon.png" alt="CTL Owl Ico
2222
<div class="container">
2323
<ul class="nav-menu">
2424
<li><a href="{{ '/' | relative_url }}" {% if page.url == '/' %}class="active"{% endif %}>Home</a></li>
25-
<!-- <li><a href="{{ '/projects' | relative_url }}" {% if page.url == '/projects' or page.url == '/projects/' %}class="active"{% endif %}>Projects</a></li> -->
25+
<li><a href="{{ '/projects' | relative_url }}" {% if page.url == '/projects' or page.url == '/projects/' %}class="active"{% endif %}>Projects</a></li>
2626
<li><a href="{{ '/people' | relative_url }}" {% if page.url == '/people' or page.url == '/people/' %}class="active"{% endif %}>People</a></li>
2727
<li><a href="{{ '/opportunities' | relative_url }}" {% if page.url == '/opportunities' or page.url == '/opportunities/' %}class="active"{% endif %}>Opportunities</a></li>
2828
</ul>

projects.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,13 @@ description: Open-source conservation technology projects
1010
Explore our open-source conservation technology projects.
1111
</p>
1212
<!-- Camera traps (image on right) -->
13-
<section class="project-section project-section--media-right" id="camera-traps" aria-labelledby="camera-traps-title">
13+
<section href="{{ '/animl' | relative_url}}"
14+
class="project-section project-section--media-right" id="animl" aria-labelledby="animl-title">
1415
<div class="project-media">
1516
<img src="/assets/images/projects/camera-traps.jpg" alt="Camera trap image" />
1617
</div>
17-
<div class="project-text" aria-labelledby="camera-traps-title">
18-
<h3 id="camera-traps-title">Camera traps</h3>
18+
<div class="project-text" aria-labelledby="animl-title">
19+
<h3 id="animl-title">AniML</h3>
1920
<p class="muted">
2021
Open-source tooling for camera-trap imagery: ingestion, annotation, automated detection and species classification, and reproducible analysis pipelines.
2122
</p>
@@ -30,7 +31,7 @@ description: Open-source conservation technology projects
3031
<img src="/assets/images/projects/edge-ai.jpg" alt="Edge AI" />
3132
</div>
3233
<div class="project-text" aria-labelledby="edge-ai-title">
33-
<h3 id="edge-ai">Edge AI Devices and Environmental Sensors</h3>
34+
<h3 id="edge-ai">SageBRUSH</h3>
3435
<p class="muted">
3536
Projects focused on physical sensors and deployments: low-power environmental monitoring, data ingest and telemetry, calibration, and integration with analysis pipelines.
3637
</p>
@@ -52,12 +53,13 @@ description: Open-source conservation technology projects
5253
</div>
5354
</section>
5455
<!-- Re-identification (image on left) -->
55-
<section class="project-section project-section--media-left" id="individual-id" aria-labelledby="individual-id-title">
56+
<section href="{{ '/matchypatchy' | relative_url}}"
57+
class="project-section project-section--media-left" id="individual-id" aria-labelledby="individual-id-title">
5658
<div class="project-media">
5759
<img src="/assets/images/projects/re-identification.jpg" alt="individual-id example" />
5860
</div>
5961
<div class="project-text" aria-labelledby="individual-id-title">
60-
<h3 id="individual-id-title">Individual Re-Identification</h3>
62+
<h3 id="individual-id-title">MatchyPatchy</h3>
6163
<p class="muted">
6264
Research and tools for individual re-identification from images or acoustic signatures, including embedding models, matching workflows, and evaluation scripts.
6365
</p>

0 commit comments

Comments
 (0)