<% var searchModel = data; %>

Search Tips

General

Filter types

<% if(searchModel.filterIsAvailable("attribute")){ %>

<%=searchModel.fieldLabels["attribute"]%>

Searches the attribute names (e.g. column headers) of data tables

Examples
: salinity, lifestage <% } %> <% if(searchModel.filterIsAvailable("resourceMap")){ %>

Data files (<%=searchModel.fieldLabels["resourceMap"]%>)

If this filter is checked, only search results that include data files will be returned. If it is unchecked, some search results may be metadata files only.

<% } %> <% if(searchModel.filterIsAvailable("dataSource")){ %>

<%=searchModel.fieldLabels["dataSource"]%>

Select one or more DataONE Member Nodes to exclude your search to only data from those Member Nodes. Each search result originated from only one Member Node, and its logo will be displayed in the search result listing.

<% } %> <% if(searchModel.filterIsAvailable("creator")){ %>

<%=searchModel.fieldLabels["creator"]%>

Searches the person name(s) or entity (organization, group, etc.) name(s) that are listed as creators of a dataset. The username of the user who uploaded a data set is not taken into account (use the "Anything" filter instead).

Examples:
Smith, John Smith <% } %> <% if(searchModel.filterIsAvailable("pubYear") || searchModel.filterIsAvailable("dataYear")){ %>

Year

Use the slider or type in a year number and limit your search to data that was collected and/or published between that year range. You can filter results by year in two ways:

<% } %> <% if(searchModel.filterIsAvailable("id")){ %>

<%=searchModel.fieldLabels["id"]%>

An advanced filter to use when searching for a dataset by part or all of its ID or DOI (Digital Object Identifier). What is a DOI?

Examples
: lter, doi:10.5063/F1HH6H0R <% } %> <% if(searchModel.filterIsAvailable("taxon")){ %>

<%=searchModel.fieldLabels["taxon"]%>

Searches all taxonomic ranks that were provided by the data set creator for a full or partial match.

Examples
: Dreissena polymorpha, Mollusca <% } %> <% if(searchModel.filterIsAvailable("spatial")){ %>

<%=searchModel.fieldLabels["spatial"]%>

Searches the geographic site or study area description. The location may be a place name or a detailed description of the study site.

Examples
: Hudson River, freshwater <% } %>