-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
69 lines (66 loc) · 2.35 KB
/
contact.html
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
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='bootstrap.css'>
<link rel='stylesheet' href='main.css'>
</head>
<body>
<div class = 'wrapper'>
<div class='nav'>
<div class='container'>
<ul class = 'pull-left'>
<li><a href='index.html'>Home</a></li>
<li><a href='about.html'>About</a></li>
<li><a href='upcomingMeet.html'>Upcoming Meetings</a></li>
<li><a href='pastMeet.html'>Past Meetings</a></li>
<li><a href='awards.html'>Awards</a></li>
<li><a href='contact.html'>Contact</a></li>
</ul>
<ul class = 'pull-right'>
<li><a href='http://www.ncasi2.org/nemo/index.html'>NEMO</a></li>
<li><a href='http://www.westernforestry.org/wmens/'>WestMens</a></li>
<li><a href='http://www.iufro.org/iufro/'>IUFRO</a></li>
</ul>
</div>
</div>
<div class = 'aux-container'>
<h2>Sponsers</h2>
<p>All members and Southern Mensurationists' Conference Participants</p>
<br>
<p>Warnell School of Forest Resources, University of Georgia, Athens, GA, 30602</p>
<br>
<p>SOFOREXT Southern Region Extension Forestry</p>
<br>
<p>Georgia Center for Continuing Education, University of Georgia, Athens, GA, 30602</p>
</div>
<div class = 'aux-container'>
<h2>Organizers</h2>
<p>C.J.Cieszewski, R.Ingvar Elle
D.B.Warnell School of Forest Resources</p>
<p>University of Georgia Athens, GA, 30602, FAX: (706)542-8356</p>
<br>
<p>R.L.Amateis, H E. Burkhart</p>
<p>Department of Forestry, Virginia Tech</p>
<p>Blacksburg, Virginia 24061, FAX: 540-231-3698</p>
<br>
<p>Mike R Strub</p>
<p>Retired Weyerhaeuser</p>
<p>1572 Watson Avenue, Little River, SC 29566</p>
<br>
<p>John Paul McTague</p>
<p>Rayonier - Forest Research Center</p>
<p>PO Box 819, Yulee, FL 32041</p>
<br>
<br>
<p>Membership in this organization is informal, and anybody is welcome to
participate. If you would like to be on our mailing list, please send a
request via email to <a href = 'mailto:biomat@uga.edu' target="_top">Chris J. Cieszewski.</a></p>
</div>
<br>
<br>
<br>
<br>
</div>
<div class = 'footer'></div>
</body>
</html>