You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 45 Next »

Element Description

The Entry Title element states the title of the dataset. 

Best Practices

The Entry Title should be a descriptive, formal title of the dataset. The Entry Title should not be the same as the Short Name element. It is recommended that the Entry Title follow a mixed case capitalization scheme and that the use of special characters (such as underscores) and acronyms be kept to a minimum, if possible. In order to make titles descriptive, important elements about the data may be included, such as: parameters measured, geographic location, instrument, project, temporal coverage, etc. 

Examples:

"The San Joaquin Valley Air Quality Study (SJVAQS) Atmospheric Signatures, Predictions, and Experiments (AUSPEX) Database"

"Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0"

"The Next Generation Weather Radar (NEXRAD) Level II, III, and IV Data Products"


Element Specification

ModelElementTypeConstraintsRequired?Cardinality
UMM-CEntryTitleString1030 maximum charactersYes1


Metadata Validation and QA/QC

All metadata entering the CMR goes through the below process to ensure metadata quality requirements are met. All records undergo CMR validation before entering the system. The process of QA/QC is slightly different for NASA and non-NASA data providers. Non-NASA providers include interagency and international data providers and are referred to as the International Directory Network (IDN).

Please see the expandable sections below for flowchart details.


  • Manual Review
    • Identify errors, discrepancies or omissions.
    • Proof all content for conciseness and readability.
  • Automated Review
    • Check that the field has been populated.
    • Check that the field length is not greater than 1,030 characters.
    • Check that the field value does not match the Entry ID.
  • This element is required
  • Must contain at least 1 character and be no longer than 1,030 characters in length
  • The Entry Title must be unique per data provider

ARC Priority Matrix

Priority CategorizationJustification

This element is categorized as highest priority when:

  • The element is not included at all.
  • The element is included but is empty.
  • The value in the element is identical to the Short Name.
  • The value in the element is in an abbreviated format (similar, but not necessarily identical to, the short name).
  • The value in the element contains a spelling error.
  • The value in the element includes incorrect information about the dataset.

Not applicable


Not applicable

The element is provided, and is a formal title for the dataset (i.e. it is not the same as the short name and is free of grammatical and content errors).

ARC Automated Checks

  • Checks if a value is provided. If not, return is: "Recommending a "*dataset ID/entry title*" for this dataset, as this is a required field."
  • If a value is provided, return is "OK."

Dialect Mappings

DIF 9 (Note: DIF-9 is being phased out and will no longer be supported after 2018)

DIF 10

UMM-C ElementDIF 10 PathTypeConstraintsRequired in DIF 10?CardinalityNotes
EntryTitle/DIF/Entry_TitleString1030 maximum charactersYes1

DIF 10 Entry_Title is a string. The Entry_Title must be unique for a provider.

Enumeration Mapping

N/A

Example Mapping

DIF 10

<Entry_Title>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</Entry_Title>

UMM

"EntryTitle" : "Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",

ECHO 10

UMM-C ElementECHO 10 PathTypeConstraintsRequired in ECHO10?CardinalityNotes
EntryTitle/Collection/DataSetIdStringn/aYes1The DataSetId element and the LongName element may be identical in ECHO 10.


Enumeration Mapping

N/A

Example Mapping

ECHO 10

<DataSetId>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</DataSetId>

UMM

"EntryTitle" : "Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",



ISO 19115-2 MENDS

UMM-C Element

ISO 19115-2 MENDS Path

TypeNotes
EntryTitle

/gmi:MI_Metadata/gmd:fileIdentifier/gco:CharacterString

/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString

String

The first path specified to the left is optional in ISO. The CMR does not read this value, but when it generates ISO 19115-2 MENDS records it will write the title to this location.

The second path specified to the left is required in ISO.

Enumeration/Code List Mapping

N/A

Example Mapping

ISO 19115-2 MENDS

<gmi:MI_Metadata>
  ...
  <gmd:fileIdentifier>
    <gco:CharacterString>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</gco:CharacterString>
  </gmd:fileIdentifier>
  ...
</gmi:MI_Metadata>

<gmi:MI_Metadata>
  ...
  <gmd:identificationInfo>
    <gmd:MD_DataIdentification>
	  <gmd:citation>
	    <gmd:CI_Citation>
		  <gmd:title>
			<gco:CharacterString>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</gco:CharacterString>
    	  </gmd:title>
          ...
		</gmd:CI_Citation>
	  </gmd:citation>
      ...
	</gmd:MD_DataIdentification>
  </gmd:identificationInfo>
  ...
</gmi:MI_Metadata>

UMM

"EntryTitle" : "Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",



ISO 19115-2 SMAP

UMM-C Element

ISO 19115-2 SMAP Path

TypeNotes
EntryTitle

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:aggregationInfo/gmd:MD_AggregateInformation/gmd:aggregateDataSetIdentifier/gmd:MD_Identifier/ gmd:code/gco:CharacterString

with

/gmd:DS_Series/gmd:seriesMetadata/gmi:MI_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/ gmd:citation/gmd:CI_Citation/gmd:title/gco:CharacterString='DataSetId'

String

Adding gco:CharacterString='DataSetId' helps CMR identify the identifier provided within the aggregate information section as the Entry Title.

Enumeration/Code List Mapping

N/A

Example Mapping

ISO 19115-2 SMAP

<gmd:DS_Series>
 <gmd:seriesMetadata>
  <gmi:MI_Metadata>
    ...
	<gmd:identificationInfo>
		<gmd:MD_DataIdentification>
			<gmd:citation>
				<gmd:CI_Citation>
					<gmd:title>
						<gco:CharacterString>DataSetId</gco:CharacterString>
    				</gmd:title>
                    ...
				</gmd:CI_Citation>
			</gmd:citation>
            ...
			<gmd:aggregationInfo>
				<gmd:MD_AggregateInformation>
                    ...
					<gmd:aggregateDataSetIdentifier>
						<gmd:MD_Identifier>
							<gmd:code>
								<gco:CharacterString>Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0</gco:CharacterString>
							</gmd:code>
                            ...
						</gmd:MD_Identifier>
                        ...
					</gmd:aggregateDataSetIdentifier>
                    ...
				</gmd:MD_AggregateInformation>
			</gmd:aggregationInfo>
            ...
		</gmd:MD_DataIdentification>
	</gmd:identificationInfo>
    ...
  </gmi:MI_Metadata>
 </gmd:seriesMetadata>
</gmd:DS_Series>

UMM

"EntryTitle" : "Aquarius Official Release Level 3 Sea Surface Salinity Smoothed Standard Mapped Image Monthly Data V4.0",



UMM Migration

N/A

History

UMM Versioning

VersionDateWhat Changed
1.13.004/11/2019No changes were made for Entry Title during the transition from version 1.12.0 to 1.13.0
1.12.001/22/2019No changes were made for Entry Title during the transition from version 1.11.0 to 1.12.0.
1.11.011/28/2018No changes were made for Entry Title during the transition from version 1.10.0 to 1.11.0.
1.10.005/02/2018No changes were made for Entry Title during the transition from version 1.9.0 to 1.10.0.

ARC Documentation

VersionDateWhat ChangedAuthor
1.004/06/18Recommendations/priority matrix transferred from internal ARC documentation to wiki space



  • No labels