-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.aspx
82 lines (75 loc) · 4.74 KB
/
default.aspx
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>The Forest Sector Carbon Calculator</title>
<link rel="Shortcut Icon" href="favicon.ico" />
<meta name="Keywords" content="forest, forest management, carbon calculator, forest products, forest sector, wildfire, disturbance regime" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="css/carbon.css" type="text/css" rel="stylesheet" />
<link href="css/sb_minitabs.css" type="text/css" rel="stylesheet" />
<link href="css/csshorizontalmenu.css" type="text/css" rel="stylesheet" />
<script src="css/csshorizontalmenu.js" type="text/javascript"></script>
<script src="css/script_carbon.js" type="text/javascript" language="javascript"></script>
</head>
<body>
<div id="mainPageDiv">
<script type= "text/javascript">loadNavMenu();</script>
<noscript><br /><h1 style="text-align:center;">The Forest Sector Carbon Calculator</h1>
<h1 style="text-align:center; color:Red;">Please Enable Javascript Before Proceeding</h1></noscript>
<div id="main">
<div id="whatsNew"><a href="whatsNew.aspx">What's new in Version 2!</a></div>
<div id="mainPageTitle">Introduction - Version 2.0</div>
<p><br />
Welcome to the forest carbon calculator, an interface and set of carbon models to help you examine how carbon stores in the forest sector change over time.
The forest carbon calculator was developed by <a href="people.aspx">scientists at Oregon State University and the USDA Forest Service.</a>
Funding provided by <a href="http://www.fs.fed.us/pnw/">Pacific Northwest Research Station, USDA Forest Service</a>.</p>
<p>
This web interface will allow you to select different regions, past histories of disturbance and management as well as alternative futures. Currently, the calculator
is parameterized for the Oregon East and West Cascades regions only. Calculations can be
done for a single stand or for an entire landscape. Reports and time trend graphs on stores in the forest, in wood products (including bioenergy), and
disposal can be generated.
</p>
<p>
Before starting to run the model please take some time to check out the tutorial section where you will find more complete descriptions of the models being
used, example experiments, and other resources that can help you make the most of the calculator.
</p><br />
<table class="center" width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="200" class="button_cell"><a href="summary.aspx">Quick Summary</a></td>
<td class="text_cell">A short overview of the model and how it works.</td>
</tr>
<tr>
<td width="200" class="button_cell"><a href="tutorial.aspx">Tutorial</a></td>
<td class="text_cell">Learn how to run the calculator, how the model works, and how carbon in the forest sector behaves, as well as what input and output screens look like.</td>
</tr>
<tr>
<td width="200" class="button_cell"><a href="run-stand.aspx">Run Stand</a></td>
<td class="text_cell">By stand level we mean an area of ground that has a relatively similar disturbance and land-use history.</td>
</tr>
<tr>
<td width="200" class="button_cell"><a href="run-landscape.aspx">Run Landscape</a></td>
<td class="text_cell">By landscape level we mean a collection of stands that has had disturbances or changes in land-use at different times.</td>
</tr>
<%-- <tr>
<td width="200" class="button_cell"><a href="download.aspx">Download</a></td>
<td class="text_cell">Download the LandCarb software to run simulations on your own machine.</td>
</tr>
--%> </table>
<br />
<table width="50%" border="0" align="right">
<tr>
<td><div align="center"><a href="http://oregonstate.edu/"><img src="images/OSU_Logo.jpg" height="100" border="1"></a><br />
<span>Oregon State Univeristy</span><br />
</div></td>
<td><div align="center"><a href="http://www.fs.fed.us/pnw/"><img src="images/usfs.gif" width="90" height="100" border="0"></a> <a href="http://www.fs.fed.us/pnw/" target="_blank">
<img src="images/PNW_color.jpg" height="100" border="0"></a><br />
<span>USDA Pacific Northwest<br />
Research Station </span></div></td>
</tr>
</table>
</div>
<script type= "text/javascript">loadFooter();</script>
</div>
</body>
</html>