Project

General

Profile

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