-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
119 lines (113 loc) · 5.7 KB
/
mkdocs.yml
File metadata and controls
119 lines (113 loc) · 5.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
site_name: "On Growth and Form"
site_description: "A guided scientific argument about wildfire growth, scaling, and form"
site_url: "https://cu-esiil.github.io/on_growth_and_form/"
repo_name: "CU-ESIIL/on_growth_and_form"
repo_url: "https://github.com/CU-ESIIL/on_growth_and_form"
edit_uri: "edit/main/docs/"
nav:
- Home: index.md
- Start Here:
- Welcome and Reader Guide: start-here/index.md
- Project Overview: project-overview/index.md
- Theory Overview: theory/index.md
- Research Program Overview: research-program/index.md
- Understand the Idea:
- On Growth and Form: theory/on-growth-and-form.md
- Wildfire Scaling Hypothesis: theory/wildfire-scaling-hypothesis.md
- Causal History of Wildfire Modeling: project-overview/causal-history-wildfire-modeling.md
- Scaling Regimes in Fire Growth: theory/wildfire-scaling-regime-hypothesis.md
- Open Questions and Research Agenda: theory/wildfire-scaling-research-agenda.md
- Scientific Framework:
- Theory Overview: theory/index.md
- Scale-Conditioned WUI Geometry: theory/scale-conditioned-wui-geometry.md
- Diffusion and 1/2 Scaling: theory/diffusion-half-scaling.md
- Non-1/2 Scaling Signatures: theory/non-half-scaling-signatures.md
- Wildfire Scaling and Dimensionality: theory/wildfire-scaling-dimensionality.md
- Superdiffusive Wildfire Perimeters: theory/superdiffusive-wildfire-perimeters.md
- Proposal and Strategy:
- Proposal Overview: project-overview/index.md
- Review and Resubmission Strategy: project-overview/review-resubmission-strategy.md
- Program Context: project-overview/program-context.md
- Rebid Context, Pitch, and Scientific Program: project-overview/rebid-context-pitch-scientific-program.md
- FIRE-MODEL Briefing: project-overview/fire-model-briefing.md
- Funder Materials: project-overview/funder-materials.md
- Requirements Checklist: project-overview/requirements-checklist.md
- Data, Methods, and Models:
- Data and Infrastructure Overview: data-infrastructure/index.md
- FIRED and CubeDynamics: data-infrastructure/fired-cubedynamics.md
- FIRED: data-infrastructure/fired.md
- CubeDynamics: data-infrastructure/cubedynamics.md
- Satellite Fire Datasets: data-infrastructure/satellite-fire-datasets.md
- Environmental Data Science Stack: data-infrastructure/environmental-data-science-stack.md
- Methods Overview: methods/index.md
- Fire Growth Trajectories: methods/fire-growth-trajectories.md
- Measurement, Validation, and Fire-Environment Coupling: methods/measurement-validation-framework.md
- Evaluating Velocity as a Descriptor of Fire Spread: methods/velocity-as-fire-spread-descriptor.md
- Model-Data Comparison and Scoring Framework: methods/model-data-comparison-scoring-framework.md
- Generative Modeling and Experimental Design: methods/generative-modeling-mechanism-testing.md
- Synthetic Validation, Uncertainty, and Identifiability: methods/synthetic-validation-uncertainty-identifiability.md
- Scaling Diagnostics: methods/scaling-diagnostics.md
- Fractal Dimension Estimation: methods/fractal-dimension-estimation.md
- Scaling Collapse: methods/scaling-collapse.md
- Models Overview: models/index.md
- Fire Modeling Frameworks: models/fire-modeling-frameworks.md
- Generative Models: models/generative-models.md
- Benchmarking Existing Fire Models: models/benchmarking-existing-fire-models.md
- Work Plan and Deliverables:
- Research Program Overview: research-program/index.md
- Work Plan: research-program/work-plan.md
- Deliverables: research-program/deliverables.md
- Users and Impact: research-program/users-impact.md
- Rationale and Impact: research-program/rationale-impact.md
- Generative Theory of Fire: research-program/generative-theory-of-fire.md
- Gantt / Timeline: research-program/gantt-timeline.md
- Planning Overview: planning/index.md
- Detailed Planning Gantt: planning/gantt_chart.md
- Staffing Plan: planning/staffing-plan.md
- Evaluation and Success Criteria: planning/evaluation-success-criteria.md
- Broader Impacts: planning/broader-impacts.md
- Wildfire Modeling Phylogeny: planning/wildfire-modeling-phylogeny.md
- Literature and References:
- Literature Overview: literature/index.md
- Literature Map: literature/literature-map.md
- Bibliography: literature/bibliography.md
- Repository and Workflow:
- Proposal Workflow: workflow.md
- Fire POC Workflow Buildout: fire-poc-workflow.md
- Repository Map: repository-map.md
- Archive Overview: archive/index.md
- Drafts Overview: drafts/index.md
- Draft 01 Summary: drafts/draft-01.md
- Draft 02: drafts/draft-02.md
- Draft 01 to Draft 02 Change Report: drafts/change-report.md
- Draft 03 (Prism PDF): drafts/draft-03-prism-pdf.md
- Latest PDF Update Change Report: drafts/change-report-02-to-03.md
- Proposal Integration Document: drafts/integration-document.md
- Model Reconciliation Council: drafts/model-reconciliation-council.md
- Agenda: drafts/agenda.md
theme:
name: material
logo: assets/esiil_content/esiil_oasis_logo.png
favicon: assets/esiil_content/favicon.ico
custom_dir: docs/overrides
palette:
- scheme: default
primary: custom
accent: custom
features:
- navigation.sections
- navigation.top
- toc.integrate
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
extra_css:
- stylesheets/tokens.css
- stylesheets/extra.css
plugins:
- search