BASIC INFORMATION
First Name: [%providerGivenName%]
Last Name: [%providerSurName%]
Data Set Title: [%title%]
[% IF cfg == 'nceas' %]
[% FOREACH group = wg %]
NCEAS Project: [%group%]
[% END %]
[% ELSE %]
[% IF cfg == 'esa' %]
Organization Name: [%site%]
[% ELSE %]
[% config.site | ucfirst %] Name: [%site%]
[% END %]
[% END %]
PRINCIPAL DATA SET OWNER
First Name: [%origNamefirst0%]
Last Name: [%origNamelast0%]
Organization Name: [%origNameOrg%]
E-Mail: [%origEmail%]
Phone: [%origPhone%]
FAX: [%origFAX%]
Street Information:
[%origDelivery%]
City: [%origCity%]
State: [%origState%]
Other State/Province: [%origStateOther%]
Postal Code: [%origZIP%]
Country: [%origCountry%]
ASSOCIATED PARTIES
[% numAO = 0 %]
[% IF aoCount > 0 %]
[% numAO = aoCount %]
[% END %]
First Name
|
Last Name
|
Role
|
[% cnt = 1 %]
[% WHILE cnt <= numAO %]
[% SET origNamefirst = "origNamefirst${cnt}" %]
[% SET origNamelast = "origNamelast${cnt}" %]
[% SET origRole = "origRole${cnt}" %]
[% $origNamefirst %]
|
[% $origNamelast %]
|
[% $origRole %]
|
[% cnt = cnt + 1 %]
[% END %]
DATA SET ABSTRACT [%abstract%]
[% IF modules.keyword == 'true' %]
KEYWORD INFORMATION
[% numKey = 0 %]
[% IF keyCount > 1 %]
[% numKey = keyCount %]
[% END %]
Keyword
|
Keyword Type
|
Keyword Thesaurus
|
[% cnt = 1 %]
[% WHILE cnt <= numKey %]
[% SET key = "keyword${cnt}" %]
[% SET keyType = "kwType${cnt}" %]
[% SET keyTh = "kwTh${cnt}" %]
[% $key %]
|
[% $keyType %]
|
[% $keyTh %]
|
[% cnt = cnt + 1 %]
[% END %]
[% END %]
[% IF modules.temporal == 'true' %]
TEMPORAL COVERAGE OF DATA
Start Date: [%beginningYear%] [%beginningMonth%] [%beginningDay%]
Stop Date: [%endingYear%] [%endingMonth%] [%endingDay%]
[% END %]
[% IF modules.spatial == 'true' %]
SPATIAL COVERAGE OF DATA
Geographic Description: [%geogdesc%]
|
Coordinates (in Degrees, Minutes and Seconds):
|
The first lat/long pair:
|
Latitude
|
North/South
|
Longitude
|
West/East
|
[%latDeg1%] [%latMin1%]' [%latSec1%]"
|
[%hemisphLat1%]
|
[%longDeg1%] [%longMin1%]' [%longSec1%]"
|
[%hemisphLong1%]
|
[% IF latDeg2 %]
The second lat/long pair:
|
Latitude
|
North/South
|
Longitude
|
West/East
|
[%latDeg2%] [%latMin2%]' [%latSec2%]"
|
[%hemisphLat2%]
|
[%longDeg2%] [%longMin2%]' [%longSec2%]"
|
[%hemisphLong2%]
|
[% END %]
[% END %]
[% IF modules.taxonomic == 'true' %]
[% numTaxa = 0 %]
[% IF taxaCount > 0 %]
[% numTaxa = taxaCount %]
[% END %]
TAXONOMIC COVERAGE OF DATA
[% cnt = 1 %]
[% WHILE cnt <= numTaxa %]
[% SET trn = "taxonRankName${cnt}" %]
[% SET trv = "taxonRankValue${cnt}" %]
Taxon: [% $trn %]: [% $trv %]
[% cnt = cnt + 1 %]
[% END %]
Taxonomic Reference: [% taxaAuth %]
[% END %]
[% IF modules.method == 'true' %]
DATA COLLECTION METHODS
Method Title: [%methodTitle%]
[% FOREACH para = methodPara %]
Paragraph: [%para%]
[% END %]
Extent of Study Description: [%studyExtentDescription%]
Sampling Description: [%samplingDescription%]
[% END %]
[% IF modules.upload == 'true' && upCount %]
UPLOAD DATA
[% cnt = 0 %]
[% WHILE cnt < upCount %]
[% SET fileName = "uploadname_${cnt}" %]
[% SET filePerm = "uploadperm_${cnt}" %]
[% cnt = cnt + 1 %]
File #[% cnt %]: [% $fileName %], [% $filePerm %] access
[% dCount = 0 %]
[% IF delCount > 0 %]
[% dCount = delCount %]
[% END %]
[% cntd = 0 %]
[% WHILE cntd < dCount %]
[% SET delfile = "deletefile_${cntd}" %]
[% IF $delfile == fileName %]
to be removed
[% END %]
[% cntd = cntd + 1 %]
[% END %]
[% END %]
[% END %]
DATA SET CONTACT
First Name: [%origNamefirstContact%]
Last Name: [%origNamelastContact%]
Organization Name: [%origNameOrgContact%]
E-Mail: [%origEmailContact%]
Phone: [%origPhoneContact%]
FAX: [%origFAXContact%]
Street Information:
[%origDeliveryContact%]
City: [%origCityContact%]
State: [%origStateContact%]
Other State/Province: [%origStateOtherContact%]
Postal Code: [%origZIPContact%]
Country: [%origCountryContact%]
DISTRIBUTION INFORMATION
Data Set Identifier: [%identifierValue1%]
Data Medium: [%dataMedium%] Other Data Medium: [%dataMediumOther%]
Usage Constraints: [%useConstraints%] Other Usage Constraints: [%useConstraintsOther%]
URL: [%url%]
Additional Information: [%addComments%]
|