CINXE.COM

AquaMaps Search Page

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <script type='text/javascript' id='cookieinfo' src='cookieinfo.min.js' data-linkmsg = 'AquaMaps Terms and Conditions' data-moreinfo = '/main/TermsConditions.php#cookie' data-expires = 0 data-fg = 'white' data-bg = '#338AFF' data-link = '#F1D600' data-height = 60 data-font-size = 16 data-close-text = 'OK' > </script> <html> <head> <title>AquaMaps Search Page</title> <link rel='stylesheet' href='//www.aquamaps.org/css/fishbase.css' type='text/css'><link rel='stylesheet' href='//www.aquamaps.org/css/search_new.css' type='text/css'><link href='/libs/jquery/css/jquery-ui-custom.css' rel='stylesheet' type='text/css'/> <script type='text/javascript' language='javascript' src='/libs/jquery/jquery.js'></script> <script type='text/javascript' language='javascript' src='/libs/jquery/jquery-ui-min.js'></script> <script type='text/javascript' language='javascript' src='/libs/jquery/scripts/common.js'></script> </head> <!-- for WMS approach added by m.ortiz feb 23,2011--> <link rel="stylesheet" href="OpenLayers/theme/default/style.css" type="text/css" /> <style type="text/css"> p.caption { width: 512px; } </style> <script src="OpenLayers/OpenLayers.js"></script> <script defer="defer" type="text/javascript"> var map; function init(){ //define the size of the bounding box for click (in pixels) // see defintion of 'sizeSelection' below var pixelSizeSelection=50; //data related to the image urlImage='ImageThumb/cached_maps/richness2/pic_all_orig.jpg'; var xMaxImage=180; var xMinImage=-180; var yMaxImage=90; var yMinImage=-90; // this is the width and the height of the image displayed in the Javascript (here 10% of the original size) var widthImage=900; var heightImage=450; var zoomLevels=3; //5 for 1/17 as Max resolution var bounds = new OpenLayers.Bounds( -180.025, -89.975, 179.975, 90.025 ); var wid var options = { controls: [ new OpenLayers.Control.Navigation(), new OpenLayers.Control.PanZoomBar(), // 'Scale' control is malfunctioning (maybe due to the version of the API defined in 'OpenLayers.js' combined with image) //new OpenLayers.Control.Scale(), new OpenLayers.Control.ScaleLine(), //displays coordinates to 2 decimal places new OpenLayers.Control.MousePosition({numDigits: 2}), ], maxExtent: bounds, maxResolution: 1.40625, projection: "EPSG:4326", units: 'degrees', //sets number of zoom levels numZoomLevels: 3, restrictedExtent: bounds }; map = new OpenLayers.Map('map', options); //insertion of the image layer bboxImage=new OpenLayers.Bounds(xMinImage, yMinImage, xMaxImage, yMaxImage); sizeImage=new OpenLayers.Size(widthImage, heightImage); imageLayer=new OpenLayers.Layer.Image('fishbase_image', urlImage, bboxImage, sizeImage ); map.addLayers([imageLayer]); //defintion of the intial center and zoom level map.center=new OpenLayers.LonLat(0,0); map.zoomToMaxExtent(); //definition of the function for click (change the 'URL' variable if needed) map.events.register('click', map, function (e) { var lonlat = map.getLonLatFromViewPortPx(e.xy); //resolution=map units per pixel var sizeSelection=map.getResolution()*(pixelSizeSelection/2); var selMinX=lonlat.lon-sizeSelection; var selMaxX=lonlat.lon+sizeSelection; var selMinY=lonlat.lat-sizeSelection; var selMaxY=lonlat.lat+sizeSelection; //URL page to display var URL="http://www.aquamaps.org/SpeciesList.php?mapx=all&f_probability=0.5&S_lat="+selMinY.toString()+"&N_lat="+selMaxY.toString()+"&W_long="+selMinX.toString()+"&E_long="+selMaxX.toString(); window.open(URL); }); } </script> <!--end of WMS script --> <script language="javascript1.2"> function bef_send(x) { if (x == 5) { if (document.forms.fn_CTRY.eez.selectedIndex == "0") { alert("Please select a country." ) document.forms.fn_CTRY.eez.focus() return; } document.forms.fn_CTRY.submit() } if (x == 4) { if (document.forms.fn_LME.lme.selectedIndex == "0") { alert("Please select a LME." ) document.forms.fn_LME.lme.focus() return; } document.forms.fn_LME.submit() } if (x == 3) { if (document.forms.fn_BM.taxon_name.selectedIndex == "0") { alert("Please select a taxon group." ) document.forms.fn_BM.taxon_name.focus() //document.forms.fn_ctry.countryname.select() return; } document.forms.fn_BM.submit() } if (x == 2) { if ( document.fn_sciname.Crit1_Value.value == "" && document.fn_sciname.Crit2_Value.value == "" ) { alert("Genus and Species can not be both blank." ) document.fn_sciname.Crit1_Value.focus() document.fn_sciname.Crit1_Value.select() return; } document.forms.fn_sciname.submit() } if (x == 1) { if (document.fn_comname.Crit1_Value.value == "") { alert("Common Name can not be blank." ) document.fn_comname.Crit1_Value.focus() document.fn_comname.Crit1_Value.select() return; } document.forms.fn_comname.submit() } } </script> <div id='wrapper'> <body class="body_1" onload="init()"> <!-- START HEADER --> <!-- START HEADER --> <div id= 'header_flex' class="padTop5"> <div id='amLogo'> <a href="http://www.aquamaps.org"><img src='http://www.aquamaps.org/pic/aquamaps.png' height='80' border='0'></a> <span class="arial11" style="color:#203C88; vertical-align: 15px;">ver. 10/2019</span> </div> <div id='header-text-no-sponsor' class="padTop5"> <span>Standardized distribution maps for over 33,500 species of fishes, marine mammals and invertebrates</span> <br> <br> <p> <a href="http://www.aquamaps.org/main/home.php">Home</a> &nbsp;|&nbsp; <!--<a href="main/AboutAquaMaps.php">More Info</a> &nbsp;|&nbsp;--> <a href='http://www.aquamaps.org/main/FB_Book_MarineAquaMaps_062023.pdf#page=1'>About AquaMaps</a> &nbsp;|&nbsp; <a href='http://www.aquamaps.org/AquaMapsUserManual_2016.pdf'>CYOM User Manual</a> &nbsp;|&nbsp; <a title="With download option" href="http://www.aquamaps.org/main/envt_data.php">Environmental Data</a>&nbsp;&nbsp;|&nbsp; <a href="http://www.aquamaps.org/search.php#tools">Tools</a> &nbsp;|&nbsp; <a href="http://www.aquamaps.org/main/services.php">Services</a> &nbsp;|&nbsp; <a href="http://www.aquamaps.org/main/hints.php">Hints</a> &nbsp;|&nbsp; <!--a href="http://www.aquamaps.org/am_fw/search.php">Freshwater AquaMaps</a> &nbsp;|&nbsp;--> <!--<a href="download/high_res_maps.php">High Resolution Maps</a> &nbsp;|&nbsp;--> <a href="http://www.aquamaps.org/preMap2.php?cache=1">Reviewed Maps</a> &nbsp;|&nbsp; <br> <span style="margin-top:5px; display:block;"></span> <a href="http://www.aquamaps.org/main/TermsConditions.php">Terms & Conditions</a> &nbsp;|&nbsp; <a href="http://www.aquamaps.org/main/publications.php">Publications</a> </p> </div> </div> <!-- header --><!-- header --> <br> <script language="javascript1.2"> function fam_sub() { //document.forms.fn.StartRow.value="" document.forms.fn.submit(); } </script> <!-- START MAP SECTION --> <div id= 'mapContainer' > <form action="search.php" method="post" name="fn"><link http://www.cmar.csiro.au/csquares/> <br><br><br><br><br> <text class='p_remark2'> <!-- <small class='new_tag2'>NEW</small>&nbsp; <b>We are happy to announce the opening of the official <a href="https://www.instagram.com/p/CyRfRzBSL3S/?utm_source=ig_web_copy_link" target="_blank">AquaX Laboratory</a> at the Rosenstiel School of Marine, Atmospheric, and Earth Science (University of Miami) on November 1, 2023.</b> <br><br> <small class='new_tag2'>NEW</small>&nbsp; <b>AquaMaps has a new logo! Towards harmonized logo designs of the Q-quatics databases. <a href="https://www.q-quatics.org/2023/10/09/new-cohesive-logo-design-for-q-quatics-databases/">Read more</a></b> <br><br> --> <!--<i><b>HOT OFF THE PRESS:</b> Lin, H.-Y., Corkrey, R., Kaschner, K., Garilao, C., Costello, M.J. (2020). Latitudinal diversity gradients for five taxonomic levels of marine fish in depth zones. Ecological Research. <a href="https://doi.org/10.1111/1440-1703.12193" target="_blank">doi:10.1111/1440-1703.12193</a>. </i>--> <!-- <b>HOT OFF THE PRESS:</b> Hodapp, D., Roca, I T., Fiorentino, D., Garilao, C., Kaschner, K., Kesner-Reyes, K., Schneider, B., Segschneider, J., Kocsis, Á T., Kiessling, W., Brey, T., & Froese, R. (2023). Climate change disrupts core habitats of marine species. Global Change Biology, 00, 1–14. <a href="https://doi.org/10.1111/gcb.16612" target="_blank">doi:10.1111/gcb.16612</a>. --> <br><br> <b>About this site:</b> This website is restored from AquaMaps v. 10/2019 and features the full set of species range maps in the AquaMaps collection. Some tools, however, are still being maintained and upgraded and will be returned at the soonest possible time. We appreciate your patience throughout the AquaMaps service interruption during the last few months. Should you encounter any issues accessing this website, please contact Kathleen Reyes at <a href="mailto:info.aquamaps@gmail.com">k.reyes@q-quatics.org</a>. <br><br> Please continue to stay tuned for further updates, including the <a href="https://www.instagram.com/p/CyRfRzBSL3S/?utm_source=ig_web_copy_link" target="_blank">AquaX Laboratory</a> launching of the new website in 2025. <br><br> Thank you from the AquaMaps Project. </text> </tr> </table> <!-- <br><br> <text class='p_remark2'><b>Note: Version 10/2019 is still preliminary and will be updated towards the end of the first quarter of 2020. We suggest waiting for these updates before using the dataset for big data projects or research.</b></text>--> <br><br> <!--text font='Arial' size='12px' color='red'><b><a href=https://www.q-quatics.org/2020/04/03/statement-on-covid-19-outbreak/>Statement on COVID-19 Outbreak</a></b></text><br><br--> <text class='p_remark1'>Marine Biodiversity Map: click on the map to obtain local species list for that area.</text> <br> <!-- Show in Google Earth <input onClick="fam_sub()" type="checkbox" name="ge" --> <input onClick="fam_sub()" type="radio" name="mapx" value="all" checked><text class='p_remark2'>All</text> &nbsp;&nbsp; <input onClick="fam_sub()" type="radio" name="mapx" value="sharks" ><text class='p_remark2'>Sharks & rays</text> &nbsp;&nbsp; <input onClick="fam_sub()" type="radio" name="mapx" value="bfish" ><text class='p_remark2'>Bony fish</text> &nbsp;&nbsp; <input onClick="fam_sub()" type="radio" name="mapx" value="inv" ><text class='p_remark2'>Invertebrates</text> &nbsp;&nbsp; <input onClick="fam_sub()" type="radio" name="mapx" value="deepwater" ><text class='p_remark2'>Deep-sea species</text> &nbsp;&nbsp; <input onClick="fam_sub()" type="radio" name="mapx" value="marine_mammals" ><text class='p_remark2'>Marine mammals</text> &nbsp;&nbsp; <input onClick="fam_sub()" type="radio" name="mapx" value="highseas" ><text class='p_remark2'>Open ocean fish species</text> &nbsp;&nbsp; <!--<input onClick="fam_sub()" type="radio" name="mapx" value="corals" ><text class='p_remark2'>Corals</text> &nbsp;&nbsp;--> <!-- Range computation: <select name="range_scheme"> <option> <option value="logarithmic" selected >Logarithmic <option value="arithmetic" >Arithmetic </select> --> <br /> <b>Warning</b>: require(BioDiversityMap/all/cs_map.pl.htm): Failed to open stream: No such file or directory in <b>E:\web\Aquamaps\search.php</b> on line <b>292</b><br /> <br /> <b>Fatal error</b>: Uncaught Error: Failed opening required 'BioDiversityMap/all/cs_map.pl.htm' (include_path='.;E:/web/Aquamaps;E:/web/Aquamaps/includes') in E:\web\Aquamaps\search.php:292 Stack trace: #0 {main} thrown in <b>E:\web\Aquamaps\search.php</b> on line <b>292</b><br />

Pages: 1 2 3 4 5 6 7 8 9 10