Project

General

Profile

1 1929 brooke
<!--
2
  *  '$RCSfile$'
3
  *    Copyright: 2000 Regents of the University of California and the
4
  *               National Center for Ecological Analysis and Synthesis
5
  *  For Details: http://www.nceas.ucsb.edu/
6
  *
7
  *   '$Author$'
8
  *     '$Date$'
9
  * '$Revision$'
10
  *
11
  * This program is free software; you can redistribute it and/or modify
12
  * it under the terms of the GNU General Public License as published by
13
  * the Free Software Foundation; either version 2 of the License, or
14
  * (at your option) any later version.
15
  *
16
  * This program is distributed in the hope that it will be useful,
17
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
  * GNU General Public License for more details.
20
  *
21
  * You should have received a copy of the GNU General Public License
22
  * along with this program; if not, write to the Free Software
23
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
24
-->
25
26 3582 walbridge
[% IF cfg == 'nceas' %]
27
  [% INCLUDE "nceasHeader.tmpl" %]
28
[% ELSE %]
29
  [% INCLUDE "genericHeader.tmpl" %]
30
[% END %]
31 1929 brooke
32
[% IF cfg == 'nrs' %]
33
  [% lsite = 'reserve' %]
34
  [% usite = 'Reserve' %]
35
[% ELSE %]
36
  [% lsite = 'station' %]
37
  [% usite = 'Station' %]
38
[% END %]
39
40 2402 sgarg
<table class="intro" cellpadding="8" cellspacing="0">
41 1929 brooke
42 2453 sgarg
<tr><td align="left"><span class="emphasis">Guide for Completing the Data [%IF cfg =='nceas'%] Repository [% ELSE %] Registry [% END %] Form</td></tr>
43
<tr><td align="left"><span class="regtext">This guide provides information on how to fill in the online [% orgabbrev %] Data [%IF cfg =='nceas'%] Repository [% ELSE %]
44
Registry [% END %] Form.
45 2412 sgarg
There are 11 sections to the form; some fields are required (denoted by an asterisk *),
46
while others are optional. When you are done completing a section, you have the option of clicking on "<span class="colorbold">Hide</span>"
47
(on the right side of each section header) to hide the information you just entered. Information on individual fields and examples for their content are provided below.
48
</span></td></tr>
49
</table>
50 1929 brooke
51
52 2402 sgarg
<table class="tables" cellpadding="8" cellspacing="0">
53 1929 brooke
54 2863 tyburczy
<tr class="sectheader"><td class="borderbottom" colspan="2" align="left"><a name="Submitter"></a>
55
NAME OF SUBMITTER</td></tr>
56 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">
57 2402 sgarg
*First name, *Last name:</span><span class="regtext">
58
The first and last names of the person completing this form.</span></td></tr>
59
60 2863 tyburczy
<tr class="sectheader"><td class="topbottom" colspan="2" align="left"><a name="BasicInformation"></a>
61
BASIC INFORMATION</td></tr>
62 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*Data Set Title:</span><span class="regtext"> A descriptive title
63 2402 sgarg
of the data set. The title should provide enough information for
64
someone casually scanning a list of data sets to know whether the data are
65
relevant to them.  This implies that the data context should be indicated
66
in the title without making the title be too long. In general, the title
67
should indicate what kind of data were collected and the spatial,
68
taxonomic, and temporal extents the data set covers.</span></td></tr>
69
70 2849 bowdish
<tr><td align="left"><span class="regtext"><u>Examples of descriptive titles:</u></td>
71 2402 sgarg
<td align="left"><span class="regtext"><u>Examples of incomplete titles:</u></td></tr>
72
73 2849 bowdish
<tr><td align="left" valign="top"><span class="regtext">Hastings Reserve (CA) Small Mammal Trapline Data from 1972 to 1988.
74 2412 sgarg
75
76
77 2402 sgarg
<br>Tassajara Hot Springs Reserve Water Chemistry Data from 1990 to 2000.</td>
78
79 2412 sgarg
<td align="left" valign="top"><span class="regtext">Mammals Data<br><br>Water Chemistry Data</td></tr>
80 2402 sgarg
81 1991 jones
[% IF cfg == 'nceas' %]
82 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*NCEAS Project(s):</span><span class="regtext"> Select one or more
83 1991 jones
NCEAS activities from the list to indicate that the data set is
84
affiliated with that working group or activity.  We use "affiliation"
85
in a rather permissive sense to mean, for example, that the data set was or has
86
been generated by the activity; that the owner of the data is affiliated
87 2402 sgarg
with the activity; that the data set is owned by the activity; etc. Both
88 1991 jones
derived data sets that result from synthesis activities and original raw data
89
sets that contribute to synthesis can be included in the repository and should
90 2402 sgarg
be associated with the appropriate NCEAS activities.</td></tr>
91
[% END %]
92
93
[% IF cfg == 'esa' || cfg == 'ltss' %]
94
95 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*Organization Name:</span>
96 2402 sgarg
<span class="regtext">The name of the organization with which the data set is
97 2412 sgarg
affiliated. We use "affiliation" in a rather permissive sense to mean, for example, that the data set was or has
98 2402 sgarg
been generated at the organization; that the owner of the data is affiliated
99
with the organization or was affiliated with the organization when the data
100
set was generated; that the data set is owned by the organization; etc.</td></tr>
101
102 2849 bowdish
<tr><td align="left"><span class="regtext"><u>Examples of correct organization names:</u></td>
103 2402 sgarg
   <td align="left"><span class="regtext"><u>Examples of incorrect organization names:</u></td></tr>
104
105 2849 bowdish
<tr><td align="left" valign="top"><span class="regtext">University of Michigan Biological Station
106 2402 sgarg
<br>Duke University FACE Facility<br>National Center for Ecological Analysis and Synthesis</br></td>
107
  <td align="left"><span class="regtext">Michigan Station<br>Duke University<br>University of California Santa Barbara</br>
108
</td></tr>
109
[% END %]
110
111
[% IF cfg == 'obfs' || cfg == 'nrs' || cfg == 'specnet'%]
112
113 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*[% usite %] Name:</span>
114 2402 sgarg
<span class="regtext">Select a [% lsite %] from the drop-down list to indicate that the data set is
115 1929 brooke
affiliated with the [% lsite %]. We use "affiliation" in a rather
116
permissive sense to mean, for example, that the data set was or has
117 2402 sgarg
been generated at the [% lsite %]; that the owner is affiliated
118
with the [% lsite %] or was affiliated with the [% lsite %] when the data
119
set was generated; or that the data set is owned by the [% lsite %]; etc.
120
</td></tr>
121 1929 brooke
122 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext"><u>Note:</u>
123 2402 sgarg
If the data were collected at a site other than a
124
[% lsite %] listed in the drop-down menu, you can indicate so in the
125 1929 brooke
abstract and/or title. You can also indicate this in the keywords
126 2402 sgarg
with a locality keyword.</span></td></tr>
127
128 1991 jones
[% END %]
129 1929 brooke
130
131
132
133 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left"><a name="DataSetOriginator"></a>PRINCIPAL DATA SET OWNER</td></tr>
134 1929 brooke
135 1991 jones
136 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">The person responsible for developing the data set. For example, the principal
137 2402 sgarg
investigator in a collaborative project, the first author of the main publication using the data set, etc.
138
 The first and last names of the principal data set owner are required; the organization name, e-mail, phone, fax, and
139
address information are optional.</span></td></tr>
140 1991 jones
141 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext"><u>Note:</u><span class="regtext"> If there is more than one owner, information
142 2402 sgarg
about the co-owner(s) can be provided in the ASSOCIATED PARTIES section below.</span>
143 1929 brooke
144 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*First Name:</span>
145 2402 sgarg
<span class="regtext">The first name of the principal data set owner.</span></td></tr>
146 1929 brooke
147 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*Last Name:</span>
148 2402 sgarg
<span class="regtext">The last name (surname) of the principal data set owner.</span></td></tr>
149 1929 brooke
150 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Organization Name:</span>
151 2402 sgarg
<span class="regtext">The name of the organization from which the data set
152
originated.</span></td></tr>
153 1929 brooke
154 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">E-Mail:</span>
155 2402 sgarg
<span class="regtext">The e-mail address by which the principal data set owner can be contacted.</span></td></tr>
156 1929 brooke
157 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Phone:</span>
158 2402 sgarg
<span class="regtext">The phone number of the principal data set owner, including the area code (999-999-9999).</span></td></tr>
159 1929 brooke
160 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">FAX:</span>
161 2402 sgarg
<span class="regtext">The fax number of the principal data set owner, including sthe area code (999-999-9999).</span></td></tr>
162 1929 brooke
163 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Street Information:</span>
164 2402 sgarg
<span class="regtext">A comma-separated list of street number, street, unit,
165
etc.<br> <u>Example:</u> 735 State Street, Suite 300</span></td></tr>
166 1929 brooke
167 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">City:</span>
168 2402 sgarg
<span class="regtext">The city
169
name of the principal data set owner's address.</span></td></tr>
170 1929 brooke
171 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">U.S. State or Territory:</span>
172 2510 sgarg
<span class="regtext">Select a U.S. state or territory from the drop-down menu for the principal data set owner's address. If the address is not in
173
the United States, used the "Other State/Province" field below. For a shortcut,
174 2402 sgarg
press the first letter of the state on your keyboard (e.g.,  M-key to skip to Maine).</span></td></tr>
175 2363 sgarg
176 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Other State/Province:</span>
177 2510 sgarg
<span class="regtext">A non-U.S. state or a province for
178 2412 sgarg
the principal data set owner's address.</span></td></tr>
179 1929 brooke
180 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Postal Code:</span>
181 2402 sgarg
<span class="regtext">The postal code or ZIP code
182
for the principal data set owner's address.</span></td></tr>
183 1929 brooke
184 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Country:</span>
185 2402 sgarg
<span class="regtext">The country
186
for the principal data set owner's address.</span></td></tr>
187 1929 brooke
188
189 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left"><a name="AdditionalOriginators"></a>ASSOCIATED PARTIES</td></tr>
190 1929 brooke
191 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">
192 2402 sgarg
If applicable, enter the first and last names of an associated party (e.g., co-owner of the data set, a data custodian/steward, a metadata provider, a user of
193 2412 sgarg
the data set), select a role for this person, and click on "Add Associated Party".  Repeat to add another associated party.</td></tr>
194 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">To edit an entry, click on the name of the person entered, change the name and/or
195 2412 sgarg
the role, and click on the area just right of the drop-down menu for the role (the text fields and the drop-down menu will disappear). To delete an entry, click on the "X".
196 2402 sgarg
 If you have entered several associated parties and want to change the order in which they appear, use the blue up and down arrows.</tr>
197 1929 brooke
198
199 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left">
200
<a name="DataSetAbstract"></a>*DATA SET ABSTRACT</td></tr>
201 1929 brooke
202 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">Short (maximum of 350 words) summary of the
203 2402 sgarg
purpose and content of the data set. Entering a data set abstract is required.</td></tr>
204 1929 brooke
205 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext"><u>Example:</u> Data were collected every year in summer and fall from
206 1929 brooke
1967 to 1979. Trapping was conducted only in the fall from 1980 to
207
1988. For each specimen taken, data were recorded on species, date,
208
location, time, sex, and body measurements including total length,
209
length of tail, length of hind foot, length of ear, and body mass.
210
The purpose of the data was to index the population size of all
211 2402 sgarg
species present over a long time period.</td></tr>
212 1929 brooke
213 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left">
214
<a name="KeywordInformation"></a>KEYWORD INFORMATION</td></tr>
215 1929 brooke
216 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">Provide information for as many keywords as needed. The information is provided in groups of three
217 2438 sgarg
fields: keyword, keyword type, and keyword thesaurus. Repeat steps 1-4 below for each additional keyword.</td></tr>
218 1929 brooke
219 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">Have a look at the <a href=
220 2402 sgarg
"http://gcmd.nasa.gov/Resources/valids/gcmd_parameters.html" target="nasa">NASA Global Change Master Directory
221
(GCMD)</a> (particularly under EARTH SCIENCE > Biosphere) and see if you can find keywords that appropriately describe your data set.  If not, use your own keywords.</span></td></tr>
222 1929 brooke
223 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">1. Keyword: </span><span class="regtext"> Enter a
224 2438 sgarg
word or phrase that describes your data set.</span></td></tr>
225 1929 brooke
226 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">2. Keyword Type: </span>
227 2438 sgarg
<span class="regtext">Select the keyword type (a term used to group similar keywords). The different types are ("none" is the default):
228 1929 brooke
229 2438 sgarg
   <ul>
230
      <li>Theme: the keyword identifies a particular subject or topic.</li>
231
      <li>Place: the keyword identifies a place.</li>
232
      <li>Stratum: the keyword identifies the layer(s) of any deposited substance.</li>
233
      <li>Temporal: the keyword identifies a time period related to the data set.
234
      <li>Taxonomic: the keyword identifies a particular taxon.</li>
235
</ul></span></td></tr>
236 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">3. Keyword Thesaurus: </span><span class="regtext">Select whether you used the NASA Global Change Master Directory
237 2438 sgarg
(GCMD) or not to choose your keywords.</span></td></tr>
238 1929 brooke
239
240
241 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext"><b>4.</b> Click on the <b>"Add Keyword"</b> button to add the keyword information provided.</span>
242 1929 brooke
243
244 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">To edit a keyword entry, click on the keyword entered, change the keyword, keyword type, and/or keyword
245 2438 sgarg
thesaurus, and click on the area just right of the thesaurus drop-down menu (the text field and the drop-down menus will disappear).  To delete an entry, click on the "X".
246
If you have entered several keywords and want to change the order in which they appear, use the blue up and down arrows.</span></td></tr>
247 1929 brooke
248
249 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left">
250
<a name="TemporalCoverageOfData"></a>TEMPORAL COVERAGE OF DATA</td></tr>
251 1929 brooke
252 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*Start Date:</span><span class="regtext"> The first year, month, and
253 2402 sgarg
day of the collection/creation of the data set. A start date is required. Type in the year (yyyy), and choose the month and the day from the
254
drop-down menus.</span></td></tr>
255 1929 brooke
256 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Stop Date:</span><span class="regtext"> The last year, month, and
257 2402 sgarg
day for the collection/creation of the data set. Type in the year, and choose the month and the day from the drop-down menus.<br>
258
<u>Note:</u> Leave "Stop Date" blank if your data set is open-ended.</span></td></tr>
259 1929 brooke
260 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left">
261
<a name="SpatialCoverageOfData"></a>SPATIAL COVERAGE OF DATA</span></td></tr>
262 1991 jones
263 1929 brooke
264 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*Geographic Description:</span><span class="regtext">
265 2402 sgarg
Enter a general description of the geographic area in which the data were collected. This can be a simple place name (e.g., Santa Barbara) or a fuller description.
266
This field supplements the coordinates provided below and helps orient the data user about the general location of the study.</span></td></tr>
267 1929 brooke
268 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*Coordinates:</span><span class="regtext"></span><span class="regtext"> The latitude and longitude
269 2402 sgarg
coordinates (in degrees, minutes and seconds) of the location where the data were collected. At least one lat/long pair is required. From the drop-down menus, select
270
the North (N) or South (S) orientation for the latitudes, and the West (W) or East (E) orientation for the longitudes.</span></td></tr>
271 1929 brooke
272 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">If you enter <b>one coordinate pair only</b>: This indicates a
273 2402 sgarg
point location.</span></td></tr>
274 1929 brooke
275 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">If you enter <b>both coordinate pairs</b>: This indicates a
276 1929 brooke
bounding box. The first coordinate pair is the northwest corner and
277
the second coordinate pair is the southeast corner of the bounding
278 2402 sgarg
box.</span></td></tr>
279 1929 brooke
280 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left">
281 1991 jones
<a name="TaxonomicCoverage"></a>
282 2402 sgarg
TAXONOMIC COVERAGE OF DATA</td></tr>
283 1929 brooke
284 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">
285 1991 jones
Provide a list of the taxa that are associated with this data set.
286
This includes taxa for which the data set contains measurements, and taxa
287
for which the data have relevance in less direct ways.  In general, if a
288 2402 sgarg
data user searching for a particular taxonomic name should find this data set,
289
then the taxon should be included in this list.</span></td></tr>
290 1991 jones
291 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">Please check the <a href=
292 2402 sgarg
"http://darwin.zoology.gla.ac.uk/~rpage/MyToL/www/index.php" target="darwin">Glasgow Taxonomic Name Server</a> or the <a href=
293
"http://www.itis.usda.gov/" target="itis">Integrated Taxonomic Information System</a> for correct spelling
294 2438 sgarg
of taxonomic names.</span></td></tr>
295 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">For each taxon, follow the three steps below:</span></td></tr>
296
<tr><td colspan="2" align="left"><span class="label">1. Taxonomic Rank:</span><span class="regtext"> Enter the level in the taxonomic hierarchy
297 2402 sgarg
(Kingdom, Phylum, Class, Order, Family, Genus, or Species).</span></td></tr>
298 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">2. Taxonomic Name:</span><span class="regtext"> Enter the scientific name for the level
299 2405 sgarg
entered under Taxonomic Rank (e.g., <i>Animalia</i>, <i>Chordata</i>, <i>Mammalia</i>, <i>Carnivoria</i>, <i>Ursidae</i>, <i>Ursus</i>, or <i>Ursus arctos</i>).</span></td></tr>
300 1991 jones
301 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext"><b>3.</b> Click on the <b>"Add Taxon"</b> button to add the taxonomic information.</span></td></tr>
302 2438 sgarg
303 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">To edit an entry, click on the taxonomic information entered, change the taxonomic rank and/or name, and click on the area just right of the text field for the name (the two text
304 2405 sgarg
fields will disappear).  To delete an entry, click on the "X". If you have entered several taxa and want to change the order in which they appear, use the blue up and
305 2402 sgarg
down arrows.</span></td></tr>
306 1991 jones
307 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Taxonomic Reference:</span><span class="regtext"> The name
308 2402 sgarg
or complete citation of the source(s) used for identifying and naming taxa (e.g., name of a field guide, key, or nomenclature revision). </span></td></tr>
309 1991 jones
310 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left">
311
<a name="Methods"></a>DATA COLLECTION METHODS</td></tr>
312
313
314 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Method Title:</span><span class="regtext"> A title for the method used to generate
315 2402 sgarg
the data (e.g., Measure of zooplankton abundance using radial quadrat sub-sampling).</span></td></tr>
316
317 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Method Description:</span><span class="regtext"> Description of the method used.
318 2402 sgarg
This is intended to be a general method description that is suitable to help potential users of the data decide if the data are appropriate for their purposes.
319
You can add multiple paragraphs to the description by clicking on the "Add Paragraph to Method Description"
320
button (paragraphs added by using the ENTER key in the Method Description field will not appear as paragraphs in the submitted form).
321
</span></td></tr>
322
323 2849 bowdish
<!--<tr><td colspan="2" align="left"><span class="regtext">Click on the "Describe Another Method" button
324 2412 sgarg
to describe another method.</span></td></tr>-->
325 2402 sgarg
326 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Extent of Study Description:</span><span class="regtext">
327 2402 sgarg
 Describe the temporal, spatial and taxonomic extent of the study, supplementing
328 1991 jones
the information on coverage provided above. For example, if the temporal
329
coverage of the data is 1990-2000, you might provide details about any years
330
that were missed or the months in which sampling actually occurred. If you
331 2402 sgarg
provide information in this field (Extent of Study Description), then you must also provide
332 2412 sgarg
a Method Title, a Method Description and a Sampling Description.</span></td></tr>
333 1991 jones
334 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">Sampling Description:</span><span class="regtext">
335 1991 jones
Describe the sampling design of the study. For example, you might describe
336
the way in which treatments were assigned to sampling units.  If you provide
337
information in this field (Sampling Description), then you must also provide
338 2402 sgarg
a a Method Title, a Method Description and an Extent of Study Description.
339
</span></td></tr>
340 1991 jones
341 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left">
342 2405 sgarg
<a name="DataSetContactAddress"></a>
343 2402 sgarg
DATA SET CONTACT</td></tr>
344 1929 brooke
345 2849 bowdish
<tr><td colspan="2" align="left"><span class="regtext">Contact information of the person to be contacted for more information on the data
346 2402 sgarg
set or to obtain the data set itself. This is analogous to the Principal Data Set Owner information above. Please
347 2412 sgarg
<a href="@cgi-prefix@/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetOriginator" target="_self">see that section</a> for more information on filling out the
348
individual fields. If the Data Set Contact and the Principal Data Set Owner are the same, check the box provided.</span></td></tr>
349 1929 brooke
350
351 2402 sgarg
<tr class="sectheader"><td class="topbottom" colspan="2" align="left">
352 1929 brooke
<a name="DistributionIinformation"></a>
353 2402 sgarg
DISTRIBUTION INFORMATION</font></td></tr>
354 1929 brooke
355 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">
356 1929 brooke
<a name=Site-specificCode></a>
357 2402 sgarg
Data Set Identifier:</span><span class="regtext"> If available, please enter a name or number that uniquely identifies and describes concisely the data set.
358
Alternatively, provide other pertinent information that can identify and locate the data set within your site's data management system.
359 1929 brooke
360 2402 sgarg
[% IF cfg == 'obfs' || cfg == 'nrs' || cfg == 'specnet'%]
361
Keep in mind that this information, although not required, can be extremely useful
362
for locating the data set at a [% lsite %].
363
[%END%]
364
</span></td></tr>
365 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*Data Medium</font>:</span><span class="regtext"> Specify whether the data medium is
366 2402 sgarg
digital (e.g., computer file) or hardcopy (e.g., paper), or specify any other type of data medium the data are recorded on (e.g., video tape).</span></td></tr>
367 1929 brooke
368
369 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">*Usage Rights:</span><span class="regtext"> Specify the usage rights that apply
370 2432 sgarg
to the data set (e.g., no restrictions, obtain permission from data set owner(s), cite the data set in publications, etc.). </span></td></tr>
371 1929 brooke
372 2849 bowdish
<tr><td colspan="2" align="left"><span class="label">URL:</span><span class="regtext"> If available, provide a link for the
373 2412 sgarg
location of more metadata or the data set itself (this URL should be as permanent as possible).</span></td></tr>
374 1929 brooke
375
<a name="AdditionalInformation"></a>
376 2849 bowdish
<tr><td class="borderbottom" colspan="2" align="left"><span class="label">Additional Information:</span><span class="regtext"> Add
377 2402 sgarg
any additional information here that you deem relevant to the data set, which has not been covered in the form.  For example, if the data set is in the form
378 2412 sgarg
of a computer file, you could specify the file format here (e.g., Excel, Access, FoxPro, DBase, etc.).</span></td></tr>
379 2402 sgarg
</table>
380
<p></p>
381 1929 brooke
382 3582 walbridge
[% IF cfg == 'nceas' %]
383
  [% INCLUDE "nceasFooter.tmpl" %]
384
[% ELSE %]
385
  [% INCLUDE "genericFooter.tmpl" %]
386
[% END %]