-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
71 lines (53 loc) · 1.88 KB
/
Copy pathindex.qmd
File metadata and controls
71 lines (53 loc) · 1.88 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
---
title: "3-PG User Guide"
image: media/forest.jpg
toc: false
about:
template: trestles
image-shape: round
image-width: 20em
#links:
# - text: 3-PG Forest Growth Model
# href: https://3pg.forestry.ubc.ca/
author:
- name: Francois du Toit
affiliation: UBC
- name: Nicholas C. Coops
affiliation: UBC
---
::: main-content
## Welcome!
Welcome to the home page of the 3-PG User Guide, created by the [Integrated Remote Sensing Studio](https://irsslab.forestry.ubc.ca/) in collaboration with BP. This website includes some background on 3-PG, as well as how to use the 3-PG executable. Topics can be explored by using the panel on the left hand side of the page, or clicking the headings directly. Click the 3-PG logo at any time to return to the home page.
::: {style="text-align: center;"}
<img src="media/IRSS_logo_colour.png" alt="Logos" style="width: 300px;"/>
:::
#### 1. [Background](./Section_1.qmd)
- What is 3-PG?
- How does 3-PG Work?
- What can we do with it?
#### 2. [Input Datasets](./Section_2.qmd)
- What do we need for 3-PG to work
#### 3. [The C++ Executable](./Section_3.qmd)
- A step-by-step guide to using the 3-PG executable
#### 4. [3-PG Outputs](./Section_4.qmd)
- Available output variables
#### 5. [Other Implementations of 3-PG](./Section_5.qmd)
#### 6. [Species Parameterization](./Section_6.qmd)
#### 7. [Additional Resources](./Section_7.qmd)
#### 8. [Technical Details](./Section_8.qmd)
:::
::: funding-acknowledgment
This project was funded by BP - please contact [Aoife Toomey](mailto:aoife.toomey@uk.bp.com) for more information.
:::
```{=html}
<style>
.main-content {
margin-bottom: 50px; /* Adjust this value to increase or decrease space */
}
.funding-acknowledgment {
margin-top: 20px; /* Adjust this value to increase or decrease space */
font-style: italic;
color: #666; /* Optional: changes the text color */
}
</style>
```