bioDYM case study — JIE: Wheat Straw Potential for CDR Strategies
================================================================

1) UNZIP
   Put this folder inside your bioDYM project at:
       01_data/01_input/case_studies/
   so you end up with:
       01_data/01_input/case_studies/JIE_Wheat_Straw_final/config.yaml

2) OPEN IN THE bioDYM SystemDefiner (visual editor)
   From the bioDYM project root:
       uv run python -m systemdefiner
   Then open  http://localhost:8001  and click "JIE_Wheat_Straw_final".

3) RUN IN THE DASHBOARD (results & plots)
       uv run voila 01_BioDYM_Dashboard.ipynb
   In the "Input file" box paste:
       01_data/01_input/case_studies/JIE_Wheat_Straw_final/config.yaml
   and click "Run Analysis".

Notes
 - Keep the folder name and the file name "config.yaml" unchanged — the app
   finds a study by its folder and only reads the file named config.yaml.
 - Needs a working bioDYM install (run "uv sync" once). No Excel file required.
