-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpeople.aspx
77 lines (73 loc) · 3.57 KB
/
people.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
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="Keywords" content="forest, forest management, carbon calculator, forest products, forest sector, wildfire, disturbance regime" />
<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"></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="mainPageTitle">About Us</div>
<p> </p>
<table width="100%" border="0" cellpadding="10">
<tr>
<td width="300px"><div align="right"><img src="images/markHarmon.jpg" height="204" border="1"></div></td>
<td><p><a href="http://fes.forestry.oregonstate.edu/faculty/harmon-mark"><br />
Mark E. Harmon</a><br />
<span>Project co-coordinator</span></p>
<p>Professor and Richardson Chair<br>
Department of Forest Ecosystems and Society<br />
Oregon State University </p></td>
</tr>
<tr>
<td><div align="right"><img src="images/tomSpies.jpg" height="204"></div></td>
<td><p><a href="http://fes.forestry.oregonstate.edu/faculty/spies-tom"><br />
Thomas A. Spies</a><br />
<span>Project co-coordinator</span> </p>
<p>Research Forester<br />
Pacific Northwest Research Station<br />
USDA Forest Service</p></td>
</tr>
<tr>
<td valign="top" colspan="2"><hr /></td>
</tr>
<tr>
<td align="right"><img src="images/keithOlsen.jpg" border="1"></td>
<td><p><a href="http://fes.forestry.oregonstate.edu/faculty/olsen-keith"><br />
Keith A. Olsen</a></p>
<p>Senior Faculty Research Assistant<br />
Department of Forest Ecosystems and Society<br />
Oregon State University </p></td>
</tr>
<tr>
<td align="right"><img src="images/frankSchnekenburger.jpg" height="204" border="1"></td>
<td><p><a href="http://fes.forestry.oregonstate.edu/faculty/schnekenburger-frank"><br />
Frank Schnekenburger</a></p>
<p>Developer - Simulation Modeling<br />
Department of Forest Ecosystems and Society<br />
Oregon State University </p></td>
</tr>
<tr>
<td align="right"><img src="images/HaroldZald.jpg" border="1"></td>
<td><p><a href="http://fes.forestry.oregonstate.edu/faculty/zald-harold"><br />
Harold Zald</a></p>
<p>Postdoctoral Research Associate<br />
Department of Forest Ecosystems and Society<br />
Oregon State University </p></td>
</tr>
</table>
</div>
<script type= "text/javascript">loadFooter();</script>
</div>
</body>
</html>