1
|
[% INCLUDE "genericHeader.tmpl" %]
|
2
|
|
3
|
[% IF cfg == 'nrs' %]
|
4
|
[% lsite = 'reserve' %]
|
5
|
[% usite = 'Reserve' %]
|
6
|
[% ELSE %]
|
7
|
[% lsite = 'station' %]
|
8
|
[% usite = 'Station' %]
|
9
|
[% END %]
|
10
|
|
11
|
[% IF form != 're_entry' %]
|
12
|
<p>Use this page to submit a <b>new</b> data set description for
|
13
|
inclusion in the registry.</p>
|
14
|
<p> </p>
|
15
|
<p>Please have a look at the
|
16
|
<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide" target="guide">
|
17
|
<b>Guide on How to Complete Data Registry Entries</b></a>
|
18
|
before you start filling in this catalog form. Also, use your browser's
|
19
|
Reload/Refresh function to make sure you see the latest version of this
|
20
|
page.
|
21
|
</p>
|
22
|
<p> </p>
|
23
|
<p align="left">Fields including a red asterisk
|
24
|
(<b class="required">*</b>) are required.
|
25
|
</p>
|
26
|
<p> </p>
|
27
|
<p align="left">If you have any questions, comments or problems
|
28
|
regarding this form, please contact [% adminname %] at
|
29
|
<a href="mailto:[% recipient %]"><i>[% recipient %]</i></a>.
|
30
|
</p>
|
31
|
[% ELSE %]
|
32
|
<p>Use this page to edit the data set description that you submitted earlier to the registry.</p>
|
33
|
<p> </p>
|
34
|
<p>Please have a look at the
|
35
|
<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide" target="guide">
|
36
|
<b>Guide on How to Complete Data Registry Entries</b></a>
|
37
|
for help with filling of this catalog form.
|
38
|
</p>
|
39
|
<p> </p>
|
40
|
<p align="left">Fields including a red asterisk
|
41
|
(<b class="required">*</b>) are required.
|
42
|
</p>
|
43
|
<p> </p>
|
44
|
<p align="left">If you have any questions, comments or problems
|
45
|
regarding this form, please contact [% adminname %] at
|
46
|
<a href="mailto:[% recipient %]"><i>[% recipient %]</i></a>.
|
47
|
</p>
|
48
|
[% END %]
|
49
|
<!--
|
50
|
</td></tr>
|
51
|
</table>
|
52
|
-->
|
53
|
<p> </p>
|
54
|
<form action="@cgi-prefix@/register-dataset.cgi" method="post">
|
55
|
<input type="hidden" name="cfg" value="[% cfg %]">
|
56
|
<input type="hidden" name="docid" value="[% docid %]">
|
57
|
<input type="hidden" name="stage" value="insert">
|
58
|
<p align="left">
|
59
|
<b><font size="-1" color="#0000ff">
|
60
|
<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#BasicInformation"
|
61
|
target="guide">BASIC INFORMATION </a> </font>
|
62
|
</b>
|
63
|
</p>
|
64
|
<table width="760" border="0" cellspacing="0" cellpadding="9"
|
65
|
bgcolor="#c6d6e7">
|
66
|
<tr>
|
67
|
<td>
|
68
|
<p align="left"><font size="+1"> <font size="-2"> <font size="-1">
|
69
|
<b><font color="#ff0000">*</font>
|
70
|
Name of Person completing this form
|
71
|
</b></font>
|
72
|
</font></font></p>
|
73
|
<p><font size="-1">
|
74
|
<input type="TEXT" name="providerGivenName" size="40" value="[%providerGivenName%]">
|
75
|
<b><font color="#ff0000">*</font>First Name</b></font></p>
|
76
|
<p><font size="-1"><b>
|
77
|
<input type="TEXT" name="providerSurName" size="40" value="[%providerSurName%]">
|
78
|
<font color="#ff0000">*</font>Last Name</b></font></p>
|
79
|
<p align="left"> <font size="-1">
|
80
|
<select name="site" value="[%site%]">
|
81
|
[% IF form == 're_entry' %]
|
82
|
<option selected>[%site%]</option>
|
83
|
[% ELSE %]
|
84
|
<option>Select your [% lsite %] here.</option>
|
85
|
[% END %]
|
86
|
[% FOREACH site = siteList %]
|
87
|
<option>[% site %]</option>
|
88
|
[% END %]
|
89
|
</select>
|
90
|
<b><font color="#ff0000">*</font>[% usite %] Name</b></font></p>
|
91
|
<p align="left"><font size="-1">
|
92
|
<input type="TEXT" name="title" value="[%title%]" size="53">
|
93
|
<b><font color="#ff0000">*</font>Data Set Title</b></font></p>
|
94
|
</td>
|
95
|
</tr>
|
96
|
</table>
|
97
|
<p align="left"><b><font size="-1" color="#0000ff">
|
98
|
|
99
|
<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#DataSetOriginator"
|
100
|
target="guide">DATA SET ORIGINATOR</a>
|
101
|
|
102
|
</font></b>
|
103
|
</p>
|
104
|
<table border="0" cellpadding="9" width="760" bgcolor="#c6d6e7"
|
105
|
cellspacing="0">
|
106
|
<tr>
|
107
|
<td valign="TOP" colspan="3">
|
108
|
<!-- <p> <font size="-1">
|
109
|
<select name="origRole0">
|
110
|
<option> </option>
|
111
|
<option selected>[%origRole0%]</option>
|
112
|
<option>Originator</option>
|
113
|
<option>Principal Investigator</option>
|
114
|
<option>Editor</option>
|
115
|
<option>Publisher</option>
|
116
|
<option>Processor</option>
|
117
|
<option>Custodian/Steward</option>
|
118
|
<option>Author</option>
|
119
|
<option>Content Provider</option>
|
120
|
<option>Distributor</option>
|
121
|
<option>Metadata Provider</option>
|
122
|
<option>Owner</option>
|
123
|
</select>
|
124
|
<b>Originator's Role (</b>Leave this field empty unless you desire to
|
125
|
be more specific)</font></p> -->
|
126
|
<p><font size="-1">
|
127
|
<input type="TEXT" name="origNamefirst0" size="40" value="[%origNamefirst0%]">
|
128
|
<b><font color="#ff0000">*</font>First Name</b></font></p>
|
129
|
<p><font size="-1"><b>
|
130
|
<input type="TEXT" name="origNamelast0" size="40" value="[%origNamelast0%]">
|
131
|
<font color="#ff0000">*</font>Last Name</b></font></p>
|
132
|
<p><font size="-1">
|
133
|
<input type="TEXT" name="origNameOrg" size="60" value="[%origNameOrg%]">
|
134
|
<b>Organization Name</b></font></p>
|
135
|
<p><font size="-1"><b>Originator Address Information (for Individual or
|
136
|
Organization):</b></font></p>
|
137
|
<p><font size="-1">
|
138
|
<input type="TEXT" name="origEmail" value="[%origEmail%]">
|
139
|
<b>E-Mail</b></font></p>
|
140
|
<p><font size="-1">
|
141
|
<input type="TEXT" name="origPhone" value="[%origPhone%]">
|
142
|
<b>Phone</b></font></p>
|
143
|
<p><font size="-1">
|
144
|
<input type="TEXT" name="origFAX" value="[%origFAX%]">
|
145
|
<b>FAX</b></font></p>
|
146
|
<p><font size="-1"><b>Delivery information (number, street, unit, etc.,
|
147
|
comma-separated)</b></font></p>
|
148
|
<p><font size="-1">
|
149
|
<textarea rows="5" cols="60" name="origDelivery">[%origDelivery%]</textarea>
|
150
|
</font></p>
|
151
|
<p><font size="-1">
|
152
|
<input type="TEXT" name="origCity" value="[%origCity%]" size="50">
|
153
|
<b>City</b></font></p>
|
154
|
<p> <font size="-1">
|
155
|
<select name="origState">
|
156
|
[% IF form == 're_entry' %]
|
157
|
<option selected>[%origState%]</option>
|
158
|
[% ELSE %]
|
159
|
<option>Select state here.</option>
|
160
|
[% END %]
|
161
|
<option>Alabama</option>
|
162
|
<option>Alaska</option>
|
163
|
<option>American Samoa</option>
|
164
|
<option>Arizona</option>
|
165
|
<option>Arkansas</option>
|
166
|
<option>California</option>
|
167
|
<option>Colorado</option>
|
168
|
<option>Connecticut</option>
|
169
|
<option>Delaware</option>
|
170
|
<option>District of Columbia</option>
|
171
|
<option>Federated States of Micronesia</option>
|
172
|
<option>Florida</option>
|
173
|
<option>Georgia</option>
|
174
|
<option>Guam</option>
|
175
|
<option>Hawaii</option>
|
176
|
<option>Idaho</option>
|
177
|
<option>Illinois</option>
|
178
|
<option>Indiana</option>
|
179
|
<option>Iowa</option>
|
180
|
<option>Kansas</option>
|
181
|
<option>Kentucky</option>
|
182
|
<option>Louisiana</option>
|
183
|
<option>Maine</option>
|
184
|
<option>Marshall Islands</option>
|
185
|
<option>Maryland</option>
|
186
|
<option>Massachusetts</option>
|
187
|
<option>Michigan</option>
|
188
|
<option>Minnesota</option>
|
189
|
<option>Mississippi</option>
|
190
|
<option>Missouri</option>
|
191
|
<option>Montana</option>
|
192
|
<option>Nebraska</option>
|
193
|
<option>Nevada</option>
|
194
|
<option>New Hampshire</option>
|
195
|
<option>New Jersey</option>
|
196
|
<option>New Mexico</option>
|
197
|
<option>New York</option>
|
198
|
<option>North Carolina</option>
|
199
|
<option>North Dakota</option>
|
200
|
<option>Northern Mariana Islands</option>
|
201
|
<option>Ohio</option>
|
202
|
<option>Oklahoma</option>
|
203
|
<option>Oregon</option>
|
204
|
<option>Palau</option>
|
205
|
<option>Pennsylvania</option>
|
206
|
<option>Puerto Rico</option>
|
207
|
<option>Rhode Island</option>
|
208
|
<option>South Carolina</option>
|
209
|
<option>South Dakota</option>
|
210
|
<option>Tennessee</option>
|
211
|
<option>Texas</option>
|
212
|
<option>Utah</option>
|
213
|
<option>Vermont</option>
|
214
|
<option>Virgin Islands</option>
|
215
|
<option>Virginia</option>
|
216
|
<option>Washington</option>
|
217
|
<option>West Virginia</option>
|
218
|
<option>Wisconsin</option>
|
219
|
<option>Wyoming</option>
|
220
|
</select>
|
221
|
<b>State</b></font>
|
222
|
<font size="-1">
|
223
|
<input type="TEXT" name="origStateOther" value="[%origStateOther%]">
|
224
|
<b>Other State or Province</b></font>
|
225
|
</p>
|
226
|
<p><font size="-1"><b>
|
227
|
<input type="TEXT" name="origZIP" value="[%origZIP%]" size="10">
|
228
|
<b>ZIP</b></b></font></p>
|
229
|
<p><font size="-1">
|
230
|
<input type="TEXT" name="origCountry" value="[%origCountry%]">
|
231
|
<b>Country</b></font></p>
|
232
|
</tr>
|
233
|
</table>
|
234
|
<p><b><font size="-1" color="#0000ff">
|
235
|
<a
|
236
|
href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#AdditionalOriginators"
|
237
|
target="guide">ADDITIONAL ORIGINATORS</a>
|
238
|
</font></b>
|
239
|
</p>
|
240
|
<table cellspacing="0" border="0" cellpadding="9" width="760"
|
241
|
bgcolor="#c6d6e7">
|
242
|
<tr>
|
243
|
<td width="21%" valign="TOP">
|
244
|
<p><font size="-1"><b>First Name</b></font></p>
|
245
|
</td>
|
246
|
<td width="21%" valign="TOP">
|
247
|
<p><font size="-1"><b>Last Name</b></font></p>
|
248
|
</td>
|
249
|
<td width="58%" valign="TOP">
|
250
|
<p><font size="-1"><b>Role</b></font></p>
|
251
|
</td>
|
252
|
</tr>
|
253
|
<tr>
|
254
|
<td width="21%" valign="TOP">
|
255
|
<p><font size="-1">
|
256
|
<input type="TEXT" name="origNamefirst1" value="[%origNamefirst1%]">
|
257
|
</font></p>
|
258
|
</td>
|
259
|
<td width="21%" valign="TOP">
|
260
|
<p><font size="-1">
|
261
|
<input type="TEXT" name="origNamelast1" value="[%origNamelast1%]">
|
262
|
</font></p>
|
263
|
</td>
|
264
|
<td width="58%" valign="TOP">
|
265
|
<p> <font size="-1">
|
266
|
<select name="origRole1">
|
267
|
[% IF form == 're_entry' %]
|
268
|
<option selected>[%origRole1%]</option>
|
269
|
[% END %]
|
270
|
<option>Principal Investigator</option>
|
271
|
<option>Editor</option>
|
272
|
<option>Publisher</option>
|
273
|
<option>Processor</option>
|
274
|
<option>Custodian/Steward</option>
|
275
|
<option>Author</option>
|
276
|
<option>Content Provider</option>
|
277
|
<option>Distributor</option>
|
278
|
<option>Metadata Provider</option>
|
279
|
<option>Originator</option>
|
280
|
<option>Owner</option>
|
281
|
<option>User</option>
|
282
|
</select>
|
283
|
</font></p>
|
284
|
</td>
|
285
|
</tr>
|
286
|
<tr>
|
287
|
<td width="21%" valign="TOP">
|
288
|
<p><font size="-1">
|
289
|
<input type="TEXT" name="origNamefirst2" value="[%origNamefirst2%]">
|
290
|
</font></p>
|
291
|
</td>
|
292
|
<td width="21%" valign="TOP">
|
293
|
<p><font size="-1">
|
294
|
<input type="TEXT" name="origNamelast2" value="[%origNamelast2%]">
|
295
|
</font></p>
|
296
|
</td>
|
297
|
<td width="58%" valign="TOP">
|
298
|
<p> <font size="-1">
|
299
|
<select name="origRole2">
|
300
|
[% IF form == 're_entry' %]
|
301
|
<option selected>[%origRole2%]</option>
|
302
|
[% END %]
|
303
|
<option>Principal Investigator</option>
|
304
|
<option>Editor</option>
|
305
|
<option>Publisher</option>
|
306
|
<option>Processor</option>
|
307
|
<option>Custodian/Steward</option>
|
308
|
<option>Author</option>
|
309
|
<option>Content Provider</option>
|
310
|
<option>Distributor</option>
|
311
|
<option>Metadata Provider</option>
|
312
|
<option>Originator</option>
|
313
|
<option>Owner</option>
|
314
|
<option>User</option>
|
315
|
</select>
|
316
|
</font></p>
|
317
|
</td>
|
318
|
</tr>
|
319
|
<tr>
|
320
|
<td width="21%" valign="TOP">
|
321
|
<p><font size="-1">
|
322
|
<input type="TEXT" name="origNamefirst3" value="[%origNamefirst3%]">
|
323
|
</font></p>
|
324
|
</td>
|
325
|
<td width="21%" valign="TOP">
|
326
|
<p><font size="-1">
|
327
|
<input type="TEXT" name="origNamelast3" value="[%origNamelast3%]">
|
328
|
</font></p>
|
329
|
</td>
|
330
|
<td width="58%" valign="TOP">
|
331
|
<p> <font size="-1">
|
332
|
<select name="origRole3">
|
333
|
[% IF form == 're_entry' %]
|
334
|
<option selected>[%origRole3%]</option>
|
335
|
[% END %]
|
336
|
<option>Principal Investigator</option>
|
337
|
<option>Editor</option>
|
338
|
<option>Publisher</option>
|
339
|
<option>Processor</option>
|
340
|
<option>Custodian/Steward</option>
|
341
|
<option>Author</option>
|
342
|
<option>Content Provider</option>
|
343
|
<option>Distributor</option>
|
344
|
<option>Metadata Provider</option>
|
345
|
<option>Originator</option>
|
346
|
<option>Owner</option>
|
347
|
<option>User</option>
|
348
|
</select>
|
349
|
</font></p>
|
350
|
</td>
|
351
|
</tr>
|
352
|
<tr>
|
353
|
<td width="21%" valign="TOP">
|
354
|
<p><font size="-1">
|
355
|
<input type="TEXT" name="origNamefirst4" value="[%origNamefirst4%]">
|
356
|
</font></p>
|
357
|
</td>
|
358
|
<td width="21%" valign="TOP">
|
359
|
<p><font size="-1">
|
360
|
<input type="TEXT" name="origNamelast4" value="[%origNamelast4%]">
|
361
|
</font></p>
|
362
|
</td>
|
363
|
<td width="58%" valign="TOP">
|
364
|
<p> <font size="-1">
|
365
|
<select name="origRole4">
|
366
|
[% IF form == 're_entry' %]
|
367
|
<option selected>[%origRole4%]</option>
|
368
|
[% END %]
|
369
|
<option>Principal Investigator</option>
|
370
|
<option>Editor</option>
|
371
|
<option>Publisher</option>
|
372
|
<option>Processor</option>
|
373
|
<option>Custodian/Steward</option>
|
374
|
<option>Author</option>
|
375
|
<option>Content Provider</option>
|
376
|
<option>Distributor</option>
|
377
|
<option>Metadata Provider</option>
|
378
|
<option>Originator</option>
|
379
|
<option>Owner</option>
|
380
|
<option>User</option>
|
381
|
</select>
|
382
|
</font></p>
|
383
|
</td>
|
384
|
</tr>
|
385
|
<tr>
|
386
|
<td width="21%" valign="TOP">
|
387
|
<p><font size="-1">
|
388
|
<input type="TEXT" name="origNamefirst5" value="[%origNamefirst5%]">
|
389
|
</font></p>
|
390
|
</td>
|
391
|
<td width="21%" valign="TOP">
|
392
|
<p><font size="-1">
|
393
|
<input type="TEXT" name="origNamelast5" value="[%origNamelast5%]">
|
394
|
</font></p>
|
395
|
</td>
|
396
|
<td width="58%" valign="TOP">
|
397
|
<p> <font size="-1">
|
398
|
<select name="origRole5">
|
399
|
[% IF form == 're_entry' %]
|
400
|
<option selected>[%origRole5%]</option>
|
401
|
[% END %]
|
402
|
<option>Principal Investigator</option>
|
403
|
<option>Editor</option>
|
404
|
<option>Publisher</option>
|
405
|
<option>Processor</option>
|
406
|
<option>Custodian/Steward</option>
|
407
|
<option>Author</option>
|
408
|
<option>Content Provider</option>
|
409
|
<option>Distributor</option>
|
410
|
<option>Metadata Provider</option>
|
411
|
<option>Originator</option>
|
412
|
<option>Owner</option>
|
413
|
<option>User</option>
|
414
|
</select>
|
415
|
</font></p>
|
416
|
</td>
|
417
|
</tr>
|
418
|
<tr>
|
419
|
<td width="21%" valign="TOP">
|
420
|
<p><font size="-1">
|
421
|
<input type="TEXT" name="origNamefirst6" value="[%origNamefirst6%]">
|
422
|
</font></p>
|
423
|
</td>
|
424
|
<td width="21%" valign="TOP">
|
425
|
<p><font size="-1">
|
426
|
<input type="TEXT" name="origNamelast6" value="[%origNamelast6%]">
|
427
|
</font></p>
|
428
|
</td>
|
429
|
<td width="58%" valign="TOP">
|
430
|
<p> <font size="-1">
|
431
|
<select name="origRole6">
|
432
|
[% IF form == 're_entry' %]
|
433
|
<option selected>[%origRole6%]</option>
|
434
|
[% END %]
|
435
|
<option>Principal Investigator</option>
|
436
|
<option>Editor</option>
|
437
|
<option>Publisher</option>
|
438
|
<option>Processor</option>
|
439
|
<option>Custodian/Steward</option>
|
440
|
<option>Author</option>
|
441
|
<option>Content Provider</option>
|
442
|
<option>Distributor</option>
|
443
|
<option>Metadata Provider</option>
|
444
|
<option>Originator</option>
|
445
|
<option>Owner</option>
|
446
|
<option>User</option>
|
447
|
</select>
|
448
|
</font></p>
|
449
|
</td>
|
450
|
</tr>
|
451
|
<tr>
|
452
|
<td width="21%" valign="TOP">
|
453
|
<p><font size="-1">
|
454
|
<input type="TEXT" name="origNamefirst7" value="[%origNamefirst7%]">
|
455
|
</font></p>
|
456
|
</td>
|
457
|
<td width="21%" valign="TOP">
|
458
|
<p><font size="-1">
|
459
|
<input type="TEXT" name="origNamelast7" value="[%origNamelast7%]">
|
460
|
</font></p>
|
461
|
</td>
|
462
|
<td width="58%" valign="TOP">
|
463
|
<p> <font size="-1">
|
464
|
<select name="origRole7">
|
465
|
[% IF form == 're_entry' %]
|
466
|
<option selected>[%origRole7%]</option>
|
467
|
[% END %]
|
468
|
<option>Principal Investigator</option>
|
469
|
<option>Editor</option>
|
470
|
<option>Publisher</option>
|
471
|
<option>Processor</option>
|
472
|
<option>Custodian/Steward</option>
|
473
|
<option>Author</option>
|
474
|
<option>Content Provider</option>
|
475
|
<option>Distributor</option>
|
476
|
<option>Metadata Provider</option>
|
477
|
<option>Originator</option>
|
478
|
<option>Owner</option>
|
479
|
<option>User</option>
|
480
|
</select>
|
481
|
</font></p>
|
482
|
</td>
|
483
|
</tr>
|
484
|
<tr>
|
485
|
<td width="21%" valign="TOP">
|
486
|
<p><font size="-1">
|
487
|
<input type="TEXT" name="origNamefirst8" value="[%origNamefirst8%]">
|
488
|
</font></p>
|
489
|
</td>
|
490
|
<td width="21%" valign="TOP">
|
491
|
<p><font size="-1">
|
492
|
<input type="TEXT" name="origNamelast8" value="[%origNamelast8%]">
|
493
|
</font></p>
|
494
|
</td>
|
495
|
<td width="58%" valign="TOP">
|
496
|
<p> <font size="-1">
|
497
|
<select name="origRole8">
|
498
|
[% IF form == 're_entry' %]
|
499
|
<option selected>[%origRole8%]</option>
|
500
|
[% END %]
|
501
|
<option>Principal Investigator</option>
|
502
|
<option>Editor</option>
|
503
|
<option>Publisher</option>
|
504
|
<option>Processor</option>
|
505
|
<option>Custodian/Steward</option>
|
506
|
<option>Author</option>
|
507
|
<option>Content Provider</option>
|
508
|
<option>Distributor</option>
|
509
|
<option>Metadata Provider</option>
|
510
|
<option>Originator</option>
|
511
|
<option>Owner</option>
|
512
|
<option>User</option>
|
513
|
</select>
|
514
|
</font></p>
|
515
|
</td>
|
516
|
</tr>
|
517
|
<tr>
|
518
|
<td width="21%" valign="TOP">
|
519
|
<p><font size="-1">
|
520
|
<input type="TEXT" name="origNamefirst9" value="[%origNamefirst9%]">
|
521
|
</font></p>
|
522
|
</td>
|
523
|
<td width="21%" valign="TOP">
|
524
|
<p><font size="-1">
|
525
|
<input type="TEXT" name="origNamelast9" value="[%origNamelast9%]">
|
526
|
</font></p>
|
527
|
</td>
|
528
|
<td width="58%" valign="TOP">
|
529
|
<p> <font size="-1">
|
530
|
<select name="origRole9">
|
531
|
[% IF form == 're_entry' %]
|
532
|
<option selected>[%origRole9%]</option>
|
533
|
[% END %]
|
534
|
<option>Principal Investigator</option>
|
535
|
<option>Editor</option>
|
536
|
<option>Publisher</option>
|
537
|
<option>Processor</option>
|
538
|
<option>Custodian/Steward</option>
|
539
|
<option>Author</option>
|
540
|
<option>Content Provider</option>
|
541
|
<option>Distributor</option>
|
542
|
<option>Metadata Provider</option>
|
543
|
<option>Originator</option>
|
544
|
<option>Owner</option>
|
545
|
<option>User</option>
|
546
|
</select>
|
547
|
</font></p>
|
548
|
</td>
|
549
|
</tr>
|
550
|
<tr>
|
551
|
<td width="21%" valign="TOP">
|
552
|
<p><font size="-1">
|
553
|
<input type="TEXT" name="origNamefirst10" value="[%origNamefirst10%]">
|
554
|
</font></p>
|
555
|
</td>
|
556
|
<td width="21%" valign="TOP">
|
557
|
<p><font size="-1">
|
558
|
<input type="TEXT" name="origNamelast10" value="[%origNamelast10%]">
|
559
|
</font></p>
|
560
|
</td>
|
561
|
<td width="58%" valign="TOP">
|
562
|
<p> <font size="-1">
|
563
|
<select name="origRole10">
|
564
|
[% IF form == 're_entry' %]
|
565
|
<option selected>[%origRole10%]</option>
|
566
|
[% END %]
|
567
|
<option>Principal Investigator</option>
|
568
|
<option>Editor</option>
|
569
|
<option>Publisher</option>
|
570
|
<option>Processor</option>
|
571
|
<option>Custodian/Steward</option>
|
572
|
<option>Author</option>
|
573
|
<option>Content Provider</option>
|
574
|
<option>Distributor</option>
|
575
|
<option>Metadata Provider</option>
|
576
|
<option>Originator</option>
|
577
|
<option>Owner</option>
|
578
|
<option>User</option>
|
579
|
</select>
|
580
|
</font></p>
|
581
|
</td>
|
582
|
</tr>
|
583
|
</table>
|
584
|
<br>
|
585
|
<p align="left"><font size="4" color="0000ff"><b><font size="-1">
|
586
|
<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#DataSetAbstract"
|
587
|
target="guide">DATA SET ABSTRACT</a>
|
588
|
</font></b></font>
|
589
|
|
590
|
<table width="760" border="0" cellspacing="0" cellpadding="9"
|
591
|
bgcolor="#c6d6e7">
|
592
|
<tr>
|
593
|
<td>
|
594
|
<h2 align="left"><b><font size="-1" color="#ff0000">*</font><font size="-1">Data
|
595
|
Set Abstract</font></b></h2>
|
596
|
<p align="left">
|
597
|
<textarea rows="5" cols="80" name="abstract">[%abstract%]</textarea>
|
598
|
</p>
|
599
|
</td>
|
600
|
</tr>
|
601
|
</table>
|
602
|
<p align="left"><font size="4" color="0000ff"><b><font size="-1">
|
603
|
<a
|
604
|
href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#KeywordInformation"
|
605
|
target="guide">KEYWORD INFORMATION</a>
|
606
|
</font></b></font>
|
607
|
<font size="-1"><b><br>
|
608
|
</b>(for example keywords, have a look at the keyword thesaurus for the <a href=
|
609
|
"http://gcmd.nasa.gov/Resources/valids/gcmd_parameters.html"><font color=
|
610
|
"008000">NASA Global Change Master Directory (GCMD))</font></a></font></p>
|
611
|
<table cellspacing="0" border="0" cellpadding="9" width="760"
|
612
|
bgcolor="#c6d6e7">
|
613
|
<tr>
|
614
|
<td width="34%" valign="TOP">
|
615
|
<p><font size="-1"><b>Keyword</b></font></p>
|
616
|
</td>
|
617
|
<td width="18%" valign="TOP">
|
618
|
<p><font size="-1"><b>Keyword Type</b></font></p>
|
619
|
</td>
|
620
|
<td width="48%" valign="TOP">
|
621
|
<p><font size="-1"><b>Keyword Thesaurus</b></font></p>
|
622
|
</td>
|
623
|
</tr>
|
624
|
<tr>
|
625
|
<td width="34%" valign="TOP">
|
626
|
<p><font size="-1">
|
627
|
<input type="TEXT" name="keyword0" value="[%keyword0%]" size="40">
|
628
|
</font></p>
|
629
|
</td>
|
630
|
<td width="18%" valign="TOP">
|
631
|
<p> <font size="-1">
|
632
|
<select name="kwType0">
|
633
|
[% IF form == 're_entry' %]
|
634
|
<option selected>[%kwType0%]</option>
|
635
|
[% END %]
|
636
|
<option>none</option>
|
637
|
<option>theme</option>
|
638
|
<option>place</option>
|
639
|
<option>stratum</option>
|
640
|
<option>temporal</option>
|
641
|
<option>taxonomic</option>
|
642
|
</select>
|
643
|
</font></p>
|
644
|
</td>
|
645
|
<td width="48%" valign="TOP">
|
646
|
<p> <font size="-1">
|
647
|
<select name="kwTh0">
|
648
|
[% IF form == 're_entry' %]
|
649
|
<option selected>[%kwTh0%]</option>
|
650
|
[% END %]
|
651
|
<option>none</option>
|
652
|
<option>GCMD</option>
|
653
|
</select>
|
654
|
</font></p>
|
655
|
</td>
|
656
|
</tr>
|
657
|
<tr>
|
658
|
<td width="34%" valign="TOP">
|
659
|
<p><font size="-1">
|
660
|
<input type="TEXT" name="keyword1" value="[%keyword1%]" size="40">
|
661
|
</font></p>
|
662
|
</td>
|
663
|
<td width="18%" valign="TOP">
|
664
|
<p> <font size="-1">
|
665
|
<select name="kwType1">
|
666
|
[% IF form == 're_entry' %]
|
667
|
<option selected>[%kwType1%]</option>
|
668
|
[% END %]
|
669
|
<option>none</option>
|
670
|
<option>theme</option>
|
671
|
<option>place</option>
|
672
|
<option>stratum</option>
|
673
|
<option>temporal</option>
|
674
|
<option>taxonomic</option>
|
675
|
</select>
|
676
|
</font></p>
|
677
|
</td>
|
678
|
<td width="48%" valign="TOP">
|
679
|
<p> <font size="-1">
|
680
|
<select name="kwTh1">
|
681
|
[% IF form == 're_entry' %]
|
682
|
<option selected>[%kwTh1%]</option>
|
683
|
[% END %]
|
684
|
<option>none</option>
|
685
|
<option>GCMD</option>
|
686
|
</select>
|
687
|
</font></p>
|
688
|
</td>
|
689
|
</tr>
|
690
|
<tr>
|
691
|
<td width="34%" valign="TOP">
|
692
|
<p><font size="-1">
|
693
|
<input type="TEXT" name="keyword2" value="[%keyword2%]" size="40">
|
694
|
</font></p>
|
695
|
</td>
|
696
|
<td width="18%" valign="TOP">
|
697
|
<p> <font size="-1">
|
698
|
<select name="kwType2">
|
699
|
[% IF form == 're_entry' %]
|
700
|
<option selected>[%kwType2%]</option>
|
701
|
[% END %]
|
702
|
<option>none</option>
|
703
|
<option>theme</option>
|
704
|
<option>place</option>
|
705
|
<option>stratum</option>
|
706
|
<option>temporal</option>
|
707
|
<option>taxonomic</option>
|
708
|
</select>
|
709
|
</font></p>
|
710
|
</td>
|
711
|
<td width="48%" valign="TOP">
|
712
|
<p> <font size="-1">
|
713
|
<select name="kwTh2">
|
714
|
[% IF form == 're_entry' %]
|
715
|
<option selected>[%kwTh2%]</option>
|
716
|
[% END %]
|
717
|
<option>none</option>
|
718
|
<option>GCMD</option>
|
719
|
</select>
|
720
|
</font></p>
|
721
|
</td>
|
722
|
</tr>
|
723
|
<tr>
|
724
|
<td width="34%" valign="TOP">
|
725
|
<p><font size="-1">
|
726
|
<input type="TEXT" name="keyword3" value="[%keyword3%]" size="40">
|
727
|
</font></p>
|
728
|
</td>
|
729
|
<td width="18%" valign="TOP">
|
730
|
<p> <font size="-1">
|
731
|
<select name="kwType3">
|
732
|
[% IF form == 're_entry' %]
|
733
|
<option selected>[%kwType3%]</option>
|
734
|
[% END %]
|
735
|
<option>none</option>
|
736
|
<option>theme</option>
|
737
|
<option>place</option>
|
738
|
<option>stratum</option>
|
739
|
<option>temporal</option>
|
740
|
<option>taxonomic</option>
|
741
|
</select>
|
742
|
</font></p>
|
743
|
</td>
|
744
|
<td width="48%" valign="TOP">
|
745
|
<p> <font size="-1">
|
746
|
<select name="kwTh3">
|
747
|
[% IF form == 're_entry' %]
|
748
|
<option selected>[%kwTh3%]</option>
|
749
|
[% END %]
|
750
|
<option>none</option>
|
751
|
<option>GCMD</option>
|
752
|
</select>
|
753
|
</font></p>
|
754
|
</td>
|
755
|
</tr>
|
756
|
<tr>
|
757
|
<td width="34%" valign="TOP">
|
758
|
<p><font size="-1">
|
759
|
<input type="TEXT" name="keyword4" value="[%keyword4%]" size="40">
|
760
|
</font></p>
|
761
|
</td>
|
762
|
<td width="18%" valign="TOP">
|
763
|
<p> <font size="-1">
|
764
|
<select name="kwType4">
|
765
|
[% IF form == 're_entry' %]
|
766
|
<option selected>[%kwType4%]</option>
|
767
|
[% END %]
|
768
|
<option>none</option>
|
769
|
<option>theme</option>
|
770
|
<option>place</option>
|
771
|
<option>stratum</option>
|
772
|
<option>temporal</option>
|
773
|
<option>taxonomic</option>
|
774
|
</select>
|
775
|
</font></p>
|
776
|
</td>
|
777
|
<td width="48%" valign="TOP">
|
778
|
<p> <font size="-1">
|
779
|
<select name="kwTh4">
|
780
|
[% IF form == 're_entry' %]
|
781
|
<option selected>[%kwTh4%]</option>
|
782
|
[% END %]
|
783
|
<option>none</option>
|
784
|
<option>GCMD</option>
|
785
|
</select>
|
786
|
</font></p>
|
787
|
</td>
|
788
|
</tr>
|
789
|
<tr>
|
790
|
<td width="34%" valign="TOP">
|
791
|
<p><font size="-1">
|
792
|
<input type="TEXT" name="keyword5" value="[%keyword5%]" size="40">
|
793
|
</font></p>
|
794
|
</td>
|
795
|
<td width="18%" valign="TOP">
|
796
|
<p> <font size="-1">
|
797
|
<select name="kwType5">
|
798
|
[% IF form == 're_entry' %]
|
799
|
<option selected>[%kwType5%]</option>
|
800
|
[% END %]
|
801
|
<option>none</option>
|
802
|
<option>theme</option>
|
803
|
<option>place</option>
|
804
|
<option>stratum</option>
|
805
|
<option>temporal</option>
|
806
|
<option>taxonomic</option>
|
807
|
</select>
|
808
|
</font></p>
|
809
|
</td>
|
810
|
<td width="48%" valign="TOP">
|
811
|
<p> <font size="-1">
|
812
|
<select name="kwTh5">
|
813
|
[% IF form == 're_entry' %]
|
814
|
<option selected>[%kwTh5%]</option>
|
815
|
[% END %]
|
816
|
<option>none</option>
|
817
|
<option>GCMD</option>
|
818
|
</select>
|
819
|
</font></p>
|
820
|
</td>
|
821
|
</tr>
|
822
|
<tr>
|
823
|
<td width="34%" valign="TOP">
|
824
|
<p><font size="-1">
|
825
|
<input type="TEXT" name="keyword6" value="[%keyword6%]" size="40">
|
826
|
</font></p>
|
827
|
</td>
|
828
|
<td width="18%" valign="TOP">
|
829
|
<p> <font size="-1">
|
830
|
<select name="kwType6">
|
831
|
[% IF form == 're_entry' %]
|
832
|
<option selected>[%kwType6%]</option>
|
833
|
[% END %]
|
834
|
<option>none</option>
|
835
|
<option>theme</option>
|
836
|
<option>place</option>
|
837
|
<option>stratum</option>
|
838
|
<option>temporal</option>
|
839
|
<option>taxonomic</option>
|
840
|
</select>
|
841
|
</font></p>
|
842
|
</td>
|
843
|
<td width="48%" valign="TOP">
|
844
|
<p> <font size="-1">
|
845
|
<select name="kwTh6">
|
846
|
[% IF form == 're_entry' %]
|
847
|
<option selected>[%kwTh6%]</option>
|
848
|
[% END %]
|
849
|
<option>none</option>
|
850
|
<option>GCMD</option>
|
851
|
</select>
|
852
|
</font></p>
|
853
|
</td>
|
854
|
</tr>
|
855
|
<tr>
|
856
|
<td width="34%" valign="TOP">
|
857
|
<p><font size="-1">
|
858
|
<input type="TEXT" name="keyword7" value="[%keyword7%]" size="40">
|
859
|
</font></p>
|
860
|
</td>
|
861
|
<td width="18%" valign="TOP">
|
862
|
<p> <font size="-1">
|
863
|
<select name="kwType7">
|
864
|
[% IF form == 're_entry' %]
|
865
|
<option selected>[%kwType7%]</option>
|
866
|
[% END %]
|
867
|
<option>none</option>
|
868
|
<option>theme</option>
|
869
|
<option>place</option>
|
870
|
<option>stratum</option>
|
871
|
<option>temporal</option>
|
872
|
<option>taxonomic</option>
|
873
|
</select>
|
874
|
</font></p>
|
875
|
</td>
|
876
|
<td width="48%" valign="TOP">
|
877
|
<p> <font size="-1">
|
878
|
<select name="kwTh7">
|
879
|
[% IF form == 're_entry' %]
|
880
|
<option selected>[%kwTh7%]</option>
|
881
|
[% END %]
|
882
|
<option>none</option>
|
883
|
<option>GCMD</option>
|
884
|
</select>
|
885
|
</font></p>
|
886
|
</td>
|
887
|
</tr>
|
888
|
<tr>
|
889
|
<td width="34%" valign="TOP">
|
890
|
<p><font size="-1">
|
891
|
<input type="TEXT" name="keyword8" value="[%keyword8%]" size="40">
|
892
|
</font></p>
|
893
|
</td>
|
894
|
<td width="18%" valign="TOP">
|
895
|
<p> <font size="-1">
|
896
|
<select name="kwType8">
|
897
|
[% IF form == 're_entry' %]
|
898
|
<option selected>[%kwType8%]</option>
|
899
|
[% END %]
|
900
|
<option>none</option>
|
901
|
<option>theme</option>
|
902
|
<option>place</option>
|
903
|
<option>stratum</option>
|
904
|
<option>temporal</option>
|
905
|
<option>taxonomic</option>
|
906
|
</select>
|
907
|
</font></p>
|
908
|
</td>
|
909
|
<td width="48%" valign="TOP">
|
910
|
<p> <font size="-1">
|
911
|
<select name="kwTh8">
|
912
|
[% IF form == 're_entry' %]
|
913
|
<option selected>[%kwTh8%]</option>
|
914
|
[% END %]
|
915
|
<option>none</option>
|
916
|
<option>GCMD</option>
|
917
|
</select>
|
918
|
</font></p>
|
919
|
</td>
|
920
|
</tr>
|
921
|
<tr>
|
922
|
<td width="34%" valign="TOP">
|
923
|
<p><font size="-1">
|
924
|
<input type="TEXT" name="keyword9" value="[%keyword9%]" size="40">
|
925
|
</font></p>
|
926
|
</td>
|
927
|
<td width="18%" valign="TOP">
|
928
|
<p> <font size="-1">
|
929
|
<select name="kwType9">
|
930
|
[% IF form == 're_entry' %]
|
931
|
<option selected>[%kwType9%]</option>
|
932
|
[% END %]
|
933
|
<option>none</option>
|
934
|
<option>theme</option>
|
935
|
<option>place</option>
|
936
|
<option>stratum</option>
|
937
|
<option>temporal</option>
|
938
|
<option>taxonomic</option>
|
939
|
</select>
|
940
|
</font></p>
|
941
|
</td>
|
942
|
<td width="48%" valign="TOP">
|
943
|
<p> <font size="-1">
|
944
|
<select name="kwTh9">
|
945
|
[% IF form == 're_entry' %]
|
946
|
<option selected>[%kwTh9%]</option>
|
947
|
[% END %]
|
948
|
<option>none</option>
|
949
|
<option>GCMD</option>
|
950
|
</select>
|
951
|
</font></p>
|
952
|
</td>
|
953
|
</tr>
|
954
|
</table>
|
955
|
<br>
|
956
|
<p align="left"><font size="4" color="0000ff"><b><font size="-1">
|
957
|
<a
|
958
|
href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#TemporalCoverageOfData"
|
959
|
target="guide">TEMPORAL COVERAGE OF DATA</a>
|
960
|
</font></b></font>
|
961
|
<table cellspacing="0" border="0" cellpadding="9" width="760"
|
962
|
bgcolor="#c6d6e7">
|
963
|
<tr>
|
964
|
<td valign="TOP" colspan="3">
|
965
|
<p><font size="-1"><b>Beginning Date of Data Set:</b></font></p>
|
966
|
</td>
|
967
|
</tr>
|
968
|
<tr>
|
969
|
<td width="33%" valign="TOP">
|
970
|
<p><font size="-1">
|
971
|
<input type="TEXT" name="beginningYear" value="[%beginningYear%]" size="8" maxlength="4">
|
972
|
<b><font color="#ff0000">*</font>Year (YYYY)</b></font></p>
|
973
|
</td>
|
974
|
<td width="33%" valign="TOP">
|
975
|
<p><font size="-1">
|
976
|
<input type="TEXT" name="beginningMonth" value="[%beginningMonth%]" size="4" maxlength="2">
|
977
|
<b><font color="#ff0000">*</font>Month(MM)</b></font></p>
|
978
|
</td>
|
979
|
<td width="33%" valign="TOP">
|
980
|
<p><font size="-1">
|
981
|
<input type="TEXT" name="beginningDay" value="[%beginningDay%]" size="4" maxlength="2">
|
982
|
<b><font color="#ff0000">*</font>Day (DD)</b></font></p>
|
983
|
</td>
|
984
|
</tr>
|
985
|
<tr>
|
986
|
<td valign="TOP" colspan="3">
|
987
|
<p><font size="-1"><b>Ending Date of Data Set (provide no ending date
|
988
|
at all if your data set is open-ended):</b></font></p>
|
989
|
</td>
|
990
|
</tr>
|
991
|
<tr>
|
992
|
<td width="33%" valign="TOP">
|
993
|
<p><font size="-1">
|
994
|
<input type="TEXT" name="endingYear" value="[%endingYear%]" size="8" maxlength="4">
|
995
|
<b>Year (YYYY)</b></font></p>
|
996
|
</td>
|
997
|
<td width="33%" valign="TOP">
|
998
|
<p><font size="-1">
|
999
|
<input type="TEXT" name="endingMonth" value="[%endingMonth%]" size="4" maxlength="2">
|
1000
|
<b>Month(MM)</b></font></p>
|
1001
|
</td>
|
1002
|
<td width="33%" valign="TOP">
|
1003
|
<p><font size="-1">
|
1004
|
<input type="TEXT" name="endingDay" value="[%endingDay%]" size="4" maxlength="2">
|
1005
|
<b>Day (DD)</b></font></p>
|
1006
|
</td>
|
1007
|
</tr>
|
1008
|
</table>
|
1009
|
<br>
|
1010
|
<p align="left"><font size="4" color="0000ff"><b><font size="-1">
|
1011
|
<a
|
1012
|
href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#SpatialCoverageOfData"
|
1013
|
target="guide">SPATIAL COVERAGE OF DATA</a>
|
1014
|
</font></b></font>
|
1015
|
<table cellspacing="0" border="0" cellpadding="9" width="760"
|
1016
|
bgcolor="#c6d6e7">
|
1017
|
<tr>
|
1018
|
<td valign="TOP" colspan="4">
|
1019
|
<p><font size="-1"><b>Coordinates (in Degrees, Minutes and Seconds; at
|
1020
|
least 1 lat./long. pair is required):</b></font></p>
|
1021
|
</td>
|
1022
|
</tr>
|
1023
|
<tr>
|
1024
|
<td valign="TOP" colspan="4">
|
1025
|
<p><font size="-1"><b>Enter the first lat./long. pair only to indicate
|
1026
|
a point location. Enter both coordinate pairs to indicate a bounding
|
1027
|
box. In case of a bounding box, the first coordinate pair is the northwest
|
1028
|
corner and the second coordinate pair is the southeast corner of the
|
1029
|
bounding box.</b></font></p>
|
1030
|
</td>
|
1031
|
</tr>
|
1032
|
<tr>
|
1033
|
<td valign="TOP" colspan="4" class="tablepanel"><font size="-1" color="#ff0000">
|
1034
|
<input
|
1035
|
type="CHECKBOX" name="useSiteCoord" [%useSiteCoord%]>
|
1036
|
Use [% lsite %] coordinates. (This indicates that the data were collected
|
1037
|
at the [% lsite %]. If you check this box, you don't need to fill in the lat./long.
|
1038
|
fields below).</font> </td>
|
1039
|
</tr>
|
1040
|
<tr>
|
1041
|
<td width="18%" valign="TOP">
|
1042
|
<p><font size="-1"><b><font color="#ff0000">*</font>Latitude</b></font></p>
|
1043
|
</td>
|
1044
|
<td width="20%" valign="TOP">
|
1045
|
<p><font size="-1"> North/South</font></p>
|
1046
|
</td>
|
1047
|
<td width="20%" valign="TOP">
|
1048
|
<p><font size="-1"><b><font color="#ff0000">*</font>Longitude</b></font></p>
|
1049
|
</td>
|
1050
|
<td width="42%" valign="TOP">
|
1051
|
<p><font size="-1"> West/East</font></p>
|
1052
|
</td>
|
1053
|
</tr>
|
1054
|
<tr>
|
1055
|
<td width="20%" valign="TOP">
|
1056
|
<p><font size="-1">
|
1057
|
<input type="TEXT" name="latDeg1" value="[%latDeg1%]" size="3" maxlength="3">
|
1058
|
<input type="TEXT" name="latMin1" value="[%latMin1%]" size="2" maxlength="2">
|
1059
|
<input type="TEXT" name="latSec1" value="[%latSec1%]" size="2" maxlength="2">
|
1060
|
</font></p>
|
1061
|
</td>
|
1062
|
<td width="20%" valign="TOP">
|
1063
|
<p> <font size="-1">
|
1064
|
<select name="hemisphLat1">
|
1065
|
[% IF form == 're_entry' %]
|
1066
|
<option selected>[%hemisphLat1%]</option>
|
1067
|
[% END %]
|
1068
|
<option>N</option>
|
1069
|
<option>S</option>
|
1070
|
</select>
|
1071
|
</font></p>
|
1072
|
</td>
|
1073
|
<td width="20%" valign="TOP">
|
1074
|
<p><font size="-1">
|
1075
|
<input type="TEXT" name="longDeg1" value="[%longDeg1%]" size="3": maxlength="3">
|
1076
|
<input type="TEXT" name="longMin1" value="[%longMin1%]" size="2" maxlength="2">
|
1077
|
<input type="TEXT" name="longSec1" value="[%longSec1%]" size="2" maxlength="2">
|
1078
|
</font></p>
|
1079
|
</td>
|
1080
|
<td width="40%" valign="TOP">
|
1081
|
<p> <font size="-1">
|
1082
|
<select name="hemisphLong1">
|
1083
|
[% IF form == 're_entry' %]
|
1084
|
<option selected>[%hemisphLong1%]</option>
|
1085
|
[% END %]
|
1086
|
<option>W</option>
|
1087
|
<option>E</option>
|
1088
|
</select>
|
1089
|
</font></p>
|
1090
|
</td>
|
1091
|
</tr>
|
1092
|
<tr>
|
1093
|
<td valign="TOP" colspan="4">
|
1094
|
<p><font size="-1"><b>The second lat./long. pair, if provided, indicates
|
1095
|
the southeast corner of a bounding box.</b></font></p>
|
1096
|
</td>
|
1097
|
</tr>
|
1098
|
<tr>
|
1099
|
<td width="18%" valign="TOP">
|
1100
|
<p><font size="-1"><b>Latitude</b></font></p>
|
1101
|
</td>
|
1102
|
<td width="20%" valign="TOP">
|
1103
|
<p><font size="-1"> North/South</font></p>
|
1104
|
</td>
|
1105
|
<td width="20%" valign="TOP">
|
1106
|
<p><font size="-1"><b>Longitude</b></font></p>
|
1107
|
</td>
|
1108
|
<td width="42%" valign="TOP">
|
1109
|
<p><font size="-1">West/East</font></p>
|
1110
|
</td>
|
1111
|
</tr>
|
1112
|
<tr>
|
1113
|
<td width="20%" valign="TOP">
|
1114
|
<p><font size="-1">
|
1115
|
<input type="TEXT" name="latDeg2" value="[%latDeg2%]" size="3" maxlength="3">
|
1116
|
<input type="TEXT" name="latMin2" value="[%latMin2%]" size="2" maxlength="2">
|
1117
|
<input type="TEXT" name="latSec2" value="[%latSec2%]" size="2" maxlength="2">
|
1118
|
</font></p>
|
1119
|
</td>
|
1120
|
<td width="20%" valign="TOP">
|
1121
|
<p> <font size="-1">
|
1122
|
<select name="hemisphLat2">
|
1123
|
[% IF form == 're_entry' %]
|
1124
|
<option selected>[%hemisphLat2%]</option>
|
1125
|
[% END %]
|
1126
|
<option>N</option>
|
1127
|
<option>S</option>
|
1128
|
</select>
|
1129
|
</font></p>
|
1130
|
</td>
|
1131
|
<td width="20%" valign="TOP">
|
1132
|
<p><font size="-1">
|
1133
|
<input type="TEXT" name="longDeg2" value="[%longDeg2%]" size="3" maxlength="3">
|
1134
|
<input type="TEXT" name="longMin2" value="[%longMin2%]" size="2" maxlength="2">
|
1135
|
<input type="TEXT" name="longSec2" value="[%longSec2%]" size="2" maxlength="2">
|
1136
|
</font></p>
|
1137
|
</td>
|
1138
|
<td width="40%" valign="TOP">
|
1139
|
<p> <font size="-1">
|
1140
|
<select name="hemisphLong2">
|
1141
|
[% IF form == 're_entry' %]
|
1142
|
<option selected>[%hemisphLong2%]</option>
|
1143
|
[% END %]
|
1144
|
<option>W</option>
|
1145
|
<option>E</option>
|
1146
|
</select>
|
1147
|
</font></p>
|
1148
|
</td>
|
1149
|
</tr>
|
1150
|
</table>
|
1151
|
<p><b><font size="-1" color="#0000ff">
|
1152
|
<a
|
1153
|
href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#DataSetContactAddress"
|
1154
|
target="guide">DATA SET CONTACT ADDRESS</a>
|
1155
|
</font></b></p>
|
1156
|
<table border="0" cellspacing="0" cellpadding="9" width="760" bgcolor="#c6d6e7">
|
1157
|
<tr>
|
1158
|
<td valign="TOP" colspan="3"><font size="-1" color="#ff0000">
|
1159
|
<input type="CHECKBOX" name="useOrigAddress" [%useOrigAddress%]>
|
1160
|
Use the same address as DATA SET ORIGINATOR above (If you check this box,
|
1161
|
you don't need to fill in the address fields below). </font></td>
|
1162
|
</tr>
|
1163
|
<tr>
|
1164
|
<td valign="TOP" colspan="8">
|
1165
|
<p><font size="-1">
|
1166
|
<input type="TEXT" name="origNamefirstContact" value="[%origNamefirstContact%]" size="40">
|
1167
|
<b><font color="#ff0000">*</font>First Name</b></font></p>
|
1168
|
<p><font size="-1">
|
1169
|
<input type="TEXT" name="origNamelastContact" value="[%origNamelastContact%]" size="40">
|
1170
|
<b><font color="#ff0000">*</font>Last Name</b></font></p>
|
1171
|
<p><font size="-1">
|
1172
|
<input type="TEXT" name="origNameOrgContact" value="[%origNameOrgContact%]" size="60">
|
1173
|
<b>Organization Name</b></font></p>
|
1174
|
<p><font size="-1"><b>Originator Address Information (for Individual or
|
1175
|
Organization):</b></font></p>
|
1176
|
<p><font size="-1">
|
1177
|
<input type="TEXT" name="origEmailContact" value="[%origEmailContact%]">
|
1178
|
<b>E-Mail</b></font></p>
|
1179
|
<p><font size="-1">
|
1180
|
<input type="TEXT" name="origPhoneContact" value="[%origPhoneContact%]">
|
1181
|
<b>Phone</b></font></p>
|
1182
|
<p><font size="-1">
|
1183
|
<input type="TEXT" name="origFAXContact" value="[%origFAXContact%]">
|
1184
|
<b>FAX</b> </font></p>
|
1185
|
<p><font size="-1"><b>Delivery information (number, street, unit, etc.,
|
1186
|
comma-separated)</b></font></p>
|
1187
|
<p><font size="-1">
|
1188
|
<textarea rows="5" cols="60" name="origDeliveryContact">[%origDeliveryContact%]</textarea>
|
1189
|
</font></p>
|
1190
|
<p><font size="-1">
|
1191
|
<input type="TEXT" name="origCityContact" value="[%origCityContact%]" size="50">
|
1192
|
<b>City</b></font></p>
|
1193
|
<p>
|
1194
|
<select name="origStateContact">
|
1195
|
[% IF form == 're_entry' %]
|
1196
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">[%origStateContact%]</font></option>
|
1197
|
[% ELSE %]
|
1198
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Select state here.</font></option>
|
1199
|
[% END %]
|
1200
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Alabama</font></option>
|
1201
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Alaska</font></option>
|
1202
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">American
|
1203
|
Samoa</font></option>
|
1204
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Arizona</font></option>
|
1205
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Arkansas</font></option>
|
1206
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">California</font></option>
|
1207
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Colorado</font></option>
|
1208
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Connecticut</font></option>
|
1209
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Delaware</font></option>
|
1210
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">District
|
1211
|
of Columbia</font></option>
|
1212
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Federated
|
1213
|
States of Micronesia</font></option>
|
1214
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Florida</font></option>
|
1215
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Georgia</font></option>
|
1216
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Guam</font></option>
|
1217
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Hawaii</font></option>
|
1218
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Idaho</font></option>
|
1219
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Illinois</font></option>
|
1220
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Indiana</font></option>
|
1221
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Iowa</font></option>
|
1222
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Kansas</font></option>
|
1223
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Kentucky</font></option>
|
1224
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Louisiana</font></option>
|
1225
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Maine</font></option>
|
1226
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Marshall
|
1227
|
Islands</font></option>
|
1228
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Maryland</font></option>
|
1229
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Massachusetts</font></option>
|
1230
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Michigan</font></option>
|
1231
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Minnesota</font></option>
|
1232
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Mississippi</font></option>
|
1233
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Missouri</font></option>
|
1234
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Montana</font></option>
|
1235
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Nebraska</font></option>
|
1236
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Nevada</font></option>
|
1237
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">New Hampshire</font></option>
|
1238
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">New Jersey</font></option>
|
1239
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">New Mexico</font></option>
|
1240
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">New York</font></option>
|
1241
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">North
|
1242
|
Carolina</font></option>
|
1243
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">North
|
1244
|
Dakota</font></option>
|
1245
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Northern
|
1246
|
Mariana Islands</font></option>
|
1247
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Ohio</font></option>
|
1248
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Oklahoma</font></option>
|
1249
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Oregon</font></option>
|
1250
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Palau</font></option>
|
1251
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Pennsylvania</font></option>
|
1252
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Puerto
|
1253
|
Rico</font></option>
|
1254
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Rhode
|
1255
|
Island</font></option>
|
1256
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">South
|
1257
|
Carolina</font></option>
|
1258
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">South
|
1259
|
Dakota</font></option>
|
1260
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Tennessee</font></option>
|
1261
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Texas</font></option>
|
1262
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Utah</font></option>
|
1263
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Vermont</font></option>
|
1264
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Virgin
|
1265
|
Islands</font></option>
|
1266
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Virginia</font></option>
|
1267
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Washington</font></option>
|
1268
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">West Virginia</font></option>
|
1269
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Wisconsin</font></option>
|
1270
|
<option><font size="-1" face="Arial, Helvetica, sans-serif">Wyoming</font></option>
|
1271
|
</select>
|
1272
|
<b><font size="-1">State</font></b>
|
1273
|
<font size="-1">
|
1274
|
<input type="TEXT" name="origStateOtherContact" value="[%origStateOtherContact%]">
|
1275
|
<b>Other State or Province</b></font>
|
1276
|
</p>
|
1277
|
<p><font size="-1">
|
1278
|
<input type="TEXT" name="origZIPContact" size="10" value="[%origZIPContact%]">
|
1279
|
<b>ZIP</b></font></p>
|
1280
|
<p><font size="-1">
|
1281
|
<input type="TEXT" name="origCountryContact" value="[%origCountryContact%]">
|
1282
|
<b>Country</b></font></p>
|
1283
|
</td>
|
1284
|
</tr>
|
1285
|
</table>
|
1286
|
<br>
|
1287
|
<p align="left"><font size="4" color="0000ff"><b><font size="-1">
|
1288
|
<a
|
1289
|
href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#DistributionIinformation"
|
1290
|
target="guide">DISTRIBUTION INFORMATION</a>
|
1291
|
</font></b></font>
|
1292
|
<table cellspacing="0" border="0" cellpadding="9" width="760"
|
1293
|
bgcolor="#c6d6e7">
|
1294
|
<tr>
|
1295
|
<td width="50%" valign="TOP">
|
1296
|
|
1297
|
|
1298
|
<p align="left"><font size="-1">
|
1299
|
<input type="TEXT" name="identifier" value="[%identifier%]" size="40">
|
1300
|
<b><a
|
1301
|
href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#Site-specificCode"
|
1302
|
target="guide">Dataset Name or Identifier (important)</a> </b></font></p>
|
1303
|
|
1304
|
<p><font size="-1"><b><font color="#ff0000">*</font>Data Medium:</b></font></p>
|
1305
|
<p> <font size="-1">
|
1306
|
<select name="dataMedium">
|
1307
|
[% IF form == 're_entry' %]
|
1308
|
<option selected>[%dataMedium%]</option>
|
1309
|
[% ELSE %]
|
1310
|
<option>Select type of medium here.</option>
|
1311
|
[% END %]
|
1312
|
<option>digital</option>
|
1313
|
<option>hardcopy</option>
|
1314
|
<option>other</option>
|
1315
|
</select>
|
1316
|
</font></p>
|
1317
|
<p><font size="-1"><b>If you selected "other" for Data Medium, enter detail
|
1318
|
below</b></font></p>
|
1319
|
<p><font size="-1">
|
1320
|
<input type="TEXT" name="dataMediumOther" value="[%dataMediumOther%]" size="40">
|
1321
|
</font></p>
|
1322
|
</td>
|
1323
|
</tr>
|
1324
|
<!--
|
1325
|
<table cellspacing="0" border="0" cellpadding="9" width="760"
|
1326
|
bgcolor="#c6d6e7">
|
1327
|
-->
|
1328
|
<tr>
|
1329
|
<td width="50%" valign="TOP">
|
1330
|
<p> <font size="-1"><b><font color="#ff0000">*</font>Use Constraints:</b></font>
|
1331
|
</p>
|
1332
|
<p> <font size="-1">
|
1333
|
<select name="useConstraints">
|
1334
|
[% IF form == 're_entry' %]
|
1335
|
<option selected>[%useConstraints%]</option>
|
1336
|
[% ELSE %]
|
1337
|
<option>Select restrictions here.</option>
|
1338
|
[% END %]
|
1339
|
<option>no restrictions</option>
|
1340
|
<option>obtain permission from originator(s)</option>
|
1341
|
<option>other</option>
|
1342
|
</select>
|
1343
|
</font></p>
|
1344
|
<p><font size="-1"><b>If you selected "other" for Use Constraints, enter
|
1345
|
detail below.</b></font></p>
|
1346
|
<p><font size="-1">
|
1347
|
<input type="TEXT" name="useConstraintsOther" value="[%useConstraintsOther%]" size="40">
|
1348
|
</font></p>
|
1349
|
</td>
|
1350
|
</tr>
|
1351
|
<!--
|
1352
|
</table>
|
1353
|
-->
|
1354
|
<tr>
|
1355
|
<td>
|
1356
|
<p align="left"><font size="-1">
|
1357
|
<input type="TEXT" name="url" value="[%url%]" size="50">
|
1358
|
<b>URL (for location of data set or of more metadata)</b></font></p>
|
1359
|
|
1360
|
<p align="left"><font size="-1"><b>
|
1361
|
<a
|
1362
|
href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&stage=guide#AdditionalInformation"
|
1363
|
target="guide">Additional Information/Remarks:</a>
|
1364
|
</b></font></p>
|
1365
|
<p align="left"><font size="-1">
|
1366
|
<textarea rows="5" cols="60" name="addComments">[%addComments%]</textarea>
|
1367
|
</font></p>
|
1368
|
</td>
|
1369
|
</tr>
|
1370
|
</table>
|
1371
|
<br>
|
1372
|
<div align="center">
|
1373
|
<table width="760" border="0" cellpadding="9" align="left" bgcolor="#C6d6e7" cellspacing="0">
|
1374
|
<tr>
|
1375
|
<td width="760">
|
1376
|
<div align="left"> <font color="#FF0000" size="-1">NOTE: You must submit
|
1377
|
your data in order for these to be entered in the Data Registry!</font>
|
1378
|
<p>
|
1379
|
<input type="SUBMIT" value="Submit Entry" name="SUBMIT">
|
1380
|
<input type="RESET" name="RESET">
|
1381
|
</p>
|
1382
|
</div>
|
1383
|
</td>
|
1384
|
</tr>
|
1385
|
</table>
|
1386
|
<p> </p>
|
1387
|
<div align="left"> </div>
|
1388
|
<p align="left">
|
1389
|
<p align="left"> </p>
|
1390
|
<p align="left"> </p>
|
1391
|
</div>
|
1392
|
</form>
|
1393
|
<p> </p>
|
1394
|
<p> </p>
|
1395
|
|
1396
|
[% INCLUDE "genericFooter.tmpl" %]
|