-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (69 loc) · 2.55 KB
/
index.html
File metadata and controls
74 lines (69 loc) · 2.55 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="author" content="Hayden Elza">
<title>Bordner Lab</title>
<meta name="description" content="Website for group digitizing the Wisconsin Land Economic Inventory. The Bordner project is conducted the Forest Landscape Ecology Lab of the University of Wisconsin.">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- this is a change -->
<div id="title">
<h1>Bordner Lab</h1>
<h2>Digitizing the Wisconsin Land Economic Inventory</h2>
</div>
<div class="section">
<h3>Progress</h3>
<div class="right-content">
<a href="progress/" target="_blank">Progress Map</a>
</div>
</div>
<div class="section">
<h3>Coastal Bordner Project</h3>
<div class="right-content">
<ul>
<li><a href="https://maps.sco.wisc.edu/BordnerCoastal/">Coastal Bordner Map</a></li>
<li><a href="https://maps.sco.wisc.edu/BordnerCoastal/about/">About the Coastal Bordner Project</a></li>
<li><a href="https://maps.sco.wisc.edu/BordnerCoastal/about/#Download">Data Download</a></li>
<li><a href="https://maps.sco.wisc.edu/BordnerCoastal/about/bordner_flyer.pdf">Project Handout</a></li>
</ul>
</div>
</div>
<div class="section">
<h3>Products</h3>
<div class="right-content">
<ul>
<li><a href="videopresentation/" target="_blank">Coastal Map</a></li>
<li><a href="test3d/" target="_blank">Test extruded polygons</a></li>
<li><a href="http://uw-mad.maps.arcgis.com/apps/webappviewer/index.html?id=40ea2e9c40ba48f5a13a1b71e1402bba" target="_blank">Leopold Map</a></li>
<li><a href="georeferencemap/" target="_blank">Georeference Image Map</a></li>
<li><a href="http://uw-mad.maps.arcgis.com/apps/webappviewer/index.html?id=dc6d31065a024cf3b8cd20ce9ea01aea" target="_blank">Landcover Change Map</a></li>
</ul>
</div>
</div>
<div class="section">
<h3>Details</h3>
<div class="right-content">
<p>Github: <a href="https://github.com/BordnerLab">BordnerLab</a></p>
<p>
Lab website: <a href="http://labs.russell.wisc.edu/landscape/">labs.russell.wisc.edu/landscape</a>
</p>
<p>
Questions regarding project: Matt Noone (<a href="mailto:mnoone@wisc.edu">mnoone@wisc.edu</a>)
</p>
<p>
General lab questions: David Mladenoff (<a href="mailto:david.mladenoff@wisc.edu">david.mladenoff@wisc.edu</a>)
</p>
<p>
Forest Ecosystem and Landscape Ecology Lab<br>
Department of Forest and Wildlife Ecology<br>
Russell Labs<br>
1630 Linden Dr.<br>
Madison, WI 53706-1520<br>
USA
</p>
</div>
</div>
</body>
</html>