Project

General

Profile

1 7867 leinfelder
[% INCLUDE $templates.header %]
2
3 7893 leinfelder
	<!-- CONTENT SECTION
4
    ======================================================================= -->
5
	<article id="EntryReview">
6
		<div class="container">
7
8
			<div class="row-fluid">
9
				<h2>Registry Guide</h2>
10
				<p class="lead">
11
					Guide for Completing the Data [% config.type %] Form
12
				</p>
13
				<p>
14
					This guide provides information on how to complete the registration form.
15
					There are up to 11 sections to the form; some fields are required (denoted by an asterisk *),
16
					while others are optional.
17
				</p>
18
				<p>
19
					Information on individual fields and examples for their content are provided below.
20
				</p>
21
			</div>
22
23 7934 leinfelder
			<div class="row-fluid">
24 7980 cjones
				<h4><a name="Submitter">Submitter</a></h4>
25 7947 leinfelder
				<p>
26
					<span class="text-info">*First name, *Last name: </span>
27 7934 leinfelder
					The first and last names of the person completing this form.
28 7937 leinfelder
				</p>
29 7934 leinfelder
30 7935 leinfelder
			</div>
31 7936 leinfelder
32
			<div class="row-fluid">
33 7980 cjones
				<h4><a name="BasicInformation">Basic Information</a></h4>
34 7947 leinfelder
				<p>
35
					<span class="text-info">*Data Set Title:</span>
36
					A descriptive title
37
					of the data set. The title should provide enough information for
38
					someone casually scanning a list of data sets to know whether the data are
39
					relevant to them.  This implies that the data context should be indicated
40
					in the title without making the title be too long. In general, the title
41
					should indicate what kind of data were collected and the spatial,
42
					taxonomic, and temporal extents the data set covers.
43
				</p>
44 7935 leinfelder
45 7940 leinfelder
				<div class="span6">
46 7948 leinfelder
					<em>Examples of descriptive titles: </em>
47 7936 leinfelder
					<ul>
48
						<li>Hastings Reserve (CA) Small Mammal Trapline Data from 1972 to 1988.</li>
49
						<li>Tassajara Hot Springs Reserve Water Chemistry Data from 1990 to 2000.</li>
50
					</ul>
51
				</div>
52 7940 leinfelder
				<div class="span6">
53 7948 leinfelder
					<em>Examples of incomplete titles: </em>
54 7936 leinfelder
					<ul>
55
						<li>Mammals Data</li>
56
						<li>Water Chemistry Data</li>
57
					</ul>
58
				</div>
59
60 7867 leinfelder
[% IF cfg == 'nceas' %]
61 7941 leinfelder
				<span class="text-info">*NCEAS Project(s):</span>
62
				<p>Select one or more
63
					NCEAS activities from the list to indicate that the data set is
64
					affiliated with that working group or activity.  We use "affiliation"
65
					in a rather permissive sense to mean, for example, that the data set was or has
66
					been generated by the activity; that the owner of the data is affiliated
67
					with the activity; that the data set is owned by the activity; etc. Both
68
					derived data sets that result from synthesis activities and original raw data
69
					sets that contribute to synthesis can be included in the repository and should
70
					be associated with the appropriate NCEAS activities.
71
				</p>
72 7867 leinfelder
[% END %]
73
74
[% IF cfg == 'esa' || cfg == 'ltss' %]
75
76 7941 leinfelder
				<span class="text-info">*Organization Name:</span>
77
				<p>The name of the organization with which the data set is
78
					affiliated. We use "affiliation" in a rather permissive sense to mean, for example, that the data set was or has
79
					been generated at the organization; that the owner of the data is affiliated
80
					with the organization or was affiliated with the organization when the data
81
					set was generated; that the data set is owned by the organization; etc.
82
				</p>
83
84
				<div class="span6">
85 7948 leinfelder
					<em>Examples of correct organization names: </em>
86 7941 leinfelder
					<ul>
87
						<li>University of Michigan Biological Station</li>
88
						<li>Duke University FACE Facility</li>
89
						<li>National Center for Ecological Analysis and Synthesis</li>
90
					</ul>
91
				</div>
92
				<div class="span6">
93 7948 leinfelder
					<em>Examples of incorrect organization names: </em>
94 7941 leinfelder
					<ul>
95
						<li>Michigan Station</li>
96
						<li>Duke University</li>
97
						<li>University of California Santa Barbara</li>
98
					</ul>
99
				</div>
100 7867 leinfelder
101
[% END %]
102
103
[% IF cfg == 'obfs' || cfg == 'nrs' || cfg == 'specnet'%]
104
105 7941 leinfelder
				<span class="text-info">*[% config.site | ucfirst %] Name:</span>
106
				<p>Select a [% config.site %] from the drop-down list to indicate that the data set is
107
					affiliated with the [% config.site %]. We use "affiliation" in a rather
108
					permissive sense to mean, for example, that the data set was or has
109
					been generated at the [% config.site %]; that the owner is affiliated
110
					with the [% config.site %] or was affiliated with the [% config.site %] when the data
111
					set was generated; or that the data set is owned by the [% config.site %]; etc.
112
				</p>
113 7948 leinfelder
				<p><em>Note: </em>
114 7941 leinfelder
					If the data were collected at a site other than a
115
					[% config.site %] listed in the drop-down menu, you can indicate so in the
116
					abstract and/or title. You can also indicate this in the keywords
117
					with a locality keyword.
118
				</p>
119 7867 leinfelder
120
[% END %]
121
122 7941 leinfelder
			</div>
123
124 7942 leinfelder
			<div class="row-fluid">
125 7980 cjones
				<h4><a name="DataSetOriginator">Principal Data Set Owner</a></h4>
126 7867 leinfelder
127 7942 leinfelder
				<p>The person responsible for developing the data set. For example, the principal
128
					investigator in a collaborative project, the first author of the main publication using the data set, etc.
129
					The first and last names of the principal data set owner are required; the organization name, e-mail, phone, fax, and
130
					address information are optional.
131
				</p>
132 7867 leinfelder
133 7948 leinfelder
				<p><em>Note: </em>If there is more than one owner, information
134 7947 leinfelder
					about the co-owner(s) can be provided in the <em>Associated Parties</em> section below.
135 7942 leinfelder
				</p>
136 7867 leinfelder
137 7942 leinfelder
				<p><span class="text-info">*First Name:</span>
138
				The first name of the principal data set owner.</p>
139
140
				<p><span class="text-info">*Last Name:</span>
141
				The last name (surname) of the principal data set owner.</p>
142
143
				<p><span class="text-info">Organization Name:</span>
144
				The name of the organization from which the data set
145
				originated.</p>
146
147
				<p><span class="text-info">E-Mail:</span>
148
				The e-mail address by which the principal data set owner can be contacted.</p>
149
150
				<p><span class="text-info">Phone:</span>
151
				The phone number of the principal data set owner, including the area code (999-999-9999).</p>
152
153
				<p><span class="text-info">FAX:</span>
154
				The fax number of the principal data set owner, including the area code (999-999-9999).</p>
155
156
				<p><span class="text-info">Street Information:</span>
157
				A comma-separated list of street number, street, unit,
158 7948 leinfelder
				etc.<br> <em>Example: </em> 735 State Street, Suite 300</p>
159 7942 leinfelder
160
				<p><span class="text-info">City:</span>
161
				The city
162
				name of the principal data set owner's address.</p>
163
164
				<p><span class="text-info">U.S. State or Territory:</span>
165
				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
166
				the United States, used the "Other State/Province" field below. For a shortcut,
167
				press the first letter of the state on your keyboard (e.g.,  M-key to skip to Maine).</p>
168
169
				<p><span class="text-info">Other State/Province:</span>
170
				A non-U.S. state or a province for
171
				the principal data set owner's address.</p>
172
173
				<p><span class="text-info">Postal Code:</span>
174
				The postal code or ZIP code
175
				for the principal data set owner's address.</p>
176
177
				<p><span class="text-info">Country:</span>
178
				The country
179
				for the principal data set owner's address.</p>
180
181
			</div>
182 7943 leinfelder
183
			<div class="row-fluid">
184 7980 cjones
				<h4><a name="AdditionalOriginators">Associated Parties</a></h4>
185 7867 leinfelder
186 7943 leinfelder
				<p>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
187
				the data set), select a role for this person, and click on "Add Associated Party".  Repeat to add another associated party.</p>
188 7867 leinfelder
189 7943 leinfelder
				<p>To edit an entry, click on the name of the person entered, change the name and/or
190
				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".
191
				If you have entered several associated parties and want to change the order in which they appear, use the blue up and down arrows.</p>
192
193
			</div>
194
195
			<div class="row-fluid">
196 7980 cjones
				<h4><a name="DataSetAbstract">*Data Set Abstract</a></h4>
197 7943 leinfelder
				<p>Short (maximum of 350 words) summary of the purpose and content of the data set.
198
					Entering a data set abstract is required.
199
				</p>
200
				<p>
201 7948 leinfelder
					<em>Example: </em> Data were collected every year in summer and fall from
202 7943 leinfelder
					1967 to 1979. Trapping was conducted only in the fall from 1980 to
203
					1988. For each specimen taken, data were recorded on species, date,
204
					location, time, sex, and body measurements including total length,
205
					length of tail, length of hind foot, length of ear, and body mass.
206
					The purpose of the data was to index the population size of all
207
					species present over a long time period.
208
				</p>
209
210
			</div>
211
212
			<div class="row-fluid">
213 7980 cjones
				<h4><a name="KeywordInformation">Keyword Information</a></h4>
214 7943 leinfelder
				<p>Provide information for as many keywords as needed. The information is provided in groups of three
215
					fields: keyword, keyword type, and keyword thesaurus. Repeat steps 1-4 below for each additional keyword.
216
				</p>
217
				<p>Have a look at the <a href="http://gcmd.nasa.gov/Resources/valids/gcmd_parameters.html" target="nasa">NASA Global Change Master Directory
218
					(GCMD)</a> (particularly under EARTH SCIENCE > Biosphere) and see if you can find keywords that appropriately describe your data set.
219
					If not, use your own keywords.
220
				</p>
221
				<p><span class="text-info">1. Keyword: </span>
222
					Enter a word or phrase that describes your data set.</p>
223
				<p><span class="text-info">2. Keyword Type: </span>
224
					Select the keyword type (a term used to group similar keywords). The different types are ("none" is the default):
225 7867 leinfelder
226 7943 leinfelder
					<ul>
227
						<li>Theme: the keyword identifies a particular subject or topic.</li>
228
						<li>Place: the keyword identifies a place.</li>
229
						<li>Stratum: the keyword identifies the layer(s) of any deposited substance.</li>
230
						<li>Temporal: the keyword identifies a time period related to the data set.
231
						<li>Taxonomic: the keyword identifies a particular taxon.</li>
232
					</ul>
233
				</p>
234
				<p><span class="text-info">3. Keyword Thesaurus: </span>
235
					Select whether you used the NASA Global Change Master Directory (GCMD) or not to choose your keywords.
236
				</p>
237
				<p>
238
					<span class="text-info">4. Click</span> on the <b>"Add Keyword"</b> button to add the keyword information provided.
239
				</p>
240
				<p>To edit a keyword entry, click on the keyword entered, change the keyword, keyword type, and/or keyword
241
					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".
242
					If you have entered several keywords and want to change the order in which they appear, use the blue up and down arrows.
243
				</p>
244
245
			</div>
246 7867 leinfelder
247 7944 leinfelder
			<div class="row-fluid">
248 7980 cjones
				<h4><a name="TemporalCoverageOfData">Temporal Coverage of Data</a></h4>
249 7944 leinfelder
				<p><span class="text-info">*Start Date: </span>
250
					The first year, month, and
251
					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
252
					drop-down menus.
253
				</p>
254
				<p><span class="text-info">Stop Date:</span>
255
					The last year, month, and
256
					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.
257
				</p>
258
				<p>
259 7948 leinfelder
					<em>Note: </em> Leave "Stop Date" blank if your data set is open-ended.
260 7944 leinfelder
				</p>
261
			</div>
262
263
			<div class="row-fluid">
264 7980 cjones
				<h4><a name="SpatialCoverageOfData">Spatial Coverage of Data</a></h4>
265 7944 leinfelder
				<p><span class="text-info">*Geographic Description:</span>
266
					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.
267
					This field supplements the coordinates provided below and helps orient the data user about the general location of the study.
268
				</p>
269
				<p><span class="text-info">*Coordinates:</span>
270
					The latitude and longitude
271
					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
272
					the North (N) or South (S) orientation for the latitudes, and the West (W) or East (E) orientation for the longitudes.
273
				</p>
274
				<p>
275
					If you enter <b>one coordinate pair only</b>: This indicates a point location.
276
				</p>
277
				<p>If you enter <b>both coordinate pairs</b>: This indicates a
278
					bounding box. The first coordinate pair is the northwest corner and
279
					the second coordinate pair is the southeast corner of the bounding
280
					box.
281
				</p>
282
			</div>
283 7867 leinfelder
284 7945 leinfelder
			<div class="row-fluid">
285 7980 cjones
				<h4><a name="TaxonomicCoverage">Taxonomic Coverage of Data</a></h4>
286 7945 leinfelder
				<p>
287
					Provide a list of the taxa that are associated with this data set.
288
					This includes taxa for which the data set contains measurements, and taxa
289
					for which the data have relevance in less direct ways.  In general, if a
290
					data user searching for a particular taxonomic name should find this data set,
291
					then the taxon should be included in this list.
292
				</p>
293
				<p>
294
					Please check the <a href=
295
					"http://darwin.zoology.gla.ac.uk/~rpage/MyToL/www/index.php" target="darwin">Glasgow Taxonomic Name Server</a> or the <a href=
296
					"http://www.itis.usda.gov/" target="itis">Integrated Taxonomic Information System</a> for correct spelling
297
					of taxonomic names.
298
				</p>
299
				<p>For each taxon, follow the three steps below:
300
					<ol>
301
						<li>
302
							<span class="text-info">Taxonomic Rank:</span> Enter the level in the taxonomic hierarchy
303
							(Kingdom, Phylum, Class, Order, Family, Genus, or Species).
304
						</li>
305
						<li>
306
							<span class="text-info">Taxonomic Name:</span> Enter the scientific name for the level
307
							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>).
308
						</li>
309
						<li>
310
							<span class="text-info">Click</span> on the <b>"Add Taxon"</b> button to add the taxonomic information.
311
						</li>
312
					</ol>
313
				</p>
314
				<p>
315
					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
316
					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
317
					down arrows.
318
				</p>
319
				<p>
320
					<span class="text-info">Taxonomic Reference:</span> The name
321
					or complete citation of the source(s) used for identifying and naming taxa (e.g., name of a field guide, key, or nomenclature revision).
322
				</p>
323
			</div>
324
325
			<div class="row-fluid">
326 7980 cjones
				<h4><a name="Methods">Data Collection Methods</a></h4>
327 7945 leinfelder
				<p>
328
					<span class="text-info">Method Title:</span> A title for the method used to generate
329
					the data (e.g., Measure of zooplankton abundance using radial quadrat sub-sampling).
330
				</p>
331
				<p>
332
					<span class="text-info">Method Description:</span> Description of the method used.
333
					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.
334
					You can add multiple paragraphs to the description by clicking on the "Add Paragraph to Method Description"
335
					button (paragraphs added by using the ENTER key in the Method Description field will not appear as paragraphs in the submitted form).
336
				</p>
337
				<p>
338
					<span class="text-info">Extent of Study Description:</span>
339
					Describe the temporal, spatial and taxonomic extent of the study, supplementing
340
					the information on coverage provided above. For example, if the temporal
341
					coverage of the data is 1990-2000, you might provide details about any years
342
					that were missed or the months in which sampling actually occurred. If you
343
					provide information in this field (Extent of Study Description), then you must also provide
344
					a Method Title, a Method Description and a Sampling Description.
345
				</p>
346
				<p>
347
					<span class="text-info">Sampling Description:</span>
348
					Describe the sampling design of the study. For example, you might describe
349
					the way in which treatments were assigned to sampling units.  If you provide
350
					information in this field (Sampling Description), then you must also provide
351
					a a Method Title, a Method Description and an Extent of Study Description.
352
				</p>
353
			</div>
354
355
			<div class="row-fluid">
356
				<a name="DataSetContactAddress"></a>
357 7947 leinfelder
				<h4>Data Set Contact</h4>
358 7945 leinfelder
				<p>
359
					Contact information of the person to be contacted for more information on the data
360
					set or to obtain the data set itself. This is analogous to the Principal Data Set Owner information above. Please
361
					<a href="[% cgiPrefix %]/register-dataset.cgi?cfg=[%cfg%]&amp;stage=guide#DataSetOriginator" target="_self">see that section</a> for more information on filling out the
362
					individual fields. If the Data Set Contact and the Principal Data Set Owner are the same, check the box provided.
363
				</p>
364 7946 leinfelder
			</div>
365
366
			<div class="row-fluid">
367 7980 cjones
				<h4><a name="DistributionIinformation">Distribution Information</a></h4>
368 7946 leinfelder
				<p>
369
					<span class="text-info">
370
					<a name=Site-specificCode></a>
371
					Data Set Identifier:</span> If available, please enter a name or number that uniquely identifies and describes concisely the data set.
372
					Alternatively, provide other pertinent information that can identify and locate the data set within your site's data management system.
373 7867 leinfelder
374
[% IF cfg == 'obfs' || cfg == 'nrs' || cfg == 'specnet'%]
375
Keep in mind that this information, although not required, can be extremely useful
376
for locating the data set at a [% config.site %].
377
[%END%]
378 7946 leinfelder
				</p>
379
				<p>
380
					<span class="text-info">*Data Medium:</span>
381
					Specify whether the data medium is
382
					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).
383
				</p>
384
				<p>
385
					<span class="text-info">*Usage Rights:</span> Specify the usage rights that apply
386
					to the data set (e.g., no restrictions, obtain permission from data set owner(s), cite the data set in publications, etc.).
387
				</p>
388
				<p>
389
					<span class="text-info">URL:</span> If available, provide a link for the
390
					location of more metadata or the data set itself (this URL should be as permanent as possible).
391
				</p>
392
				<p>
393
					<a name="AdditionalInformation"></a>
394
					<span class="text-info">Additional Information:</span>
395
					Add 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
396
					of a computer file, you could specify the file format here (e.g., Excel, Access, FoxPro, DBase, etc.).
397
				</p>
398 7867 leinfelder
399 7946 leinfelder
			</div>
400 7973 leinfelder
401
			<div class="row-fluid">
402 7980 cjones
				<h4><a name="UploadData">Data File Upload</a></h4>
403 7973 leinfelder
				<p>
404
					Select files from your computer to include in the data package submission. Text-based data files (e.g., CSV) are preferred, but there is no restriction on the file type.
405
					Multiple files can be included in the package.
406
				</p>
407
				<p>
408
					Ideally, data files will be made publicly accessible on submission, but we recognize there are some cases where access to the data should be restricted until a later date.
409
					Select the appropriate permission level for each file as it is attached to the package. Files can be 'unattached' using the delete button.
410
				</p>
411 7867 leinfelder
412 7973 leinfelder
			</div>
413
414 7893 leinfelder
		</div>
415
	</article>
416 7867 leinfelder
[% INCLUDE $templates.footer %]