Biodiversity Field Data Sheet
Project: | Location:
Observer: | Total Sites:
Field Observation Log
Total Rows: 0 | Data Point Columns: 0
| Date | Site ID |
|---|
Fieldwork Effort (Rows)
0Total Log Slots
Habitat Types
Forest, Wetland
Defined in Builder
Schedule Parameters
Site Location Management
Data Collection Columns (Static)
The following columns are included in the final datasheet:
- Time, Species ID / Count, Method / Protocol, Temp (°C) / Wind, Notes / Behavior.
Add at least one site ID.
'; return; } brsgSites.forEach(site => { const div = document.createElement('div'); div.style.cssText = 'display:flex; justify-content:space-between; align-items:center; padding:5px 0; border-bottom:1px dashed #b7e4c7; font-size: 14px;'; div.innerHTML = ` • ${site} `; list.appendChild(div); }); } // --- Schedule Generation --- window.brsgGenerateTable = function() { const durationDays = parseInt(document.getElementById('brsg-in-duration').value) || 0; const tbody = document.getElementById('brsg-table-body'); const thead = document.querySelector('#brsg-export-area thead tr'); tbody.innerHTML = ''; // 1. Update Header Columns const headerHtml = `