https://github.com/conservationtechlab/conservationtechlab.github.io
https://github.com/conservationtechlab/conservationtechlab.github.io
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/conservationtechlab/conservationtechlab.github.io
- Owner: conservationtechlab
- Created: 2026-01-07T23:21:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-13T00:34:00.000Z (6 months ago)
- Last Synced: 2026-01-13T02:49:38.866Z (6 months ago)
- Language: CSS
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Conservation Tech Lab Website
This repository contains the source code for the Conservation Tech Lab's GitHub Pages site, showcasing our open-source wildlife conservation technology projects.
## About
The Conservation Tech Lab develops cutting-edge technology solutions for wildlife conservation and ecological research. Our work spans machine learning for camera trap analysis, edge-AI field devices, bioacoustics tools, and animal tracking systems.
## Technical Details
This site is built with [Jekyll](https://jekyllrb.com/), a static site generator that GitHub Pages supports natively.
### Structure
- `index.md` - Main homepage content with Jekyll front matter
- `_config.yml` - Jekyll site configuration
- `_layouts/default.html` - Page layout template
- `assets/css/style.css` - Site stylesheet
- `Gemfile` - Ruby dependencies
### Local Development
To run the site locally:
1. Install Ruby and Bundler
2. Install dependencies: `bundle install`
3. Run Jekyll: `bundle exec jekyll serve`
4. Visit `http://localhost:4000`
### Deployment
The site is automatically deployed to GitHub Pages when changes are pushed to the main branch. No manual build step is required.
## License
All projects featured on this site are open-source and available under their respective licenses.