Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2016-02-03 to present
Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2016-02-03 to present
Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2015-04-30 to present
Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2014-05-05 to present
Platform: R/V Lake Guardian
Platform Type: vessel
Date: 2013-03-29 to 2013-04-14
Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2015-05-11 to present
Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2015-06-04 to present
Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2015-06-19 to present
Platform: R/V F.G. Walton Smith
Platform Type: vessel
Date: 2017-12-02 to 2017-12-18
Platform: R/V F.G. Walton Smith
Platform Type: vessel
Date: 2018-03-18 to 2018-04-03
Platform: R/V F.G. Walton Smith
Platform Type: vessel
Date: 2018-11-21 to 2018-12-08
Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2015-07-07 to present
Platform: CCGS Amundsen
Platform Type: vessel
Date: 2015-07-10 to 2015-08-20
Platform: CCGS Hudson
Platform Type: vessel
Date: 2007-05-10 to 2007-05-27
Platform: CCGS Hudson
Platform Type: vessel
Date: 2011-05-06 to 2011-05-28
Platform: CCGS Hudson
Platform Type: vessel
Date: 2015-05-04 to 2015-05-24
Platform: CCGS Hudson
Platform Type: vessel
Date: 2016-04-30 to 2016-05-24
Platform: R/V Rachel Carson
Platform Type: vessel
Date: 2014-07-10 to present
Platform: R/V F.G. Walton Smith
Platform Type: vessel
Date: 2019-06-27 to 2019-07-17
Platform: SH70 mooring
Platform Type: mooring
Date: 2009-06-11 to 2009-08-03
Platform: SH70 mooring
Platform Type: mooring
Date: 2009-04-12 to 2020-01-01
Keyword Searches
Keyword searches are parsed into a series of terms and operators.
Terms can be a single word — plankton or carbon — or a phrase surrounded by double quotes — "ocean acidification"
Operators allow you to customize the text search in the following ways:
Wildcards
Wildcard searches can be run on individual terms, using:
?
to replace a single character:
carbon?te
*
to replace zero or more characters:,
ocean acid*
Boolean Operators
The preferred operators are:
+
(this term must be present)
-
(this term must not be present)
"coral calcification" +biota -pacific
- biota
must be present
- pacific
must not be present
- "coral calcification"
is optional - its presense increases the relevance
Fuzzy Matching
We can search for terms that are similar to, but not exactly like our search terms, using the "fuzzy" operator: ~
. This uses the Damerau-Levenshtein distance to find all terms with a maximum of two changes, where a change is the insertion, deletion or substitution of a single character, or transposition of two adjacent characters. The default edit distance is 2, but you can specify the distance:
"carbon"~3
Proximity Searches
While a phrase query (eg "john smith") expects all of the terms in exactly the same order, a proximity query allows the specified words to be further apart or in a different order. In the same way that fuzzy queries can specify a maximum edit distance for characters in a word, a proximity search allows us to specify a maximum edit distance of words in a phrase:
"primary production"~3