| 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 %]
 
     
      [% cnt = 1 %]
    [% WHILE cnt <= numAO %]
     [% SET origNamefirst = "origNamefirst${cnt}" %]
     [% SET origNamelast = "origNamelast${cnt}" %]
     [% SET origRole = "origRole${cnt}" %]| First Name | Last Name | Role |   
      [% cnt = cnt + 1 %]
     [% END %]| [% $origNamefirst %] | [% $origNamelast %] | [% $origRole %] |  
 DATA SET ABSTRACT[% IF modules.keyword == 'true' %][%abstract%]
 
 KEYWORD INFORMATION 
    [% numKey = 0 %]
    [% IF keyCount > 1 %]
        [% numKey = keyCount %]
    [% END %]
 
    [% END %]
  
[% IF modules.temporal == 'true' %] 
      [% cnt = 1 %]
    [% WHILE cnt <= numKey %]
     [% SET key = "keyword${cnt}" %]
     [% SET keyType = "kwType${cnt}" %]
     [% SET keyTh = "kwTh${cnt}" %]| Keyword | Keyword Type | Keyword Thesaurus |   
      [% cnt = cnt + 1 %]
     [% END %]| [% $key %] | [% $keyType %] | [% $keyTh %] |  
 TEMPORAL COVERAGE OF DATA 
 Start Date: [%beginningYear%] [%beginningMonth%] [%beginningDay%]
 Stop Date:    [%endingYear%] [%endingMonth%] [%endingDay%]
[% END %]
[% IF modules.spatial == 'true' %] 
 SPATIAL COVERAGE OF DATA 
 
    [% END %]
[% IF modules.taxonomic == 'true' %]
    [% numTaxa = 0 %]
    [% IF taxaCount > 0 %]
        [% numTaxa = taxaCount %]
    [% END %]
      | Geographic Description: [%geogdesc%] |   
      | Coordinates (in Degrees, Minutes and Seconds): |   
      | The first lat/long pair: |   
      |  Latitude |  North/South |  Longitude |  West/East |   
      [% IF latDeg2 %]| 
	[%latDeg1%] [%latMin1%]' [%latSec1%]" 
         |  
          [%hemisphLat1%]
	 |  
	  [%longDeg1%] [%longMin1%]' [%longSec1%]" 
         |  
          [%hemisphLong1%]
         |   
      | The second lat/long pair: |   
      | Latitude |  North/South | Longitude | West/East |  
      [% END %]| 
	[%latDeg2%] [%latMin2%]' [%latSec2%]"
         |  
          [%hemisphLat2%]
	 |  
	  [%longDeg2%] [%longMin2%]' [%longSec2%]" 
         |  
          [%hemisphLong2%]
         |  
 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%]
 
 |