<!-- saved from url=(0016)http://localhost --> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:res="http://www.esri.com/metadata/res/" xmlns:gmd="http://www.isotc211.org/2005/gmd"><head><meta http-equiv="content-type" content="text/html; charset=UTF-16LE"><style type="text/css" id="internalStyle" xmlns="" xmlns:esri="http://www.esri.com/metadata/"> body { font-family: Verdana, Gill, Helvetica, Sans-serif ; font-size: 0.8em; font-weight: 500; color: #000020; background-color: #FFFFFF; } div.itemDescription { margin-right: 2em; margin-bottom: 2em; } h1 { font-size: 1.5em; margin-top: 0; margin-bottom: 5px; } h1.idHeading { color: #008FAF; text-align: center; } h1.gpHeading { color: black; } span.idHeading { color: #007799; font-weight: bold; } .center { text-align: center; margin-top: 5px; margin-bottom: 5px; } img { width: 210px; border-width: 1px; border-style: outset; } img.center { text-align: center; display: block; border-color: #666666; } img.enclosed { width: 60%; } img.gp { width: auto; border-style: none; margin-top: -1.2em; } .noThumbnail { color: #888888; font-size: 1.2em; border-width: 1px; border-style: solid; border-color: black; padding: 3em 3em; position: relative; text-align: center; width: 210px; height: 140px; } .noContent { color: #888888; } .itemInfo p { margin-top: -0.1em; } .itemInfo img { width: auto; border: none; } .gpItemInfo p { margin-top: -1.2em; } div.box { margin-left: 1em; } div.hide { display: none; } div.show { display: block; } span.hide { display: none; } span.show { display: inline-block; } .backToTop a { color: #DDDDDD; font-style: italic; font-size: 0.85em; } h2 { font-size: 1.2em; } h2.gp { color: #00709C; } .gpsubtitle { color: black; font-size: 1.2em; font-weight: normal; } .gptags { color: black; font-size: 0.8em; font-weight: normal; } .head { font-size: 1.3em; } a:link { color: #098EA6; font-weight: normal; text-decoration: none; } a:visited { color: #098EA6; text-decoration: none; } a:link:hover, a:visited:hover { color: #007799; background-color: #C6E6EF; } h2.iso a { color: #007799; font-weight: bold; } .iso a:link { color: #007799; text-decoration: none; } .iso a:visited { color: #007799; text-decoration: none; } .iso a:link:hover, .iso a:visited:hover { color: #006688; background-color: #C6E6EF; } h2.fgdc a { color: #888888; font-weight: bold; } .fgdc a:link { color: #888888; text-decoration: none; } .fgdc a:visited { color: #888888; text-decoration: none; } .fgdc a:link:hover, .fgdc a:visited:hover { color: #777777; background-color: #C6E6EF; } h3 { font-size: 1em; color: #00709C; } .backToTop { color: #AAAAAA; margin-left: 1em; } p.gp { margin-top: .6em; margin-bottom: .6em; } ul ul { list-style-type: square; } ul li.iso19139heading { margin-left: -3em; list-style: none; font-weight: bold; color: #666666; } dl { margin: 0; padding: 0; } dl.iso { background-color: #F2F9FF; } dl.esri { background-color: #F2FFF9; } dl.subtype { width: 40em; margin-top: 0.5em; margin-bottom: 0.5em; padding: 0; } dt { margin-left: 0.6em; padding-left: 0.6em; clear: left; } .subtype dt { width: 60%; float: left; margin: 0; padding: 0.5em 0.5em 0 0.75em; border-top: 1px solid #006400; clear: none; } .subtype dt.header { padding: 0.5em 0.5em 0.5em 0; border-top: none; } dd { margin-left: 0.6em; padding-left: 0.6em; clear: left; } .subtype dd { float: left; width: 25%; margin: 0; padding: 0.5em 0.5em 0 0.75em; border-top: 1px solid #006400; clear: none; } .subtype dd.header { padding: 0.5em 0.5em 0.5em 0; border-top: none; } .isoElement { font-variant: small-caps; font-size: 0.9em; font-weight: normal; color: #006688; } .esriElement { font-variant: small-caps; font-size: 0.9em; font-weight: normal; color: #006688; } .element { font-variant: small-caps; font-size: 0.9em; font-weight: normal; color: #666666; } unknownElement { font-variant: small-caps; font-size: 0.9em; font-weight: normal; color: #333333; } .sync { color: #006400; font-weight: bold; font-size: 0.9em; } .syncOld { color: #888888; font-weight: bold; font-size: 0.9em; } .textOld { color: #999999; } .code { font-family: monospace; } pre.wrap { width: 96%; font-family: Verdana, Gill, Helvetica, Sans-serif ; font-size: 1em; margin: 0 0 1em 0.6em; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } pre.gp { font-family: Courier New, Courier, monospace; line-height: 1.2em; } .gpcode { margin-left:15px; border: 1px dashed #ACC6D8; padding: 10px; background-color:#EEEEEE; height: auto; overflow: scroll; width: 96%; } tr { vertical-align: top; } th { text-align: left; background: #dddddd; vertical-align: bottom; font-size: 0.8em; } td { background: #EEEEEE; color: black; vertical-align: top; font-size: 0.8em; } td.description { background: white; } </style><script type="text/javascript" xmlns="" xmlns:esri="http://www.esri.com/metadata/"> /* */ function hideShow(divID) { var item = document.getElementById(divID); var itemShow = document.getElementById(divID + 'Show'); var itemHide = document.getElementById(divID + 'Hide'); if (item) { if (item.className == 'hide') { item.className='show'; itemShow.className='hide'; itemHide.className='show'; } else { item.className='hide'; itemShow.className='show'; itemHide.className='hide'; } } } /* */ </script></head><body oncontextmenu="return true"><div class="itemDescription" id="overview" xmlns="" xmlns:esri="http://www.esri.com/metadata/" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><h1 class="idHeading">Recent HAB</h1><div class="center"><div class="noThumbnail">Thumbnail Not Available</div></div><p class="center"><span class="idHeading">Tags</span><br>algae, GIS, Gymnodinium breve, harmful algal bloom (these are all plankton and dinoflagellate related items-not red tide related.), historical, red tide, biota, environment, oceans</p><br><div class="itemInfo"><span class="idHeading">Summary</span><p></p><p>The purpose for creating the HAB shapefile was to spatially display information for the blooming phytoplankton Karenia brevis in Florida.</p><p></p></div><div class="itemInfo"><span class="idHeading">Description</span><p></p><p>GIS point shapefile of recent sampling locations for the phytoplankton that causes red tide, Karenia brevis. Sampling sites dates of this shapefile are the most current data available. The HAB shapefile is a spatial representation of information gathered in the HAB Historical Database, which provides information on the presence and absence of Karenia brevis.</p><p></p></div><div class="itemInfo"><span class="idHeading">Credits</span><p></p><p>This dataset was created from the HAB historical database.</p><p></p></div><div class="itemInfo"><span class="idHeading">Use limitations</span><p></p><p>It is requested the contributors to this data set and their respective agencies be acknowledged and cited, should these data be used for other projects. Acknowledgement of the FWC-FWRI (Florida Fish and Wildlife Conservation Commission-Fish and Wildlife Research Institute) as the data source would be appreciated in any products developed from these data, and such acknowledgment as is standard for citation and legal practices for data source is expected by users of this data. Please cite the original metadata when using portions of the record to create a similar record of slightly altered data, such as reprojection. If any data are modified or adjusted, please share the edited information with FWC. Users should be aware that comparison with other data sets for the same area from other time periods may be inaccurate due to inconsistencies resulting from changes in mapping conventions, data collection, and computer processes over time. FWC shall not be liable for improper or incorrect use of this data. These data are not legal documents and are not to be used as such. This is not a survey data set and should not be utilized as such. These data are not to be used for navigation.</p><p></p></div><p><span class="idHeading">Extent</span><br><span class="noContent">There is no extent for this item.</span></p><p></p><div><span class="idHeading">Scale Range</span></div><span class="noContent">There is no scale range for this item.</span><p></p></div><h2 class="iso head"><a href="#arcgisMetadata" onclick="hideShow('arcgisMetadata')" title="Content created and managed in the Description tab">ArcGIS Metadata&nbsp;<span id="arcgisMetadataShow" class="hide">¼%</span><span id="arcgisMetadataHide" class="show">º%</span></a></h2><div class="show" id="arcgisMetadata" xmlns="" xmlns:esri="http://www.esri.com/metadata/" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><div class="box arcgis"><div><a name="TopArcGIS" id="TopArcGIS"></a></div><h2 class="iso"><a onclick="hideShow('ID0ECAA')" href="#ID0ECAA">Citation&nbsp; <span id="ID0ECAAShow" class="hide">¼%</span><span id="ID0ECAAHide" class="show">º%</span></a></h2><div class="show" id="ID0ECAA"><dt><span class="esriElement">Title</span> Recent HAB</dt><br><br><div class="backToTop" style="margin-left: 0;"><a onclick="hideShow('ID0ECAA')" href="#ID0ECAA">Hide&nbsp;Citation&nbsp;²%</a></div></div><h2 class="iso"><a onclick="hideShow('ID0TADAA')" href="#ID0TADAA">Resource Details&nbsp; <span id="ID0TADAAShow" class="hide">¼%</span><span id="ID0TADAAHide" class="show">º%</span></a></h2><div class="show" id="ID0TADAA"><dt><span class="esriElement">Credits</span></dt><dl><dd><pre class="wrap">This dataset was created from the HAB historical database.</pre></dd></dl><div class="backToTop" style="margin-left: 0;"><a onclick="hideShow('ID0TADAA')" href="#ID0TADAA">Hide&nbsp;Resource Details&nbsp;²%</a></div></div><h2 class="iso"><a onclick="hideShow('ID0EAAA')" href="#ID0EAAA">Resource Constraints&nbsp; <span id="ID0EAAAShow" class="hide">¼%</span><span id="ID0EAAAHide" class="show">º%</span></a></h2><div class="show" id="ID0EAAA"><dt><span class="esriElement">Constraints</span> </dt><dl><dt><span class="esriElement">Limitations of use</span></dt><dl><dd><pre class="wrap">It is requested the contributors to this data set and their respective agencies be acknowledged and cited, should these data be used for other projects. Acknowledgement of the FWC-FWRI (Florida Fish and Wildlife Conservation Commission-Fish and Wildlife Research Institute) as the data source would be appreciated in any products developed from these data, and such acknowledgment as is standard for citation and legal practices for data source is expected by users of this data. Please cite the original metadata when using portions of the record to create a similar record of slightly altered data, such as reprojection. If any data are modified or adjusted, please share the edited information with FWC. Users should be aware that comparison with other data sets for the same area from other time periods may be inaccurate due to inconsistencies resulting from changes in mapping conventions, data collection, and computer processes over time. FWC shall not be liable for improper or incorrect use of this data. These data are not legal documents and are not to be used as such. This is not a survey data set and should not be utilized as such. These data are not to be used for navigation.</pre></dd></dl></dl><div class="backToTop" style="margin-left: 0;"><a onclick="hideShow('ID0EAAA')" href="#ID0EAAA">Hide&nbsp;Resource Constraints&nbsp;²%</a></div></div><h2 class="iso"><a onclick="hideShow('ID0EDA')" href="#ID0EDA">Fields&nbsp; <span id="ID0EDAShow" class="hide">¼%</span><span id="ID0EDAHide" class="show">º%</span></a></h2><div class="show" id="ID0EDA"><a onclick="hideShow('ID0EBDA')" href="#ID0EBDA"><dt><span class="esriElement">Details for object</span>&nbsp;Red Tide Cell Count Samples&nbsp; <span id="ID0EBDAShow" class="hide">¼%</span><span id="ID0EBDAHide" class="show">º%</span></dt></a><div class="show" id="ID0EBDA"><dl><dt><span class="esriElement">Definition source</span></dt><dl><dd><pre class="wrap">FMRI</pre></dd></dl><br><br><a onclick="hideShow('ID0EGBDA')" href="#ID0EGBDA"><dt><span class="esriElement">Field</span>&nbsp;Category</dt>&nbsp; <span id="ID0EGBDAShow" class="hide">¼%</span><span id="ID0EGBDAHide" class="show">º%</span></a><div class="show" id="ID0EGBDA"><dl><dt><span class="esriElement">Field description</span></dt><dl><dd><pre class="wrap">Relative measure of Karenia brevis cell count</pre></dd></dl><dt><span class="esriElement">Description source</span></dt><dl><dd><pre class="wrap">Traning Manual for the Harmful Algal Bloom Database</pre></dd></dl><dt><span class="esriElement">List of values</span> </dt><dl><dt><span class="esriElement">Value</span> High</dt><dt><span class="esriElement">Description</span> Greater than 1,000,000</dt><dt><span class="esriElement">Enumerated domain value definition source</span> Training Manual for the Harmful Algal Bloom Database</dt><br></dl><br></dl><div class="backToTop"><a onclick="hideShow('ID0EGBDA')" href="#ID0EGBDA">Hide&nbsp;Field&nbsp;Category&nbsp;²%</a></div></div><br><br><a onclick="hideShow('ID0EFBDA')" href="#ID0EFBDA"><dt><span class="esriElement">Field</span>&nbsp;FID</dt>&nbsp; <span id="ID0EFBDAShow" class="hide">¼%</span><span id="ID0EFBDAHide" class="show">º%</span></a><div class="show" id="ID0EFBDA"><dl><dt><span class="esriElement">Field description</span></dt><dl><dd><pre class="wrap">Internal Feature Number</pre></dd></dl><dt><span class="esriElement">Description source</span></dt><dl><dd><pre class="wrap">ESRI</pre></dd></dl></dl><div class="backToTop"><a onclick="hideShow('ID0EFBDA')" href="#ID0EFBDA">Hide&nbsp;Field&nbsp;FID&nbsp;²%</a></div></div><br><br><a onclick="hideShow('ID0EEBDA')" href="#ID0EEBDA"><dt><span class="esriElement">Field</span>&nbsp;Latitude</dt>&nbsp; <span id="ID0EEBDAShow" class="hide">¼%</span><span id="ID0EEBDAHide" class="show">º%</span></a><div class="show" id="ID0EEBDA"><dl><dt><span class="esriElement">Field description</span></dt><dl><dd><pre class="wrap">Coordinates of station location, precalculated if the station name is entered into the station location field.</pre></dd></dl><dt><span class="esriElement">Description source</span></dt><dl><dd><pre class="wrap">Training Manual for the Harmful Algal Bloom Database</pre></dd></dl><dt><span class="esriElement">Range of values</span> </dt><dl><dt><span class="esriElement">Minimum value</span> 0</dt><dt><span class="esriElement">Maximum value</span> 90</dt><dt><span class="esriElement">Units of measure</span> decimal degrees</dt></dl><br><dt><span class="esriElement">Measurement frequency</span> Required on every entry</dt><br><br></dl><div class="backToTop"><a onclick="hideShow('ID0EEBDA')" href="#ID0EEBDA">Hide&nbsp;Field&nbsp;Latitude&nbsp;²%</a></div></div><br><br><a onclick="hideShow('ID0EDBDA')" href="#ID0EDBDA"><dt><span class="esriElement">Field</span>&nbsp;Location</dt>&nbsp; <span id="ID0EDBDAShow" class="hide">¼%</span><span id="ID0EDBDAHide" class="show">º%</span></a><div class="show" id="ID0EDBDA"><dl><dt><span class="esriElement">Field description</span></dt><dl><dd><pre class="wrap">Source of the location coordinates as generated by the collecting agency.</pre></dd></dl><dt><span class="esriElement">Description source</span></dt><dl><dd><pre class="wrap">Training Manual for the Harmful Algal Bloom Database</pre></dd></dl><dt><span class="esriElement">Measurement frequency</span> Required on every entry</dt><br><br></dl><div class="backToTop"><a onclick="hideShow('ID0EDBDA')" href="#ID0EDBDA">Hide&nbsp;Field&nbsp;Location&nbsp;²%</a></div></div><br><br><a onclick="hideShow('ID0ECBDA')" href="#ID0ECBDA"><dt><span class="esriElement">Field</span>&nbsp;Longitude</dt>&nbsp; <span id="ID0ECBDAShow" class="hide">¼%</span><span id="ID0ECBDAHide" class="show">º%</span></a><div class="show" id="ID0ECBDA"><dl><dt><span class="esriElement">Field description</span></dt><dl><dd><pre class="wrap">Coordinates of station location, precalculated if the station name is entered into the station location field.</pre></dd></dl><dt><span class="esriElement">Description source</span></dt><dl><dd><pre class="wrap">Training Manual for the Harmful Algal Bloom Database</pre></dd></dl><dt><span class="esriElement">Range of values</span> </dt><dl><dt><span class="esriElement">Minimum value</span> -180</dt><dt><span class="esriElement">Maximum value</span> 180</dt><dt><span class="esriElement">Units of measure</span> decimal degrees</dt></dl><br><dt><span class="esriElement">Measurement frequency</span> Required on every entry</dt><br><br></dl><div class="backToTop"><a onclick="hideShow('ID0ECBDA')" href="#ID0ECBDA">Hide&nbsp;Field&nbsp;Longitude&nbsp;²%</a></div></div><br><br><a onclick="hideShow('ID0EBBDA')" href="#ID0EBBDA"><dt><span class="esriElement">Field</span>&nbsp;Sample_date</dt>&nbsp; <span id="ID0EBBDAShow" class="hide">¼%</span><span id="ID0EBBDAHide" class="show">º%</span></a><div class="show" id="ID0EBBDA"><dl><dt><span class="esriElement">Field description</span></dt><dl><dd><pre class="wrap">Date the sample was collected</pre></dd></dl><dt><span class="esriElement">Description source</span></dt><dl><dd><pre class="wrap">Training Manual for the Harmful Algal Bloom Database</pre></dd></dl><dt><span class="esriElement">Range of values</span> </dt><dl><dt><span class="esriElement">Units of measure</span> mmdddyyyy</dt></dl><br><dt><span class="esriElement">Measurement frequency</span> Required on every entry</dt><br><br></dl><div class="backToTop"><a onclick="hideShow('ID0EBBDA')" href="#ID0EBBDA">Hide&nbsp;Field&nbsp;Sample_date&nbsp;²%</a></div></div><br><br><a onclick="hideShow('ID0EABDA')" href="#ID0EABDA"><dt><span class="esriElement">Field</span>&nbsp;SHAPE</dt>&nbsp; <span id="ID0EABDAShow" class="hide">¼%</span><span id="ID0EABDAHide" class="show">º%</span></a><div class="show" id="ID0EABDA"><dl><dt><span class="esriElement">Field description</span></dt><dl><dd><pre class="wrap">Feature Geometry</pre></dd></dl><dt><span class="esriElement">Description source</span></dt><dl><dd><pre class="wrap">ESRI</pre></dd></dl></dl><div class="backToTop"><a onclick="hideShow('ID0EABDA')" href="#ID0EABDA">Hide&nbsp;Field&nbsp;SHAPE&nbsp;²%</a></div></div><br><br></dl><div class="backToTop"><a onclick="hideShow('ID0EBDA')" href="#ID0EBDA">Hide&nbsp;Details for object&nbsp;Red Tide Cell Count Samples&nbsp;²%</a></div></div><br><br><a onclick="hideShow('ID0EADA')" href="#ID0EADA"><dt><span class="esriElement">Overview Description</span> </dt><span id="ID0EADAShow" class="hide">¼%</span><span id="ID0EADAHide" class="show">º%</span></a><div class="show" id="ID0EADA"><dl><dt><span class="esriElement">Entity and Attribute Overview</span> This dataset contains Karenia brevis sampling information for the state of Florida. This includes sample date, location description, latitude and longitude coordinates, and categorical values of Karenia brevis cell counts.</dt><br><br><dt><span class="esriElement">Entity and Attribute Detail Citation</span> Training Manual for the Harmful Algal Bloom database.</dt><br><br></dl><div class="backToTop"><a onclick="hideShow('ID0EADA')" href="#ID0EADA">Hide&nbsp;Overview Description&nbsp;²%</a></div></div><br><br><div class="backToTop" style="margin-left: 0;"><a onclick="hideShow('ID0EDA')" href="#ID0EDA">Hide&nbsp;Fields&nbsp;²%</a></div></div></div></div><h2 class="fgdc head"><a href="#fgdcMetadata" onclick="hideShow('fgdcMetadata')" title="Content created in the 9.3.1 FGDC metadata editor, and managed with the USGS MP Metadata Translator tool. Upgrade to ArcGIS Metadata to manage this content here, in the Description tab.">FGDC Metadata (read-only)&nbsp;<span id="fgdcMetadataShow" class="hide">¼%</span><span id="fgdcMetadataHide" class="show">º%</span></a></h2><div class="show" id="fgdcMetadata" xmlns=""><div class="box fgdc"><div><a name="TopFGDC" id="TopFGDC"></a></div><div><h2 class="fgdc"><a onclick="hideShow('ID0EHA')" href="#ID0EHA">Identification&nbsp; <span id="ID0EHAShow" class="hide">¼%</span><span id="ID0EHAHide" class="show">º%</span></a></h2><div class="show" id="ID0EHA"><dl><dd><dl><dt><span class="element">Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Originator</span> <span class="textOld">Florida Fish and Wildlife Conservation Commission-Fish and Wildlife Research Institute</span></dt><dt><span class="element">Publication Date</span> <span class="textOld">Unpublished material</span></dt><dt><span class="element">Title</span></dt><dd><span class="textOld">Recent HAB</span></dd><dt><span class="element">Online Linkage</span> <a target="viewer" href="http://ocean.floridamarine.org/mrgis"><span class="textOld">http://ocean.floridamarine.org/mrgis</span></a></dt></dl></dd><br></dl></dd><dt><span class="element">Description</span></dt><dd><dl><dt><span class="element">Abstract</span></dt><dl><dd><pre class="wrap"><span class="textOld">GIS point shapefile of recent sampling locations for the phytoplankton that causes red tide, Karenia brevis. Sampling sites dates of this shapefile are the most current data available. The HAB shapefile is a spatial representation of information gathered in the HAB Historical Database, which provides information on the presence and absence of Karenia brevis.</span></pre></dd></dl><dt><span class="element">Purpose</span></dt><dl><dd><pre class="wrap"><span class="textOld">The purpose for creating the HAB shapefile was to spatially display information for the blooming phytoplankton Karenia brevis in Florida.</span></pre></dd></dl><dt><span class="element">Supplemental Information</span></dt><dl><dd><pre class="wrap"><span class="textOld">F2384 These data are being used in the formation of the Harmful Algal Bloom (HAB) Historical Database produced by Florida Marine Research Institute.--Prior to July 1, 2004, the Fish and Wildlife Research Institute (FWRI) was known as the Florida Marine Research Institute (FMRI). The institute name has not been changed in historical data sets or references to work completed by the Florida Marine Research Institute. The institute name has been changed in references to ongoing research, new research, and contact information.--</span></pre></dd></dl></dl></dd><dt><span class="element">Status</span></dt><dd><dl><dt><span class="element">Progress</span> <span class="textOld">In work</span></dt><dt><span class="element">Maintenance and Update Frequency</span> <span class="textOld">Continually</span></dt></dl></dd><br><dt><span class="element">Spatial Domain</span></dt><dd><dl><dt><span class="element">Bounding Coordinates</span></dt><dd><dl><dt><span class="element">West Bounding Coordinate</span> <span class="textOld">-87.9962</span></dt><dt><span class="element">East Bounding Coordinate</span> <span class="textOld">-78.47</span></dt><dt><span class="element">North Bounding Coordinate</span> <span class="textOld">30.7067</span></dt><dt><span class="element">South Bounding Coordinate</span> <span class="textOld">24.201</span></dt></dl></dd></dl></dd><br><dt><span class="element">Keywords</span></dt><dd><dl><dt><span class="element">Theme</span></dt><dd><dl><dt><span class="element">Theme Keyword Thesaurus</span> <span class="textOld">FMRI Theme</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">algae</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">GIS</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">Gymnodinium breve</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">harmful algal bloom (these are all plankton and dinoflagellate related items-not red tide related.)</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">historical</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">red tide</span></dt></dl></dd><br><dt><span class="element">Theme</span></dt><dd><dl><dt><span class="element">Theme Keyword Thesaurus</span> <span class="textOld">ISO 19115 Topic Category</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">biota</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">environment</span></dt><dt><span class="element">Theme Keyword</span> <span class="textOld">oceans</span></dt></dl></dd><br><dt><span class="element">Place</span></dt><dd><dl><dt><span class="element">Place Keyword Thesaurus</span> <span class="textOld">FWRI Place</span></dt><dt><span class="element">Place Keyword</span> <span class="textOld">Florida</span></dt></dl></dd><br><dt><span class="element">Place</span></dt><dd><dl><dt><span class="element">Place Keyword Thesaurus</span> <span class="textOld">Florida Waterbodies</span></dt></dl></dd><br><dt><span class="element">Place</span></dt><dd><dl><dt><span class="element">Place Keyword Thesaurus</span> <span class="textOld">Water Management Districts</span></dt></dl></dd><br><dt><span class="element">Place</span></dt><dd><dl><dt><span class="element">Place Keyword Thesaurus</span> <span class="textOld">FWC Region</span></dt></dl></dd><br><dt><span class="element">Place</span></dt><dd><dl><dt><span class="element">Place Keyword Thesaurus</span> <span class="textOld">Florida Counties</span></dt></dl></dd><br><dt><span class="element">Stratum</span></dt><dd><dl><dt><span class="element">Stratum Keyword Thesaurus</span> <span class="textOld">FMRI Stratum</span></dt></dl></dd><br></dl></dd><dt><span class="element">Access Constraints</span></dt><dl><dd><pre class="wrap"><span class="textOld">None. These data are public information. Data from this database may be accessed by contacting the point of contact. Statewide historical red tide sampling data will be available to the public in the form of an Access database, CD ROM and Web site. All data must be verified by Principal Investigator or Group Database Analyst prior to release. It is strongly recommended that this data is directly acquired from FWC and not indirectly through other sources which may have changed the data in some way. FWC makes no claims as to the data's suitability for other purposes.</span></pre></dd></dl><dt><span class="element">Use Constraints</span></dt><dl><dd><pre class="wrap"><span class="textOld">It is requested the contributors to this data set and their respective agencies be acknowledged and cited, should these data be used for other projects. Acknowledgement of the FWC-FWRI (Florida Fish and Wildlife Conservation Commission-Fish and Wildlife Research Institute) as the data source would be appreciated in any products developed from these data, and such acknowledgment as is standard for citation and legal practices for data source is expected by users of this data. Please cite the original metadata when using portions of the record to create a similar record of slightly altered data, such as reprojection. If any data are modified or adjusted, please share the edited information with FWC. Users should be aware that comparison with other data sets for the same area from other time periods may be inaccurate due to inconsistencies resulting from changes in mapping conventions, data collection, and computer processes over time. FWC shall not be liable for improper or incorrect use of this data. These data are not legal documents and are not to be used as such. This is not a survey data set and should not be utilized as such. These data are not to be used for navigation.</span></pre></dd></dl><dt><span class="element">Point of Contact</span></dt><dd><dl><dt><span class="element">Contact Information</span></dt><dd><dl><dt><span class="element">Contact Organization Primary</span></dt><dd><dl><dt><span class="element">Contact Organization</span> <span class="textOld">Florida Fish and Wildlife Conservation Commission-Fish and Wildlife Research Institute</span></dt></dl></dd><dt><span class="element">Contact Address</span></dt><dd><dl><dt><span class="element">Address Type</span> <span class="textOld">mailing and physical address</span></dt><dt><span class="element">Address</span> <span class="textOld">Florida Fish and Wildlife Research Institute</span></dt><dt><span class="element">Address</span> <span class="textOld">100 Eighth Avenue Southeast</span></dt><dt><span class="element">City</span> <span class="textOld">St. Petersburg</span></dt><dt><span class="element">State or Province</span> <span class="textOld">FL</span></dt><dt><span class="element">Postal Code</span> <span class="textOld">33701-5095</span></dt><dt><span class="element">Country</span> <span class="textOld">UNITED STATES</span></dt></dl></dd><br><dt><span class="element">Contact Voice Telephone</span> <span class="textOld">727-896-8626</span></dt><dt><span class="element">Contact Facsimile Telephone</span> <span class="textOld">727-823-0166</span></dt><dt><span class="element">Contact Electronic Mail Address</span> <a href="mailto:GISLibrarian@MyFWC.com?subject=Recent%20HAB">GISLibrarian@MyFWC.com</a></dt></dl></dd><br></dl></dd><dt><span class="element">Data Set Credit</span></dt><dl><dd><pre class="wrap"><span class="textOld">This dataset was created from the HAB historical database.</span></pre></dd></dl><dt><span class="element">Security Information</span></dt><dd><dl><dt><span class="element">Security Classification System</span> <span class="textOld">FWRI-DC</span></dt></dl></dd><br><dt><span class="element">Native Data Set Environment</span></dt><dd><span class="textOld">Microsoft Windows 2000 Version 5.1 (Build 2600) Service Pack 1; ESRI ArcGIS 8.3</span></dd></dl></dd></dl><br><div class="backToTop"><a onclick="hideShow('ID0EHA')" href="#ID0EHA">Hide&nbsp;Identification&nbsp;&nbsp;²%</a></div></div><h2 class="fgdc"><a onclick="hideShow('ID0EGA')" href="#ID0EGA">Data Quality&nbsp; <span id="ID0EGAShow" class="hide">¼%</span><span id="ID0EGAHide" class="show">º%</span></a></h2><div class="show" id="ID0EGA"><dl><dd><dl><dt><span class="element">Logical Consistency Report</span></dt><dl><dd><pre class="wrap"><span class="textOld">Attribute data is quality controlled by a "proofing" process. A proofing screen is built into the database and after a record is entered it is reviewed for accuracy when a proofing person looks over the datasheet and verifies the data entry. The record is then saved in the tables as proofed and is not changeable in the main data entry screen. Outliers generated from incorrect latitude or longitude values are discarded.</span></pre></dd></dl><dt><span class="element">Completeness Report</span></dt><dl><dd><pre class="wrap"><span class="textOld">Attributes from datasheets that are not included in the database are presence of dead fish, tide information, cloud cover, moon phase, wind direction and speed, flocculance, water and weather conditions, count analyst, countanalysis date, collecting person, current information, wave height, etc. These datasheets varied greatly in specificityof information from the minimum required parameters to detailed cruise and research studies. Due to this diversity,it was decided to incorporate as many entry fields as possible for related information from the datasheet. Selectionof the attributes that are included in the database were based on frequency of the measurement on datasheets,The minimum requirements for generating a record include a K. brevis count (in cells per liter), the date when thewater sample was collected, and a description of where the water sample was taken. Collecting agency andsampling depth are also required to generate a record, but have default values of """"unknown"""" and 0.5 m,respectively.After July 1, 1999 SEAS agency references became DOACS agency references.References to K. brevis being present are represented by a cell count of 1 cell per liter. This was done to removethem from a true negative count analysis.</span></pre></dd></dl><dt><span class="element">Lineage</span></dt><dd><dl><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Apalachicola Bay National Research Reserve</span></dd><dt><span class="element">Online Linkage</span> <a target="viewer" href="abbreviation:%20ABNEER"><span class="textOld">Abbreviation: ABNEER</span></a></dt></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements.</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">City of Sanibel</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Range of Dates/Times</span></dt><dd><dl><dt><span class="element">Beginning Date</span> <span class="textOld">1993-07-01</span></dt><dt><span class="element">Beginning Time</span> <span class="textOld">Unknown</span></dt><dt><span class="element">Ending Date</span> <span class="textOld">Present</span></dt><dt><span class="element">Ending Time</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements.</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Collier County Environmental Department</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements.</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Collier County Pollution Control and Prevention Department</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements.</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">County Health Departments</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Florida Department of Health and Rehabilitative Services</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Florida Department of Natural Resources</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Florida Department of Natural Resources</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Commercial Fishermen</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Florida State University</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Gainsville Offshore Fishing Club</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Hillsborough County Environmental Protection Commission</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Originator</span> <span class="textOld">Karen A. Steidinger and Jean Williams</span></dt><dt><span class="element">Publication Date</span> <span class="textOld">August 1970</span></dt><dt><span class="element">Title</span></dt><dd><span class="textOld">Memoirs of the Hourglass Cruises, Dinoflagellates</span></dd><dt><span class="element">Edition</span> <span class="textOld">Volume II</span></dt><dt><span class="element">Publication Information</span></dt><dd><dl><dt><span class="element">Publication Place</span> <span class="textOld">St. Petersburg, FL</span></dt><dt><span class="element">Publisher</span> <span class="textOld">Marine Research Laboratory, Florida Department of Natural Resources</span></dt></dl></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Originator</span> <span class="textOld">Edwin A. Joyce, Jr. and Jean Williams</span></dt><dt><span class="element">Publication Date</span> <span class="textOld">March 1969</span></dt><dt><span class="element">Title</span></dt><dd><span class="textOld">Memoirs of the Hourglass Cruises, Rationale and Pertinent Data</span></dd><dt><span class="element">Edition</span> <span class="textOld">Volume 1, Part 1</span></dt><dt><span class="element">Publication Information</span></dt><dd><dl><dt><span class="element">Publication Place</span> <span class="textOld">St. Petersburg, FL</span></dt><dt><span class="element">Publisher</span> <span class="textOld">Marine Research Laboratory, Florida Department of Natural Resources</span></dt></dl></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Mote Marine Laboratory</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">NASA Surface Truth Study Cruises</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">National Marine Fisheries Service</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Range of Dates/Times</span></dt><dd><dl><dt><span class="element">Beginning Date</span> <span class="textOld">1990-10-25</span></dt><dt><span class="element">Beginning Time</span> <span class="textOld">Unknown</span></dt><dt><span class="element">Ending Date</span> <span class="textOld">Present</span></dt><dt><span class="element">Ending Time</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">NOAA/ NMFS/ SEAMAP cruise (1999)</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Range of Dates/Times</span></dt><dd><dl><dt><span class="element">Beginning Date</span> <span class="textOld">1990-10-25</span></dt><dt><span class="element">Beginning Time</span> <span class="textOld">Unknown</span></dt><dt><span class="element">Ending Date</span> <span class="textOld">Present</span></dt><dt><span class="element">Ending Time</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Office of Fisheries Management and Assistance Services</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Private Citizen</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Calendar Date</span> <span class="textOld">1993-07-01</span></dt><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Rookery Bay National Estuarine Research Reserve</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Range of Dates/Times</span></dt><dd><dl><dt><span class="element">Beginning Date</span> <span class="textOld">1973-11-01</span></dt><dt><span class="element">Beginning Time</span> <span class="textOld">Unknown</span></dt><dt><span class="element">Ending Date</span> <span class="textOld">Present</span></dt><dt><span class="element">Ending Time</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Sarasota County Natural Resources Department</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Range of Dates/Times</span></dt><dd><dl><dt><span class="element">Beginning Date</span> <span class="textOld">1990-10-25</span></dt><dt><span class="element">Beginning Time</span> <span class="textOld">Unknown</span></dt><dt><span class="element">Ending Date</span> <span class="textOld">Present</span></dt><dt><span class="element">Ending Time</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Sea Critters</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Shellfish Environmental Assessment Section (SEAS)</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Southeast Area Monitoring Assessment Program (SEAMAP) Cruises</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Range of Dates/Times</span></dt><dd><dl><dt><span class="element">Beginning Date</span> <span class="textOld">1993-07-01</span></dt><dt><span class="element">Beginning Time</span> <span class="textOld">Unknown</span></dt><dt><span class="element">Ending Date</span> <span class="textOld">Present</span></dt><dt><span class="element">Ending Time</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">Solutions to Avoid Red Tide (START)</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">St. Petersburg Junior College</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">The Nature Conservancy Bay Watch</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">United States Coast Guard Helicopter Sampling (FMRI)</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">University of Florida</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Originator</span> <span class="textOld">Charlie Bevis, R.M Ingle, S. Myers, R. Hutton, D. de Sylva, F.G. Walton Smith and C.P. Idyll</span></dt><dt><span class="element">Publication Date</span> <span class="textOld">August 1954</span></dt><dt><span class="element">Title</span></dt><dd><span class="textOld">University of Miami Marine Laboratory Marine Fisheries Research Preliminary Report, Red Tide Studies January to June 1954</span></dd><dt><span class="element">Series Information</span></dt><dd><dl><dt><span class="element">Issue Identification</span> <span class="textOld">54-19</span></dt></dl></dd><dt><span class="element">Publication Information</span></dt><dd><dl><dt><span class="element">Publication Place</span> <span class="textOld">Coral Gables, Florida</span></dt><dt><span class="element">Publisher</span> <span class="textOld">University of Miami</span></dt></dl></dd><dt><span class="element">Other Citation Details</span></dt><dd><span class="textOld">This is a report to the Florida State Board of Conservation by University of Miami's Marine Laboratory</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Single Date/Time</span></dt><dd><dl><dt><span class="element">Time of Day</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd><dt><span class="element">Source Contribution</span></dt><dl><dd><pre class="wrap"><span class="textOld">Contributed sample collections for cell counts, temperature, salinity and depth measurements</span></pre></dd></dl></dl></dd><dt><span class="element">Source Information</span></dt><dd><dl><dt><span class="element">Source Citation</span></dt><dd><dl><dt><span class="element">Citation Information</span></dt><dd><dl><dt><span class="element">Title</span></dt><dd><span class="textOld">University of South Florida</span></dd></dl></dd><br></dl></dd><dt><span class="element">Source Time Period of Content</span></dt><dd><dl><dt><span class="element">Time Period Information</span></dt><dd><dl><dt><span class="element">Range of Dates/Times</span></dt><dd><dl><dt><span class="element">Beginning Date</span> <span class="textOld">1990-10-25</span></dt><dt><span class="element">Beginning Time</span> <span class="textOld">Unknown</span></dt><dt><span class="element">Ending Date</span> <span class="textOld">Present</span></dt><dt><span class="element">Ending Time</span> <span class="textOld">Unknown</span></dt></dl></dd></dl></dd></dl></dd></dl></dd><dt><span class="element">Process Step</span></dt><dd><dl><dt><span class="element">Process Description</span></dt><dl><dd><pre class="wrap"><span class="textOld">In order to geographically represent the sampling results, the historical HAB database was queried for sample data, latitude, longitude, location description, and Karenia brevis count. The query results were exported to a .dbf file and then converted to a shapefile using ArcGIS. Cell count values were reclassified based on categories provided in the Training Manual for the harmful Algal Bloom Database</span></pre></dd></dl><dt><span class="element">Process Date</span> <span class="textOld">Ongoing</span></dt><br><br><dt><span class="element">Process Contact</span></dt><dd><dl><dt><span class="element">Contact Information</span></dt><dd><dl><dt><span class="element">Contact Person Primary</span></dt><dd><dl><dt><span class="element">Contact Person</span> <span class="textOld">Principal Investigator</span></dt><dt><span class="element">Contact Organization</span> <span class="textOld">FWC-FWRI (Florida Fish and Wildlife Conservation Commission - Fish and Wildlife Research Institute)</span></dt></dl></dd><dt><span class="element">Contact Position</span> <span class="textOld">Principal Investigator</span></dt><dt><span class="element">Contact Address</span></dt><dd><dl><dt><span class="element">Address Type</span> <span class="textOld">mailing and physical address</span></dt><dt><span class="element">Address</span> <span class="textOld">Fish and Wildlife Research Institute100 Eighth Avenue Southeast</span></dt><dt><span class="element">City</span> <span class="textOld">St. Petersburg</span></dt><dt><span class="element">State or Province</span> <span class="textOld">FL</span></dt><dt><span class="element">Postal Code</span> <span class="textOld">33701-5095</span></dt><dt><span class="element">Country</span> <span class="textOld">UNITED STATES</span></dt></dl></dd><br><dt><span class="element">Contact Electronic Mail Address</span> <a href="mailto:metadata@MyFWC.com?subject=Recent%20HAB">metadata@MyFWC.com</a></dt></dl></dd><br></dl></dd></dl></dd></dl></dd><dt><span class="element">Cloud Cover</span> <span class="textOld">0</span></dt><br><br></dl></dd></dl><div class="backToTop"><a onclick="hideShow('ID0EGA')" href="#ID0EGA">Hide&nbsp;Data Quality&nbsp;&nbsp;²%</a></div></div><h2 class="fgdc"><a onclick="hideShow('ID0EFA')" href="#ID0EFA">Spatial Data Organization&nbsp; <span id="ID0EFAShow" class="hide">¼%</span><span id="ID0EFAHide" class="show">º%</span></a></h2><div class="show" id="ID0EFA"><dl><dd><dl><dt><span class="element">Direct Spatial Reference Method</span> <span class="textOld">Vector</span></dt><br><br><dt><span class="element">Point and Vector Object Information</span></dt><dd><dl><dt><span class="element">SDTS Terms Description</span></dt><dd><dl><dt><span class="element">SDTS Point and Vector Object Type</span> <span class="textOld">Entity point</span></dt></dl></dd><br></dl></dd></dl></dd></dl><div class="backToTop"><a onclick="hideShow('ID0EFA')" href="#ID0EFA">Hide&nbsp;Spatial Data Organization&nbsp;&nbsp;²%</a></div></div><h2 class="fgdc"><a onclick="hideShow('ID0EEA')" href="#ID0EEA">Spatial Reference&nbsp; <span id="ID0EEAShow" class="hide">¼%</span><span id="ID0EEAHide" class="show">º%</span></a></h2><div class="show" id="ID0EEA"><dl><dd><dl><dt><span class="element">Horizontal Coordinate System Definition</span></dt><dd><dl><dt><span class="element">Planar</span></dt><dd><dl><dt><span class="element">Map Projection</span></dt><dd><dl><dt><span class="element">Map Projection Name</span> <span class="textOld">Albers Conical Equal Area</span></dt></dl></dd><br><dt><span class="element">Planar Coordinate Information</span></dt><dd><dl><dt><span class="element">Planar Coordinate Encoding Method</span> <span class="textOld">coordinate pair</span></dt><dt><span class="element">Coordinate Representation</span></dt><dd><dl><dt><span class="element">Abscissa Resolution</span> <span class="textOld">0.001024</span></dt><dt><span class="element">Ordinate Resolution</span> <span class="textOld">0.001024</span></dt></dl></dd><dt><span class="element">Planar Distance Units</span> <span class="textOld">meters</span></dt></dl></dd><br></dl></dd><dt><span class="element">Geodetic Model</span></dt><dd><dl><dt><span class="element">Horizontal Datum Name</span> <span class="textOld">North American Datum of 1983</span></dt><dt><span class="element">Ellipsoid Name</span> <span class="textOld">Geodetic Reference System 80</span></dt><dt><span class="element">Semi-major Axis</span> <span class="textOld">6378137</span></dt><dt><span class="element">Denominator of Flattening Ratio</span> <span class="textOld">298.257</span></dt></dl></dd></dl></dd><br></dl></dd></dl><div class="backToTop"><a onclick="hideShow('ID0EEA')" href="#ID0EEA">Hide&nbsp;Spatial Reference&nbsp;&nbsp;²%</a></div></div><h2 class="fgdc"><a onclick="hideShow('/metadata/eainfo//text()[1]')" href="#/metadata/eainfo//text%28%29[1]">Entities and Attributes&nbsp; <span id="/metadata/eainfo//text()[1]Show" class="hide">¼%</span><span id="/metadata/eainfo//text()[1]Hide" class="show">º%</span></a></h2><div class="show" id="/metadata/eainfo//text()[1]"><a name="Entity and Attribute Information" id="Entity and Attribute Information"><dl><dd><dl><dt><span class="element">Detailed Description</span></dt><dd><dl><dt><span class="element">Entity Type</span></dt><dd><dl><dt><span class="element">Entity Type Label</span> <span class="textOld">Red Tide Cell Count Samples</span></dt><dt><span class="element">Entity Type Definition Source</span> <span class="textOld">FMRI</span></dt></dl></dd><br><dt><span class="element">Attribute</span></dt><dd><dl><dt><span class="element">Attribute Label</span> <span class="textOld">Category</span></dt><dt><span class="element">Attribute Definition</span></dt><dd><span class="textOld">Relative measure of Karenia brevis cell count</span></dd><dt><span class="element">Attribute Definition Source</span> <span class="textOld">Traning Manual for the Harmful Algal Bloom Database</span></dt><dt><span class="element">Attribute Domain Values</span></dt><dd><dl><dt><span class="element">Enumerated Domain</span></dt><dd><dl><dt><span class="element">Enumerated Domain Value</span> <span class="textOld">High</span></dt><dt><span class="element">Enumerated Domain Value Definition</span></dt><dd><span class="textOld">Greater than 1,000,000</span></dd><dt><span class="element">Enumerated Domain Value Definition Source</span></dt><dd><span class="textOld">Training Manual for the Harmful Algal Bloom Database</span></dd></dl></dd></dl></dd></dl></dd><br><dt><span class="element">Attribute</span></dt><dd><dl><dt><span class="element">Attribute Label</span> <span class="textOld">FID</span></dt><dt><span class="element">Attribute Definition</span></dt><dd><span class="textOld">Internal Feature Number</span></dd><dt><span class="element">Attribute Definition Source</span> <span class="textOld">ESRI</span></dt></dl></dd><br><dt><span class="element">Attribute</span></dt><dd><dl><dt><span class="element">Attribute Label</span> <span class="textOld">Latitude</span></dt><dt><span class="element">Attribute Definition</span></dt><dd><span class="textOld">Coordinates of station location, precalculated if the station name is entered into the station location field.</span></dd><dt><span class="element">Attribute Definition Source</span> <span class="textOld">Training Manual for the Harmful Algal Bloom Database</span></dt><dt><span class="element">Attribute Domain Values</span></dt><dd><dl><dt><span class="element">Range Domain</span></dt><dd><dl><dt><span class="element">Range Domain Minimum</span> <span class="textOld">0</span></dt><dt><span class="element">Range Domain Maximum</span> <span class="textOld">90</span></dt><dt><span class="element">Attribute Units of Measure</span> <span class="textOld">decimal degrees</span></dt></dl></dd></dl></dd><dt><span class="element">Attribute Measurement Frequency</span></dt><dl><dd><pre class="wrap"><span class="textOld">Required on every entry</span></pre></dd></dl></dl></dd><br><dt><span class="element">Attribute</span></dt><dd><dl><dt><span class="element">Attribute Label</span> <span class="textOld">Location</span></dt><dt><span class="element">Attribute Definition</span></dt><dd><span class="textOld">Source of the location coordinates as generated by the collecting agency.</span></dd><dt><span class="element">Attribute Definition Source</span> <span class="textOld">Training Manual for the Harmful Algal Bloom Database</span></dt><dt><span class="element">Attribute Measurement Frequency</span></dt><dl><dd><pre class="wrap"><span class="textOld">Required on every entry</span></pre></dd></dl></dl></dd><br><dt><span class="element">Attribute</span></dt><dd><dl><dt><span class="element">Attribute Label</span> <span class="textOld">Longitude</span></dt><dt><span class="element">Attribute Definition</span></dt><dd><span class="textOld">Coordinates of station location, precalculated if the station name is entered into the station location field.</span></dd><dt><span class="element">Attribute Definition Source</span> <span class="textOld">Training Manual for the Harmful Algal Bloom Database</span></dt><dt><span class="element">Attribute Domain Values</span></dt><dd><dl><dt><span class="element">Range Domain</span></dt><dd><dl><dt><span class="element">Range Domain Minimum</span> <span class="textOld">-180</span></dt><dt><span class="element">Range Domain Maximum</span> <span class="textOld">180</span></dt><dt><span class="element">Attribute Units of Measure</span> <span class="textOld">decimal degrees</span></dt></dl></dd></dl></dd><dt><span class="element">Attribute Measurement Frequency</span></dt><dl><dd><pre class="wrap"><span class="textOld">Required on every entry</span></pre></dd></dl></dl></dd><br><dt><span class="element">Attribute</span></dt><dd><dl><dt><span class="element">Attribute Label</span> <span class="textOld">Sample_date</span></dt><dt><span class="element">Attribute Definition</span></dt><dd><span class="textOld">Date the sample was collected</span></dd><dt><span class="element">Attribute Definition Source</span> <span class="textOld">Training Manual for the Harmful Algal Bloom Database</span></dt><dt><span class="element">Attribute Domain Values</span></dt><dd><dl><dt><span class="element">Range Domain</span></dt><dd><dl><dt><span class="element">Attribute Units of Measure</span> <span class="textOld">mmdddyyyy</span></dt></dl></dd></dl></dd><dt><span class="element">Attribute Measurement Frequency</span></dt><dl><dd><pre class="wrap"><span class="textOld">Required on every entry</span></pre></dd></dl></dl></dd><br><dt><span class="element">Attribute</span></dt><dd><dl><dt><span class="element">Attribute Label</span> <span class="textOld">SHAPE</span></dt><dt><span class="element">Attribute Definition</span></dt><dd><span class="textOld">Feature Geometry</span></dd><dt><span class="element">Attribute Definition Source</span> <span class="textOld">ESRI</span></dt></dl></dd><br></dl></dd><dt><span class="element">Overview Description</span></dt><dd><dl><dt><span class="element">Entity and Attribute Overview</span></dt><dl><dd><pre class="wrap"><span class="textOld">This dataset contains Karenia brevis sampling information for the state of Florida. This includes sample date, location description, latitude and longitude coordinates, and categorical values of Karenia brevis cell counts.</span></pre></dd></dl><dt><span class="element">Entity and Attribute Detail Citation</span></dt><dl><dd><pre class="wrap"><span class="textOld">Training Manual for the Harmful Algal Bloom database.</span></pre></dd></dl></dl></dd><br></dl></dd></dl></a><div class="backToTop"><a name="Entity and Attribute Information" id="Entity and Attribute Information"></a><a onclick="hideShow('/metadata/eainfo//text()[1]')" href="#/metadata/eainfo//text%28%29[1]">Hide&nbsp;Entities and Attributes&nbsp;²%</a></div></div><h2 class="fgdc"><a onclick="hideShow('ID0ECA')" href="#ID0ECA">Distribution Information&nbsp; <span id="ID0ECAShow" class="hide">¼%</span><span id="ID0ECAHide" class="show">º%</span></a></h2><div class="show" id="ID0ECA"><dl><dd><dl><dt><span class="element">Distributor</span></dt><dd><dl><dt><span class="element">Contact Information</span></dt><dd><dl><dt><span class="element">Contact Organization Primary</span></dt><dd><dl><dt><span class="element">Contact Organization</span> <span class="textOld">Florida Fish and Wildlife Conservation Commission-Fish and Wildlife Research Institute</span></dt></dl></dd><dt><span class="element">Contact Address</span></dt><dd><dl><dt><span class="element">Address Type</span> <span class="textOld">mailing address</span></dt><dt><span class="element">Address</span> <span class="textOld">Florida Fish and Wildlife Research Institute</span></dt><dt><span class="element">Address</span> <span class="textOld">100 Eighth Avenue Southeast</span></dt><dt><span class="element">City</span> <span class="textOld">St. Petersburg</span></dt><dt><span class="element">State or Province</span> <span class="textOld">FL</span></dt><dt><span class="element">Postal Code</span> <span class="textOld">33701-5095</span></dt><dt><span class="element">Country</span> <span class="textOld">UNITED STATES</span></dt></dl></dd><br><dt><span class="element">Contact Voice Telephone</span> <span class="textOld">727-896-8626</span></dt><dt><span class="element">Contact Facsimile Telephone</span> <span class="textOld">727-823-0166</span></dt><dt><span class="element">Contact Electronic Mail Address</span> <a href="mailto:GISLibrarian@MyFWC.com?subject=Recent%20HAB">GISLibrarian@MyFWC.com</a></dt></dl></dd><br></dl></dd><dt><span class="element">Distribution Liability</span></dt><dl><dd><pre class="wrap"><span class="textOld">This data set is in the public domain, and the recipient may not assert any proprietary rights thereto nor represent it to anyone as other than a FWC-Fish and Wildlife Research Institute produced data set; it is provided "as-is" without warranty of any kind, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The user assumes all responsibility for the accuracy and suitability of this data set for a specific application. In no event will the staff of the Fish and Wildlife Research Institute be liable for any damages, including lost profits, lost savings, or other incidental or consequential damages arising from the use of or the inability to use this data set.</span></pre></dd></dl><dt><span class="element">Standard Order Process</span></dt><dd><dl><dt><span class="element">Fees</span> <span class="textOld">none</span></dt><dt><span class="element">Ordering Instructions</span></dt><dl><dd><pre class="wrap"><span class="textOld">Send written request to address listed. Maps are in JPEG image format.</span></pre></dd></dl><dt><span class="element">Turnaround</span> <span class="textOld">Approximately ten working days, depending on amount of information requested.</span></dt><br><br></dl></dd><dt><span class="element">Standard Order Process</span></dt><dd><dl><dt><span class="element">Non-digital Form</span></dt><dd><span class="textOld">n/a</span></dd></dl></dd></dl></dd></dl><div class="backToTop"><a onclick="hideShow('ID0ECA')" href="#ID0ECA">Hide&nbsp;Distribution Information&nbsp;&nbsp;²%</a></div></div><h2 class="fgdc"><a onclick="hideShow('ID0EBA')" href="#ID0EBA">Metadata Reference&nbsp; <span id="ID0EBAShow" class="hide">¼%</span><span id="ID0EBAHide" class="show">º%</span></a></h2><div class="show" id="ID0EBA"><dl><dd><dl><dt><span class="element">Metadata Date</span> <span class="textOld">2006-05-03</span></dt><dt><span class="element">Metadata Review Date</span> <span class="textOld">2006-05-03</span></dt><dt><span class="element">Metadata Contact</span></dt><dd><dl><dt><span class="element">Contact Information</span></dt><dd><dl><dt><span class="element">Contact Organization Primary</span></dt><dd><dl><dt><span class="element">Contact Organization</span> <span class="textOld">Florida Fish and Wildlife Conservation Commission-Fish and Wildlife Research Institute</span></dt></dl></dd><dt><span class="element">Contact Address</span></dt><dd><dl><dt><span class="element">Address Type</span> <span class="textOld">mailing and physical address</span></dt><dt><span class="element">Address</span> <span class="textOld">Florida Fish and Wildlife Research Institute</span></dt><dt><span class="element">Address</span> <span class="textOld">100 Eighth Avenue Southeast</span></dt><dt><span class="element">City</span> <span class="textOld">St. Petersburg</span></dt><dt><span class="element">State or Province</span> <span class="textOld">FL</span></dt><dt><span class="element">Postal Code</span> <span class="textOld">33701-5095</span></dt><dt><span class="element">Country</span> <span class="textOld">UNITED STATES</span></dt></dl></dd><br><dt><span class="element">Contact Voice Telephone</span> <span class="textOld">727-896-8626</span></dt><dt><span class="element">Contact Facsimile Telephone</span> <span class="textOld">727-823-0166</span></dt><dt><span class="element">Contact Electronic Mail Address</span> <a href="mailto:GISLibrarian@MyFWC.com?subject=Recent%20HAB">GISLibrarian@MyFWC.com</a></dt></dl></dd><br></dl></dd><dt><span class="element">Metadata Standard Name</span> <span class="textOld">FGDC Content Standards for Digital Geospatial Metadata</span></dt><dt><span class="element">Metadata Standard Version</span> <span class="textOld">FGDC-STD-001-1998</span></dt><br><br><dt><span class="element">Metadata Use Constraints</span></dt><dd><span class="textOld">All data must be credited to FWC-FWRI (Florida Fish and Wildlife Conservation Commission-Fish and Wildlife Research Institute)</span></dd><dt><span class="element">Metadata Security Information</span></dt><dd><dl><dt><span class="element">Metadata Security Classification System</span> <span class="textOld">FWRI-MC</span></dt><dt><span class="element">Metadata Security Classification</span> <span class="textOld">Unclassified</span></dt></dl></dd><br></dl></dd></dl><br><div class="backToTop"><a onclick="hideShow('ID0EBA')" href="#ID0EBA">Hide&nbsp;Metadata Reference&nbsp;&nbsp;²%</a></div></div></div></div></div></body></html>