-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathattributes.html
215 lines (187 loc) · 5.01 KB
/
attributes.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!DOCTYPE html>
<html>
<head>
<title>Desicion Tree for Attributes</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" />
<!-- Drop down menus from suckerfish at htmldog.com -->
<script type="text/javascript">
sfHover = function() {
var sfEls = document.getElementById("navlist").getElementsByTagName("li");
for (var i=0; i<sfEls.length; i++) {
sfEls[i].onmouseover=function() {
this.className+=" sfhover";
}
sfEls[i].onmouseout=function() {
this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
}
}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
</script>
<!-- This javascript enables drop down menus when the mouse hovers over
the selection. This is used currently when the mouse hovers over the
"members" menu item -->
</head>
<body>
<div id="frame">
<div id="header">
<div>
<!-- the table below serves as the top banner -->
<table border="0" width="100%" cellspacing="0" cellpadding="5" summary="header">
<tr>
<td rowspan="2"><img src="images/aaspi.png" alt="AASPI" /></td>
<td class="header_text"><h1>AASPI @ ConocoPhillips School of Geology & Geophysics</h1></td>
<td rowspan="2"><img src="images/cpsgg.png" alt="CPSGG" /></td>
</tr>
<tr>
<td class="header_text"><h3>Attribute Assisted Seismic Processing & Interpretation | The University of Oklahoma</h3></td>
</tr>
</table>
</div>
</div>
<!-- This list serves as the site navigation on the left pane -->
<!-- If a new page is to be added to the site navigation menu, do so here using <li></li> tags -->
<div id="container">
<div class="nav" id="sitenav">
<ul id="navlist">
<li><a href="index.html">home</a></li>
<li><a href="about.html">about</a></li>
<li><a href="members.html">members</a>
<ul>
<li><a href="faculty.html">principal investigators</a></li>
<li><a href="students.html">students</a></li>
<li><a href="sponsors.html">sponsors</a></li>
</ul>
</li>
<li><a href="documentation.html">documentation</a></li>
<li><a href="research.html">research</a></li>
<ul>
<li><a href="attributes.html">Attributes</a></li>
</ul>
<li><a href="publications.html">publications</a></li>
<li><a href="resources.html">resources</a></li>
<li><a href="contact.html">contact</a></li>
<li><a href="upload">downloads</a></li>
</ul>
</div>
<!-- This div container holds the main page content, and this is where your changes should go -->
<div class="cont" id="content">
<h2>Desicion Tree For Attributes</h2>
<!-- PUT THE BULK OF THE NEW PAGE HERE -->
<!-- This is a sample table -->
<table class="redTable">
<h2>Attribute Resource Table</h2>
<thead>
<tr>
<th>Geologic Facies</th>
<th> </th>
<th>Visual</th>
<th>Expression </th>
<th> </th>
<th>Attribute </th>
<th>Expression</th>
<th> </th>
<th> </th>
<th> </th>
<th>Images</th>
<th>Resources</th>
</tr>
</thead>
<tfoot>
<tr>
<td colspan="10">
<div class="links"><a href="#">«</a> <a class="active" href="#">1</a> <a href="#">2</a> <a href="#">3</a> <a href="#">4</a> <a href="#">»</a></div>
</td>
</tr>
</tfoot>
<tbody>
<tr>
<td> </td>
<td>Figure</td>
<td>Internal Reflection Configuration</td>
<td>External Forms</td>
<td>Amplitude</td>
<td>Coherence</td>
<td>Dip and Convergence</td>
<td>Curvature</td>
<td>Spectra</td>
<td>Texture</td>
</tr>
<tr>
<td>cell1_2</td>
<td>cell2_2</td>
<td>cell3_2</td>
<td>cell4_2</td>
<td>cell5_2</td>
<td>cell6_2</td>
<td>cell7_2</td>
<td>cell8_2</td>
<td>cell9_2</td>
<td>cell10_2</td>
</tr>
<tr>
<td>cell1_3</td>
<td>cell2_3</td>
<td>cell3_3</td>
<td>cell4_3</td>
<td>cell5_3</td>
<td>cell6_3</td>
<td>cell7_3</td>
<td>cell8_3</td>
<td>cell9_3</td>
<td>cell10_3</td>
</tr>
<tr>
<td>cell1_4</td>
<td>cell2_4</td>
<td>cell3_4</td>
<td>cell4_4</td>
<td>cell5_4</td>
<td>cell6_4</td>
<td>cell7_4</td>
<td>cell8_4</td>
<td>cell9_4</td>
<td>cell10_4</td>
</tr>
<tr>
<td>cell1_5</td>
<td>cell2_5</td>
<td>cell3_5</td>
<td>cell4_5</td>
<td>cell5_5</td>
<td>cell6_5</td>
<td>cell7_5</td>
<td>cell8_5</td>
<td>cell9_5</td>
<td>cell10_5</td>
</tr>
<tr>
<td>cell1_6</td>
<td>cell2_6</td>
<td>cell3_6</td>
<td>cell4_6</td>
<td>cell5_6</td>
<td>cell6_6</td>
<td>cell7_6</td>
<td>cell8_6</td>
<td>cell9_6</td>
<td>cell10_6</td>
</tr>
</tbody>
</table>
<!-- these are external links at the bottom of the page -->
<div class="nav" id="extlinks">
<p><a href="http://www.ou.edu/mcee/geology.html">ConocoPhillips School of Geology & Geophysics</a> | <a href="http://www.ou.edu/mcee.html">Mewbourne College of Earth & Energy</a> | <a href="http://www.ou.edu/web.html">The University of Oklahoma</a></p>
</div>
<!-- this is contact and copyright info for AASPI, CPSGG, MCEE, and OU -->
<div id="footer">
<address>Suite 872, Sarkeys Energy Center, 100 E. Boyd St., Norman, OK 73019<br />
Date of last revision: 06 June, 2015<br />
© Copyright 2015 The Board of Regents of the University of Oklahoma | All
Rights Reserved<br /></address>
<img src="images/ou.png" alt="OU" />
</div>
</div>
</body>
</html>