Fetching the latest programs, projects, and workspace data.

Develop and promote tools for ecosystem modeling
Showing 5 of 33 projects. Click any project card for scope, mentors, and proposal studio.
Mentors: Student: Om Kapale
This project aims to refactor the core PEcAn workflow by decoupling heavy computational logic from disk I/O. Currently, data is passed via hidden .RData files, making the system difficult to test and maintain. I will modularize the Trait-Meta-analysis-Configuration chain to allow for in-memory data passing while maintaining data provenance as an opt-in persistence feature. Key deliverables include a "pure" version of get.trait.data.pft(), a standalone design matrix generator, and updated PDA/SDA workflows to support the new modular architecture, ensuring a more transparent and testable pipeline for ecological modeling.
Mentors: Student: Abhishek Kumar Rai
An LLM-assisted, human-supervised pipeline to extract, interpret, and reconstruct agronomic and ecological experiment data from scientific papers into structured, BETYdb-compatible records. The system uses an intermediate representation (IR) with field-level provenance (extracted/inferred/unresolved), deterministic validation, and experimental reconstruction logic to ensure accuracy, consistency, and traceability, significantly reducing manual effort and improving data quality and scalability.
Mentors: Student: Tejas Dahiya
PEcAn's North American carbon reanalysis assimilates satellite and ground observations into SIPNET at 1km resolution, but has never been directly compared to TRENDY or CMIP model ensembles. This project builds a reproducible Python pipeline using ILAMB to score PEcAn alongside all available TRENDY and CMIP models on the same observational benchmarks across five to six variables (AGB, LAI, soil moisture, soil carbon, GPP, NEE). Deliverables include ILAMB scorecards, a reusable ensemble calibration module comparing within-model vs across-model uncertainty, regional diagnostic notebooks, and updated temporal benchmarks contributed back to ILAMB.
Mentors: Student: Ayushman1210
To validate ecological models against new data sources, PEcAn researchers currently bypass the rigid, database-dependent benchmarking module, instead writing fragmented, "one-off" scripts. This project solves this by replacing the rigid benchmarking module with a highly flexible, general-purpose Validation Toolkit. Built entirely on R data frames, the toolkit extracts successful design patterns from existing scripts to let users ingest arbitrary data via YAML configurations (bypassing the database entirely), align time/space, and calculate statistical metrics. The toolkit will be rigorously tested on a Biogeochemistry Minimum Viable Product (MVP) using specific AmeriFlux sites and targeted global meta-datasets. Final deliverables include the fully documented Toolkit R Package, automated Quarto reporting templates, robust test suites, and an educational tutorial vignette.
Mentors: Student: Aritra Dey
This project aims to develop Quarto notebooks as an accessible yet flexible interface for running PEcAn workflows, bridging the gap between the limited web-based UI and the more advanced API or R script methods. It will create workflow templates that cater to both new and experienced users. To support adoption, the project will also produce a written vignette demonstrating their use.