Amphibian Species of the World 6.0, an Online Reference
Amphibian Species of the World 6.0, an Online Reference
Basic Search [?]
Guided Search [?]
// This feature only works if JavaScript is enabled
document.getElementById( 'subtree-search-field' ).style.display = 'block';
document.getElementById( 'subtree-basic-search-field' ).style.display = 'block';
$( document ).ready( function()
var autoCompleteValidTaxon = new Array();
autoCompleteValidTaxon['subtree-basic'] = 'invalid';
autoCompleteValidTaxon['subtree-advanced'] = 'invalid';
var autoCompleteMinLength = 2;
// Helper function to capture input change
$.event.special.inputchange =
setup: function()
var self = this, val;
$.data(this, 'timer', window.setInterval(function()
val = self.value;
if ( $.data( self, 'cache') != val )
$.data( self, 'cache', val );
$( self ).trigger( 'inputchange' );
, 20));
,
teardown: function()
window.clearInterval( $.data(this, 'timer') );
,
add: function()
$.data(this, 'cache', this.value);
;
$( '.subtree-field' ).autocomplete(
minLength: autoCompleteMinLength
, autoFocus: true // Force the first option to be selected
, source: "/vz/herpetology/amphibia/amphib/subtree_values"
, change: function( event, ui )
// Clear the subtree ID there is no valid value
if( !ui.item )
$( this ).parent().parent().find( '.subtree-field-id' ).val( '' );
if( $( this ).val() != '' )
alert( 'Please select a valid taxon from the dropdown list' );
, select: function( event, ui )
$( this ).parent().parent().find( '.subtree-field-id' ).val( ui.item.subtree_id );
// Save the valid taxon selection
var autoCompleteID = $( this ).attr( 'id' );
autoCompleteValidTaxon[autoCompleteID] = ui.item.value;
$( this ).removeClass( 'changed' );
, response: function( event, ui )
$( this ).removeClass( 'loading' );
);
// Whenever the field is modified in any way, indicate that it is no longer the selected value
$( '.subtree-field' ).on( 'inputchange', function( event )
var autoCompleteID = $( this ).attr( 'id' );
if( $( this ).val() != autoCompleteValidTaxon[autoCompleteID] )
$( this ).addClass( 'changed' );
if( $( this ).val().length >= autoCompleteMinLength && $( '.ui-autocomplete' ).css( 'display' ) != 'block' )
$( this ).addClass( 'loading' );
);
// Additional warnings
$( '.subtree-field' ).keypress( function( event )
// 13 = enter key; 9 = tab
if( event.keyCode == 13 );
// Re-assign tabindex to "help" tables after the pop-up opens; otherwise the browser does not acknowledge the tabindex attribute
$( '#basic_search_toggle' ).modaal(
after_open: function()
$( '#search_help' ).attr( 'tabindex', 0 );
);
$( '#guided_search_toggle' ).modaal(
after_open: function()
$( '#search_adv_help' ).attr( 'tabindex', 0 );
);
);
Search tool | Example of search string in box | What that means to the database |
---|---|---|
* = "wildcard". Allows a partial letter string to be entered and implies either no or various extension on this letter string | Hyl* | Will find all uses of "Hyl . . ." anywhere in a record: e.g., Hylarana, Hyla, Hylidae, Hylinae, Hylaedactyla. |
* = "wildcard". Allows a partial letter string to be entered and implies either no or various extension on this letter string | *Hyla | Will find all uses of ". . . hyla" anywhere in a record: e.g., Hyla, Hylidae, Plectrohyla, Ptychadena hylaea, Adenomera hylaedactyla |
Hyla | Will find all records that contain stand-alone uses of Hyla: e.g., Hyla, Hyla arenicolor | |
Strings of words without quotation marks | Lithobates pipiens | Interprets this as "Lithobates OR pipiens" so will find the union of all records that contain either "Lithobates" or "pipiens": e.g., Lithobates omiltemanus, Hylorana pipiens |
Strings of word with quotation marks | "Lithobates pipiens" | Interprets this as "Lithobates AND pipiens" so will return all records that have the character string "Lithobates pipiens" anywhere within a record: e.g., all members of the Lithobates pipiens complex. |
AND statement. Means that the results of the search must include both words held together by an AND | Lithobates AND pipiens | Same as "Lithobates pipiens" |
OR statement. Means that the results of the search will all records that have either of the terms held together by an OR | Lithobates OR "Costa Rica" | Recovers all records that contain the word "Lithobates" or "Costa Rica": 402 records inasmuch as this will include all records for the entire amphibian fauna of Costa Rica |
Combining Boolean operators within the Basic Search box (AND, OR, NOT, quotation marks) | Lithobates AND "Costa Rica" NOT forreri | Recovers only records that contain the word Lithobates AND "Costa Rica", but excludes any record that contains the word "forreri" in any part of the record: 9 records |
Printable HELP file |
Search tool | Example of search string in box | What that means to the database |
---|---|---|
* = "wildcard". Allows a partial letter string to be entered and implies either no or various extension on this letter string | Hyl* | Will find all uses of "Hyl . . ." anywhere in a record: e.g., Hylarana, Hyla, Hylidae, Hylinae, Hylaedactyla. |
* = "wildcard". Allows a partial letter string to be entered and implies either no or various extension on this letter string | *Hyla | Will find all uses of ". . . hyla" anywhere in a record: e.g., Hyla, Hylidae, Plectrohyla, Ptychadena hylaea, Adenomera hylaedactyla |
Single word | Hyla | Will find all records that contain stand-alone uses of Hyla: e.g., Hyla, Hyla arenicolor |
Strings of words without quotation marks | Lithobates pipiens | Interprets this as "Lithobates OR pipiens" so will find the union of all records that contain either "Lithobates" or "pipiens": e.g., Lithobates omiltemanus, Hylorana pipiens |
Strings of word with quotation marks | "Lithobates pipiens" | Interprets this as "Lithobates AND pipiens" so will return all records that have the character string "Lithobates pipiens" anywhere within a record: e.g., all members of the Lithobates pipiens complex. |
AND statement. Means that the results of the search must include both words held together by an AND | Lithobates AND pipiens | Same as "Lithobates pipiens" |
OR statement. Means that the results of the search will all records that have either of the terms held together by an OR | Lithobates OR "Costa Rica" | Recovers all records that contain the word "Lithobates" or "Costa Rica": 402 records inasmuch as this will include all records for the entire amphibian fauna of Costa Rica |
Combining Boolean operators within the Basic Search box (AND, OR, NOT, quotation marks) | Lithobates AND "Costa Rica" NOT forreri | Recovers only records that contain the word Lithobates AND "Costa Rica", but excludes any record that contains the word "forreri" in any part of the record: 9 records |
Printable HELP file |
- How to cite
- How to use
- History of the project
- Blog: systematics, progress, and the state of affairs
- Scientific Nomenclature
- Structure of the taxonomic records
- Contributors, 1985 edition
- Contributors, online edition
- Versions
- Museum abbreviations
- Useful links
- Running log of changes and additions, 2018
- Copyright and terms of use
Class:
Amphibia
(7920 sp.)
Order:
Anura
(6989 sp.)
Family:
Allophrynidae
(3 sp.)
Family:
Alsodidae
(26 sp.)
Family:
Alytidae
(12 sp.)
Family:
Arthroleptidae
(149 sp.)
Subfamily:
Arthroleptinae
(66 sp.)
Subfamily:
Astylosterninae
(30 sp.)
Subfamily:
Leptopelinae
(53 sp.)
Family:
Ascaphidae
(2 sp.)
Family:
Batrachylidae
(14 sp.)
Family:
Bombinatoridae
(8 sp.)
Superfamily:
Brachycephaloidea
(1122 sp.)
Family:
Brachycephalidae
(72 sp.)
Family:
Craugastoridae
(824 sp.)
Subfamily:
Ceuthomantinae
(541 sp.)
Subfamily:
Craugastorinae
(136 sp.)
Subfamily:
Holoadeninae
(146 sp.)
Family:
Eleutherodactylidae
(224 sp.)
Subfamily:
Eleutherodactylinae
(214 sp.)
Subfamily:
Phyzelaphryninae
(10 sp.)
Family:
Brevicipitidae
(35 sp.)
Family:
Bufonidae
(609 sp.)
Family:
Calyptocephalellidae
(5 sp.)
Family:
Centrolenidae
(155 sp.)
Subfamily:
Centroleninae
(120 sp.)
Subfamily:
Hyalinobatrachinae
(34 sp.)
Family:
Ceratobatrachidae
(97 sp.)
Subfamily:
Alcalinae
(5 sp.)
Subfamily:
Ceratobatrachinae
(89 sp.)
Subfamily:
Liuraninae
(3 sp.)
Family:
Ceratophryidae
(12 sp.)
Family:
Conrauidae
(6 sp.)
Family:
Cycloramphidae
(36 sp.)
Superfamily:
Dendrobatoidea
(320 sp.)
Family:
Aromobatidae
(123 sp.)
Subfamily:
Allobatinae
(53 sp.)
Subfamily:
Anomaloglossinae
(31 sp.)
Subfamily:
Aromobatinae
(38 sp.)
Family:
Dendrobatidae
(197 sp.)
Subfamily:
Colostethinae
(67 sp.)
Subfamily:
Dendrobatinae
(58 sp.)
Subfamily:
Hyloxalinae
(70 sp.)
Family:
Dicroglossidae
(207 sp.)
Subfamily:
Dicroglossinae
(191 sp.)
Subfamily:
Occidozyginae
(16 sp.)
Family:
Heleophrynidae
(7 sp.)
Family:
Hemiphractidae
(112 sp.)
Subfamily:
Cryptobatrachinae
(8 sp.)
Subfamily:
Hemiphractinae
(104 sp.)
Family:
Hemisotidae
(9 sp.)
Family:
Hylidae
(714 sp.)
Subfamily:
Acridinae
(21 sp.)
Subfamily:
Cophomantinae
(185 sp.)
Subfamily:
Dendropsophinae
(107 sp.)
Subfamily:
Hylinae
(166 sp.)
Subfamily:
Lophyohylinae
(85 sp.)
Subfamily:
Pseudinae
(13 sp.)
Subfamily:
Scinaxinae
(136 sp.)
Family:
Hylodidae
(47 sp.)
Family:
Hyperoliidae
(227 sp.)
Family:
Leiopelmatidae
(4 sp.)
Family:
Leptodactylidae
(206 sp.)
Subfamily:
Leiuperinae
(97 sp.)
Subfamily:
Leptodactylinae
(96 sp.)
Subfamily:
Paratelmatobiinae
(13 sp.)
Family:
Mantellidae
(223 sp.)
Subfamily:
Boophinae
(78 sp.)
Subfamily:
Laliostominae
(7 sp.)
Subfamily:
Mantellinae
(138 sp.)
Family:
Megophryidae
(225 sp.)
Family:
Micrixalidae
(24 sp.)
Family:
Microhylidae
(656 sp.)
Subfamily:
Adelastinae
(1 sp.)
Subfamily:
Asterophryinae
(334 sp.)
Subfamily:
Chaperininae
(1 sp.)
Subfamily:
Cophylinae
(102 sp.)
Subfamily:
Dyscophinae
(3 sp.)
Subfamily:
Gastrophryninae
(76 sp.)
Subfamily:
Hoplophryninae
(3 sp.)
Subfamily:
Kalophryninae
(26 sp.)
Subfamily:
Melanobatrachinae
(1 sp.)
Subfamily:
Microhylinae
(87 sp.)
Subfamily:
Otophryninae
(6 sp.)
Subfamily:
Phrynomerinae
(5 sp.)
Subfamily:
Scaphiophryninae
(11 sp.)
Superfamily:
Myobatrachoidea
(132 sp.)
Family:
Limnodynastidae
(43 sp.)
Family:
Myobatrachidae
(89 sp.)
Family:
Nasikabatrachidae
(2 sp.)
Family:
Nyctibatrachidae
(38 sp.)
Family:
Odontobatrachidae
(5 sp.)
Family:
Odontophrynidae
(54 sp.)
Family:
Pelobatidae
(5 sp.)
Family:
Pelodryadidae
(211 sp.)
Subfamily:
Litoriinae
(91 sp.)
Subfamily:
Pelodryadinae
(113 sp.)
Family:
Pelodytidae
(5 sp.)
Family:
Petropedetidae
(13 sp.)
Family:
Phrynobatrachidae
(91 sp.)
Family:
Phyllomedusidae
(65 sp.)
Family:
Pipidae
(41 sp.)
Family:
Ptychadenidae
(60 sp.)
Family:
Pyxicephalidae
(84 sp.)
Subfamily:
Cacosterninae
(78 sp.)
Subfamily:
Pyxicephalinae
(6 sp.)
Family:
Ranidae
(394 sp.)
Family:
Ranixalidae
(17 sp.)
Family:
Rhacophoridae
(421 sp.)
Subfamily:
Buergeriinae
(5 sp.)
Subfamily:
Rhacophorinae
(416 sp.)
Family:
Rhinodermatidae
(3 sp.)
Family:
Rhinophrynidae
(1 sp.)
Family:
Scaphiopodidae
(7 sp.)
Family:
Sooglossidae
(4 sp.)
Family:
Telmatobiidae
(63 sp.)
Order:
Caudata
(722 sp.)
Family:
Ambystomatidae
(37 sp.)
Family:
Amphiumidae
(3 sp.)
Family:
Cryptobranchidae
(3 sp.)
Family:
Hynobiidae
(69 sp.)
Subfamily:
Hynobiinae
(59 sp.)
Subfamily:
Onychodactylinae
(10 sp.)
Family:
Plethodontidae
(474 sp.)
Subfamily:
Hemidactyliinae
(371 sp.)
Subfamily:
Plethodontinae
(103 sp.)
Family:
Proteidae
(8 sp.)
Family:
Rhyacotritonidae
(4 sp.)
Family:
Salamandridae
(120 sp.)
Subfamily:
Pleurodelinae
(102 sp.)
Subfamily:
Salamandrinae
(16 sp.)
Subfamily:
Salamandrininae
(2 sp.)
Family:
Sirenidae
(4 sp.)
Order:
Gymnophiona
(209 sp.)
Family:
Caeciliidae
(43 sp.)
Family:
Chikilidae
(4 sp.)
Family:
Dermophiidae
(14 sp.)
Family:
Herpelidae
(10 sp.)
Family:
Ichthyophiidae
(57 sp.)
Family:
Indotyphlidae
(24 sp.)
Family:
Rhinatrematidae
(11 sp.)
Family:
Scolecomorphidae
(6 sp.)
Family:
Siphonopidae
(26 sp.)
Family:
Typhlonectidae
(14 sp.)
var _gaq = _gaq || ;
_gaq.push(['_setAccount', 'UA-5330062-1']);
_gaq.push(['_setDomainName', 'amnh.org']);
_gaq.push(['_trackPageview']);
(function()
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
)();
// new Google UNIVERSAL ANALYTICS May 1, 2014
(function(i,s,o,g,r,a,m)function()).push(arguments),i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
)(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-5330062-8', 'amnh.org');
ga('send', 'pageview');
// including this for when PERSONLIAZTION is ready. If non ez sites use it, they must prepend userIDS with string.
// ga('set', '&uid', USER_ID); // Set the user ID using signed-in user_id.