diff --git a/extension/extension.ls b/extension/extension.ls index e839a0e..0844c6c 100644 --- a/extension/extension.ls +++ b/extension/extension.ls @@ -465,15 +465,16 @@ App = chrome.storage.local.get do <[cfg token tokenTime album inaturalistSearchImportedData]> ({@cfg = {}, @token, tokenTime, @album, @inaturalistSearchImportedData}) !~> - unless t.imgur - unless @token and tokenTime + 6048e5 > Date.now! - await @getImgurToken! - unless @album - until await @getImgurAlbum! => + # unless t.imgur + # unless @token and tokenTime + 6048e5 > Date.now! + # await @getImgurToken! + # unless @album + # until await @getImgurAlbum! => if t.inaturalistSearch if @inaturalistSearchImportedData @inaturalistSearchImportedData = JSON.parse @inaturalistSearchImportedData @renderInaturalistSearchImportedData! + m.redraw! switch | t.wiki switch @@ -564,14 +565,14 @@ App = @doCombo \N uiEvent = new UIEvent \resize window.dispatchEvent uiEvent - setTimeout !~> - el = document.querySelector '[data-track="search-layout-justified"]' - el.click! - setTimeout !~> - el = document.querySelector '[data-track="search-layout-tiles"]' - el.click! - , 100 - , 900 + # setTimeout !~> + # el = document.querySelector '[data-track="search-layout-justified"]' + # el.click! + # setTimeout !~> + # el = document.querySelector '[data-track="search-layout-tiles"]' + # el.click! + # , 100 + # , 900 # | t.google # if el = document.querySelector \iframe # if el.title == \reCAPTCHA @@ -632,7 +633,7 @@ App = @upperFirst text text = text .trim! - .replace /\u2019/g "'" + .replace /\u2019|\u02bb/g "'" .replace /\xa0+/g " " .replace /\ \u2013.*/ "" .replace /\u2013/g \- @@ -658,8 +659,9 @@ App = table = td.closest \table grid = @table table col = grid.find (.includes td) + index = col.indexOf td col - .slice col.indexOf td + .slice index .filter Boolean findRank: (kind, fn) -> @@ -816,7 +818,10 @@ App = setCfg: (prop, val, cb) !-> @cfg[prop] = val - chrome.storage.local.set {@cfg}, cb + chrome.storage.local.set {@cfg}, !~> + cb?! + m.redraw! + m.redraw! openTabGetImgurToken: -> window.open do @@ -981,7 +986,7 @@ App = else resolve! uploadBase64ToGithub: (base64, message, isFemale) !-> - filename = @numToRadix62 Date.now! / 10000 - 169856664 + filename = @numToRadix62 Date.now! / 10000 - 170096855 saved = no notify = @notify "Đang upload ảnh lên Github" -1 unless window.Octokit @@ -1537,14 +1542,6 @@ App = opts.link? target, link nameEl = null do - if el = target.querySelector ':scope > a > .toctext' - if el.innerText.trim!0 is /[A-Z]/ - nameEl = el - break - if el = target.querySelector ':scope > a:not([data-excl])' - if el.nextSibling?textContent.0 is \: - nameEl = el - break if el = target.querySelector ':scope > i:first-child' if el.innerText.trim!0 is /[A-Z]/ if node = el.nextSibling @@ -1553,9 +1550,8 @@ App = if el2.localName == \i name = "#{el.innerText.trim!} #{el2.innerText.trim!}" break - else - nameEl = el - break + nameEl = el + break if el = target.querySelector ':scope > i > a:not([data-excl])' val = el.innerText.trim! if val.0 is /[A-Z]/ @@ -1574,6 +1570,10 @@ App = if el.innerText.trim! nameEl = el break + if el = target.querySelector ':scope > a > .toctext' + if el.innerText.trim!0 is /[A-Z]/ + nameEl = el + break if el = target.querySelector ':scope > a:not([data-excl])' nameEl = el break @@ -1665,6 +1665,13 @@ App = if target instanceof Element textEl = null do !~> + if el = target.querySelector "._commonName" + textEl := el + el.remove! + return + if el = target.querySelector ":scope > b:is(:first-child, :last-child)" + textEl := el + return if el = target.querySelector ':scope > a:first-child' textEl := el return @@ -1701,12 +1708,12 @@ App = unless val.endsWith \( return if textEl - if textEl is nameEl + if textEl == nameEl textEl = null if textEl text = textEl.innerText if text - text = text.split /, ?/ 1 .0 + text = text.split /(, ?| or )/ 1 .0 text = @upperFirst text if /^(Arizona|California|Nevada|Texas|Mexico|Panama|Ecuador|Colombia|Guatemala|Brazil|Bolivia|Chile|Argentina|Venezuela|Paraguay|India|Greece|China|South Africa|Kenya|Namibia|Turkey|Zimbabwe|Vietnam|Philippines|Malaysia|Indonesia|Japan|Yunnan|Java|Australia|Southeast Asia|Africa|Indomalaya|Thailand|Papua New Guinea|Island of Reunion|Madagascar|Sri Lanka)$/.test text text = void @@ -1791,7 +1798,7 @@ App = @emptySel! unless didSel if target - if target.closest \span#Tạo_mới + if target.closest 'span#Tạo_mới, ._dontCopy' return switch | combo is \Backquote+RMB @@ -1987,7 +1994,11 @@ App = image: image isFemale: isFemale | t.googleCommonName and (el = target.querySelector ":scope>span>a[jsname]>h3") - await @googleCommonNameCopy el, yes + text = match el.parentElement.href + | /(\/\/|www\.)fishbase\./ + el.textContent.split /, | : / .at 1 + else el + await @googleCommonNameCopy text, yes | t.googleCommonName and target.localName == \b await @googleCommonNameCopy target, yes | target.matches "a:not(.new)[href]" and combo is \RMB @@ -2010,7 +2021,7 @@ App = ranks: [@ranks.species] await @copy @data @mark el - | el = target.closest "dl> dt:only-child" + | el = target.closest "dl > dt:only-child" if combo in [\RMB \LMB] @data = @extract el await @copy @data @@ -2109,16 +2120,24 @@ App = @mark el | t.wiki and td = target.closest \td table = td.closest \table - col = @tableCol td + cols = @tableCol td + ths = Array.from table.rows.0.cells + isNameCol = ths[td.cellIndex]innerText.toLowerCase! == "scientific name" + if isNameCol + commonNameColIndex = ths.findIndex (.innerText.toLowerCase! == "common name") + for col in cols + commonName = col.parentElement.cells[commonNameColIndex]innerText + col.innerHTML += "
#commonName
" + switch combo + | \RMB \LMB + data = @extract cols + await @copy data + @mark cols + if @cfg.copyExtractDeepAndOpenLinkExtract + @openLinksExtract cols switch combo - | \RMB \LMB - data = @extract col - await @copy data - @mark col - if @cfg.copyExtractDeepAndOpenLinkExtract - @openLinksExtract col | \Alt+RMB \Shift+Alt+RMB \Alt+LMB \Shift+Alt+LMB - @openLinksExtract col, combo in [\Shift+Alt+RMB \Shift+Alt+LMB] + @openLinksExtract cols, combo in [\Shift+Alt+RMB \Shift+Alt+LMB] else switch combo | \C @@ -2546,6 +2565,11 @@ App = m \a._col6._row._center._middle._textGreen, href: el.href "Commons" + if @cfg + m \._col._column._center._middle._hover2._cursorPointer._dontCopy, + onclick: !~> + @doCombo "G+#{@cfg.keyGPlus}" + "G+#{@cfg.keyGPlus}" | t.imgurEdit m \._p3, m \p "Tỷ lệ h.tại: #@imgurEditRatio" diff --git a/extension/extension.styl b/extension/extension.styl index e111e28..63e4bac 100644 --- a/extension/extension.styl +++ b/extension/extension.styl @@ -639,8 +639,10 @@ small color #2a3 ._active ._hover:hover - background $prim - color #fff + background $prim + color #fff +._hover2:hover + background $prim2 ._cursor cursor default ._cursorPointer diff --git a/index.ls b/index.ls index 57ec2dd..4b46066 100644 --- a/index.ls +++ b/index.ls @@ -561,12 +561,24 @@ App = openGoogleCommonName: (line) -> name = @getFullNameNoSubgenus line row = line.index - copiedType = switch + copiedType = | line.textVi => 0 | line.imgs => 1 else 2 window.open "https://google.com/search?q=#name+common+name&row=#row&copiedType=#copiedType" \_blank + getSiblingLines: (startLine, maxChilds = 10, conditionFunc = ~> yes) -> + childs = [] + index = lines.indexOf startLine + loop + child = lines[index] + if !child or childs.length >= maxChilds or child.lv < startLine.lv + break + else if child.lv == startLine.lv and child.name !in ["" \?] and conditionFunc child + childs.push child + index++ + childs + mousedownImg: (img, event) !-> {target} = event [src] = img @@ -625,9 +637,8 @@ App = copiedText = line.name else if event.ctrlKey if isDev - childs = lines.filter (line2) ~> - line2.parent == line and !line2.textEn and !line2.isDuplicateTextEn - childs .= slice 0 10 + childs = @getSiblingLines line, 10 ~> + !it.textEn and !it.isDuplicateTextEn for let child, i in childs setTimeout !~> @openGoogleCommonName child @@ -647,51 +658,67 @@ App = event.preventDefault! if isDev unless line.name in ["" \?] - name = @getFullNameNoSubgenus line - action = - | event.altKey => \g - | @code == \KeyB => \b - | @code == \KeyL => \l - | @code == \KeyH => \h - | @code == \KeyE => \e - | @code == \KeyS => \s - | @code == \KeyN => \n - | @code == \KeyK => \k - else @rightClickAction - switch action - | \g - window.open "https://google.com/search?tbm=isch&q=#name" \_blank - | \b - window.open "https://bugguide.net/index.php?q=search&keys=#name" - | \l - window.open "https://www.biolib.cz/en/formsearch/?string=#name&searchgallery=1&action=execute" - | \h - [genus, species] = name.split " " - if species - window.open "https://fishbase.us/photos/ThumbnailsSummary.php?Genus=#genus&Species=#species" \_blank - else - window.open "http://fishbase.us/Nomenclature/ValidNameList.php?syng=#genus&crit2=CONTAINS&crit1=EQUAL" - | \e - handle = (name) ~> - data = await (await fetch "https://api.ebird.org/v2/ref/taxon/find?key=jfekjedvescr&q=#name")json! - item = data.find (.name.includes name) or data.0 - if item - window.open "https://ebird.org/species/#{item.code}" - yes - unless await handle name - if line.textEn - await handle line.textEn - | \s - name = name.toLowerCase!replace /\ /g \- - window.open "https://www.seriouslyfish.com/species/#name" - | \n - window.open "https://inaturalist.org/taxa/search?view=list&q=#name" - | \k - window.open "https://www.flickr.com/search/?text=#name" + if event.ctrlKey + childs = @getSiblingLines line, 10 + for child in childs + name = @getFullNameNoSubgenus child + @windowOpenByAction \k name + else + name = @getFullNameNoSubgenus line + action = + | event.altKey => \g + | @code == \KeyB => \b + | @code == \KeyL => \l + | @code == \KeyH => \h + | @code == \KeyE => \e + | @code == \KeyS => \s + | @code == \KeyN => \n + | @code == \KeyK => \k + else @rightClickAction + @windowOpenByAction action, name else q = @getWikiPageName line, \en window.open "https://en.wikipedia.org/wiki/#q" \_blank + windowOpenByAction: (action, name) !-> + switch action + | \g + window.open "https://google.com/search?tbm=isch&q=#name" \_blank + | \b + window.open "https://bugguide.net/index.php?q=search&keys=#name" + | \l + window.open "https://www.biolib.cz/en/formsearch/?string=#name&searchgallery=1&action=execute" + | \h + [genus, species] = name.split " " + if species + window.open "https://fishbase.us/photos/ThumbnailsSummary.php?Genus=#genus&Species=#species" \_blank + else + window.open "http://fishbase.us/Nomenclature/ValidNameList.php?syng=#genus&crit2=CONTAINS&crit1=EQUAL" + | \e + handle = (name) ~> + data = await (await fetch "https://api.ebird.org/v2/ref/taxon/find?key=jfekjedvescr&q=#name")json! + item = data.find (.name.includes name) or data.0 + if item + window.open "https://ebird.org/species/#{item.code}" + yes + unless await handle name + if line.textEn + await handle line.textEn + | \s + name .= toLowerCase!replace /\ /g \- + window.open "https://www.seriouslyfish.com/species/#name" + | \n + window.open "https://inaturalist.org/taxa/search?view=list&q=#name" + | \k + window.open "https://www.flickr.com/search/?text=#name" + + getAbbrWordName: (word) -> + chr = word.0 + if chr == \" + "\"#{word.1}.\"" + else + "#chr." + mouseenterName: (line, isBcrum, event) !-> unless line.name in [\? " "] @hoveredLine = line @@ -722,23 +749,23 @@ App = | 4 switch step | 0 - name := "#{vals.0} #{vals.1.0}. #{vals.2} #{vals.3}" + name := "#{vals.0} #{@getAbbrWordName vals.1} #{vals.2} #{vals.3}" nameEl.textContent = name updateWidth 1 | 1 - name := "#{vals.0.0}. #{vals.1} #{vals.2} #{vals.3}" + name := "#{@getAbbrWordName vals.0} #{vals.1} #{vals.2} #{vals.3}" nameEl.textContent = name | 3 switch step | 0 - name := "#{vals.0} #{vals.1.0}. #{vals.2}" + name := "#{vals.0} #{@getAbbrWordName vals.1} #{vals.2}" nameEl.textContent = name updateWidth 1 | 1 - name := "#{vals.0.0}. #{vals.1} #{vals.2}" + name := "#{@getAbbrWordName vals.0} #{vals.1} #{vals.2}" nameEl.textContent = name | 2 - name := "#{vals.0.0}. #{vals.1}" + name := "#{@getAbbrWordName vals.0} #{vals.1}" nameEl.textContent = name popup = view: (vnode) ~> diff --git a/misc/funfact.txt b/misc/funfact.txt index 71301c3..43eaddd 100644 --- a/misc/funfact.txt +++ b/misc/funfact.txt @@ -57,6 +57,7 @@ - Carlia rhomboidalis: đẹp - Carlia rubrigularis: đẹp - Carlia rufilatus: đẹp +- Chromis anadema: đẹp - Plestiodon kishinouyei: vườn chill - Plestiodon latiscutatus: vườn chill - Vanellus cayanus: nhỏ nhắn, dth diff --git a/tree.taxon b/tree.taxon index 225944f..6545aad 100644 --- a/tree.taxon +++ b/tree.taxon @@ -27787,53 +27787,53 @@ Eukaryota # | Sinh vật nhân thực xanthotis # Yellow-ear angelfish | Cá bướm tai vàng # /eb/Arabian_Smoke-Angelfish.jpg xanthurus # Indian yellowtail angelfish | Cá bướm đuôi vàng Ấn Độ # /fd/Apolemichthys_xanthurus.JPG Centropyge # | Cá thiên thần lùn - abei # Abe's pygmy angelfish | Cá thiên thần Abe # /03/Abe%27s_Anglefish_%28Centropyge_abei%29%2C_Waikiki_Aquarium.JPG - acanthops # Orangeback angelfish | Cá thần tiên lưng cam # /49/Centropyge_acanthops_R%C3%A9union.JPG - argi # Cherubfish # /52/Cherub_fish_Centropyge_argi.jpg - aurantia # Golden angelfish | Cá thần tiên vàng - aurantonotus # Flameback angelfish | Cá thần tiên lưng vàng # /a4/Centropyge_aurantonotus.jpg + abei # Abe's pygmy angelfish | Cá thiên thần Abe # !54/ab/d1/54abd16880637ee8c99e8c62aa84f5b6 + acanthops # Orangeback angelfish | Cá thần tiên lưng cam # =yBz + argi # Cherubfish # @65535/52205420076_1739335ffe + aurantia # Golden angelfish | Cá thần tiên vàng # ::8527726 + aurantonotus # Flameback angelfish | Cá thần tiên lưng vàng # @5031/5911316102_802a62d71d bicolor # Bicolor angelfish | Cá bướm hai màu # /1b/Bicolor_angelfish_%28Centropyge_bicolor%29_%2840856469565%29.jpg bispinosa # Twospined angelfish | Cá thần tiên gai # -xeql6kN - boylei # Peppermint angelfish | Cá thiên thần Peppermint # /ce/Peppermint_Angelfish_%28Paracentropyge_boylei%29%2C_Waikiki_Acquarium.JPG - cocosensis # Cocos pygmy angelfish - colini # Cocos-Keeling angelfish | Cá thần tiên Colin # -VQuSSEr - debelius # Blue Mauritius pygmy angelfish - deborae # Blue velvet angelfish | Cá thần tiên lam nhung + boylei # Peppermint angelfish | Cá thiên thần Peppermint # =yCR + cocosensis # Cocos pygmy angelfish # =yCd + colini # Cocos-Keeling angelfish | Cá thần tiên Colin # =yCl + debelius # Blue Mauritius pygmy angelfish # =yD0 + deborae # Blue velvet angelfish | Cá thần tiên lam nhung # =yDI eibli # Blacktail angelfish | Cá thiên Thần đuôi đen # -2CdtAQH - ferrugata # Rusty angelfish | Cá sim tím # /ea/Centropyge_ferrugata.jpg + ferrugata # Rusty angelfish | Cá sim tím # @3955/15618757826_f8f7b38f40 fisheri # Orange angelfish | Cá thần tiên Fisher # /aa/ChairoYK.jpg flavipectoralis # Yellowfin angelfish | Cá thần tiên vây vàng # -H7gmtMr flavissima # Lemonpeel angelfish | Cá thần tiên vàng chanh # /95/Centropyge_flavissima.JPG heraldi # Yellow angelfish | Cá sim vàng # /80/Centropyge_heraldi.jpg - hotumatua # Black-ear pygmy angelfish | Cá thần tiên tai đen - interrupta # Japanese angelfish | Cá thần tiên Nhật Bản # /bd/Centropyge_interruptus.jpg - joculator # Yellow-head pygmy angelfish | Cá thần tiên đầu vàng + hotumatua # Black-ear pygmy angelfish | Cá thần tiên tai đen # @5616/15455825269_4e6d3891ce + interrupta # Japanese angelfish | Cá thần tiên Nhật Bản # @7440/14121658391_ce7f15a380 + joculator # Yellow-head pygmy angelfish | Cá thần tiên đầu vàng # ::249612122 loriculus # Flame angelfish | Cá thiên thần lửa # /5b/Flame_angelfish_%28Centropyge_loricula%29.jpg - multicolor # Multicolor angelfish | Cá thần tiên đa sắc + multicolor # Multicolor angelfish | Cá thần tiên đa sắc # @8637/15950328016_bbc9337154 multispinis # Bluefin dwarf | Cá thần tiên nâu # -ctmqiqy - nahackyi # Nahacky's pygmy angelfish | Cá thần tiên Nahacky + nahackyi # Nahacky's pygmy angelfish | Cá thần tiên Nahacky # @3952/15457733679_6eee2f47d8 narcosis # Narc angelfish | Cá thần tiên Narc - nigriocellus # Black-spot pygmy angelfish - nox # Midnight angelfish | Cá thần tiên bóng đêm + nigriocellus # Black-spot pygmy angelfish # ^cenig_ud + nox # Midnight angelfish | Cá thần tiên bóng đêm # @7508/15667380905_cd5e6afd89 potteri # Russet angelfish | Cá thiên thần vằn # -ZSUD3Mi - resplendens # Resplendent pygmy angelfish - shepardi # Mango angelfish | Cá thần tiên xoài # /17/Centropyge_shepardi.jpg + resplendens # Resplendent pygmy angelfish # @7485/15668559845_14cd6ff34c + shepardi # Mango angelfish | Cá thần tiên xoài # ^ceshe_u3 tibicen # Keyhole angelfish | Cá thần tiên lỗ khóa # /b8/Keyhole_angelfish_%28Centropyge_tibicen%29_%2840856469265%29.jpg - venusta # Purplemask angelfish | Cá thần tiên mặt tím - vrolikii # Pearlscale angelfish | Cá thần tiên ngọc trai # /7f/Centropyge_vrolikii.jpg - woodheadi # Black-fin pygmy angelfish + venusta # Purplemask angelfish | Cá thần tiên mặt tím # =yQu + vrolikii # Pearlscale angelfish | Cá thần tiên ngọc trai # =yRJ + woodheadi # Black-fin pygmy angelfish # @65535/52077529947_9bccb89006 Chaetodontoplus - ballinae # Ballina angelfish | Cá thần tiên Ballina + ballinae # Ballina angelfish | Cá thần tiên Ballina # ^chbal_u0 caeruleopunctatus # Bluespotted angelfish | Cá thần tiên chấm xanh # /9c/Chaetodontoplus_caeruleopunctatus.jpg - cephalareticulatus # Orange face angelfish - chrysocephalus # Blue vermiculate angelfish | Cá thần tiên mặt cam # /a1/Chaetodontoplus_chrysocephalus.jpg + cephalareticulatus # Orange face angelfish # =yRk + chrysocephalus # Blue vermiculate angelfish | Cá thần tiên mặt cam # ^chchr_uh conspicillatus # Conspicuous angelfish # @5016/5492149871_935ceaf0b3 dimidiatus # Velvet angelfish # ^chdim_u4 duboulayi # Scribbled angelfish # /66/Chaetodontoplus_duboulayi.jpg melanosoma # Black-velvet angelfish | Cá thần tiên nhung đen # @65535/49493985998_c7c59d3ec2 meredithii # Queensland yellowtail angelfish # -cm8mle9 mesoleucus # Vermiculated angelfish | Cá bướm vân # /9f/Vermiculated_angelfish_%28Chaetodontoplus_mesoleucus%29_%2847718922602%29.jpg - niger # Black angelfish | Cá thần tiên đen + niger # Black angelfish | Cá thần tiên đen # =yRx personifer # True personifer angelfish | Cá thần tiên mặt đốm # -gVTFjb1 poliourus # Greytail angelfish | Cá bướm đuôi xám # ^chpol_u4 septentrionalis # Blue-striped angelfish | Cá bướm sọc xanh # @2523/3901663622_14166a8e35 @@ -27846,29 +27846,29 @@ Eukaryota # | Sinh vật nhân thực personatus # Masked angelfish | Cá thần tiên mặt nạ # /35/Masked_Angelfish_%28Genicanthus_personatus%29_-_GRB.JPG semicinctus # Halfbanded angelfish | Cá thần tiên bán sọc # ::595265 semifasciatus # Japanese swallow | Cá thần tiên đuôi nhạn Nhật Bản # /ea/Genicanthus_semifasciatus.jpg - spinus # Pitcairn angelfish | Cá thần tiên Pitcairn # ::595269 - takeuchii # Spotted angelfish | Cá thần tiên đuôi nhạn Takeuchi # ::595270 + spinus # Pitcairn angelfish | Cá thần tiên Pitcairn # =ySC + takeuchii # Spotted angelfish | Cá thần tiên đuôi nhạn Takeuchi # =ySK watanabei # Blackedged angelfish | Cá thần tiên Watanabe # ::313199 Holacanthus africanus # Guinean angelfish | Cá thần tiên Guinean # @3809/11410617903_32b0f50f8d bermudensis # Blue angelfish | Cá thần tiên xanh Bermuda # @2616/4109052555_5a9e1e987c ciliaris # Queen angelfish | Cá thiên thần nữ hoàng # @7722/27026959526_7b783b3812 clarionensis # Clarion angelfish | Cá thiên thần Clarion # @2860/12819321754_6bc467229d - limbaughi # Clipperton angelfish | Cá thần tiên Clipperton # /ee/Holacanthus_limbaughi_2.jpg + limbaughi # Clipperton angelfish | Cá thần tiên Clipperton # >sftep/1558_2989 passer # King angelfish | Cá thần tiên hoàng đế # /2b/Holacanthus_passer_1.jpg tricolor # Rock beauty | Cá thần tiên tam sắc # @7139/26965342552_ed5f73f539 Paracentropyge - multifasciata # Barred angelfish | Cá thần tiên sọc dọc # -85KP5VZ + multifasciata # Barred angelfish | Cá thần tiên sọc dọc # @65535/52739656607_6f787c085d Pomacanthus - annularis # Bluering angelfish | Cá thần tiên vòng xanh # /f9/EM_DSC_2208_%282878626250%29.jpg - arcuatus # Gray angelfish | Cá thần tiên xám # /50/Gray_angelfish.jpg - asfur # Arabian angelfish # @2831/9709633697_2b1f59cea2 - chrysurus # Goldtail angelfish # /b8/Pomacanthus_chrysurus_-_poisson_ange_a_oreille_tach%C3%A9_-_Aqua_Porte_Dor%C3%A9e_10.JPG + annularis # Bluering angelfish | Cá thần tiên vòng xanh # @65535/52525913681_a604c0da58 + arcuatus # Gray angelfish | Cá thần tiên xám # @65535/51929251614_06dbeb8903 + asfur # Arabian angelfish # >caribbean/5652_12004 + chrysurus # Goldtail angelfish # @3002/3100494271_626cd44fc2 imperator # Emperor angelfish | Cá chim hoàng đế # /4a/Pomocanthus_imperator_facing_right.jpg maculosus # Yellowbar angelfish | Cá thần tiên đốm vàng # /ca/Pomacanthus_maculosus_at_Red_Sea_Aquarium_by_Hatem_Moushir_1.JPG navarchus # Blue-girdled angelfish | Cá thiên thần đai xanh # /3f/Bluegirdled_angelfish_%28Pomacanthus_navarchus%29_%2846982094954%29.jpg paru # French angelfish # @3315/5844848778_d950d1b436 - rhomboides # Old woman angelfish | Cá thần tiên lão bà # /7f/Pomacanthus_rhomboides%2C_Sodwana_Bay.jpg + rhomboides # Old woman angelfish | Cá thần tiên lão bà # =yTU semicirculatus # Semicircled angelfish | Cá chim xanh # @7233/7158519589_2a307eb112 sexstriatus # Sixbar angelfish | Cá thần tiên sáu sọc # /bd/Pomacanthus_sexstriatus.jpg xanthometopon # Blueface angelfish # /54/Pomacanthus_xanthometopon_2.jpg @@ -27877,31 +27877,29 @@ Eukaryota # | Sinh vật nhân thực diacanthus # Royal angelfish | Cá chim xanh nắp mang tròn # @5571/14945183962_0cd9fc86a3 Priacanthidae # Bigeyes | Cá trác Cookeolus - japonicus # ^cojap_ua + japonicus # Longfinned bullseye # ^cojap_ua spinolacrymatus* - Heteropriacanthus # Glasseyes - cruentatus # Glasseyes # /77/Glasseye_%28Heteropriacanthus_cruentatus%29_%2831571203688%29.jpg - fulgens - carolinus + Heteropriacanthus # Glass bigeyes + cruentatus ! # /77/Glasseye_%28Heteropriacanthus_cruentatus%29_%2831571203688%29.jpg Priacanthus - alalaua # Alalaua + alalaua # Forskals's big-eye fish arenatus # Atlantic bigeye # @65535/50270646736_8cdcb3c5b7 blochii # Paeony bulleye # @5051/5423722685_b299e2e390 - fitchi + fitchi # Deepsea bigeye hamrur # Lunar-tailed bigeye | Cá trác đỏ # @798/40105451774_24e369a4f3 macracanthus # Red bigeye # @2862/9622283162_535101c15a meeki # Hawaiian bigeye # ::141386901e - nasca + nasca # Nasca bigeye prolixus # Elongate bulleye sagittarius # Arrow bulleye # @1847/44543905341_6b6609fd26 tayenus # Purple-spotted bigeye | Cá trác đuôi dài - zaiserae + zaiserae # Miyake bigeye liui* Pristigenys alta # Short bigeye # -PqnQ8L9 meyeri # -peP5WUV niphonia # Japanese bigeye # /35/Japanese_Bigeye_%28Pseudopriacanthus_niphonia%29_-_GRB.jpg - refulgens + refulgens # Blackfringe bigeye serrula # Popeye catalufa # /25/Pristigenys_serrula_01.jpg bella* caduca* @@ -27910,7 +27908,7 @@ Eukaryota # | Sinh vật nhân thực spectabilis* substriata* # /70/Pristigenys_substriatus.jpg ; fossil Notothenioidei - Artedidraconidae + Artedidraconidae # Barbeled plunderfishes Artedidraco glareobarbatus longibarbatus # Long-beard plunderfish @@ -27918,7 +27916,7 @@ Eukaryota # | Sinh vật nhân thực mirus orianae shackletoni - skottsbergi + skottsbergi # Skottsberg's plunderfish Dolloidraco longedorsalis Histiodraco @@ -27947,12 +27945,12 @@ Eukaryota # | Sinh vật nhân thực platypogon # Flat-beard plunderfish sarmentifera scotti # Saddle-back plunderfish - skorai + skorai # Skora's toadlike plunderfish squamibarbata # Scale-beard plunderfish stewarti # Stewart's plunderfish tronio # Turquoise plunderfish ventrimaculata # Spot-belly plunderfish - Bathydraconidae + Bathydraconidae # Antarctic dragonfishes Acanthodraco dewitti # DeWitt's dragonfish Akarotaxis @@ -27961,7 +27959,7 @@ Eukaryota # | Sinh vật nhân thực antarcticus joannae macrolepis - marri # -Lqma35v + marri # Deep-water dragon # -Lqma35v scotiae Cygnodraco mawsoni # Mawson's dragonfish @@ -27981,27 +27979,27 @@ Eukaryota # | Sinh vật nhân thực harrissoni Vomeridens infuscipinnis - Bovichtidae + Bovichtidae # Temperate icefishes Bovichtus - angustifrons # Dragonet + angustifrons # Dragonet # @8182/8031789446_53764ba7e7 argentinus chilensis - diacanthus # Bovictus diacanthus + diacanthus # Tristan klipfish psychrolutes - variegatus # Thornfish + variegatus # Thornfish # /e1/Bovichtus_variegatus_%282%29_%28cropped%29.jpg veneris Cottoperca - gobio + gobio # Channel bull blenny trigloides Halaphritis platycephala # Flathead congoli - Channichthyidae + Channichthyidae # Crocodile icefish Chaenocephalus - aceratus # Blackfin icefish + aceratus # Blackfin icefish # @225/472810765_f11c126263 Chaenodraco wilsoni # Spiny icefish Champsocephalus - esox # Pike icefish + esox # Pike icefish # =yVJ gunnari # Mackerel icefish Channichthys aelitae @@ -28036,18 +28034,18 @@ Eukaryota # | Sinh vật nhân thực Eleginops maclovinus # Patagonian blennie # @1528/24093394181_6f3d125062 Harpagiferidae - Harpagifer + Harpagifer # Spiny plunderfishes andriashevi antarcticus # ^haant_u0 - bispinis - georgianus + bispinis # Magellan plunderfish + georgianus # South Georgia spiny plunderfish kerguelensis macquariensis nybelini palliolatus permitini spinosus - Nototheniidae + Nototheniidae # Cod icefishes Aethotaxis mitopteryx # Longfin icedevil mitopteryx @@ -28055,7 +28053,7 @@ Eukaryota # | Sinh vật nhân thực Cryothenia amphitreta peninsulae - Dissostichus + Dissostichus # Toothfish eleginoides # Patagonian toothfish | Cá răng Patagonia # ^diele_u2 mawsoni # Antarctic toothfish # @8341/8181031565_44d2f494ac Gobionotothen @@ -28067,7 +28065,7 @@ Eukaryota # | Sinh vật nhân thực Gvozdarus balushkini svetovidovi # Naked-head toothfish - Lepidonotothen + Lepidonotothen # Grey rockcod mizops # Toad notie nudifrons # Yellowfin rockcod squamifrons # Grey rockcod @@ -28101,18 +28099,18 @@ Eukaryota # | Sinh vật nhân thực jordani kreffti longipes - ramsayi + ramsayi # Longtail southern cod sima squamiceps tessellata thompsoni wiltoni Pleuragramma - antarctica + antarctica # Antarctic silverfish Trematomus bernacchii # Emerald rockcod # /5c/Nototheniidae_-_Trematomus_bernacchii.JPG eulepidotus - hansoni # -Cu3Ew6z + hansoni # Striped rockcod # -Cu3Ew6z lepidorhinus loennbergii newnesi @@ -28123,13 +28121,13 @@ Eukaryota # | Sinh vật nhân thực vicarius Pseudaphritidae Pseudaphritis - urvillii # Congoli # ::13556758 + urvillii # Congoli # =ybB Kurtiformes Kurtidae Kurtus # Nurseryfishes | Cá đầu móc - gulliveri # Nurseryfish | Cá ươm trứng + gulliveri # Nurseryfish | Cá ươm trứng # =yar indicus # Indian humphead | Cá đầu móc Ấn Độ - Apogonidae # | Cá sơn + Apogonidae # Cardinalfishes | Cá sơn Apogoninae Amioides polyacanthus @@ -28155,7 +28153,7 @@ Eukaryota # | Sinh vật nhân thực gouldi # Deepwater cardinalfish guadalupensis # Guadalupe cardinalfish hypselonotus - imberbis # Mediterranean cardinalfish # @65535/32898584067_2c2751683d + imberbis # Mediterranean cardinalfish # :38022309 indicus # Indian cardinalfish kautamea # Rapanui cardinalfish kominatoensis @@ -28178,7 +28176,7 @@ Eukaryota # | Sinh vật nhân thực rubellus rubrifuscus # Flathead cardinalfish seminigracaudus # Darktail cardinalfish - semiornatus # Oblique-banded cardinalfish # -NEsTqGK + semiornatus # Oblique-banded cardinalfish # =ybT susanae talboti # Flame cardinalfish townsendi # Belted cardinalfish # @2526/4220863018_f7151d3ee2 @@ -28198,7 +28196,7 @@ Eukaryota # | Sinh vật nhân thực maculipinnis melas # Black cardinalfish # /fc/Black_cardinalfish_%28Apogonichthyoides_melas%29_%2843875107995%29.jpg miniatus - niger # /dc/Apogon_niger_in_aquarium.JPG + niger # ::17303363e nigripinnis # Bullseye opercularis # Pearly-cheek cardinalfish pharaonis # Pharaoh cardinalfish @@ -28341,7 +28339,7 @@ Eukaryota # | Sinh vật nhân thực cyanotaenia dispar # Red-spot cardinalfish diversus - doederleini # Doederlein's cardinalfish # /0c/Doederlein%27s_cardinalfish_Apogon_doederleini.jpg + doederleini # Doederlein's cardinalfish # :5716724 endekataenia # Candy-stripe cardinalfish # /47/KosujiIM.jpg fasciatus # Broad-banded cardinalfish flagelliferus # Coachwhip cardinalfish @@ -28357,7 +28355,7 @@ Eukaryota # | Sinh vật nhân thực ishigakiensis jenkinsi kiensis # Rifle cardinalfish # /94/TeppoIM.jpg - komodoensis # Komodo cardinalfish + komodoensis # Komodo cardinalfish # ^oskom_u0 leptofasciatus # Slender-line cardinalfish leslie # Leslie's cardinalfish limenus # Sydney's cardinalfish @@ -28374,7 +28372,7 @@ Eukaryota # | Sinh vật nhân thực multilineatus # Many-lined cardinalfish # /a9/Manylined_cardinalfish_%28Ostorhinchus_multilineatus%29_%2843875105145%29.jpg mydrus nanus # Tiny cardinalfish - neotes # Mini cardinalfish # /97/OstorhinchNeotes2RLS.jpg + neotes # Mini cardinalfish # =yc3 nigricans nigripes # Black-foot cardinalfish nigrocinctus # Black-belt cardinalfish @@ -28398,7 +28396,7 @@ Eukaryota # | Sinh vật nhân thực regula relativus rubrimacula # Ruby-spot cardinalfish # /45/Orangespot_cardinalfish_%28Ostorhinchus_rubrimacula%29_%2847503464432%29.jpg - rueppellii + rueppellii # Western gobbleguts schlegeli # Schlegel's cardinalfish sealei # Seale's cardinalfish # /7a/OstorhinchSealeiBernardDupont.jpg selas # Meteor cardinalfish @@ -28415,17 +28413,17 @@ Eukaryota # | Sinh vật nhân thực Paroncheilus affinis # Bigtooth cardinalfish Phaeoptyx - conklini # /e8/Phaeoptyx_conklini_-_pone.0010676.g074.png - pigmentaria - xenus + conklini # Freckled cardinalfish # :172302969p + pigmentaria # Dusky cardinalfish + xenus # Sponge cardinalfish Pristiapogon - abrogramma + abrogramma # Lateralstripe cardinalfish exostigma # Eyeshadow cardinalfish # -ceTXiGg - fraenatus # /5b/Pristiapogon_fraenatus.jpg - kallopterus # /16/Iridescent_cardinalfish_%28Pristiapogon_kallopterus%29_%2839849184495%29.jpg + fraenatus # Bridled cardinalfish # @65535/48619168563_e9bac8cb91 + kallopterus # Iridescent cardinalfish # /16/Iridescent_cardinalfish_%28Pristiapogon_kallopterus%29_%2839849184495%29.jpg menesemus - taeniopterus - unitaeniatus + taeniopterus # Bandfin cardinalfish + unitaeniatus # Singlestripe cardinalfish Pristicon rhodopterus # Redfin cardinalfish # ^^1356955865_94.194.222.178 rufus # Rufus cardinalfish # ^prruf_u0 @@ -28435,14 +28433,14 @@ Eukaryota # | Sinh vật nhân thực Rhabdamia clupeiformis gracilis # Slender cardinalfish # @1915/44875102441_044b3ab63d - nigrimentum + nigrimentum # Blackchin cardinalfish nuda spilota Siphamia arabica argentea # Silver siphonfish brevilux # Shortlight siphonfish - cephalotes # Wood's siphonfish # @1579/24457246450_f9a46651d9 + cephalotes # Wood's siphonfish # =ycu corallicola # Coral siphonfish cuneiceps # Wedgehead siphonfish cyanophthalma # Blue-eye siphonfish @@ -28456,9 +28454,9 @@ Eukaryota # | Sinh vật nhân thực majimai # Striped siphonfish mossambica # Sea urchin cardinal papuensis # Papuan siphonfish - randalli + randalli # Randall's cardinalfish roseigaster # Pink-breasted siphonfish - senoui + senoui # Senou's cardinalfish spinicola # Reef siphonfish stenotes # Narrow-lined siphonfish tubifer # Tubifer cardinalfish @@ -28467,67 +28465,67 @@ Eukaryota # | Sinh vật nhân thực nematoptera # Pajama cardinalfish | Cá sơn mắt đỏ # /89/Pajama_cardinalfish_%28Sphaeramia_nematoptera%29_%2840701335192%29.jpg orbicularis # Orbiculate cardinalfish # /e4/Sphaeramia_orbicularis-Orbic_Cardinal.jpg Taeniamia - ataenia - biguttata # /8d/Twinspot_cardinfish_%28Taeniamia_biguttata%29_%2849257896771%29.jpg - bilineata - buruensis + ataenia # Barless cardinalfish + biguttata # Twinspot cardinalfish # /8d/Twinspot_cardinfish_%28Taeniamia_biguttata%29_%2849257896771%29.jpg + bilineata # Two-line cardinalfish + buruensis # Buru cardinalfish flavofasciata - fucata # Painted cardinalfish # /48/Taeniamia_fucata1.jpg + fucata # Orangelined cardinalfish # @374/32204960876_3c1a2b9129 kagoshimanus - leai - lineolata - macroptera - melasma - mozambiquensis + leai # Lea's cardinalfish + lineolata # Shimmering cardinal + macroptera # Dusky-tailed cardinalfish + melasma # Blackspot cardinalfish + mozambiquensis # Mozambique cardinalfish pallida zosterophora # Girdled cardinalfish # /00/Girdled_cardinalfish_%28Archamia_zosterophora%29_%2847503463962%29.jpg Verulux cypselurus # Swallow-tail cardinalfish # -L3Yy2xk solmaculata # Sunspot cardinalfish Vincentia - badia + badia # Scarlet cardinalfish conspersa # Southern cardinalfish # @5259/5563561651_e8c2d869c3 - macrocauda + macrocauda # Smooth cardinalfish novaehollandiae - punctata + punctata # Orange cardinalfish Yarica - hyalosoma # -smHaas8 + hyalosoma # Humpbacked cardinalfish # -smHaas8 torresiensis Zapogon evermanni # Evermann's cardinalfish isus Zoramia flebila # ::131164129 - fragilis # /fd/Zoramia_fragilis.jpg - gilberti + fragilis # Fragile cardinalfish # /fd/Zoramia_fragilis.jpg + gilberti # Gilbert's cardinalfish leptacantha # Threadfin cardinalfish # /4c/Apogon_leptacanthus.JPG - perlita + perlita # Pearly cardinalfish viridiventer # ::59037557e Pseudaminae Gymnapogon - africanus - annona + africanus # Crystal cardinalfish + annona # Naked cardinalfish foraminosus janus japonicus melanogaster - philippinus - urospilotus - vanderbilti + philippinus # Philippine cardinalfish + urospilotus # B-spot cardinalfish + vanderbilti # Vanderbilt's cardinalfish Paxton concilians # Paxton's cardinalfish Pseudamia - amblyuroptera - gelatinosa + amblyuroptera # White-jawed cardinalfish + gelatinosa # Gelatinous cardinalfish hayashii # Hayashi's cardinalfish # ^pshay_u2 - nigra + nigra # Estuary cardinalfish rubra - tarri - zonata + tarri # Tarr's cardinalfish + zonata # Paddlefish cardinalfish Pseudamiops - diaphanes - gracilicauda - pellucidus + diaphanes # Clear cardinalfish + gracilicauda # Graceful-tailed cardinalfish + pellucidus # Limpid cardinal phasma springeri Istiophoriformes @@ -28545,7 +28543,7 @@ Eukaryota # | Sinh vật nhân thực forsteri # Bigeye barracuda | Cá nhồng mắt to # ::706219 guachancho # Guachanche barracuda | Cá nhồng Guachanche # @65535/51830303801_ef2a7d2e2a helleri # Heller's barracuda | Cá nhồng Heller # -Dsbakhv - iburiensis + iburiensis # Iburi barracuda idiastes # Pelican barracuda | Cá nhồng bồ nông # https://www.discoverlife.org/IM/I_RR/0019/320/Sphyraena_idiastes,I_RR1965.jpg intermedia # Intermediate barracuda japonica # Japanese barracuda | Cá nhồng Nhật Bản @@ -28569,7 +28567,7 @@ Eukaryota # | Sinh vật nhân thực indica # Black marlin | Cá cờ Ấn Độ Istiophorus # Sailfish | Cá buồm albicans # Atlantic sailfish | Cá buồm Đại Tây Dương # -HkAugpL - platypterus # Indo-Pacific sailfish | Cá buồm # /50/Istiophorus_platypterus.jpg + platypterus # Indo-Pacific sailfish | Cá buồm Kajikia albida # White marlin | Cá maclin trắng # /0e/White_Marlin_in_North_Carolina_1394318584.jpg audax # Striped marlin # /ff/Stripe_marlin_right_off_the_coast_of_Carrillo.jpg @@ -28584,6 +28582,10 @@ Eukaryota # | Sinh vật nhân thực Hemingwayidae* Palaeorhynchidae* Blochiidae* + Blochius + longirostris # /88/Blochiidae_-_Blochius_rongirostris.JPG ; fossil + macropterus + moorheadi Scombriformes # | Cá thu ngừ Scombroidei # | Cá thu ngừ Gempylidae # Snake mackerels | Cá thu rắn @@ -28877,7 +28879,7 @@ Eukaryota # | Sinh vật nhân thực aenigmaticus # Ragfish | Cá giẻ rách # ^icaen_u1 Anabantiformes # Labyrinth fish | Cá rô đồng Anabantoidei - Anabantidae # | Cá rô đồng + Anabantidae # Climbing perches | Cá rô đồng Anabas cobojius # Gangetic koi | Cá rô sông Hằng testudineus # Climbing perch | Cá rô đồng # ::949069 @@ -28929,10 +28931,10 @@ Eukaryota # | Sinh vật nhân thực Macropodusinae # | Cá thiên đường Betta # | Cá Betta akarensis # Akar betta - antoni # -JguRdpP | -FnXQ0js + antoni # Sanggau betta # -JguRdpP | -FnXQ0js aurigans balunga - chini # -EtssReM + chini # Chini mouthbrooder # -EtssReM ibanorum obscura pinguis @@ -28977,7 +28979,7 @@ Eukaryota # | Sinh vật nhân thực pugnax # Penang betta # /5a/Betta_pugnax_02.jpg pulchra raja - schalleri + schalleri # Schaller's mouthbrooder stigmosa imbellis # Peaceful betta # /19/Betta_imbellis_%28male%29_20100512_2.jpg | /87/Betta_imbellis_%28female%29_20100511.jpg mahachaiensis @@ -28989,22 +28991,22 @@ Eukaryota # | Sinh vật nhân thực gladiator ideii macrostoma # Spotfin betta - ocellata + ocellata # Eyespot mouthbrooder pallifina # /90/Male_Betta_Pallifina.jpg | /8c/Female_Betta_Pallifina.jpg - patoti + patoti # Tiger betta # =ykj unimaculata # Howong betta - chloropharynx + chloropharynx # Green throat mouthbrooder hipposideros pardalotos pi # -YgfRs3u | -4Y2w33Z renata - spilotogena # -EWxqIOm | -OI8ebig + spilotogena # Double lipspot mouthbrooder # -EWxqIOm | -OI8ebig tomi waseri - Macropodus # | Cá đuôi cờ + Macropodus # Chinese bettas | Cá đuôi cờ baviensis erythropterus # Red-backed paradise fish | Cá cờ đỏ # /f9/Macropodus_erythropterus_male.jpg - hongkongensis # ::2351968J + hongkongensis # Hong Kong paradise fish # ::2351968J lineatus ocellatus # Round-tailed paradise fish | Cá cờ đuôi quạt # /6b/Macropodus_ocellatus_Paju.jpg oligolepis @@ -29014,25 +29016,25 @@ Eukaryota # | Sinh vật nhân thực Malpulutta kretseri # Ornate paradisefish # /66/Malpulutta_kretseri.jpg Parosphromenus - alfredi + alfredi # Alfred's licorice gourami allani - anjunganensis + anjunganensis # Angel licorice gourami bintan deissneri # Licorice gourami # @8241/8593131839_efcb0b2ca2 filamentosus # Spiketail gourami gunawani - harveyi # /9a/Parosphromenus_harveyi_1.jpg + harveyi # Harvey's licorice gourami # /9a/Parosphromenus_harveyi_1.jpg linkei - nagyi + nagyi # Nagy's licorice gourami opallios - ornaticauda + ornaticauda # Redtail licorice gourami pahuensis paludicola # /b1/Parosphronemus_paludicola.jpg - parvulus - phoenicurus # /17/Parosphromenus_spec_Langgam1.jpg | /7e/Parosphromenus_spec_Langgam_female.jpg + parvulus # Cherry-spotted licorice gourami + phoenicurus # Red-finned licorice gourami # /17/Parosphromenus_spec_Langgam1.jpg | /7e/Parosphromenus_spec_Langgam_female.jpg quindecim - rubrimontis - sumatranus + rubrimontis # Bukit Merah licorice gourami + sumatranus # Fire red licorice gourami tweediei Pseudosphromenus cupanus # Spiketail paradisefish # ^pscup_u0 @@ -29045,7 +29047,7 @@ Eukaryota # | Sinh vật nhân thực Luciocephalus aura # Green-spotted pikehead pulcher # Crocodile pikehead # /6f/Luciocephalus_pulcher_%28Gray%2C_1830%29.jpg - Sphaerichthys + Sphaerichthys # Chocolate gouramis acrostoma # Giant chocolate gourami osphromenoides # Chocolate gourami | Cá sặc Sô cô la # @3583/3461811425_3c75bdf833 selatanensis # Crossband chocolate gourami @@ -29053,7 +29055,7 @@ Eukaryota # | Sinh vật nhân thực Ctenops nobilis # Frail gourami # ^ctnob_u0 Parasphaerichthys - lineatus + lineatus # Mini chocolate gourami ocellatus # Eyespot gourami # @5056/5412011780_a0f071ebea Trichopodus # | Cá sặc cantoris @@ -29063,73 +29065,73 @@ Eukaryota # | Sinh vật nhân thực poptae trichopterus # Three spot gourami | Cá sặc ba chấm # @7064/6814070170_a737c00668 Osphroneminae - Osphronemus # | Cá tai tượng + Osphronemus # Giant gouramis | Cá tai tượng exodon # Elephant ear gourami # -MNmFaIC goramy # Giant gourami | Cá tai tượng # /09/Osphronemus_Gourami_%28better%29.png laticlavius # Giant red tail gourami # /14/Aquarium_tropical_de_Pierrefitte-Nestalas_03082018_Osphronemus_laticlavius_1.jpg septemfasciatus # ^^1338007446_112.105.194.189 Channoidei Aenigmachannidae - Aenigmachanna + Aenigmachanna # Dragon snakeheads gollum # Gollum snakehead mahabali # Mahabali snakehead - Channidae # | Cá quả - Channa # | Cá lóc + Channidae # Snakeheads | Cá quả + Channa # Asian snakeheads | Cá lóc amphibeus # Borna snakehead - andrao # | Cá lóc cầu vồng vây xanh # -fR3tII5 + andrao # Redspotted snakehead | Cá lóc cầu vồng vây xanh # -fR3tII5 argus # Northern snakehead | Cá lóc Trung Quốc # /08/Snakehead_-_Channa_argus.jpg argus warpachowskii asiatica # Small snakehead | Cá trèo đồi # -GLzhCY5 aurantimaculata # Orange-spotted snakehead | Cá lóc Ấn Độ # /6e/Channa_aurantimaculata-_lateral.jpg - aurantipectoralis + aurantipectoralis # Lalhlimpuia's snakehead auroflammea - aurolineata - bankanensis - baramensis + aurolineata # Goldline snakehead + bankanensis # Bangka snakehead + baramensis # Baram snakehead barca # Barca snakehead | Cá lóc hoàng đế # -1k77Bi2 bipuli - bleheri # /76/Channa_bleheri.jpg + bleheri # Rainbow snakehead # /76/Channa_bleheri.jpg brunnea - burmanica - cyanospilos + burmanica # Putao snakehead + cyanospilos # Bluespotted snakehead diplogramma # Malabar snakehead # /cc/Channadiplogramma6.jpg gachua # Dwarf snakehead | Cá chòi # /d2/Channa_gachua_TH203_-_W004.jpg harcourtbutleri # Burmese snakehead - hoaluensis - kelaartii - limbata # ::26832859 + hoaluensis # Vietnames snakehead + kelaartii # Kelaart's dwarf snakehead + limbata # Red seam snakehead # ::26832859 lipor lucius # Forest snakehead | Cá dày # -TyyXWPm maculata # Blotched snakehead | Cá chuối hoa - marulioides # /1f/Channa_marulioides.jpg - marulius # | Cá lóc mắt bò # -kgqJUUO - melanoptera - melanostigma + marulioides # Emperor snakehead # /1f/Channa_marulioides.jpg + marulius # Bullseye snakehead | Cá lóc mắt bò # -kgqJUUO + melanoptera # Blackfinned snakehead + melanostigma # Lohit snakehead melasoma # Black snakehead micropeltes # Giant snakehead | Cá lóc bông # /78/Channa_micropeltes_2012_G1.jpg - ninhbinhensis - nox + ninhbinhensis # Ninhbinh snakehead + nox # Dark snakehead orientalis # Ceylon snakehead | Cá chành dục # /27/Channa_Orientalis.jpg - ornatipinnis - panaw - pardalis - pleurophthalma # /b3/Punkt-Schlangenkopf_%28Channa_pleurophthalma%29_4.jpg - pomanensis - pseudomarulius - pulchra # /43/Channa_pulchra_2404.jpg + ornatipinnis # Ornate snakehead + panaw # Panaw snakehead + pardalis # Leopard snakehead + pleurophthalma # Ocellated snakehead # /b3/Punkt-Schlangenkopf_%28Channa_pleurophthalma%29_4.jpg + pomanensis # Poma snakehead + pseudomarulius # Orangespotted snakehead + pulchra # Pulchra snakehead # /43/Channa_pulchra_2404.jpg punctata # Spotted snakehead # /fd/Channa_punctata.jpg quinquefasciata royi # Andaman emerald snakehead - shingon - stewartii # -kkVkmtB + shingon # Shingon snakehead + stewartii # Assamese snakehead # -kkVkmtB stiktos striata # Striped snakehead | Cá lóc đồng # /05/Gabus_070909_0074_rwg.jpg torsaensis Parachanna africana # African snakehead # -lmhj29q - insignis - obscura # Obscure snakehead # /fd/Parachanna_obscura_-_Aqua_Porte_Dor%C3%A9e_11.JPG + insignis # Brown snakehead # ::53146511 + obscura # Obscure snakehead # @8290/7817732606_975b8af3f2 Anchichanna* Eochanna* chorlakkiensis @@ -29153,8 +29155,8 @@ Eukaryota # | Sinh vật nhân thực laspiophilus pancharatnaensis pyema - ruber # /7d/Badis_ruber_%28Schreitm%C3%BCller%2C_1923%29.jpg - siamensis # -T3tKdgo + ruber # Burmese badis # /7d/Badis_ruber_%28Schreitm%C3%BCller%2C_1923%29.jpg + siamensis # Siamese badis # -T3tKdgo singenensis soraya triocellus @@ -29184,14 +29186,13 @@ Eukaryota # | Sinh vật nhân thực fasciata # Malayan leaffish | Cá rô biển # /2b/Pristol_fasci_100614-3516_awr.JPG grootii # Indonesian leaffish # -40PKVBW malabarica - marginata + marginata # Malabar leaffish pauciradiata - pentacantha # /e6/Pristolepis_Pentacantha.jpg + pentacantha # Wayanad leaffish # /e6/Pristolepis_Pentacantha.jpg procerus rubripinnis - Blenniiformes - Blennioidei # | Cá Blenny - Blenniidae # | Cá mào gà + Blenniiformes # Blenny | Cá Blenny + Blenniidae # Combtooth blennies | Cá mào gà Salarinae Aidablennius sphynx # Sphinx blenny # /64/Aidablennius_sphynx.jpg @@ -29202,22 +29203,22 @@ Eukaryota # | Sinh vật nhân thực parvus # Dwarf blenny pictus Alticus - anjouanae # /87/Alticus_anjouanae_stpierre2010_8335_v.jpg + anjouanae # /c4/Combtooth_blenny_mudskipper_%28Alticus_anjouanae%29_Reunion.jpg arnoldorum # Pacific leaping blenny kirkii # Kirk's blenny - monochrus # /15/Alticus_monochrus1.jpg + monochrus # @65535/51356271172_9f959921ee montanoi # Montano's rockskipper saliens # Leaping blenny - sertatus + sertatus # Garlanded rockskipper simplicirrus # Marquesan rockstripper Andamia amphibius cyclocheilus expansa - heteroptera + heteroptera # East Indian lipsucker pacifica reyi # Suckerlip blenny - tetradactylus # -VYuMvL0 + tetradactylus # Four-fingered lipsucker # =ynz Antennablennius adenensis # Aden blenny australis # Moustached blenny @@ -29231,11 +29232,11 @@ Eukaryota # | Sinh vật nhân thực Atrosalarias fuscus # Dusky blenny # /89/Brown_coral_blenny_%28Atrosalarias_fuscus%29_%2840577920775%29.jpg holomelas # Brown coral blenny - hosokawai + hosokawai # Hosokawa's coral blenny Bathyblennius antholops Blenniella - bilitonensis # Biliton blenniella + bilitonensis # Biliton rockskipper caudolineata # Blue-spotted blenny chrysospilos # Red-spotted blenny # /03/Blenniella_chrysospilos_%28jeune_individu%29.jpg cyanostigma # Striped rockskipper # /52/Blenniella_R%C3%A9union_island.JPG @@ -29252,16 +29253,16 @@ Eukaryota # | Sinh vật nhân thực longimaxilla # Stretchjaw blenny saburrae # Florida blenny Cirripectes - alboapicalis # /43/Cirrepectes_alboapicalis.png + alboapicalis # Blackblotch blenny # /43/Cirrepectes_alboapicalis.png alleni # Kimberley blenny auritus # Blackflap blenny # /1d/Cirripectes_auritus.JPG castaneus # Chestnut eyelash-blenny | Cá mào gà dài vây lưng # -v6W2oai chelomatus # Lady Musgrave blenny filamentosus # Filamentous blenny # /73/CirripectFilamentRLS.jpg fuscoguttatus # Spotted blenny - gilberti + gilberti # Gilbert's blenny heemstraorum # Yellowtail blenny - hutchinsi + hutchinsi # Hutchins' blenny imitator # Imitator blenny jenningsi kuwamurai # /d7/SujitategamiKU.jpg @@ -29295,9 +29296,9 @@ Eukaryota # | Sinh vật nhân thực bimaculatus # Twinspot coralblenny # /5b/Twinspot_coralblenny_%28Ecsenius_bimaculatus%29_%2837139790715%29.jpg caeruliventris # Bluebelly blenny collettei # Collete's blenny - dentex # /de/Ecsenius_dentex.jpg + dentex # Dentex blenny # /de/Ecsenius_dentex.jpg dilemma # Twocoat coralblenny - fijiensis + fijiensis # Fiji clown coralblenny fourmanoiri # Blackstriped combtooth blenny frontalis # Smooth-fin blenny gravieri # Red Sea mimic blenny # /70/Copie_de_El_Gouna_02.2009_971.jpg @@ -29310,7 +29311,7 @@ Eukaryota # | Sinh vật nhân thực melarchus # Yellow-eyed comb-tooth midas # Midas blenny # /9a/Ecsenius_midas_swim.jpg minutus # /fa/Ecsenius_minutus..JPG - monoculus + monoculus # Monocle coralblenny nalolo # Nalolo blenny # /91/Ecsenius_nalolo.jpg namiyei # Black comb-tooth blenny # /5c/NiramiGP.jpg niue @@ -29323,9 +29324,9 @@ Eukaryota # | Sinh vật nhân thực pictus # Pictus blenny # -oE8pefX polystictus # Dotted coralblenny portenoyi - prooculis + prooculis # Striped coralblenny pulcher # Gulf blenny # -RlHzsh7 - randalli + randalli # Randall's blenny schroederi # Schroeder's combtooth-blenny # /e6/Schroeder%27s_coralblenny_%28Ecsenius_schroederi%29_%2847706410732%29_%28cropped%29.jpg sellifer # Saddle blenny shirleyae # Shirley's blenny @@ -29338,33 +29339,33 @@ Eukaryota # | Sinh vật nhân thực trilineatus # Three-lined blenny # /a2/Ecsenius_trilineatus.jpg yaeyamaensis # Yaeyama blenny Entomacrodus - cadenati - caudofasciatus - chapmani - chiostictus - corneliae - cymatobiotus - decussatus - epalzeocheilos + cadenati # West African rockhopper + caudofasciatus # Tail-barred rockskipper + chapmani # Chapman's blenny + chiostictus # Rock blenny + corneliae # Cornelia's rockskipper + cymatobiotus # Pacific rockskipper + decussatus # Wavy-lined blenny + epalzeocheilos # Fringelip rockskipper lemuria lighti longicirrus - macrospilus - marmoratus # /93/Marbled_Blenny_Entomacrodus_marmoratus.jpg + macrospilus # Bigspot rockskipper + marmoratus # Marbled blenny # /93/Marbled_Blenny_Entomacrodus_marmoratus.jpg nigricans # Pearl blenny niuafoouensis randalli - rofeni - sealei + rofeni # Rofen's rockskipper + sealei # Seale's rockskipper solus - stellifer # /d0/HoshiGP.jpg - strasburgi - striatus # -w7u3T2E - textilis - thalassinus + stellifer # Stellar rockskipper # /d0/HoshiGP.jpg + strasburgi # Strasburg's blenny + striatus # Blackspotted rockskipper # -w7u3T2E + textilis # Textile blenny + thalassinus # Sea blenny vermiculatus # Vermiculated blenny vomerinus - williamsi + williamsi # William's rockskipper Exallias brevis # Leopard blenny # -IYysJVL Glyptoparus @@ -29386,7 +29387,7 @@ Eukaryota # | Sinh vật nhân thực Hypsoblennius brevipinnis # Barnaclebill blenny caulopus # Tidepool blenny - digueti # Bay blenny + digueti exstochilus # Longhorn blenny gentilis # Bay blenny gilberti # Rockpool blenny @@ -29394,11 +29395,11 @@ Eukaryota # | Sinh vật nhân thực invemar # Tessellated blenny ionthas # Freckled blenny jenkinsi # Mussel blenny - maculipinna + maculipinna # Fin-spot blenny paytensis proteus # Socorro blenny robustus - sordidus + sordidus # Bull blenny striatus # Striated blenny Istiblennius bellus # Beautiful rockskipper @@ -29444,14 +29445,14 @@ Eukaryota # | Sinh vật nhân thực nativitatis # Pygmy blenny # -o3G3sAi Ophioblennius atlanticus # Redlip blenny # /77/Ophioblennius_atlanticus.jpg - clippertonensis + clippertonensis # Clipperton blenny macclurei # Redlip blenny # -ZNrv1A0 steindachneri # Large-banded blenny # -7we2His trinitatis Parablennius cornutus # Horned blenny cyclops - dialloi + dialloi # Creole blenny gattorugine # Tompot blenny # /11/Parablenniusgattorugine.JPG goreensis incognitus # Mystery blenny @@ -29482,15 +29483,15 @@ Eukaryota # | Sinh vật nhân thực Pereulixia kosiensis # Kosi rockskipper Praealticus - bilineatus - caesius + bilineatus # White-dotted rockskipper + caesius # Blackmargin rockskipper dayi labrovittatus # Crenulate-lipped rockskipper margaritarius - margaritatus + margaritatus # Pearly rockskipper multistriatus # Linedfin rockskipper natalis # Christmas rockskipper - oortii + oortii # Java rockskipper poptae # Marianas rockskipper semicrenatus # Lembeh rockskipper striatus # Striated rockskipper @@ -29503,7 +29504,7 @@ Eukaryota # | Sinh vật nhân thực rhabdotrachelus # Barchin blenny snowi # Snow's rockskipper Salaria - atlantica + atlantica # Moroccan blenny basilisca # /04/Salaria_basilisca.jpg economidisi # Trichonis blenny fluviatilis # Freshwater blenny # /36/Blennie_d%27eau_douce-Salaria_fluviatilis_%28cropped%29.JPG @@ -29519,17 +29520,17 @@ Eukaryota # | Sinh vật nhân thực patzneri # Patzner's blenny ramosus # Starry blenny | Cá bống tuyết # /62/Starry_blenny_%28Salarias_ramosus%29_%2827599708948%29.jpg segmentatus # Segmented blenny - sexfilum - sibogai + sexfilum # Spalding's blenny + sibogai # Siboga blenny sinuosus # Fringelip blenny # -W7AWns9 Scartella - caboverdiana - cristata # Molly miller # /ab/Scartella_cristata_25-09-07_DSCF1035.jpg - emarginata # /b0/TategamiGPmesu.jpg + caboverdiana # Cape Verde blenny + cristata # Molly Miller blenny # /ab/Scartella_cristata_25-09-07_DSCF1035.jpg + emarginata # Maned blenny # /b0/TategamiGPmesu.jpg itajobi - nuchifilis + nuchifilis # Mottled blenny poiti - springeri + springeri # Springer's blenny Scartichthys crapulatus gigas # Giant blenny # /dd/Scartichthys_gigas_%22borracho%22.jpg @@ -29556,41 +29557,41 @@ Eukaryota # | Sinh vật nhân thực kraussii # Krauss' blenny petersi Haptogenys - bipunctata + bipunctata # Fourpored blenny Laiphognathus longispinis # Crown spotty blenny multimaculatus # Spotty blenny Meiacanthus abditus # Upside-down harptail blenny - abruptus + abruptus # Komodo fangblenny anema # Threadless blenny atrodorsalis # Forktail blenny # -1nUgg9H bundoon # Bundoon blenny crinitus # Hairytail fangblenny - cyanopterus + cyanopterus # Bluefin fangblenny ditrema # One-striped poison-fang blenny - erdmanni + erdmanni # Erdmann's fangblenny fraseri - geminatus + geminatus # Twin fangblenny grammistes # Striped blenny # /06/Striped_fangblenny_%28Meiacanthus_grammistes%29_%2829911901877%29.jpg - kamoharai # /f6/KamoharaGP.jpg + kamoharai # Kamohara blenny # /f6/KamoharaGP.jpg limbatus # Manus fangblenny lineatus # Lined fangblenny # /e2/MeiacanthusLineatus2RLS.jpg luteus # Yellow fangbelly mossambicus # Mozambique fangblenny # -zOqbhsC naevius # Birthmark fangblenny - nigrolineatus # Blackline fangblenny # /50/Meiacanthus_nigrolineatus.jpg - oualanensis # Canary fangblenny # -Dk3ZCUg - phaeus - procne # Swallowtail fangblenny - reticulatus # Reticulated fangblenny - smithi # Disco blenny # /a7/Meicanthus_smithi_2.jpg - tongaensis + nigrolineatus # Blackline fangblenny # @4720/39837073961_f6f001a42a + oualanensis # Canary fangblenny # =zAp + phaeus # Twilight fangblenny # =zAw + procne # Swallowtail fangblenny # ::322299541e + reticulatus # Reticulated fangblenny # =zB7 + smithi # Disco blenny # ::222536 + tongaensis # Green canary blenny # @3524/3242312363_f60e89054a urostigma # Tailspot fangblenny vicinus # Sulawesi fangblenny vittatus # One-striped fangblenny - Oman \fish - ypsilon # Oman blenny + Oman \fish/ + ypsilon # Oman blenny # :109039125 Omobranchus anolius # Oyster blenny # /66/OmobranchAnol2RLS.jpg aurosplendidus @@ -29602,12 +29603,12 @@ Eukaryota # | Sinh vật nhân thực ferox # Gossamer blenny germaini # Germain's blenny # -uwAvIoP hikkaduwensis - loxozonus # -oMiNZ88 + loxozonus # Nipponic blenny # -oMiNZ88 mekranensis # Mekran blenny obliquus # Roundhead blenny punctatus # Muzzled blenny - robertsi - rotundiceps + robertsi # Robert's blenny + rotundiceps # Rotund blenny smithi steinitzi verticalis # Vertical blenny @@ -29712,7 +29713,7 @@ Eukaryota # | Sinh vật nhân thực nivipes # Whiteback signal blenny pandionis # Sailfin blenny # @8306/7798179194_ca98cb29a6 piratica # Sailfin signal blenny - piratula + piratula # Pirate blenny vitta # Ribbon blenny walkeri # Elusive signal blenny Emblemariopsis @@ -29772,7 +29773,7 @@ Eukaryota # | Sinh vật nhân thực Cancelloxus burrelli # Slender platanna-klipfish elongatus # Whiteblotched klipfish - longior # -gl1Wi1N + longior # Elongate sand klipfish # ^calon_ue Cirrhibarbis capensis # Barbelled klipfish Climacoporus @@ -29805,10 +29806,10 @@ Eukaryota # | Sinh vật nhân thực flavescens # Short-tassel weedfish # /3d/HeteroclinFlavescRalphFoster.jpg Cristiceps argyropleura # Silver-sided weedfish - aurantiacus # -1w550lT - australis # Crested weedfish # -hR3NlrM + aurantiacus # Yellow crested weedfish # @665/20456230919_e80012b032 + australis # Southern crested weedfish # @65535/52927434084_7fc05ca608 Ericentrus - rubrus # Orange clinid + rubrus # Orange clinid # =zCC Fucomimus mus # Mousey klipfish Gibbonsia @@ -29825,10 +29826,10 @@ Eukaryota # | Sinh vật nhân thực kuiteri # Kuiters weedfish macrophthalmus # Large-eye weedfish nasutus # Large-nose weedfish - perspicillatus # Common weedfish + perspicillatus # Common weedfish # ::5574274 puellarum # Little weedfish roseus # Rosy weedfish # /f0/Heteroclinus_roseus.jpg - tristis # Sharp-nose weedfish # /ce/HeteroclinusJKFFossilBeach.jpg + tristis # Sharp-nose weedfish # =zCR whiteleggii # Whitelegg's weedfish # /9a/HeterocWhiteleggAJG.jpg wilsoni # Wilson's weedfish Heterostichus @@ -29859,11 +29860,11 @@ Eukaryota # | Sinh vật nhân thực myae # Mya's klipfish pavo # Peacock klipfish # -m1t26De profundus # Deepwater klipfish # /3e/Pavoclinus_profundus.jpg - smalei # Deep-reef klipfish # -UtPGQ2M + smalei # Deep-reef klipfish # ^pasma_u2 Peronedys anguillaris # Eel blenny # -1NgdYPy Ribeiroclinus - eigenmanni + eigenmanni # South American weedfish Smithichthys fucorum # Leafy klipfish Springeratus @@ -29874,9 +29875,9 @@ Eukaryota # | Sinh vật nhân thực clarkae # Dusky crawler dorsale # Sand crawler Xenopoclinus - kochi # Platanna klipfish # /c7/Xenopoclinus_kochi.jpg + kochi # Platanna klipfish # ::37109241 leprosus # Leprous platanna-klipfish - Dactyloscopidae + Dactyloscopidae # Sand stargazers Dactylagnus mundus # Giant sand stargazer parvus # Panamic stargazer @@ -29928,13 +29929,13 @@ Eukaryota # | Sinh vật nhân thực brasiliensis # Brazilian sand stargazer bussingi # Bussing's stargazer rubellulus # Shortfin sand stargazer - rubrocinctus # Saddle stargazer # /30/Platygillellus_rubrocinctus_-_pone.0010676.g143.png + rubrocinctus # Saddle stargazer smithi Sindoscopus australis Storrsia olsoni - Labrisomidae + Labrisomidae # Labrisomids Alloclinus holderi # Island kelpfish Auchenionchus @@ -30066,13 +30067,13 @@ Eukaryota # | Sinh vật nhân thực splendens # Splendid shy blenny # -LQJAfx8 | ? springeri # Springer's blenny starcki # Key blenny - variabilis + variabilis # Variable blenny weigti # Weigt's blenny # -ePinBiR williamsi # Williams's blenny y-lineata # Forked bar blenny Xenomedea rhodopyga # Redrump blenny - Tripterygiidae + Tripterygiidae # Triplefin blennies Notoclininae Brachynectes fasciatus # Southern barred triplefin # ::13539513 @@ -30112,17 +30113,17 @@ Eukaryota # | Sinh vật nhân thực atrorus # Blackedge triplefin boehlkei # Roughhead triplefin carminalis # Carmine triplefin # ::59013011e - deloachorum # -fD3hV6I - exsul - flavus - glendae + deloachorum # Two-bar triplefin # -fD3hV6I + exsul # Island triplefin + flavus # Yellowtail rriplefin + glendae # Slender triplefin jordani # Redbelly triplefin - macrops - matador # ::205111 - quadra + macrops # Mexican triplefin + matador # Matador triplefin # ::205111 + quadra # Squaretail triplefin reticulatus # Network triplefin smithi - wilki + wilki # Windward triplefin Enneapterygius abeli # Yellow triplefin altipinnis # Highfin triplefin @@ -30165,7 +30166,7 @@ Eukaryota # | Sinh vật nhân thực pallidus paucifasciatus # New Caledonian striped triplefin philippinus # Minute triplefin - phoenicosoma # /e3/AkaHGnup.jpg + phoenicosoma # Red-bodied triplefin # /e3/AkaHGnup.jpg pusillus # Highcrest triplefin pyramis # Pyramid triplefin qirmiz @@ -30181,7 +30182,7 @@ Eukaryota # | Sinh vật nhân thực similis # Black and red triplefin # :5865547 triserialis # White-spotted triplefin trisignatus - tutuilae # High-hat triplefin # -B8mKqEJ + tutuilae # High-hat triplefin # @65535/48612580128_faf89d0634 unimaculatus # Onespot triplefin ventermaculus # Blotched triplefin vexillarius # Blacksaddle triplefin @@ -30200,7 +30201,7 @@ Eukaryota # | Sinh vật nhân thực abditus # Obscure triplefin tripennis # Thripenny Helcogramma - albimacula + albimacula # Whitespot triplefin alkamr aquila # Darktail triplefin ascensionis # Ascension triplefin @@ -30215,7 +30216,7 @@ Eukaryota # | Sinh vật nhân thực ememes fuscipectoris # Fourspot triplefin fuscopinna # Blackfin triplefin - gymnauchen # Red-finned triplefin # :217878 + gymnauchen # Red-finned triplefin # ::217878 hudsoni # Hudson's triplefin inclinata # Triangle triplefin ishigakiensis @@ -30280,7 +30281,7 @@ Eukaryota # | Sinh vật nhân thực incisa # Notched triplefin Tripterygion delaisi # Black-faced blenny # /76/Tripterygion_delaisi.jpg - melanurum + melanurum # Small triplefin blenny tartessicum # =eEHtz tripteronotum # Red-black triplefin # ^^tripterygion_tripteronotus_rab2011_3880 Ucla \fish @@ -30308,12 +30309,12 @@ Eukaryota # | Sinh vật nhân thực vagus xanthops # Yellow face sand lance Bleekeria \fish\Ammodytidae - estuaria - kallolepis - mitsukurii - murtii - profunda - viridianguilla + estuaria # Estuary sandlance + kallolepis # Yellow-striped sandlance + mitsukurii # Mitsukuri's sandlance + murtii # Murty's sandlance + profunda # Deep-water sandlance + viridianguilla # Tropical Pacific sandlance Gymnammodytes capensis # Cape sand lance cicerelus # Mediterranean sand eel @@ -30372,25 +30373,25 @@ Eukaryota # | Sinh vật nhân thực Percophidae # Duckbills Bembropinae Bembrops - anatirostris # /99/Longnose_duckbill_%28_Bembrops_anatirostris_%29.jpg + anatirostris # Duckbill flathead # /99/Longnose_duckbill_%28_Bembrops_anatirostris_%29.jpg cadenati caudimacula curvatura - filiferus + filiferus # Sharpnosed duckbill gobioides # Goby flathead # -SoSJKVS - greyi - heterurus + greyi # Roundtail duckbill + heterurus # Squaretail duckbill macromma magnisquamis morelandi # New Zealand flathead nelsoni nematopterus - ocellatus + ocellatus # Ocellate duckbill platyrhynchus quadrisella - raneyi + raneyi # Bahama duckbill Chrionema - chlorotaenia + chlorotaenia # Blotched duckbill chryseres furunoi pallidum @@ -30410,7 +30411,7 @@ Eukaryota # | Sinh vật nhân thực Hemerocoetes artus macrophthalmus - monopterygius # Opalfish + monopterygius # Opalfish # :17572991e morelandi pauciradiatus Matsubaraea @@ -30425,12 +30426,12 @@ Eukaryota # | Sinh vật nhân thực heemstrai incisum levitoni - longipinnis + longipinnis # Midwater sand-diver natalensis neocaledonicus - springeri + springeri # Springer's sand-diver Squamicreedia - obtusa + obtusa # Obtuse sandfish Percophinae Percophis brasiliensis # Brazilian flathead # @564/33112285602_64bc4d6c20 @@ -30444,7 +30445,7 @@ Eukaryota # | Sinh vật nhân thực allporti # Barred grubfish atlantica aurantiaca - australis + australis # Southern grubfish banoni basimaculata bicoloripes @@ -30453,7 +30454,7 @@ Eukaryota # | Sinh vật nhân thực biordinis clathrata # Latticed sandperch # @4207/35620494971_dc40256928 | @4211/35364414760_b822527305 colemani - colias # New Zealand blue cod # @4001/4209917230_35825588d4 + colias # New Zealand blue cod # ::174374012 compressa cylindrica # Cylindrical sandperch # /ef/Sharpnose_sandperch_%28Parapercis_cylindrica%29_%2842312332452%29.jpg decemfasciata @@ -30557,7 +30558,7 @@ Eukaryota # | Sinh vật nhân thực somaliensis # Somalian sand-diver Uranoscopidae # Stargazers Astroscopus # Electric stargazers | Cá sao điện - guttatus # Northern stargazer # /73/Northern_Stargazer.JPG + guttatus # Northern stargazer # =zGN sexspinosus # Brazilian stargazer y-graecum # Southern stargazer zephyreus # Pacific stargazer @@ -33250,7 +33251,7 @@ Eukaryota # | Sinh vật nhân thực binotopsis # Saowisata wrasse biocellatus # Red-lined wrasse # @65535/49679257056_1f7f49ef32 ; terminal phase ; @4192/34607156635_23882c8406 ; initial phase bivittatus # Slippery dick # @2862/9680453468_8ae97fd095 - bleekeri + bleekeri # Indian Ocean pinstriped wrasse brasiliensis # Brazilian wrasse # @3851/15013075818_abd55f299b brownfieldi # Brownfield's wrasse burekae # Mardi Gras wrasse @@ -33263,10 +33264,10 @@ Eukaryota # | Sinh vật nhân thực claudia # Claudia's wrasse # @566/31267796504_18eb52bf6b ; initial phase cosmetus # Adorned wrasse # @65535/51255038207_2c3170e7a1 ; terminal phase ; @65535/41856621521_3f3002fe62 ; initial phase cyanocephalus # Yellow-cheek wrasse # @65535/51941470590_eda8056e56 ; terminal phase - dimidiatus - discolor # Cocos wrasse - dispilus # Chameleon wrasse - erdmanni # Erdmann's wrasse + dimidiatus # Brazilian goldenback wrasse # @1663/23986585554_39dfb3a52d + discolor # Cocos wrasse # =zGr + dispilus # Chameleon wrasse # @2889/33304903115_ea620dd6b4 + erdmanni # Erdmann's wrasse # @65535/51713016228_c749443f8b garnoti # Yellow-head wrasse # @65535/51978266257_de9d5c9248 ; terminal phase ; @65535/52123989340_33d29d4492 ; initial phase gurrobyi # Black-saddle wrasse hartzfeldii # Hartzfeld's wrasse # @4299/35158620584_d5a77ab532 ; terminal phase ; @4325/35158620974_fb0e3de971 ; initial phase @@ -33313,10 +33314,10 @@ Eukaryota # | Sinh vật nhân thực scapularis # Zigzag wrasse # @7335/16318522070_e347a997bf ; terminal phase semicinctus # Rock wrasse signifer - socialis + socialis # Social wrasse # =zHB solorensis # Green wrasse # @7919/46387007424_6152e72e53 stigmaticus # U-spot wrasse - tenuispinis + tenuispinis # Slenderspine wrasse timorensis # Timor wrasse # =ZuGl3 trimaculatus # Three-spot wrasse trispilus # Triple-spot wrasse # ::263926705 @@ -33348,11 +33349,11 @@ Eukaryota # | Sinh vật nhân thực naevus # Blemished razorfish pavo # Peacock wrasse | Cá bàng chài công # @7211/26910539516_0b8012de13 pentadactylus # Fivefinger wrasse | Cá bàng chài vằn # @7915/47422057762_900a1c5fa5 ; terminal phase - spilonotus + spilonotus ! trivittatus # Three banded razorfish | Cá bàng chài ba vạch twistii # Redblotch razorfish umbrilatus # Razor wrasse - verrens + verrens ! Labrichthys unilineatus # Tubelip wrasse # @65535/52818503933_ca17f69ebf ; terminal phase ; @4898/45945837611_c66a1b42a8 ; initial phase Labroides # Cleaner wrasses @@ -33377,8 +33378,8 @@ Eukaryota # | Sinh vật nhân thực Lachnolaimus maximus # Hogfish # @8174/7986980409_7648df1174 Lappanella - fasciata - guineensis + fasciata # Iris wrasse + guineensis # Parrot wrasse Larabicus quadrilineatus # Four-line wrasse # =a4bWj Leptojulis @@ -34410,10 +34411,120 @@ Eukaryota # | Sinh vật nhân thực Pomacentridae # | Cá thia Chrominae Acanthochromis + polyacanthus # Spiny chromis # @65535/48652010256_82b9879c49 Altrichthys + alelia # Alelia's damselfish + azurelineatus # Azure damselfish + curatus # Guardian damselfish # ::12378107 Azurina + atrilobata # Scissortail damselfish + brevirostris # Shortsnout chromis + elerae # Twinspot chromis + eupalama # Galapagos damsel + hirundo # Swallow damsel # =zQj + intercrusma # Peruvian chromis + lepidolepis # Scaly chromis + meridiana + multilineata # Brown chromis Chromis + abyssicola # Deepsea chromis + abyssus # Deep blue chromis # @3222/2775849928_b6d9bd0098 + agilis # Agile chromis | Cá thia Agile # =zIh + albicauda # White-caudal chromis + albomaculata # White-spotted chromis # /3b/ShiroboshiSD.jpg + alpha # Yellow-speckled chromis # @543/31696575511_93a1fe9644 + alta # Oval damselfish # ^chalt_u0 + anadema # Indigo chromis # @65535/28390274538_c9d4190608 + analis # Yellow chromis # @4275/34930900620_7044b7398d + athena # @4096/4930807881_9ec0229beb + atripectoralis # Black-axil chromis # ::120397812e + axillaris # Grey chromis + bermudae # Bermuda chromis # =zJU + bowesi # Rhomboid chromis + cadenati # Cadenat's chromis + caerulea # Blue puller # @6174/6194665303_79b90f4f00 + chromis # Mediterranean chromis # =zMa + chrysura # Stout chromis # @65535/49985437556_15d49a6fdc + cinerascens # Green puller + circumaurea # Gold-rim chromis + crusma # Valparaiso chromis # @65535/52571991264_26d33c2045 + cyanea # Blue chromis # @65535/51896111435_68e9ea5d48 + dasygenys # Blue-spotted chromis # ::1229156 + degruyi # DeGruy's chromis + dimidiata # Chocolatedip chromis # @3105/2449513460_231e7c3324 + dispilus # Demoiselle + durvillei # Bourbon chromis + earina # Spring chromis + enchrysura # Yellowtail reeffish + flavapicis # :336394617 + flavaxilla # Arabian chromis # =zKI + flavicauda # Cobalt chromis # ::108728768 + flavomaculata # Yellow-spotted chromis # :5794799 + fumea # Smokey chromis # =zKS + gunting # Dragfish + hangganan # Dark margin chromis + hypsilepis # Brown puller # @3829/11021665453_ff355e589b + insolata # Sunshinefish # @496/18547489691_5459127741 + jubauna # =zKj + kennensis # Kenn reef chromis # @65535/51312212078_8d550ca35f + klunzingeri # Black-headed chromis + limbata # Azores chromis # @2851/10825728856_6bbf62881d + limbaughi # Limbaugh's damselfish # @65535/49567512943_cff1f338c0 + lubbocki # Lubbock's chromis # =zL3 + mamatapara # Michel's chromis + mirationis # Japanese chromis + monochroma # Monochrome chromis + nigroanalis # Kenyan chromis # =zLC + nitida # Barrier reef chromis # @619/20704841645_fb5d5ca6e5 + norfolkensis # Norfolk chromis # =zLN + notata # Pearl-spot chromis # =zLY + okamurai # Okinawa chromis + onumai + opercularis # Doublebar chromis # =zLv + ovalis # Hawaiian chromis # @7403/14145010863_80f30b1571 + pamae # =zMA + pelloura # Duskytail chromis + pembae # Pemba chromis # @65535/14917316476_304518c384 + planesi + punctipinnis # Blacksmith chromis # @2629/4038360877_de62acebbb + pura # Pura chromis # @1931/43769132660_f2fff781c6 + randalli # Randall's chromis + retrofasciata # Black-bar chromis | Cá thia sọc đen # @822/26988276368_9cf0b791bf + sahulensis # Sahul chromis + sanctaehelenae # St. Helena chromis # ^chsan_u4 + scotochiloptera # Philippines chromis # @4756/39815984454_5ca484ded9 + scotti # Purple reeffish # @65535/48593873746_cc7d223a25 + struhsakeri # Struhsaker's chromis + ternatensis # Ternate chromis # @4235/34508357543_5044025e25 + tingting # Moonstone chromis # =zNA + torquata # Malayan chromis # @270/32496162455_7f9987949a + trialpha # Trispot chromis + unipa # Unipa chromis # =zNf + vanbebberae # Whitetail reeffish + vanderbilti # Vanderbilt's chromis | Cá thia Vanderbilt # @527/31812932605_c7ffda8b90 + verater # Threespot chromis # =zNt + viridis # Blue green damselfish # /b6/Blue-green_chromis_%28Chromis_viridis%29_%2839851326113%29.jpg + weberi # Weber's chromis # @4343/36118309443_3bfce45079 + westaustralis # West Australian chromis + woodsi # Wood's chromis + xanthochira # Yellow-axil chromis # @65535/52628447331_a22183dde2 + xanthopterygia # Yellowfin chromis + xanthura # Paletail chromis # @8073/28907890203_0fa95ee575 + xouthos # Yellow-brown chromis # :28890948 + xutha # Buff chromis + yamakawai # Northern yellow-spotted chromis # :29406162 Dascyllus + abudafur # Indian Ocean humbug # @65535/42885914271_db1eda0734 + albisella # Hawaiian dascyllus # @65535/48668844017_cb4235a619 + aruanus # Whitetail dascyllus | Cá thia đồng tiền sọc # @65535/51081219847_c714496120 + auripinnis # =zP5 + carneus # Cloudy dascyllus # @7745/26739502462_837c0b6ecb + flavicaudus # Yellowtail dascyllus # @4430/36561495573_7952923969 + marginatus # Marginate dascyllus # @598/31298331553_0176a4e72e + melanurus # Blacktail humbug # :59055069e + reticulatus # Reticulate dascyllus | Cá thia đồng tiền viền bên # @65535/36994427760_61192720aa + strasburgi # Strasburg's dascyllus # =zPs + trimaculatus # Threespot dascyllus | Cá thia ba chấm trắng # =zQC Lepidozyginae Lepidozygus tapeinosoma # Fusilier damselfish # ::1611318 @@ -34476,7 +34587,7 @@ Eukaryota # | Sinh vật nhân thực melanopus # Fire clownfish # @7122/7729264766_1de52f323b nigripes # Maldive anemonefish # @2153/2448652151_be7ef502e9 ocellaris # Clown anemonefish | Cá hề Nemo # @65535/49705410276_7a13e2772d - omanensis # Oman anemonefish # @3156/3048451791_7c7fc3e1ec + omanensis # Oman anemonefish # :312148098 pacificus # Pacific anemonefish percula # Orange clownfish # @7006/6386991641_673a7ed8e7 perideraion # Pink anemonefish | Cá khoang cổ tím # @4352/37291179806_900db36692 @@ -34508,7 +34619,7 @@ Eukaryota # | Sinh vật nhân thực glauca # Grey damselfish hemicyanea # Azure damselfish # ::60842946 kuiteri # Kuiter's damselfish - leucopoma + leucopoma # Pacific surge damselfish maurineae # Maurine's damselfish niger # Black damselfish notialis # Southern damselfish @@ -34517,7 +34628,7 @@ Eukaryota # | Sinh vật nhân thực parasema # Gold-tail damselfish # @65535/52318864505_daccf09d8c pricei # Price's damselfish rapanui # Easter damselfish - rex # King damselfish # @4381/36830120810_98165b0259 + rex # King damselfish # =zRr rollandi # Rolland's damselfish # @4741/40321693112_21ba10e17d sinclairi # Sinclair's damselfish springeri # Springer's damselfish # @65535/34297172943_77a9595389 @@ -34613,7 +34724,7 @@ Eukaryota # | Sinh vật nhân thực australis # Australian damsel azuremaculatus # Bluespotted damsel baenschi # Baensch's damsel - bangladeshius + bangladeshius # Bengal demoiselle bankanensis # Speckled damselfish # @1969/45364637342_d2224a4b23 ; adult ; @7906/46619631104_d4d0e420d0 ; juvenile bellipictus # Blue face damselfish bintanensis # Bintan damselfish @@ -34656,7 +34767,7 @@ Eukaryota # | Sinh vật nhân thực polyspinus # Thai damsel proteus # Colombo damsel reidi # Reid's damsel - rodriguesensis # /53/Pomacentrus_rodriguesensis_11112019.jpg + rodriguesensis # Rodrigues damsel # /53/Pomacentrus_rodriguesensis_11112019.jpg saksonoi # Anton's damsel similis # Similar damsel simsiang # Blueback damsel # @4857/30896459827_6c0c5ef782 ; adult ; @4871/45112579594_39d9c0b895 ; juvenile @@ -34681,8 +34792,8 @@ Eukaryota # | Sinh vật nhân thực Premnas biaculeatus # Maroon clownfish # @65535/5402820602_198e2ccc56 Pristotis - cyanostigma - obtusirostris + cyanostigma # Bluedotted damsel + obtusirostris # Gulf damselfish Similiparma hermani # Cape damsel # @65535/37131056691_ede5f1e37b lurida # Canary damsel # @5538/30955051946_26be9c8b2d @@ -34694,24 +34805,24 @@ Eukaryota # | Sinh vật nhân thực apicalis # Australian gregory | Cá thia Úc # @65535/51270953843_6d7ed5a9e5 arcifrons # Island major | Cá thia Galapagos # @4315/35890595860_164f9a3d4f aureus # Golden gregory | Cá thia vàng # https://www.ryanphotographic.com/images/JPEGS/Amblyglyphidodon%20aureus%20Golden%20damsel%202,%20Fiji,%202005%20copy.jpg - baldwini + baldwini # Baldwin's major beebei # Galapagos ringtail damselfish | Cá thia đuôi trắng phương nam # @622/33149308132_7f604c6a9b diencaeus # Longfin damselfish | Cá thia vây dài # @3954/32097083203_132a071663 ; adult ; @65535/27027377236_7d44b0440f ; juvenile - emeryi + emeryi # Emery's gregory fasciolatus # Pacific gregory | Cá thia Thái Bình Dương # @1758/27632410477_3bcc555cbb flavilatus # Beaubrummel | Cá thia Beaubrummel # @606/33304887395_23a1acc235 fuscus # Brazilian damsel | Cá thia Brazil # @1393/5330233536_fd87198e1c gascoynei # Coral Sea gregory | Cá thia biển San Hô # @3530/3908250491_5015373cb8 imbricatus # Cape Verde gregory | Cá thia Cape Verde # ::199591159 - insularis + insularis # Island gregory leucorus # Whitetail damselfish | Cá thia đuôi trắng # =aBZM6 leucostictus # Beau gregory | Cá thia Beau # https://images.reeflifesurvey.com/0/species_4a_582c51d38d6cc.w1000.h666.jpg - limbatus + limbatus # Ebony gregory lividus - lubbocki + lubbocki # Lubbock's gregory nigricans # Dusky farmerfish # @281/31563703023_e5f5c37eed ; . ; @65535/51440123648_d49260f01b ; nuptial coloration - obreptus - otophorus + obreptus # Western gregory + otophorus # Freshwater gregory partitus # Bicolor damselfish | Cá thia hai sắc # @65535/52657108594_dc5bdc8391 pelicieri # Mauritian gregory | Cá thia Mauritius # @8468/29204651070_2b5380d42b ; adult ; @8109/28868823524_dd1b12fb76 ; juvenile pictus # Yellowtip damselfish @@ -34720,7 +34831,7 @@ Eukaryota # | Sinh vật nhân thực rectifraenum # Cortez damselfish | Cá thia Cortez # >sftep/1637_3960 redemptus # Clarion damselfish # >sftep/1638_1806 ; adult ; >sftep/1638_3956 ; juvenile rocasensis # Rocas gregory | Cá thia Rocas # @8187/29458351260_4a4dcfecd9 ; adult ; @8312/29637998542_ed04a1540f ; juvenile - sanctaehelenae + sanctaehelenae # Saint Helena gregory sanctipauli uenfi # Grizzed gregory variabilis # Brazilian cocoa damselfish # =aBh9v ; adult ; @8037/7889884782_57e0d6dd3e ; juvenile @@ -34753,8 +34864,8 @@ Eukaryota # | Sinh vật nhân thực pygmaeus # Pygmy jawfish Lonchopisthus ancistrus # Hook jawfish - higmani - lemur + higmani # Spotcheek jawfish + lemur # Ghost jawfish micrognathus # Swordtail jawfish sinuscalifornicus # Longtailed jawfish Opistognathus @@ -34765,7 +34876,7 @@ Eukaryota # | Sinh vật nhân thực annulatus aurifrons # Yello-whead jawfish | Cá hàm đầu vàng # /a5/Opistognathus_aurifrons_03.jpg brasiliensis # Dark-fin jawfish - brochus + brochus # Toothy jawfish castelnaui # Castelnau's jawfish crassus # Stout jawfish cuvierii # Bar-tail jawfish # /84/Opistognathus_cuvierii_%2810.3897-zookeys.794.26789%29_Figure_14.jpg @@ -34778,7 +34889,7 @@ Eukaryota # | Sinh vật nhân thực ensiferus evermanni eximius # Harlequin jawfish - fenmutis + fenmutis # Sailfin jawfish fossoris galapagensis # Galapagos jawfish gilberti # Yellow jawfish @@ -34801,13 +34912,13 @@ Eukaryota # | Sinh vật nhân thực mexicanus # Mexican jawfish muscatensis # Robust jawfish # /ba/Opistognathus_muscatensis_2668.jpg nigromarginatus # Birdled jawfish - nothus + nothus # Yellowmouth jawfish panamaensis # Panamanian jawfish papuensis # Papuan jawfish pardus # Leopard jawfish punctatus # Fine-spotted jawfish randalli # Gold-specs jawfish # /1b/Yellow_barred_jawfish_%28Opistognathus_randalli%29_%2814424467383%29.jpg - reticeps + reticeps # Reticulated jawfish reticulatus # Reticulated jawfish rhomaleus # Giant jawfish robinsi # Spot-fin jawfish # /30/Spotfin_jawfish_%28Opistognathus_robinsi%29.jpg @@ -34816,15 +34927,15 @@ Eukaryota # | Sinh vật nhân thực rufilineatus # Red-lined jawfish scops # Bulls-eye jawfish seminudus # Half-naked jawfish - signatus + signatus # Dark spotted jawfish simus # Cargados jawfish - smithvanizi + smithvanizi # Eye-spot jawfish solorensis # Solor jawfish stigmosus # Coral Sea jawfish trimaculatus # Five-banded jawfish variabilis # Variable jawfish verecundus # Bashful jawfish - walkeri + walkeri # Longjaw jawfish whitehursti # Dusky jawfish # -axfrYIG Stalix davidsheni @@ -34881,23 +34992,23 @@ Eukaryota # | Sinh vật nhân thực poweri # Northern blue devil # ::43040931e sinclairi # Western blue devil # /0a/Western_Blue_Devil.jpg Plesiops - auritus - cephalotaenia + auritus # Earspot longfin + cephalotaenia # Headstripe longfin coeruleolineatus # Crimsontip longfin # /9d/TanabataUOall.jpg - corallicola # /5d/Plesiopsis_corallicola_by_Heike_L%C3%BCtticke.jpg - facicavus - genaricus - gracilis - insularis # -CkHEb4v + corallicola # Bluegill longfin # /5d/Plesiopsis_corallicola_by_Heike_L%C3%BCtticke.jpg + facicavus # Poreface longfin + genaricus # Cheekveil longfin + gracilis # Threadfin longfin + insularis # Island longfin # -CkHEb4v malalaxus - multisquamata - mystaxus - nakaharae # /13/NakaharaTUall.jpg - nigricans - oxycephalus + multisquamata # Spotted longfin + mystaxus # Moustache longfin + nakaharae # Nakahara's longfin # /13/NakaharaTUall.jpg + nigricans # Whitespotted longfin + oxycephalus # Sharp-nosed longfin polydactylus - thysanopterus - verecundus + thysanopterus # Tasselfin longfin + verecundus # Redtip longfin Steeneichthys nativitatus # Christmas longfin # ^stnat_u0 plesiopsus # Steene's prettyfin @@ -35151,11 +35262,11 @@ Eukaryota # | Sinh vật nhân thực Kargalichthys Kichkassia Lapkosubia - Sarcopterygii # | Cá vây thùy + Sarcopterygii # Lobe-finned fish | Cá vây thùy Tetrapoda # Tetrapods | Động vật bốn chân Amphibia |frog # Amphibians | Động vật lưỡng cư Lissamphibia - Anura /Frog/Bộ_Không_đuôi # | Không đuôi + Anura /Frog/Bộ_Không_đuôi # Frog | Không đuôi Archaeobatrachia # | Ếch nhái cổ Ascaphidae # | Ếch đuôi Ascaphus # Tailed frogs @@ -35232,18 +35343,18 @@ Eukaryota # | Sinh vật nhân thực fusca itiokai jinshaensis # Jinsha leaf litter toad - juliandringi + juliandringi # Dring's dwarf litter frog kajangensis # Kajang slender litter frog kalonensis liui # Fujian Asian toad # ::43280 - macrops + macrops # Big-eyed litter frog # =10To mangshanensis minima mjobergi - namdongensis - natunae - neangi - niveimontis + namdongensis # Nam Dong litter frog | Cóc mày Nam Động + natunae # Natuna Borneo frog + neangi # Cardamom leaf-litter frog + niveimontis # Mt. Daxue leaf litter toad nokrenensis oshanensis # Oshan metacarpal-tubercled toad palmata # Palm Borneo frog @@ -35251,18 +35362,18 @@ Eukaryota # | Sinh vật nhân thực petrops picta puhoatensis - purpura - purpuraventra - rowleyae - serasanae - shangsiensis + purpura # Purplish-brown leaf litter toad + purpuraventra # Purple-bellied leaf litter toad + rowleyae # Rowley's litter frog # =F + serasanae # Striped dwarf litter frog + shangsiensis # Shangsi leaf litter toad suiyangensis # Suiyang leaf-litter toad - tengchongensis + tengchongensis # Tengchong leaf litter toad tuberosa # Granular toad | Cóc mày sần - wuhuangmontis # /16/Leptobrachella_wuhuangmontis_%2810.3897-zookeys.776.22925%29-crop.jpg - wulingensis - yingjiangensis - yunkaiensis # /d1/Leptobrachella_yunkaiensis_%2810.3897-zookeys.776.22925%29_-crop.jpg + wuhuangmontis # Mt. Wuhuang's leaf litter toad # /16/Leptobrachella_wuhuangmontis_%2810.3897-zookeys.776.22925%29-crop.jpg + wulingensis # Wuling leaf-litter toad + yingjiangensis # Yingjian leaf litter frog + yunkaiensis # Yunkai Mountain's leaf litter toad # /d1/Leptobrachella_yunkaiensis_%2810.3897-zookeys.776.22925%29_-crop.jpg Leptobrachium # Eastern spadefoot toads | Cóc mày abbotti # Lowland litter frog # /af/Leptobrachium_abbotti.jpg ailaonicum # Ailao spiny toad @@ -35366,7 +35477,7 @@ Eukaryota # | Sinh vật nhân thực adungensis # Adung lazy toad bhutanensis boulengeri # Boulenger's lazy toad # @8154/7598238522_5e66606491 - brevipes + brevipes # Taining cat-eyed toad chintingensis # Chinting lazy toad ghunsa # Ghunsa alpine toad glandulatus # Hopachai lazy toad @@ -35409,7 +35520,7 @@ Eukaryota # | Sinh vật nhân thực dongguanensis dringi # Dring's horned toad edwardinae # Rough horned frog - elfina + elfina # Elfin mountain toad fansipanensis feae feii # Fei's horned toad @@ -35438,7 +35549,7 @@ Eukaryota # | Sinh vật nhân thực lini # /89/Megophrys_lini_male_holotype.jpg | /0a/Megophrys_lini_female_paratype.jpg lishuiensis longipes # Malacca spadefoot toad | Cóc gai mắt # /88/Xenophrys_longipes.jpg - major # /64/Megophrys_major.jpg + major # Glandular horned toad # /64/Megophrys_major.jpg mangshanensis # Mangshan horned toad maosonensis medogensis # Medog horned toad @@ -35505,9 +35616,9 @@ Eukaryota # | Sinh vật nhân thực wagneri # /f6/Eopelobates_wagneri_34.JPG ; fossil Pelodytidae # Parsley frogs Pelodytes - atlanticus # Lusitanian parsley frog - caucasicus # Caucasian parsley frog - hespericus # Hesperides' parsley frog # /67/Pelodytes_hespericus_%283%29.jpg + atlanticus # Lusitanian parsley frog # @65535/50957321501_9086f81005 + caucasicus # Caucasian parsley frog # @65535/52131493834_9ce3cbc550 + hespericus # Hesperides' parsley frog # @65535/52018241701_378412b61b ibericus # Iberian parsley frog # /1f/Benny_Trapp_Pelodytes_ibericus.jpg punctatus # Common parsley frog # /8f/Common_Parsley_Frog_%28Pelodytes_punctatus%29_%2810113790946%29.jpg Miopelodytes* @@ -35529,7 +35640,7 @@ Eukaryota # | Sinh vật nhân thực pipa # Common Surinam toad | Cóc Suriname # /a2/Pipa_pipa01.jpg snethlageae # Utinga Surinam toad Pseudhymenochirus - merlini # Merlin's dwarf gray frog # -y6DOSd0 + merlini # Merlin's dwarf gray frog # ::1341139 Xenopus # | Cóc có móng Silurana epitropicalis # Cameroon clawed frog # /42/Silurana_epitropicalis_-_Cameroon_Clawed_frog.jpg @@ -35675,12 +35786,12 @@ Eukaryota # | Sinh vật nhân thực zeugocystis Flectonotus fitzgeraldi # Mount Tucuche tree frog # /b0/Flectonotus_fitzgeraldi_28402737_%28cropped%29.jpg - pygmaeus # /27/Flectonotus_pygmaeus01.jpg + pygmaeus # Puerto Cabello tree frog # /27/Flectonotus_pygmaeus01.jpg Aromobatidae # Cryptic forest frogs Allobatinae Allobates - alessandroi - algorei # Spotted nurse frog + alessandroi # ::2490468J + algorei # Spotted nurse frog # =1q amissibilis bacurau bromelicola # Coastal rocket frog @@ -35739,10 +35850,10 @@ Eukaryota # | Sinh vật nhân thực apiau # /d2/Male_of_Anomaloglossus_apiau.jpg | /de/Female_of_Anomaloglossus_apiau.jpg ayarzaguenai # Ayarzaguena's rocket frog baeobatrachus - beebei # -ojZDCFZ + beebei # Beebe's rocket frog # -ojZDCFZ blanci breweri # Cueva del Fantasma rocket frog # ? | /3a/Anomaloglossus_breweri_female.png - degranvillei # /ce/Anomaloglossus_degranvillei06.jpg + degranvillei # Degranville's rocket frog # =25 dewynteri guanayensis # Guanay rocket frog kaiei # Kaie rock frog # /c5/Colostethus_kaiei.jpg @@ -35768,7 +35879,7 @@ Eukaryota # | Sinh vật nhân thực wothuja # Piaroa rocket frog # ? | /53/Anomaloglossus_wothuja_female.jpg Rheobates palmatus # Palm rocket frog # @8003/7373070252_f0c6439906 - pseudopalmatus # -Hz5ZrsF + pseudopalmatus # Los Auribios rocket frog # -Hz5ZrsF Aromobatinae # Cryptic forest frogs Aromobates # Skunk frogs alboguttatus # Whitebelly rocket frog @@ -35800,7 +35911,7 @@ Eukaryota # | Sinh vật nhân thực molinai # Sierra de Aroa collared frog neblina # Rancho Grande rocket frog oblitterata # Guatopo rocket frog - olmonae # Bloody Bay poison frog # @65535/52036797932_17a253a100 + olmonae # Bloody Bay poison frog # @65535/51947902799_5102121db3 orellana # Orellana's collared frog riveroi # Rivero's rocket frog speeri @@ -35818,7 +35929,7 @@ Eukaryota # | Sinh vật nhân thực affinis anotis aureoli # Freetown long-fingered frog # -hImE4wH - bioko + bioko # Bioko squeaker frog bivittatus # Tumbo-Insel screeching frog brevipes carquejai # Cambondo screeching frog @@ -35863,8 +35974,8 @@ Eukaryota # | Sinh vật nhân thực zimmeri # Zimmer's screeching frog Cardioglossa # Long-fingered frogs alsco - annulata - congolia + annulata # Annulated long-fingered frog + congolia # Congolian long-fingered frog cyaneospila # Bururi long-fingered frog elegans # Elegant long-fingered frog escalerae @@ -35875,7 +35986,7 @@ Eukaryota # | Sinh vật nhân thực melanogaster # Amiet's long-fingered frog manengouba nigromaculata # Blackspotted long-fingered frog - occidentalis + occidentalis # Western long-fingered frog oreas # /b2/Cardioglossa_oreas02.jpg pulchra # Black long-fingered frog schioetzi @@ -35926,10 +36037,10 @@ Eukaryota # | Sinh vật nhân thực Leptopelinae Leptopelis # Forest treefrogs anchietae # Anchieta's tree frog - anebos + anebos # Young Itombwe forest treefrog argenteus # Silvery tree frog # @7465/15042360643_af47c634a5 aubryi # Aubry's tree frog # -L0JEoDp - aubryioides + aubryioides # Kala forest treefrog bequaerti # Gbanga forest treefrog bocagii # Bocage's tree frog boulengeri # Victoria forest treefrog @@ -35946,18 +36057,18 @@ Eukaryota # | Sinh vật nhân thực fiziensis # Mokanga forest tree frog flavomaculatus # Yellow-spotted tree frog # @5515/9497141846_0413594040 gramineus # Badditu forest treefrog - grandiceps + grandiceps # Large headed forest treefrog jordani # Congulu forest treefrog karissimbensis # Karissimbi forest treefrog kivuensis # Kisenyi forest treefrog # /c6/Kivu_Treefrog_%28Leptopelis_kivuensis%29_%287073641407%29.jpg lebeaui # Nyonga forest tree frog - mackayi + mackayi # Mackay's forest treefrog macrotis # Big-eyed forest tree frog # /fc/Leptopelis_macrotis_%2810.3897-zse.90.7120%29_Figure_2_%28cropped%29.jpg marginatus # Quissange forest treefrog millsoni # Niger forest treefrog # /27/Leptopelis_millsoni_%2810.3897-zse.90.7120%29_Figure_2_%28cropped%29.jpg modestus # Modest forest treefrog mossambicus # Mozambique forest tree frog - mtoewaate + mtoewaate # Kabembe treefrog natalensis # Natal forest tree frog # -SazyRX1 nordequatorialis # West Cameroon forest treefrog notatus # Common forest tree frog @@ -35980,7 +36091,7 @@ Eukaryota # | Sinh vật nhân thực yaldeni # Yalden's tree frog zebra Brachycephalidae - Brachycephalus + Brachycephalus # Saddleback toads actaeus albolineatus alipioi @@ -36029,7 +36140,7 @@ Eukaryota # | Sinh vật nhân thực garciai gehrti gualteri # Organ Mountains robber frog - guentheri # -dY7KBNg + guentheri # Steindachner's robber frog # -dY7KBNg henselii # /95/Ischnocnema_henselii02.jpg hoehnei holti # Holt's robber frog # -jkXCyUw @@ -36054,7 +36165,7 @@ Eukaryota # | Sinh vật nhân thực spanios surda venancioi - verrucosa # /ca/R%C3%A3zinha-verrucosa_-_Ischnocnema_verrucosa.jpg + verrucosa # Brazilian big-headed frog # /ca/R%C3%A3zinha-verrucosa_-_Ischnocnema_verrucosa.jpg vizottoi Bufonidae # True toad | Cóc Adenomus @@ -36068,9 +36179,9 @@ Eukaryota # | Sinh vật nhân thực bilinguis bokermanni # /b2/Amazophrynella_bokermanni.jpg javierbustamantei # /15/Amazophrynella_javierbustamantei.jpg - manaos # /4c/Amazophrynella_manaos.jpg - matses # /f9/Amazophrynella_matses.jpg - minuta # /f3/Dendrophryniscus_minutus01.jpeg + manaos # ::25391439 + matses # :18320274 + minuta # Orange-bellied leaf toad # @4370/36964439466_a5117586b1 moisesii siona teko @@ -36108,7 +36219,7 @@ Eukaryota # | Sinh vật nhân thực velatus australis Ansonia - albomaculata # Whitebelly stream toad # @5571/15121090410_b63d133616 + albomaculata # Whitebelly stream toad # https://calphotos.berkeley.edu/imgs/512x768/0000_0000/0707/1542.jpeg echinata # Spiny slender toad endauensis fuliginea # North Borneo stream toad @@ -36118,7 +36229,7 @@ Eukaryota # | Sinh vật nhân thực inthanon jeetsukumarani khaochangensis - kraensis # Kra stream toad # /42/Ansonia_kraensis.jpg + kraensis # Kra stream toad # =3d kyaiktiyoensis latidisca # Sambas stream toad latiffi @@ -36135,7 +36246,7 @@ Eukaryota # | Sinh vật nhân thực pilokensis # Pilok stream toad platysoma # Flat-bodied slender toad siamensis - smeagol # @7445/13715890905_a2cfc848b0 + smeagol # Precious stream toad # @7445/13715890905_a2cfc848b0 spinulifer # Spiny slender toad # @65535/50205010497_13962278b3 teneritas # Gracile slender toad thinthinae @@ -36188,7 +36299,7 @@ Eukaryota # | Sinh vật nhân thực longibrachius # El Tambo stubfoot toad longirostris # Longnose stubfoot toad # /8f/Atelopus_longirostris_male.jpg | /bf/Atelopus_longirostris_female.jpg lozanoi - lynchi + lynchi # Lynch's stubfoot toad mandingues manauensis marinkellei @@ -36203,13 +36314,13 @@ Eukaryota # | Sinh vật nhân thực nanay nepiozomus nicefori - nocturnus + nocturnus # Nocturnal harlequin toad # @4558/38844210341_5a8446ccc5 onorei orcesi oxapampae oxyrhynchus # Merida harlequin frog pachydermus - palmatus # /3c/Atelopus_palmatus_67424333.jpg + palmatus # Andersson's stubfoot toad # /3c/Atelopus_palmatus_67424333.jpg pastuso patazensis # /41/Atelopus_patazensis01.jpg pedimarmoratus @@ -36219,15 +36330,15 @@ Eukaryota # | Sinh vật nhân thực pictiventris pinangoi # Green-and-red venter harlequin frog planispina # Planispina's harlequin frog - podocarpus + podocarpus # Podocarpus stubfoot toad pulcher # -EYcGScf pyrodactylus - quimbaya + quimbaya # Quimbaya toad reticulatus - sanjosei - seminiferus - sernai - simulatus + sanjosei # Anori stubfoot toad + seminiferus # Upper Amazon stubfoot toad + sernai # Baldias harlequin toad + simulatus # Camouflaged harlequin toad siranus sonsonensis sorianoi # Scarlet harlequin toad @@ -36244,11 +36355,11 @@ Eukaryota # | Sinh vật nhân thực Barbarophryne brongersmai # Brongersma's toad # /f8/Berber_toad_%284138700021%29_%282%29.jpg Blythophryne - beryet # /c5/Blythophryne_beryet.jpg - Bufo # | Cóc + beryet # Andaman bush toad # /c5/Blythophryne_beryet.jpg + Bufo # Old world toads | Cóc ailaoanus # Ailao toad | Cóc Ai Lao aspinius - bankorensis # -qZKnAbv + bankorensis # Central Formosa toad # -qZKnAbv bufo # Common toad | Cóc thông thường # /2a/Bufo_bufo_%2841731895194%29.jpg cryptotympanicus # Earless toad | Cóc tai ẩn eichwaldi # Eichwald's toad # ::2975794 @@ -36269,35 +36380,35 @@ Eukaryota # | Sinh vật nhân thực meghalayanus # Mawblang toad Bufotes # Eurasian green toads balearicus # Balearic green toad # /56/Bufotes_balearicus_female_quadrat.jpg - baturae + baturae # Batura glacier toad boulengeri # African green toad # @549/18131738330_ac7cf88442 boulengeri siculus - cypriensis + cypriensis # Cyprian green toad latastii # Baltistan toad # ::141247277 luristanicus # Lorestan earless toad oblongus # Eastern Persian toad # -EaSgzcN perrini - pewzowi # Xinjiang toad # /61/Bufotes_pewzowi.jpg - pseudoraddei - sitibundus - surdus # Iranian earless toad # /65/Bufo_surdus01.jpg + pewzowi # Xinjiang toad # ::225687032 + pseudoraddei # Swat green toad + sitibundus # Variable toad + surdus # Iranian earless toad # ::250601386 annulatus surdus - turanensis + turanensis # Turan toad viridis # European green toad | Cóc xanh châu Âu # /ab/Bufo_viridis_sc.JPG - zugmayeri + zugmayeri # Baloch green toad Capensibufo # Cape toads - deceptus - magistratus + deceptus # ::15953064 + magistratus # Landdroskop mountain toadlet # @65535/52271671125_a4c23d9928 rosei # Cape mountain toad # @65535/50347306448_d3d17a0f0f - selenophos + selenophos # Moonlight mountain toadlet # @65535/51354808164_45c276d465 tradouwi # Tradouw's mountain toad # @65535/51522828883_2a3f0cbf24 Churamiti maridadi Dendrophryniscus # Tree toads - berthalutzae # /41/Dendrophryniscus_berthalutzae01.jpg - brevipollicatus # /92/Sapo_-_de_-_brom%C3%A9lia_-_Dendrophryniscus_brevipollicatus.jpg + berthalutzae # =4mS + brevipollicatus # Coastal tree toad # @7106/6884614954_1a80c8cfd7 carvalhoi davori haddadi @@ -36306,7 +36417,7 @@ Eukaryota # | Sinh vật nhân thực jureia krausae lauroi - leucomystax # /cb/Sapo_-_de_-_brom%C3%A9lia_-_Dendrophryniscus_leucomystax.jpg + leucomystax # @8496/8266158508_1ddcc82bdc oreites organensis proboscideus @@ -36316,7 +36427,7 @@ Eukaryota # | Sinh vật nhân thực sjostedti # Four-digit toad # /07/Didynamipus_sjostedti01.jpg Duttaphrynus atukoralei # Yala toad - beddomii # Beddome's toad # /19/Duttaphrynus_beddomii_lateral_view.jpg + beddomii # Beddome's toad # ::334818 brevirostris # Kempholey toad chandai # Nagaland montane torrent toad crocus @@ -36352,40 +36463,40 @@ Eukaryota # | Sinh vật nhân thực Incilius # Central American toads alvarius # Colorado River toad # /d1/TOAD%2C_SONORAN_DESERT_%28Bufo_alvarius%29_%288-6-13%29_78_circulo_montana%2C_patagonia_lake_ranch_estates%2C_scc%2C_az_-01_%289466158294%29.jpg aucoinae - aurarius - bocourti # -ptE0pUr - campbelli # /65/Bufo_campbelli.jpg - canaliferus # Dwarf toad # /80/Bufo_canaliferus01.jpg - cavifrons # Mountain toad # /09/Incilius_cavifrons_cropped.jpg - chompipe - coccifer # /d6/Bufo_coccifer.jpg + aurarius # Cuchumatan golden toad + bocourti # Bocourt's toad # -ptE0pUr + campbelli # Campbell's forest toad # @65535/53160134116_bb0fe48d80 + canaliferus # Dwarf toad # @65535/52504186970_dd1f15d5bd + cavifrons # Mountain toad # =4n8 + chompipe # Chompipe spiny toadlet + coccifer # Southern round-gland toad # @4195/34617500280_8864a1865d coniferus # Evergreen toad # -PFl31HZ cristatus # Large-crested toad - cycladen - epioticus + cycladen # Northern rough-gland toad + epioticus # Cerro Utyum toad fastidiosus # Pico Blanco toad gemmifer # Jeweled toad guanacaste holdridgei # Holdridge's toad - ibarrai + ibarrai # Jalapa toad karenlipsae - leucomyos - luetkenii # -IMPJbbM + leucomyos # Honduras rainforest toad + luetkenii # Yellow toad # -IMPJbbM macrocristatus majordomus # Chief's toad marmoreus # Wiegmann's toad # @7384/11964467605_77ee974a6d - mazatlanensis - mccoyi + mazatlanensis # Sinaloa toad + mccoyi # Mccoy's toad melanochlorus # Dark green toad # @65535/50307717196_4a6dd73051 nebulifer # Coastal plains toad # /74/Bufo_nebulifer.jpg occidentalis # Pine toad # /45/Incilius_occidentalis.jpg - perplexus - pisinnus - porteri # ::46087 + perplexus # Confusing toad + pisinnus # Michoacan toad + porteri # Porter's toad # ::46087 signifer spiculatus - tacanensis - tutelarius + tacanensis # Volcan Tacana toad + tutelarius # Chimalapas toad valliceps # Gulf Coast toad # /04/Gulf_Coast_Toad_-_Bufo_valliceps.jpg periglenes* # Golden toad | Cóc vàng # -HfuoGO5 peripatetes* # Almirante Trail toad @@ -36393,44 +36504,44 @@ Eukaryota # | Sinh vật nhân thực biporcatus # Crested toad # /62/Bufo_biporc_M_050409_015_tdp.jpg celebensis # Sulawesian toad # /6a/Ingerophrynus_celebensis.jpeg claviger - divergens # @777/20831968605_b109ee1720 + divergens # Crested toad # @777/20831968605_b109ee1720 galeatus # Bony-headed toad | Cóc rừng # -0OZAdSu - gollum + gollum # Gollum's toad kumquat - ledongensis - macrotis - parvus # /1a/Ingerophrynus_parvus%2C_Dwarf_toad_-_Khao_Phra_-_Bang_Khram_Wildlife_Sanctuary_%2846085331884%29_by_Rushen.jpg + ledongensis # Ledong toad + macrotis # Flat-headed toad + parvus # Lesser toad # @65535/50073869023_e814f00f35 philippinicus # Philippine toad | Cóc Philipin # @1617/26155123401_69d9323349 - quadriporcatus # Long-glanded toad # -9bnMG2T + quadriporcatus # Long-glanded toad # @65535/49579679667_d825f9119d Laurentophryne parkeri # Parker's tree toad Leptophryne borbonica # Cross toad | Cóc Cross # :42063807 cruentata # Bleeding toad | Cóc chảy máu # ::7477645 - javanica # ::63511298e + javanica # Sumatran tree toad # ::63511298e Melanophryniscus # South American redbelly toads - admirabilis + admirabilis # Admirable red-belly toad alipioi atroluteus # Uruguay redbelly toad # -uxSmtrp biancae # /1d/Melanophryniscus_biancae_male-1.png | ? - cambaraensis # -Rv3Lwj7 + cambaraensis # Brazilian red-belly toad # -Rv3Lwj7 cupreuscapularis - devincenzii # /b3/Melanophryniscus_devincenzii01a.jpg + devincenzii # Rivera red-belly toad # /b3/Melanophryniscus_devincenzii01a.jpg dorsalis # /86/Melanophryniscus_dorsalis02.jpg estebani fulvoguttatus - klappenbachi + klappenbachi # Klappenbach's red-bellied frog krauczuki # Krauczuk's redbelly toad langonei macrogranulosus # Torres redbelly toad milanoi # /2f/Melanophryniscus_milanoi_male.png | ? - montevidensis # /66/Melanophryniscus_montevidensis01a.jpg + montevidensis # Darwin's toad # /66/Melanophryniscus_montevidensis01a.jpg moreirae # Maldonada redbelly toad # -uN1OPyN pachyrhynus paraguayensis # -c7uXIhx peritus - rubriventris - sanmartini + rubriventris # Yungas red-bellied toad + sanmartini # San Martin redbelly toad setiba simplex spectabilis @@ -36440,23 +36551,23 @@ Eukaryota # | Sinh vật nhân thực xanthostomus # /07/Melanophryniscus_xanthostomus_male.png | ? Mertensophryne # Snouted frogs anotis # Chirinda toad # ::43087059 - howelli - lindneri # ::30302735e - lonnbergi + howelli # Mrora forest toad + lindneri # Lindners toad # ::30302735e + lonnbergi # Lonnbergs toad loveridgei # Mahenge toad - melanopleura - micranotis # ::21326584e - mocquardi - nairobiensis - nyikae - schmidti - taitana # ::2168337 - usambarae # /38/Mertensophryne_usambarae_2184910.jpg + melanopleura # Dark-sided toad + micranotis # Loveridges snouted toad # ::21326584e + mocquardi # Mocquard's toad + nairobiensis # Nairobi toad + nyikae # Nyika dwarf toad + schmidti # Schmidt's snouted frog + taitana # Taita toad # ::2168337 + usambarae # Usambara forest toad # /38/Mertensophryne_usambarae_2184910.jpg uzunguensis # Uzungwe toad Metaphryniscus sosai # Marahuaka bush toad Nannophryne - apolobambica + apolobambica # Cochabamba toad cophotis # Paramo toad corynetes # Abra Malaga toad variegata # Eden Harbour toad # /c7/PatagonianToad.jpg @@ -36465,12 +36576,12 @@ Eukaryota # | Sinh vật nhân thực batesii # Bates's tree toad # :12391886 Nectophrynoides asperginis # Kihansi spray toad # @8630/16459431659_773e8eda35 - cryptus - frontierei + cryptus # Secret tree toad + frontierei # Frontier viviparous toad laevis # Smooth forest toad laticeps # Wide-headed viviparous toad minutus # Small viviparous toad - paulae + paulae # Paula's viviparous toad poyntoni # Poynton's forest toad pseudotornieri # Pseudo forest toad tornieri # Tornier's forest toad # ::34522790 @@ -36488,7 +36599,7 @@ Eukaryota # | Sinh vật nhân thực macconnelli # MacConnell's bush toad nigra # Venezeulan pebble toad # /22/Oreophrynella_nigra_crop.JPG quelchii # Roraima black frog # @5467/9392664937_56914fc047 - seegobini + seegobini # Seegobinas tepui toad vasquezi # Ilu bush toad weiassipuensis Osornophryne @@ -36512,18 +36623,18 @@ Eukaryota # | Sinh vật nhân thực albotaeniata # Palawan toadlet api # Api dwarf toad brevipes # Southeast Asian toadlet # /7c/Pelophryne_brevipes_%28Peters%2C_1867%29.jpg | ? - guentheri - ingeri - lighti # /48/Pelophryne_lighti.jpg + guentheri # Gunther's flathead toad + ingeri # Inger's dwarf toadlet + lighti # Mindanao flathead toad # /48/Pelophryne_lighti.jpg linanitensis # Linanit dwarf toad misera # Black flathead toad # -WxBelcM murudensis # Murud dwarf toad penrissenensis # Penrissen dwarf toad rhopophilius # Lowland dwarf toad saravacensis # Sarawak dwarf toad - signata - Peltophryne - armata + signata # Short-legged dwarf toad + Peltophryne # Caribbean toads + armata # Hispaniolan armoured toad cataulaciceps # Cuban pine toad dunni empusa # Cuban small-eared toad | Cóc tai nhỏ Cuba # /f1/Cuban_toad_at_Guantanamo.jpg @@ -36534,7 +36645,7 @@ Eukaryota # | Sinh vật nhân thực gundlachi # Cuban high-crested toad lemur # Puerto Rican crested toad # /06/PR_Crested_Toad%2C_male_Sapo_Concho_Puertorrique%C3%B1o%2Cmacho_%285839993639%29.jpg | ? longinasus # Cuban long-nosed toad - peltocephala # /90/Eastern_Giant_Toad_%28Peltophryne_peltocephala%29_%288573972371%29.jpg + peltocephala # Eastern giant toad # /90/Eastern_Giant_Toad_%28Peltophryne_peltocephala%29_%288573972371%29.jpg ramsdeni taladai # Cuban spotted toad # /18/Bufo_taladai02.jpg Phrynoidis # Rough toads @@ -36542,18 +36653,18 @@ Eukaryota # | Sinh vật nhân thực juxtasper # Giant river toad # /cd/Borneo_River_Toad_-_California_Academy_of_Sciences.jpg Poyntonophrynus # Pygmy toads beiranus # Beira toad | Cóc Beira - damaranus - dombensis + damaranus # Damaraland pygmy toad + dombensis # Dombe pygmy toad fenoulheti # Fenoulhet's toad # /0b/Poyntonophrynus-fenoulheti-.jpg - grandisonae + grandisonae # Grandison's toad hoeschi # Hoesch's toad kavangensis - lughensis + lughensis # Lughe pygmy toad pachnodes # /84/Poyntonophrynus_pachnodes.jpg - parkeri - vertebralis # /67/Poyntonophrynus_vertebralis.jpg + parkeri # Parker's toad + vertebralis # Southern pygmy toad # /67/Poyntonophrynus_vertebralis.jpg Pseudobufo - subasper + subasper # False toad # @65535/50496559976_940f6c97f1 Rentapia everetti # Everett's Asian tree toad hosii # Boulenger's Asian tree toad # /33/Pedostibes_hosii_-_Copenhagen_Zoo_-_DSC09088.JPG @@ -36563,7 +36674,7 @@ Eukaryota # | Sinh vật nhân thực blombergi # Blomberg's toad caeruleostictus # Blue-spotted toad colomai # Carchi Andes toad - ecuadorensis + ecuadorensis # Ecuadorian forest toad glaberrimus # Cundinamarca toad guttatus # Smooth-sided toad # /74/Spotted_Toad_%28Rhaebo_guttatus%29_%2810345945393%29.jpg haematiticus # /e9/Rhaebo_haematiticus.jpg @@ -36571,13 +36682,13 @@ Eukaryota # | Sinh vật nhân thực lynchi nasicus # Werner's toad olallai # Tandayapa Andes toad - Rhinella # South American toads + Rhinella # Beaked toads abei # /b1/Bufo_abei03a.jpg achalensis # Cordoba toad # /c1/Bufo_achalensis.jpg achavali # /47/Bufo_achavali01.jpg acrolopha # Cerro Mali beaked toad acutirostris - alata # /fb/Rhinella_alata_58790251.jpg + alata # @7241/26795739400_b0708f520f amabilis amboroensis # Cochabamba toad arborescandens # Mendoza Pass toad @@ -36587,7 +36698,7 @@ Eukaryota # | Sinh vật nhân thực atacamensis # Vallenar toad azarai beebei # Rivero's toad - bergi + bergi # Lesser granulated toad bernardoi casconi castaneotica # Para toad @@ -36674,11 +36785,11 @@ Eukaryota # | Sinh vật nhân thực arabica # Arabian toad # /a4/Sclerophrys_arabica.jpg asmarae # Asmara toad blanfordii # Blanford's toad - brauni + brauni # Dead-leaf toad # ::30232792e buchneri # Buchner's toad # /91/Amietophrynus_buchneri.jpg camerunensis # Cameroon toad # -UEvvaWb capensis # Raucous toad # @65535/51684817687_0669bf3caa - channingi + channingi # Congolese giant toad chevalieri danielae # Ivory Coast toad djohongensis @@ -36698,13 +36809,13 @@ Eukaryota # | Sinh vật nhân thực mauritanica # Berber toad # /90/Bufo_mauritanicus02.jpg pantherina # Western leopard toad # /b8/Endangered_Western_Leopard_Toad_Amietophrynus_pantherinus_Cape_Town_2.JPG pardalis # Eastern leopard toad - pentoni + pentoni # Penton's toad perreti # Perret's toad # /90/Amietophrynus_perreti_Onadeko_et_al._2014_Zoosystematics_and_Evolution.jpg - poweri # /50/Amietophrynus_poweri.jpg - pusilla + poweri # Power's toad # @65535/50867101173_87c6058aa5 + pusilla # Flat-backed toad reesi # Merara toad - regularis # African common toad # -3WxJkUX - steindachneri + regularis # African common toad # @65535/51545966480_88205304f2 + steindachneri # Steindachner's toad superciliaris # African giant toad | Cóc khổng lồ châu Phi # /44/Bufo_superciliaris.jpg taiensis # Tai toad tihamica # Balletto's toad @@ -36712,10 +36823,15 @@ Eukaryota # | Sinh vật nhân thực tuberosa # Rough toad turkanae # Lake Turkana toad urunguensis # Urungu toad - villiersi + villiersi # Villier's toad vittata # Degen's toad xeros # Subdesert toad - Sigalegalephrynus + Sigalegalephrynus # Puppet toads + burnitelongensis # Burning Mountain puppet toad + gayoluesensis # Gayo Lues Highland's puppet toad + harveyi # Harvey's puppet toad + mandailinguensis # Mandailing puppet toad + minangkabauensis # Minangkabau puppet toad Strauchbufo raddei # Mongolian toad # /82/Strauchbufo_raddei.jpg Truebella @@ -36726,7 +36842,7 @@ Eukaryota # | Sinh vật nhân thực angusticeps # Sand toad # @65535/51266379679_590daeeae8 gariepensis # Karoo toad # @8604/16053159929_e002e65e11 inyangae # Inyanga toad | Cóc Inyanga - nubicola + nubicola # Cloud toad # ::97514006 robinsoni # Paradise toad Werneria \\chi_cóc # Torrent toads bambutensis # Bamboutos smalltongue toad @@ -36740,23 +36856,23 @@ Eukaryota # | Sinh vật nhân thực mirei # Mount Oku Wolterstorff toad parvipalmata # Cameroon Wolterstorff toad Xanthophryne - koynayensis # /6f/Xanthophryne_koynayensis%2C_an_adult_male.jpg | ? + koynayensis # Humbali Village toad # /6f/Xanthophryne_koynayensis%2C_an_adult_male.jpg | ? tigerina # Amboli toad # @1837/43705681322_f899ff28c0 - Calyptocephalellidae + Calyptocephalellidae # Chilean toads Calyptocephalella gayi # Helmeted water toad # @1023/5179860429_41cd0ab465 - Telmatobufo + Telmatobufo # False toads australis - bullocki # /bb/Telmatobufo_bullocki_%E2%80%94_Edgardo_Patricio_Flores_Flores_001.jpg + bullocki # Bullock's mountains false toad # /bb/Telmatobufo_bullocki_%E2%80%94_Edgardo_Patricio_Flores_Flores_001.jpg ignotus - venustus # -OowfEZC - Centrolenidae # | Ếch thủy tinh + venustus # Chile mountains false toad # -OowfEZC + Centrolenidae # Glass frogs | Ếch thủy tinh Centroleninae Centrolene altitudinalis - antioquiensis # /0b/Centrolene_antioquiense.jpg + antioquiensis # Antioquia giant glass frog # /0b/Centrolene_antioquiense.jpg ballux # Golden-flecked glassfrog # -TWcyknS - buckleyi # /5f/Centrolene_buckleyi.jpg + buckleyi # Buckley's giant glass frog # /5f/Centrolene_buckleyi.jpg charapita condor daidalea @@ -36769,31 +36885,31 @@ Eukaryota # | Sinh vật nhân thực lynchi # Lynch's giant glass frog muelleri # Muller's giant glass frog notosticta - paezorum # /44/Centrolene_paezorum.jpg - peristicta + paezorum # Colombian giant glass frog # /44/Centrolene_paezorum.jpg + peristicta # Tandapi giant glass frog pipilata # Amazon giant glass frog sabini - sanchezi + sanchezi # Sanchez's glassfrog savagei # Savage's Cochran frog # /d3/Cochranella_savagei02.jpg - solitaria + solitaria # Lonely Cochran frog venezuelensis Chimerella corleone - mariaelenae + mariaelenae # Maria Elena's glass frog Cochranella # Cochran frogs erminea euknemos # San Jose Cochran frog # @866/41101043512_65b66ff643 - granulosa # @2744/4117980045_2c16c329ab + granulosa # Granular glass frog # @2744/4117980045_2c16c329ab guayasamini - litoralis + litoralis # Littoral glassfrog mache # Mache Cochran frog # -jDtrhvF nola # /36/Cochranella_nola_Manu_dorsal.jpg resplendens # Resplendent Cochran frog # /ea/Cochranella_resplendens.jpg Espadarana andina # Andes giant glass frog | Ếch cỏ Andes # :33371 - audax - callistomma - durrellorum + audax # Napo giant glass frog + callistomma # Nice-eyed glass frog + durrellorum # Durrell's glassfrog prosoblepon # Emerald glass frog # /66/Centrolene_prosoblepon01.jpg Nymphargus anomalus # Napo Cochran frog # /de/Nymphargus_anomalus.jpg @@ -36809,7 +36925,7 @@ Eukaryota # | Sinh vật nhân thực colomai cristinae garciae - grandisonae # /78/Rana_de_Cristal_sarampiona_parte_superior.JPG + grandisonae # Red-spotted glassfrog # @897/40648802330_7e72a95e33 griffithsi humboldti ignotus @@ -36826,15 +36942,15 @@ Eukaryota # | Sinh vật nhân thực ocellatus oreonympha phenax - pluvialis # Pistipata cochran frog - posadae # @577/32359230763_234fabcc64 + pluvialis # Pistipata Cochran frog # @1491/24961341891_cfa5351612 + posadae # Posada's glassfrog # @577/32359230763_234fabcc64 prasinus rosada # /93/Nymphargus_rosada01.jpg ruizi - siren - spilotus - sucre - truebae + siren # Rio Coca Cochran frog + spilotus # Samaná glass frog + sucre # Sucre's glassfrog + truebae # Trueb's Cochran frog vicenteruedai wileyi Rulyrana @@ -36845,7 +36961,7 @@ Eukaryota # | Sinh vật nhân thực spiculata # Cuzco Cochran frog susatamai # -y8Qkujj Sachatamia - albomaculata # /5f/Cochranella_albomaculata.jpg + albomaculata # White-spotted Cochran frog # /5f/Cochranella_albomaculata.jpg electrops # /e3/Sachatamia_electrops.jpg ilex # Limon giant glass frog # /ed/Centrolene_ilex_leaf.jpg orejuela # El Tambo Cochran frog # /37/Sachatamia_orejuela.jpg @@ -36853,16 +36969,16 @@ Eukaryota # | Sinh vật nhân thực Teratohyla adenocheira amelie - midas # /01/Cochranella_Midas.jpg + midas # Santa Cecilia Cochran frog # /01/Cochranella_Midas.jpg pulverata # Powdered glass frog # /e0/Cochranella_pulverata_Powdered_glass_frog.jpg - spinosa # /ec/Cochranella_spinosa03.jpg + spinosa # Spiny Cochran frog # /ec/Cochranella_spinosa03.jpg Vitreorana antisthenesi # Aragua glass frog baliomma castroviejoi # Castroviejo's glass frog eurygnatha # /19/Hyalinobatrachium_eurygnathum02.jpg franciscana - gorzulae # Ranita de cristal de Gorzula + gorzulae # Bolivar giant glass frog helenae # Venezuelan glass frog parvula ritae # /c3/Vitreorana_ritae.jpg @@ -36888,9 +37004,9 @@ Eukaryota # | Sinh vật nhân thực vozmedianoi # Paria glass frog Hyalinobatrachium anachoretus - aureoguttatum # @8043/8366891655_00f83e1e2d + aureoguttatum # Atrato glass frog # @8043/8366891655_00f83e1e2d bergeri - cappellei # -ffcd1Kf + cappellei # Banded-limb glassfrog # -ffcd1Kf carlesvilai chirripoi # Suretka glass frog # @2569/4118758768_4e224a5d37 colymbiphyllum # Bare-hearted glass frog # /49/Cricket_Glass_Frog_-_Hylinobatrachium_colymbiphyllum.jpg @@ -36900,7 +37016,7 @@ Eukaryota # | Sinh vật nhân thực fleischmanni # Fleischmann's glass frog # @8668/15734406077_3d4f650fb1 fragile # Fragile glass frog guairarepanense # Avila glass frog - iaspidiense # @3695/11174662513_d576a62b9b + iaspidiense # Yuruani glass frog # @3695/11174662513_d576a62b9b ibama # @65535/51629308468_34e1c4c694 kawense mesai # Sarisarinama glass frog @@ -36916,8 +37032,8 @@ Eukaryota # | Sinh vật nhân thực taylori # Taylor's glass frog # /51/Hyalinobatrachium_aff._taylori.jpg tricolor valerioi # La Palma glass frog # -TfRmuSi - vireovittatum # /b8/Hyalinobatrachium_vireovittatum.jpg - yaku # -JAkN4OV + vireovittatum # Starrett's glass frog # /b8/Hyalinobatrachium_vireovittatum.jpg + yaku # Yaku glassfrog # -JAkN4OV ? Ikakogi ispacue @@ -36935,7 +37051,7 @@ Eukaryota # | Sinh vật nhân thực Chacophrys pierottii # Chaco horned frog Lepidobatrachus # Paraguay horned frogs - asper + asper # Paraguay horned frog laevis # Budgett's frog # -3KVvgP1 llanensis # -dlCKVRm Baurubatrachus* @@ -36965,49 +37081,49 @@ Eukaryota # | Sinh vật nhân thực mercedesae # Mercedes' robber frog pluvicanorus Craugastorinae - Craugastor + Craugastor # Northern rainfrogs adamastus - aenigmaticus - alfredi # -YMmCLTD + aenigmaticus # Montane dirt frog + alfredi # Alfred's rainfrog # -YMmCLTD amniscola # Rivulet rainfrog andi # Atlantic robber frog angelicus # Angel robber frog aphanus augusti # Barking frog # -CpFvz8t - aurilegulus # -RUZUBge + aurilegulus # Nombre de Dios streamside frog # -RUZUBge azueroensis batrachylus berkenbuschii # -8wsCjx5 blairi bocourti - bransfordii # -uXcTaTM + bransfordii # Bransford's robber frog # -uXcTaTM brocchi campbelli castanedai catalinae - chac # -ORLEDLQ + chac # Chac's leaf-litter frog # -ORLEDLQ charadra # -6Ih4DGd chingopetaca # -7Fu17nQ chrysozetetes # McCranie's robber frog coffeus - crassidigitus # -jgnvNBS + crassidigitus # Slim-fingered rain frog # -jgnvNBS cruzi cuaquero cyanochthebius daryi # -VLMRK06 decoratus # -IdSwvtq emcelae - emleni # -nCwVmev + emleni # Francisco Morazán stream robber frog # ::209672361 epochthidius - escoces # -n0GMB1x + escoces # Heredia robber frog # @1894/43677964355_ded8c46416 evanesco fecundus fitzingeri # Fitzinger's robber frog # /65/Craugastor_fitzingeri.jpg fleischmanni # Fleischmann's robber frog - gabbi # -FiFRLUb + gabbi # Gabb's litter frog # -FiFRLUb galacticorhinus glaucus # -g7FdEBM - gollmeri # /98/Craugastor_gollmeri_Brian_Gratwicke.jpg + gollmeri # Red-eyed masked litter frog # /98/Craugastor_gollmeri_Brian_Gratwicke.jpg greggi # -N8G0QVj guerreroensis # Guerreran robber frog # -gRELGLk gulosus @@ -37015,7 +37131,7 @@ Eukaryota # | Sinh vật nhân thực hobartsmithi # -cI2nlqi inachus laevissimus # -rTTiLuc - laticeps # -awvctbD + laticeps # Broad-headed rainfrog # -awvctbD lauraster # -LnsJsG1 lineatus # Montane robber frog # -gIZy5CJ loki # /5c/Craugastor_loki.jpg @@ -37028,7 +37144,7 @@ Eukaryota # | Sinh vật nhân thực mexicanus # -LAace1S metriosistus # -TO3CY9v milesi # -ZFmzge6 - mimus # -YrrPyL2 + mimus # Tilaran robber frog # -YrrPyL2 monnichorum # Dunn's robber frog # -F8TZSyP montanus # Chiapas dwarf robber frog myllomyllon @@ -37046,7 +37162,7 @@ Eukaryota # | Sinh vật nhân thực phasma podiciferus # Rio Changena robber frog # -vBNUU7H polymniae - polyptychus # -fQ7Jytr + polyptychus # Coastal plain litter frog # -fQ7Jytr pozo # Pozo Turipache rainfrog # /df/Craugastor_pozo.jpeg psephosypharus # -9EQbtPE punctariolus # @2549/4118006299_b27b9b7d9a @@ -37057,15 +37173,15 @@ Eukaryota # | Sinh vật nhân thực rhodopis # Polymorphic robber frog # @65535/51542178336_353ebd86b3 rhyacobatrachus rivulus - rostralis # -7nNfZAB - rugosus # -JUc36st + rostralis # Snouted robber frog # -7nNfZAB + rugosus # Rugose robber frog # -JUc36st rugulosus # -KKGx7cz rupinius # Cliffy stream frog # -GfYDmJA sabrinus # Long-legged streamfrog # -HioTfuH sagui saltator # -72asMcx saltuarius - sandersoni # -3EUSBN3 + sandersoni # Sanderson's streamfrog # -3EUSBN3 silvicola # Forest robber frog spatulatus # -NALjRtI stadelmani # Stadelman's coqui @@ -37081,14 +37197,14 @@ Eukaryota # | Sinh vật nhân thực uno # Savage's robber frog vocalis # -VHNiArv vulcani # Volcan San Martin rainfrog # -KAxnrE4 - xucanebi # -9Nu0Ypc + xucanebi # Xucaneb robber frog # -9Nu0Ypc yucatanensis # Yucatan robber frog # -3UGo73N - zunigai + zunigai # Zuniga's dirt frog anciano* omoaensis* Haddadus aramunha - binotatus # -w0feDQV + binotatus # Clay robber frog # -w0feDQV plicifer Dendrobatidae # | Ếch phi tiêu độc Eleutherodactylidae @@ -37096,11 +37212,23 @@ Eukaryota # | Sinh vật nhân thực Diasporus Eleutherodactylus Phyzelaphryninae - Adelophryne + Adelophryne # Shield frogs + adiastola # Yapima shield frog + amapaensis + baturitensis # /b8/Adelophryne_baturitensis.jpg + glandulata + gutturosa # Guiana shield frog # @6065/6127404493_95d0b0f654 + maranguapensis + meridionalis + michelin + mucronatus # =4zx + nordestina + pachydactyla + patamona Phyzelaphryne miriamae # Miriam's frog nimio - Heleophrynidae + Heleophrynidae # Ghost frogs Hadromophryne natalensis # Natal ghost frog | Ếch ma Natal # @5455/30293742170_ddf0847f8f Heleophryne @@ -37112,7 +37240,7 @@ Eukaryota # | Sinh vật nhân thực rosei # Rose's ghost frog # @65535/33905322808_6635fe1cca Hemiphractidae # | Nhái sừng Hemisotidae - Hemisus + Hemisus # Shovelnose frogs barotseensis brachydactylus # Masiliwa snout-burrower guineensis # Guinea snout-burrower # /43/Bonn_zoological_bulletin_-_Hemisus_guineensis.jpg @@ -37281,7 +37409,7 @@ Eukaryota # | Sinh vật nhân thực picturata # Spotted stream frog # @65535/48035851297_d5958ba3ed rawa siberu # Siberut Island frog # :106342241 - signata # Variable-backed frog # @65535/46736587755_ba61279816 + signata # Variable-backed frog # @65535/46736587755_589d42f300 similis Rana \genus # Holarctic true frogs Sanguirana @@ -37308,8 +37436,8 @@ Eukaryota # | Sinh vật nhân thực robusta # Robust Buerger's frog # @7066/6791408044_4bb68cfc8d Rhacophorinae Beddomixalus - bijui # /f6/Beddomixalus_bijui_Munnar.jpg - Chirixalus + bijui # Kadalar swamp frog # /f6/Beddomixalus_bijui_Munnar.jpg + Chirixalus # Asian foam-nest tree frogs baladika cherrapunjiae # Cherrapunji bubble-nest frog doriae # Doria's Asian treefrog # @65535/50598329143_15ba2566d3 @@ -37325,12 +37453,12 @@ Eukaryota # | Sinh vật nhân thực trilaksonoi vittiger # Indonesian bubble-nest frog Chiromantis # Foam-nest tree frogs - kelleri # Keller's foam-nest frog # /a4/Chiromantis_kelleri_1417703.jpg - petersii # Peters' foam-nest treefrog - rufescens # African foam-nest tree frog # /fd/Rufous_Foam-nest_Tree_Frog_%28Chiromantis_rufescens%29.jpg - xerampelina # Grey foam-nest tree frog # /2d/Chiromantis_xerampelina.jpeg + kelleri # Keller's foam-nest frog # @2903/14745203824_07c41ee774 + petersii # Peters' foam-nest treefrog # @6047/6376330029_a917b30d4d + rufescens # African foam-nest tree frog # @3093/5770673846_b7073693e5 + xerampelina # Grey foam-nest tree frog # @65535/52076764502_ea1c844fac Feihyla - fuhua + fuhua # White-cheeked bubble-nest frog hansenae # Hansen's Asian treefrog # @65535/50499550992_773c49897d inexpectata # Bornean opposite-fingered tree frog # =aGrmF kajau # White-eared tree frog # @65535/49553555702_9b7aa94aa6 @@ -37352,7 +37480,7 @@ Eukaryota # | Sinh vật nhân thực nonggangensis # Waza treefrog quangi # Quang's tree frog | Nhái cây Quang # @8501/8279940049_778b49d7d5 quyeti # Quyet's treefrog | Nhái cây Quyết - sapaensis # | Nhái cây chân mảnh Sa Pa # @65535/53040602272_c77aa17142 + sapaensis # Sapa bushfrog | Nhái cây chân mảnh Sa Pa # @65535/53040602272_c77aa17142 seesom # Orange bush frog supercornutus # Tiny bubble-nest frog | Nhái cây sừng # @65535/52027981032_9123402a4f tianlinensis # Tianlin small tree frog @@ -37366,8 +37494,8 @@ Eukaryota # | Sinh vật nhân thực berylliniris # /1d/Kurixalus_berylliniris_holotype_male.jpg | ? bisacculus # Taylor's tree frog # /90/Kurixalus_bisacculus.jpg chaseni - eiffingeri # Eiffinger's Tree Frog # /96/Kurixalus_eiffingeri.jpg - gracilloides + eiffingeri # Eiffinger's tree frog # /96/Kurixalus_eiffingeri.jpg + gracilloides # Gracile frilled treefrog hainanus idiootocus # Temple tree frog # /96/Kurixalus_idiootocus.jpg lenquanensis @@ -37417,33 +37545,33 @@ Eukaryota # | Sinh vật nhân thực amoenus aurantium # Mendolong bubble-nest frog aurifasciatus - bunitus # /74/Philautus_bunitus_male_from_Mt._Kinabalu_Park.jpg | ? + bunitus # Green bush frog # @65535/49326603973_5f1a991260 cardamonus catbaensis cinerascens cornutus davidlabangi disgregus - dubius - erythrophthalmus - everetti # /85/Mossy_Tree_Frog_%28Rhacophorus_everetti%29_%286967257302%29.jpg - garo - gunungensis + dubius # Boulenger's tree frog + erythrophthalmus # Red-eyed bush frog + everetti # Everett's tree frog # :38614 + garo # Garo hills bubble-nest frog + gunungensis # Montane bush frog hosii # Green-eyed tree frog # @65535/49181752981_13af242190 ingeri # Inger's bush frog # @3375/3416970503_2c412ee6c5 - jacobsoni + jacobsoni # Jacobson's bubble-nest frog juliandringi kakipanjang # Western long-legged bush frog kempiae # Tura bubble-nest frog kempii # Kemp's spadefoot toad - kerangae + kerangae # Kerangas bubble-nest frog leitensis # Leyte tree frog - longicrus - macroscelis + longicrus # Palawan bubble-nest frog + macroscelis # Mossy bush frog maosonensis # Maoson shrub frog | Nhái cây Mẫu Sơn microdiscus # Kobo bubble-nest frog mjobergi # Murud bubble-nest frog # @8786/18034048199_2ed5e148bb - namdaphaensis + namdaphaensis # Namdapha bush frog nephophilus # @7557/26180207344_9106c1056d nianeae pallidipes @@ -37453,13 +37581,13 @@ Eukaryota # | Sinh vật nhân thực refugii saueri schmackeri # Mindoro tree frog - surdus + surdus # Common forest tree frog surrufus tectus # Gunung Mulu bubble-nest frog # @8703/16943363408_5ab72ff3a5 thamyridion tytthus umbra # Pinnacle bush frog - ventrimaculatus + ventrimaculatus # Perak bubble-nest frog vermiculatus # Vermiculate bush frog worcesteri # Smooth-skinned tree frog Polypedates # Whipping frogs @@ -37569,13 +37697,13 @@ Eukaryota # | Sinh vật nhân thực variabilis* # Variable bush frog # /77/Pseudophilautus_variabilis.jpg ; drawing zal* # White blotched shrub frog zimmeri* # Rumassala shrub frog - Raorchestes + Raorchestes # Bush frogs agasthyaensis # Agasthiamalai bushfrog # -CJgOzZJ akroparallagi # Variable bush frog # ::52324 andersoni # Anderson's bubble-nest frog anili # Anil's bush frog # -it84CKJ annandalii # Annandale's bush frog - archeos # /9e/Davidraju_IMG_3465.jpg + archeos # Archeos bush frog # /9e/Davidraju_IMG_3465.jpg aureus beddomii # Beddome's bubble-nest frog # https://indiabiodiversity.org/files-api/api/get/raw/img//Raorchestes%20beddomii/670.jpg blandus @@ -37590,7 +37718,7 @@ Eukaryota # | Sinh vật nhân thực coonoorensis # Coonore bushfrog # ::90946072 crustai # =aFW0J dubois # Koadaikanal bush frog # =aFWNU - drutaahu + drutaahu # Fast-calling shrub frog echinatus flaviocularis flaviventris # Yellow-bellied bush frog # ::90948097e @@ -37598,21 +37726,21 @@ Eukaryota # | Sinh vật nhân thực glandulosus # Glandular bush frog # @590/21236793832_6f99421292 graminirupes # :99191621 griet # Griet bush frog # =aFXDg - gryllus # | Nhái cây đế - hassanensis + gryllus # Langbian bubble-nest frog | Nhái cây đế + hassanensis # Hassan bush frog hillisi honnametti # Honnametti bush frog # =aFYF9 - huanglianshan - indigo + huanglianshan # Huanglianshan bush frog + indigo # Indigo bush frog jayarami # Jayaram's bush frog # :497201 johnceei # ::146853966e kadalarensis # =aFYoz kaikatti # Kaikatt's bush frog # ::192704210 kakachi # Kakachi shrub frog # ::90948300e - kakkayamensis - keirasabinae - kollimalai - lechiya + kakkayamensis # Kakkayam shrub frog + keirasabinae # Keira's shrub frog + kollimalai # Kollimalai bush frog + lechiya # Lechiyappan's bush frog leucolatus longchuanensis # Longchuan bubble-nest frog luteolus # Coorg yellow bush frog # @5517/9577607746_f78d1f6d2a @@ -37643,7 +37771,7 @@ Eukaryota # | Sinh vật nhân thực tuberohumerus # Kudremukh bush frog # @7506/15890677642_833e3f8bdc uthamani # Uthaman's bush frog # /12/Uthamani.jpg vellikkanan - Rhacophorus + Rhacophorus # Flying frogs annamensis # Annam flying frog | Ếch cây Trung Bộ # @65535/51045438301_89a0e15281 baluensis # Balu flying frog # @65535/52678555341_5311fb166a barisani @@ -37653,7 +37781,7 @@ Eukaryota # | Sinh vật nhân thực borneensis # Borneo flying frog # @65535/50536246332_35461c0f77 calcadensis # Kalakad gliding frog # =aGk6s calcaneus # Vietnam flying frog | Ếch cây cựa - catamitus + catamitus # Indonesian parachuting frog edentulus # Celebes flying frog # @5506/10900244586_74dd5de936 exechopygus # Spinybottom tree frog | Ếch cây bụng gai # ::60774197 georgii # Tuwa flying frog # @2882/10900150115_e1f45555da @@ -37678,12 +37806,12 @@ Eukaryota # | Sinh vật nhân thực pseudomalabaricus # Anaimalai flying frog # @65535/50519502066_851c6cb46b reinwardtii # Black-webbed tree frog | Ếch cây bay # @1275/1356997324_9757be6b52 rhodopus # Red-webbed treefrog | Ếch cây bơi màng đỏ # @65535/52847480845_759343277f - robertingeri + robertingeri # Robert Inger's tree frog spelaeus # Cave-dwelling tree frog # @65535/50183661317_8fe49feba7 subansiriensis translineatus tuberculatus - turpes + turpes # Htingnan flying frog vampyrus # Vampire tree frog | Ếch cây ma cà rồng # =exGNg vanbanicus # Van Ban tree frog | Ếch cây Văn Bàn # =exJAc verrucopus @@ -37759,7 +37887,7 @@ Eukaryota # | Sinh vật nhân thực taipeianus # Taipei tree frog # @65535/52262496329_c05fb161fd viridis # Okinawan green tree frog # @8074/8374020543_f009b51491 wui # Lichuan tree frog - yaoshanensis + yaoshanensis # Yaoshan treefrog yinggelingensis # Yinggeling treefrog zhoukaiyae # Anhui tree frog Rhinodermatidae # Darwin's frogs @@ -37778,10 +37906,10 @@ Eukaryota # | Sinh vật nhân thực Strabomantidae Holoadeninae Bahius - bilineatus + bilineatus # Two-lined robber frog Barycholos # Chimbo frogs pulcher # @2502/4008679524_87b45e7440 - ternetzi # @1902/45432536252_e2dc78c2c7 + ternetzi # Savage's goias frog # @1902/45432536252_e2dc78c2c7 Bryophryne abramalagae bakersfield @@ -37805,7 +37933,7 @@ Eukaryota # | Sinh vật nhân thực tridactyla Holoaden # Highland frogs bradei # Itatiaia highland frog - luederwaldti + luederwaldti # Luderwaldt's highland frog pholeter suarezi Microkayla @@ -37836,7 +37964,7 @@ Eukaryota # | Sinh vật nhân thực wettsteini # Wettstein's Andes frog Noblella carrascoicola - coloma # @5540/11332174575_3349b9e685 + coloma # Coloma's noble-rainfrog # @5540/11332174575_3349b9e685 duellmani heyeri lochites # Ecuador leaf frog # -9zZdbe4 @@ -37846,13 +37974,13 @@ Eukaryota # | Sinh vật nhân thực myrmecoides # Loreto leaf frog # -5lbClbc naturetrekii personina # -dYAs1yP - peruviana # /94/Noblella_peruviana.jpg - pygmaea # -tbDAtvy + peruviana # Peru Andes frog # /94/Noblella_peruviana.jpg + pygmaea # Noble's pygmy frog # -tbDAtvy ritarasquinae # -IYrTj3E thiuni # /a0/Noblella_thiuni_01.png - worleyae + worleyae # Worley's leaf frog Psychrophrynella - bagrecito + bagrecito # Bagrecito Andes frog chirihampatu # Japumayo Andes frog # /69/Psychrophrynella_chirihampatu_a.png | ? glauca usurpator # /23/Psychrophrynella.jpg @@ -37864,26 +37992,10 @@ Eukaryota # | Sinh vật nhân thực Atopophrynus syntomopus # Sonson frog Dischidodactylus # Mount Duida frogs - colonnelloi + colonnelloi # Tepui Marahuaca frog duidensis # Mount Duida frog Geobatrachus walkeri # Walker's Sierra frog | Ếch Sierra # :106397 - Hypodactylus - adenobrachia # /ff/Niceforonia_adenobrachia.png - aderca # @65535/51848075245_c5b5e2a41a - araiodactyla - babax - brunnea # Carchi Andes frog - columbiana # Colombian Andes frog - dolops # Putumayo robber frog - elassodiscus - fallaciosa - latens - lucida # Cannatella's Andes frog - mantipus # Mantipus robber frog - nana - nigrovittata # Black-striped stream frog # @65535/52253647278_a1a9db2a01 - peraccai Lynchius flavomaculatus # Yellow-spotted Andes frog # /d5/Lynchius_flavomaculatus.jpeg megacephalus # Big-headed Andes frog @@ -37893,19 +38005,19 @@ Eukaryota # | Sinh vật nhân thực simmonsi # Simmons' big-headed frog tabaconas Niceforonia - adenobrachia - aderca + adenobrachia # /ff/Niceforonia_adenobrachia.png + aderca # @65535/51848075245_c5b5e2a41a araiodactyla babax brunnea # Carchi Andes frog columbiana # Colombian Andes frog dolops # Putumayo robber frog - elassodiscus # -LsDtPlm + elassodiscus # Cuyuja robber frog # -LsDtPlm fallaciosa latens # -xrDq9uX lucida # Cannatella's Andes frog mantipus # Mantipus robber frog # -xEe9acQ - nana + nana # Santander Andes frog nigrovittata # Black-banded robber frog # @65535/52253647278_a1a9db2a01 peraccai Oreobates @@ -38008,7 +38120,7 @@ Eukaryota # | Sinh vật nhân thực aquilonaris ardalonychus ardyae - ashaninka # /11/Female_of_Pristimantis_ashaninka.jpg + ashaninka # Ashaninka rubber frog # /11/Female_of_Pristimantis_ashaninka.jpg atillo atrabracus atratus @@ -38065,14 +38177,14 @@ Eukaryota # | Sinh vật nhân thực carmelitae # Carmelita's robber frog carranguerorum carvalhoi - caryophyllaceus # -CQ0fafb + caryophyllaceus # La Loma robber frog # -CQ0fafb cedros celator cerasinus # Limon robber frog # /e8/Pristimantis_cerasinus_%28Limon_Robber_Frog%29.jpg ceuthospilus # Wild's robber frog chalceus charlottevillensis - chiastonotus # /27/Brownberg_Robber_Frog_%28Pristimantis_chiastonotus%29_%2814096511055%29.jpg + chiastonotus # Brownberg robber frog # /27/Brownberg_Robber_Frog_%28Pristimantis_chiastonotus%29_%2814096511055%29.jpg chimu chloronotus chomskyi @@ -38093,9 +38205,9 @@ Eukaryota # | Sinh vật nhân thực cosnipatae # Rio Cosnipata robber frog cremnobates crenunguis - cristinae + cristinae # Cristina's robber frog croceoinguinis # Santa Cecilia robber frog - crucifer # /4d/Pristimantis_crucifer.jpg + crucifer # Blue-thighed rainfrog # /4d/Pristimantis_crucifer.jpg cruciocularis cruentus # Chiriqui robber frog # /78/Pristimantis_cruentus_1.jpg cryophilius # San Vicente robber frog @@ -38103,7 +38215,7 @@ Eukaryota # | Sinh vật nhân thực cuentasi culatensis cuneirostris - curtipes # /53/Intac_Robber_Frog_%2815254298229%29.jpg + curtipes # Intac robber frog # /53/Intac_Robber_Frog_%2815254298229%29.jpg danae # Cuzco robber frog # /d3/Edanae.jpg degener deinops @@ -38118,7 +38230,7 @@ Eukaryota # | Sinh vật nhân thực dissimulatus divnae dorado # | Ếch vàng Colombia # =YW5R - dorsopictus # -StBjxJf + dorsopictus # Serna's robber frog # -StBjxJf duellmani duende dundeei @@ -38192,7 +38304,7 @@ Eukaryota # | Sinh vật nhân thực jabonensis jaguensis jaimei - jamescameroni # /8d/Pristimantis_jamescameroni_%28juvenile%29.jpg + jamescameroni # Apradatepui rain frog # /8d/Pristimantis_jamescameroni_%28juvenile%29.jpg jester jimenezi johannesdei # Urrao robber frog @@ -38202,11 +38314,11 @@ Eukaryota # | Sinh vật nhân thực kareliae katoptroides # Puyo robber frog # /f6/Pristimantis_katoptroides.jpg kelephus - kichwarum # /d3/Pristimantis_kichwarum.jpg + kichwarum # Jatun sacha rain frog # /d3/Pristimantis_kichwarum.jpg kirklandi koehleri kuri - labiosus # :21167679 + labiosus # Labiated rainfrog # :21167679 lacrimosus lancinii # Lancini's robber frog lanthanites @@ -38228,7 +38340,7 @@ Eukaryota # | Sinh vật nhân thực lindae # Santa Isabel robber frog lirellus lividus - llanganati # /fb/Pristimantis_llanganati_1.jpg + llanganati # Llanganates rain frog # /fb/Pristimantis_llanganati_1.jpg llojsintuta longicorpus loujosti # /86/Pristimantis_loujosti.jpg @@ -38236,7 +38348,7 @@ Eukaryota # | Sinh vật nhân thực lucasi lucidosignatus luscombei - luteolateralis # /46/Pristimantis_luteolateralis.jpg | ? + luteolateralis # Yellow-groined rainfrog # /46/Pristimantis_luteolateralis.jpg | ? lutitus lutzae lymani # Lyman's robber frog # /f2/Pristimantis_lymani.jpg @@ -38249,9 +38361,9 @@ Eukaryota # | Sinh vật nhân thực marahuaka marcoreyesi mariaelenae - marmoratus # -zoMToGr + marmoratus # Marbled robber frog # -zoMToGr mars - martiae # /9a/Pristimantis_martiae.jpg + martiae # Marty's rain frog # /9a/Pristimantis_martiae.jpg matidiktyo mazar medemi # @8246/8532116599_731a49aa29 @@ -38313,7 +38425,7 @@ Eukaryota # | Sinh vật nhân thực padrecarlosi pahuma paisa # /54/Pristimantis_paisa.jpg - palmeri # /7b/Pristimantis_palmeri01.jpg + palmeri # Palmer's robber frog # /7b/Pristimantis_palmeri01.jpg paquishae paramerus # Paramo robber frog pardalinus @@ -38328,10 +38440,10 @@ Eukaryota # | Sinh vật nhân thực pecki pedimontanus penelopus - peraticus # /f0/Pristimantis_peraticus.jpg + peraticus # Tenerife robber frog # /f0/Pristimantis_peraticus.jpg percnopterus percultus - permixtus # /22/Pristimantis_permixtus02.jpg + permixtus # El Carmelo robber frog # /22/Pristimantis_permixtus02.jpg peruvianus petersi # Peters's robber frog petrobardus @@ -38367,7 +38479,7 @@ Eukaryota # | Sinh vật nhân thực pycnodermis # Thickskin robber frog # /8a/Pristimantis_pycnodermis.jpg pyrrhomerus quantus - quaquaversus # :135521908 + quaquaversus # Rio Coca robber frog # :135521908 quicato quinquagesimus quintanai @@ -38389,7 +38501,7 @@ Eukaryota # | Sinh vật nhân thực riveroi # Rivero's ground frog # -V0rOVCZ riveti # Despax's robber frog romanorum - roni # /96/Pristimantis_roni.jpg + roni # Ron's robber frog # /96/Pristimantis_roni.jpg rosadoi # Rosado's robber frog roseus royi @@ -38459,10 +38571,10 @@ Eukaryota # | Sinh vật nhân thực thyellus thymalopsoides thymelensis - tiktik # =f0RRB + tiktik # Tiktik rain frog # =f0RRB tinajillas tinguichaca - toftae # @1588/24685556969_5ec4d1d342 + toftae # Pachitea robber frog # @1588/24685556969_5ec4d1d342 torrenticola torresi totoroi @@ -38505,7 +38617,7 @@ Eukaryota # | Sinh vật nhân thực xeniolum xestus xylochobates - yanezi # /86/Pristimantis_yanezi_1.jpg + yanezi # Yánez rain frog # /86/Pristimantis_yanezi_1.jpg yantzaza yaviensis yukpa @@ -38513,12 +38625,12 @@ Eukaryota # | Sinh vật nhân thực yuruaniensis yustizi zeuctotylus # @3760/11174490825_5f9f0c2b2d - zimmermanae # /84/Pristimantis_zimmermanae_%2810.3897-zookeys.762.22634%29_Figure_3_%28cropped%29.jpg + zimmermanae # Zimmerman's robber frog # /84/Pristimantis_zimmermanae_%2810.3897-zookeys.762.22634%29_Figure_3_%28cropped%29.jpg zoilae zophus Strabomantis # Robber frogs - anatipes - anomalus # -ZMLExzH + anatipes # Anatipes robber frog + anomalus # Choco robber frog # -ZMLExzH biporcatus # Puerto Cabello robber frog # -Z6cnZRI bufoniformis # Rusty robber frog # /98/Strabomantis_bufoniformis1.jpg cadenai @@ -38580,16 +38692,16 @@ Eukaryota # | Sinh vật nhân thực guabangshanensis guttatus hidamontanus # Hakuba salamander | Kỳ giông Hakuba - hirosei # @7513/16056616967_156dd35836 + hirosei # Ishizuchi salamander # @7513/16056616967_156dd35836 ikioi # Tortoiseshell salamander - iwami + iwami # Iwami salamander katoi # Kato's salamander kimurae # Hida salamander | Kỳ giông Hida # @646/22045963302_6fde2c0253 - kuishiensis + kuishiensis # Iyoshima salamander # @65535/49080830936_3873da048b leechii # Korean salamander # @7053/7004126625_b8387ebb26 - lichenatus # Tōhoku salamander | Kỳ giông Tohoku # /08/Tohoku_salamander_IMG_9945.jpg + lichenatus # Tōhoku salamander | Kỳ giông Tohoku # @7481/16308543481_f8c7b1cd73 maoershanensis # Xingan salamander - mikawaensis + mikawaensis # =5iD naevius # Spotted salamander # @5537/9730117456_0b3dcef96c nebulosus # Mitsjama salamander # @3483/3926347601_f6308b24c9 nigrescens # Japanese black salamander | Kỳ giông đen Nhật Bản # @65535/49080265588_608646a10b @@ -38606,13 +38718,13 @@ Eukaryota # | Sinh vật nhân thực stejnegeri # Amber-colored salamander # @65535/49739781701_8473cccacc takedai # Hokuriku salamander | Kỳ giông Hokuriku tokyoensis # Tokyo salamander | Kỳ giông Tokyo # @4069/4382802090_7179877842 - tosashimizuensis + tosashimizuensis # Tosashimizu salamander tsuensis # Tsushima salamander | Kỳ giông Tsushima # @5833/22053259152_7bf0481e67 - tsurugiensis + tsurugiensis # Tsurugi salamander turkestanicus # Turkestanian salamander - unisacculus + unisacculus # Korean small salamander utsunomiyaorum - vandenburghi + vandenburghi # Yamato salamander yangi # Kori salamander yiwuensis # Yiwu salamander # @5787/22914303063_ae4a473f80 Liua @@ -38636,17 +38748,17 @@ Eukaryota # | Sinh vật nhân thực keyserlingii # Siberian salamander # @4767/26612283638_8e094fcab3 tridactyla # @4840/44781660595_631e3c1f0f Onychodactylinae - Onychodactylus # Clawed salamander + Onychodactylus # Clawed salamanders fischeri # Fischer's clawed salamander # @3424/3360411642_bc7682164b fuscus # Tadami clawed salamander - intermedius + intermedius # Bandai clawed salamander japonicus # Japanese clawed salamander kinneburi - koreanus # -v6GGZrl + koreanus # Korean clawed salamander # -v6GGZrl nipponoborealis - tsukubaensis - zhangyapingi - zhaoermii + tsukubaensis # Tsukuba clawed salamander + zhangyapingi # Jilin clawed salamander + zhaoermii # Liaoning clawed salamander _* Chunerpeton tianyiensis # /e2/Chunerpeton_BW.jpg ; reconstruction @@ -38799,11 +38911,11 @@ Eukaryota # | Sinh vật nhân thực hiemalis # Winter climbing salamander huehuetenanguensis hypacra # Paramo Frontino salamander # -upPz4Rp - indio + indio # Rio indio webfoot salamander insularis jacksoni # Jackson's climbing salamander kaqchikelorum # Kaqchikel salamander # -1HUOZli - la # ::61830500 + la # La Mucuy salamander # ::61830500 lignicolor # Camron climbing salamander # ::26010788 lincolni # Lincoln's climbing salamander # ::246176 longissima # Longest climbing salamander # ::44663395e @@ -38841,7 +38953,7 @@ Eukaryota # | Sinh vật nhân thực porrasorum # Pijol salamander # ::46064 psephena pygmaea # Pygmy web-footed salamander - ramosi # /63/Bolitoglossa_ramosi01.jpg + ramosi # Ramos' mushroomtongue salamander # /63/Bolitoglossa_ramosi01.jpg riletti # Rilett's climbing salamander robisoni # Robinson's web-footed salamander # -gSy8BAk robusta # Robust climbing salamander # ::5968647e @@ -38895,7 +39007,7 @@ Eukaryota # | Sinh vật nhân thực alvarezdeltoroi # Alvarez del Toro's hidden salamander # -qj5OLQd monzoni # Monzon's hidden salamander nasalis # Cortes salamander # ::417016 - necopinus + necopinus # Cataguana hidden salamander sierraminensis # Sierra de las Minas hidden salamander veraepacis # Baja Verapaz salamander # -Bfufw5m xucaneborum @@ -38903,7 +39015,7 @@ Eukaryota # | Sinh vật nhân thực bromeliacius # Common bromeliad salamander # ::417014 chujorum # Chuj climbing salamander cuchumatanus # Forest bromeliad salamander - kekchiorum + kekchiorum ! megarhinus # Longnose bromeliad salamander rabbi # Guatemalan bromeliad salamander # /99/Dendrotrition_rabbi.jpeg sanctibarbarus # Santa Barbara bromeliad salamander # @5282/5193694714_727e1d3d26 @@ -38963,10 +39075,10 @@ Eukaryota # | Sinh vật nhân thực niger # Black jumping salamander # ::61550484 parva # Dwarf false brook salamander Nototriton # Moss salamanders - abscondens # -uTPLAKc + abscondens # Cordillera Central moss salamander # -uTPLAKc barbouri # Yoro moss salamander # -12TaPE5 brodiei # Cerro Pozo de Agua moss salamander # ::23057658e - costaricense + costaricense # Southern moss salamander gamezi # Monteverde moss salamander guanacaste # Volcan Cacao moss salamander lignicola # Cerro de Enmedio moss salamander # ::46078 @@ -38975,14 +39087,14 @@ Eukaryota # | Sinh vật nhân thực matama mime # Botaderos moss salamander # ::53596261e nelsoni # Texiguat moss salamander # ::53600394e - oreadorum + oreadorum # Pico Bonito moss salamander picadoi # La Estrella salamander picucha # Agalta moss salamander # ::53653374e richardi # Richard's salamander # -xNYVY0i saslaya # Saslaya moss salamander stuarti # Stuart's moss salamander tapanti # Tapanti moss salamander - tomamorum # Moss salamanders + tomamorum # Stuart's moss salamander Nyctanolis pernix # Nimble long-limbed salamander # @3852/14593352117_10000ef07e Oedipina # Worm salamanders @@ -38992,7 +39104,7 @@ Eukaryota # | Sinh vật nhân thực berlini # Berlin's flat-headed salamander capitalina # Cerro Grande worm salamander carablanca # Los Diamantes worm salamander # @2713/4117993011_e124609d82 - chortiorum + chortiorum # Chorti worm salamander collaris # Collared worm salamander complex # Gamboa worm salamander # ::14104332 cyclocauda # Costa Rica worm salamander @@ -39002,7 +39114,7 @@ Eukaryota # | Sinh vật nhân thực gracilis # Long-tailed worm salamander grandis # Cerro Pando worm salamander # :35362244e ignea - kasois # =f0GpT + kasois ! # =f0GpT koehleri leptopoda # Narrow-footed worm salamander # ::58879230 maritima # Maritime worm salamander @@ -79496,7 +79608,95 @@ Eukaryota # | Sinh vật nhân thực atricapillus # Black-capped vireo # +302142241 | +302142691 nelsoni # Dwarf vireo # +242603881 brevipennis # Slaty vireo # +42656081 - Dicruridae # | Chèo bẻo + Dicruridae # Drongos | Chèo bẻo + Dicrurus + ludwigii # Square-tailed drongo # +226737931 + muenzneri + saturnus + tephrogaster + ludwigii + sharpei # Sharpe's drongo # +379045891 + atripennis # Shining drongo # +379434051 + adsimilis # Fork-tailed drongo # +221282371 + apivorus + fugax + adsimilis + jubaensis + divaricatus + lugubris + modestus # Velvet-mantled drongo # +608863300 + fuscipennis # Grande Comore drongo # +379444161 + aldabranus # Aldabra drongo # +261371241 + forficatus # Crested drongo # +211675771 + forficatus + potior + waldenii # Mayotte drongo # +379450941 + macrocercus # Black drongo | Chèo bẻo đen # +126548371 + macrocercus + albirictus + minor + cathoecus + thai + javanus + harterti + leucophaeus # Ashy drongo | Chèo bẻo xám # +133717951 + caerulescens # White-bellied drongo + caerulescens # +610110449 + insularis + leucopygialis # +148000711 + annectens # Crow-billed drongo | Chèo bẻo mỏ quạ # +177809391 + aeneus # Bronzed drongo | Chèo bẻo rừng # +133724101 + remifer # Lesser racket-tailed drongo | Chèo bẻo cờ # +186468121 + tectirostris + peracensis + lefoli + remifer + balicassius # Balicassiao # +379457791 + striatus # Short-tailed drongo # +608862782 + hottentottus # Hair-crested drongo | Chèo bẻo bờm + hottentottus # +148941311 + brevirostris + borneensis # +148941651 + guillemardi + pectoralis + suluensis + viridinitens + banggaiensis + leucops # +148942621 + faberi # +148942131 + jentincki + termeuleni + menagei # Tablas drongo # =6lv + palawanensis # Palawan drongo # +608862479 + sumatranus # Sumatran drongo # +610111089 + densus # Wallacean drongo + densus # Wallacean drongo + vicinus # Lesser Sunda drongo + bimaensis # Bima drongo # +274924411 + sumbae # Sumba drongo + kuehni # Tanimbar drongo # +274924771 + megalornis # Moluccan drongo # +274924711 + montanus # Sulawesi drongo # +610110329 + bracteatus # Spangled drongo # +125798661 + megarhynchus # Paradise drongo # =6mg + andamanensis # Andaman drongo # +161563821 + andamanensis + dicruriformis + paradiseus # Greater racket-tailed drongo | Chèo bẻo đuôi cờ chẻ # +126547991 + grandis + rangoonensis + paradiseus + johni + ceylonicus + otiosus + nicobariensis + hypoballus + platurus + microlophus + brachyphorus + banguey + formosus + lophorinus # Sri Lanka drongo # +252002641 Rhipiduridae # | Rẻ quạt Rhipidura # Fantails superciliaris # Mindanao blue fantail # +378952781 @@ -79580,15 +79780,144 @@ Eukaryota # | Sinh vật nhân thực klinesmithi # Natewa silktail # +378947421 Chaetorhynchus papuensis # Drongo fantail # +266237961 - Monarchidae # Monarch flycatcher | Thiên đường - Terpsiphoninae + Monarchidae # Monarchs | Thiên đường + Terpsiphoninae ! Hypothymis + azurea # Black-naped monarch | Đớp ruồi xanh gáy đen # +609049033 + styani + oberholseri + ceylonensis + tytleri + idiochroa + nicobarica + montana + galerita + forrestia + prophata + javana + penidae + karimatensis + opisthocyanea + gigantoptera + consobrina + leucophila + richmondi + abbotti + symmixta # Philippine black-naped monarch + azurea + aeria + catarmanensis + puella # Pale-blue monarch # +379465121 | +379465091 + puella + blasii + helenae # Short-crested monarch # +379463541 + agusanae + helenae + personata # Camiguin blue-monarch + coelestis # Celestial monarch # +379470521 | +379470491 + coelestis + rabori Trochocercus - Terpsiphone - Monarchinae - Chasiempis + cyanomelas # Blue-mantled crested flycatcher # +183449991 | +183450001 + vivax + bivittatus # East African crested flycatcher + megalolophus + segregus + cyanomelas + nitens # Blue-headed crested flycatcher # +252134341 | ? + reichenowi # Upper Guinea blue-headed crested flycatcher + nitens + Terpsiphone # Paradise flycatchers + bedfordi # Bedford's paradise flycatcher + rufocinerea # Rufous-vented paradise flycatcher + rufiventer # Red-bellied paradise flycatcher + rufiventer # +252139501 | +252139451 + nigriceps + fagani # Fagan's paradise-flycatcher + tricolor # Ashy-tailed paradise-flycatcher # +252136571 | ? + neumanni # Cameroon ashy-tailed paradise-flycatcher + schubotzi + mayombe + somereni + emini # Uganda black-headed paradise-flycatcher + ignea # Fiery paradise-flycatcher + smithii # Annobón paradise flycatcher + batesi # Bates's paradise flycatcher # +379491061 | +379491031 + batesi + bannermani # Bannerman's paradise-flycatcher + viridis # African paradise flycatcher | Đớp ruồi thiên đường châu Phi # +230996981 | +218540081 + harterti + viridis + speciosa + ferreti # Abyssinian paradise-flycatcher + restricta + kivuensis + suahelica # Swaheli paradise-flycatcher + ungujaensis + plumbeiceps + granti + paradisi # Indian paradise flycatcher # +133740231 | +133740241 + paradisi + leucogaster # Himalayan paradise flycatcher + ceylonensis # Ceylon paradise flycatcher + affinis # Blyth's paradise flycatcher # +177809561 ; rufous morph ; +177809511 ; white morph | +177809571 + saturatior + nicobarica + burmae + indochinensis + affinis + procera + insularis + borneensis + sumbaensis + floris # Tenggara paradise flycatcher # +190658211 + incei # Amur paradise flycatcher # +158499541 | +158499581 + atrocaudata # Black paradise flycatcher | Thiên đường đuôi đen # +158682621 | +158682631 + atrocaudata + illex + periophthalmica + cyanescens # Blue paradise flycatcher # +267020781 | +267020801 + cinnamomea # Rufous paradise flycatcher + unirufa # Luzon paradise-flycatcher # +546094631 | ? + cinnamomea # +274931091 | +274931101 + talautensis # Talaud paradise-flycatcher + atrochalybeia # São Tomé paradise flycatcher # +379477751 | +379478691 + mutata # Malagasy paradise flycatcher # +211729141 | +211729091 + mutata + pretiosa + vulpina + voeltzkowiana + comorensis + corvina # Seychelles paradise flycatcher # +260683131 | +260683031 + bourbonnensis # Mascarene paradise flycatcher # +260679211 | +260679201 + bourbonnensis # Réunion paradise flycatcher + desolata + Monarchinae ! + Chasiempis # Elepaio + sclateri # Kauai elepaio # +97313211 + ibidis # Oahu elepaio # +97313781 + sandwichensis # Hawaii elepaio # +97676601 + sandwichensis # Kona elepaio + ridgwayi # Volcano elepaio + bryani # Mauna Kea elepaio Pomarea + dimidiata # Rarotonga monarch # +385291481 + nigra # Tahiti monarch # +385289571 + mendozae # Marquesan monarch # +577742001 + motanensis + mendozae* # Hivoa flycatcher + mira # Ua Pou monarch + iphis # Iphis monarch # +385295161 | ? + whitneyi # Fatu Hiva monarch # +385299431 + maupitiensis* # Maupiti monarch + nukuhivae* # Nuku Hiva monarch + fluxa* # Eiao monarch Mayrornis + schistaceus # Vanikoro monarch # +385305371 + versicolor # Ogea monarch # +385301271 + lessoni # Slaty monarch # +385304131 + lessoni + orientalis Neolalage banksiana # Buff-bellied monarch # +385307111 Clytorhynchus # Shrikebills @@ -79614,15 +79943,172 @@ Eukaryota # | Sinh vật nhân thực Metabolus rugensis # Chuuk monarch # +385603131 | ? Symposiachrus + axillaris # Black monarch # +274931351 + axillaris + fallax + guttula # Spot-winged monarch # +274932021 + mundus # Black-bibbed monarch # +274931951 + sacerdotum # Flores monarch # +274931341 + melanopterus # Louisiade monarch + boanensis # Boano monarch # +274931451 + trivirgatus # Spectacled monarch # +123616961 + trivirgatus + bernsteinii + albiventris + melanorrhous + gouldii + bimaculatus # Moluccan monarch # +204852691 + bimaculatus + diadematus + nigrimentum + leucurus # Kai monarch # +274931551 + everetti # Tanahjampea monarch # +274931581 + loricatus # Buru monarch # +455871251 + julianae # Kofiau monarch # +274931741 + brehmii # Biak monarch # +274931821 + manadensis # Hooded monarch # +459734321 + infelix # Manus monarch # +266566771 + infelix + coultasi + menckei # Mussau monarch # +266609181 + verticalis # Black-tailed monarch # +266611531 + ateralbus # Djaul monarch + verticalis + barbatus # Solomons monarch + barbatus # +266613821 + malaitae # Malaita monarch + browni # Kolombangara monarch # +609460949 + browni + ganongae + nigrotectus + meeki + vidua # White-collared monarch # +385714631 + squamulatus + vidua + rubiensis # Rufous monarch Monarcha + cinerascens # Island monarch # +266563251 + commutatus + cinerascens + inornatus + steini + geelvinkianus + fuscescens + fulviventris + perpallidus + impediens + rosselianus + melanopsis # Black-faced monarch # +123615921 + frater # Black-winged monarch # +174666891 + frater + kunupi + periophthalmicus + canescens # Pearly monarch + erythrostictus # Bougainville monarch # +266565431 | +266565461 + castaneiventris # Chestnut-bellied monarch + castaneiventris # +385711581 + obscurior + megarhynchus # Makira monarch # +385711561 + ugiensis # +385711591 + richardsii # White-capped monarch # +385608381 + godeffroyi # Yap monarch # +385605101 | +385605151 + takatsukasae # Tinian monarch # +385607061 Carterornis + leucotis # White-eared monarch # +123616201 + pileatus # White-naped monarch # +274931001 + pileatus + buruensis + castus # Tanimbar monarch # +274931221 + chrysomela # Golden monarch # +274931511 | +274931261 + aruensis + melanonotus + kordensis + aurantiacus + nitidus + pulcherrimus + chrysomela + whitneyorum + tabarensis Arses \genus\chi + insularis # Ochre-collared monarch # +274932141 + telescopthalmus # Frilled monarch # +459442311 | +274932011 + batantae + telescopthalmus + aruensis + harterti + henkei + lorealis # Frill-necked monarch # +174667381 + kaupi # Pied monarch # +174667411 + terraereginae + kaupi # North-eastern australia Grallina - Myiagra + cyanoleuca # Magpie-lark # +125802611 | +125802621 + cyanoleuca + neglecta + bruijni # Torrent-lark # ? | +274932271 + Myiagra # Broad-billed flycatchers + oceanica # Oceanic flycatcher # +385721971 | +385722051 + erythrops # Palau flycatcher # +385717851 | +385717801 + pluto # Pohnpei flycatcher # +385719461 + galeata # Moluccan flycatcher # +459989711 | +274932341 + galeata + goramensis + buruensis + atra # Biak black flycatcher # +274932321 | +274932311 + rubecula # Leaden flycatcher # +125815181 | +125815201 + sciurorum + papuana + concinna # Pretty flycatcher + okyri + yorki + rubecula + ferrocyanea # Steel-blue flycatcher # +266615681 | +266615671 + cinerea + ferrocyanea + feminina + malaitae + cervinicauda # Makira flycatcher # ? | +385723521 + caledonica # Melanesian flycatcher # +385725711 | +385725701 + caledonica + viridinitens + melanura + marinae + occidentalis + vanikorensis # Vanikoro flycatcher # +385728171 | +385728211 + vanikorensis + rufiventris + kandavensis + dorsalis + townsendi + albiventris # Samoan flycatcher # +385729401 | +385729461 + azureocapilla # Azure-crested flycatcher # +385778261 | +385778311 + castaneigularis # Chestnut-throated flycatcher # +385782161 | +385782121 + castaneigularis + whitneyi + ruficollis # Broad-billed flycatcher # +125815651 + ruficollis + fulviventris # Buff-bellied flycatcher + mimikae + cyanoleuca # Satin flycatcher # +125817681 | +125817701 + alecto # Shining flycatcher # +125819081 | +125819051 + alecto + longirostris + rufolateralis + chalybeocephala + lucida + manumudari + melvillensis + wardelli + hebetior # Mussau flycatcher # +266616701 + eichorni # Velvet flycatcher + cervinicolor # Dyaul flycatcher + nana # Paperbark flycatcher # +125818461 + inquieta # Restless flycatcher # +125818151 + freycineti* # Guam flycatcher # /42/Myiagra_freycineti.jpg Platylophidae Platylophus galericulatus # Crested jayshrike | Quạ thông mào # -tZrbJBk - Corvidae |crow # | Quạ + Corvidae |crow # Corvids | Quạ Corcoracidae # Australian mudnesters Corcorax melanorhamphos # White-winged chough # +125820591 @@ -104588,6 +105074,9 @@ Eukaryota # | Sinh vật nhân thực _ Amblypygi # Tailless whip scorpions Paracharontidae + Paracharon + caecus + Jorottui Charinidae Catageus pusillus @@ -104660,7 +105149,7 @@ Eukaryota # | Sinh vật nhân thực singaporae willeyi yayukae - Charontidae + Charontidae ! Charon \arachnid/ gervaisi grayi # Giant whip-spider @@ -104686,11 +105175,28 @@ Eukaryota # | Sinh vật nhân thực Phrynichodamon Phrynichinae Euphrynichus - Phrynichus + Phrynichus \arachnid + brevispinatus + ceylonicus + deflersi + dhofarensis + exophthalmus + gaucheri + heurtaultae + jayakari + longespina + madagascariensis + nigrimanus + orientalis + phipsoni + pusillus + scaber + spinitarsus + persicus Trichodamon ? Xerophrynus - Phrynidae + Phrynidae # Tailless whip scorpions Acanthophrynus coronatus # :6276657e Heterophrynus @@ -104704,7 +105210,7 @@ Eukaryota # | Sinh vật nhân thực elaphus # ::409477 gorgo guacharo - longicornis # -SnWU32U + longicornis # Giant amazon tailless whipscorpion # -SnWU32U pumilio seriatus silviae @@ -104713,7 +105219,7 @@ Eukaryota # | Sinh vật nhân thực Paraphrynus aztecus baeops - carolynae # /86/Paraphrynus_carolynae.jpg + carolynae # Arizona tailless whip scorpion # /86/Paraphrynus_carolynae.jpg chacmool chiztun cubensis @@ -104723,7 +105229,7 @@ Eukaryota # | Sinh vật nhân thực leptus macrops maya - mexicanus # /90/Phrynus_mexicanus_%28Marshal_Hedin%29.jpg + mexicanus # Sonoran tailless whipspider # /90/Phrynus_mexicanus_%28Marshal_Hedin%29.jpg olmeca pococki raptator @@ -104736,16 +105242,16 @@ Eukaryota # | Sinh vật nhân thực alejandroi araya asperatipes # ::27258208 - barbadensis # -kMSxV0Y + barbadensis # @65535/52119268057_d6faba79c0 calypso cozumel damonidaensis decoratus eucharis - exsul # @4608/26230630038_06ede63f9e + exsul # @7237/27690085311_49d3e8f70e fuscimanus garridoi # ::4562396 - gervaisii # ::12442445e + gervaisii # @3900/15055485135_d2b5199ecc goesii # @7195/6827568066_e86d478836 hispaniolae hoffmannae @@ -104753,7 +105259,7 @@ Eukaryota # | Sinh vật nhân thực levii longipes maesi # ::53595269e - marginemaculatus # :47290820 + marginemaculatus # Spotted tailless whip scorpion # :47290820 noeli operculatus # ::3727160J palenque # ::49590794e @@ -104777,7 +105283,7 @@ Eukaryota # | Sinh vật nhân thực Mesothelae Liphistiidae Liphistiinae - Liphistius + Liphistius # Basal segmented spiders albipes batuensis bicoloripes @@ -104799,7 +105305,7 @@ Eukaryota # | Sinh vật nhân thực laoticus laruticus lordae - malayanus # @8720/16353950143_b03b887336 + malayanus # Malayan black trapdoor spider # @8720/16353950143_b03b887336 marginatus murphyorum # @5200/14279348881_b458f9d99e nesioticus @@ -104843,7 +105349,7 @@ Eukaryota # | Sinh vật nhân thực higoensis kanenoi kikuyai - kimurai # Kimura spider # :79940230 + kimurai # Kimura spider # ::79940230 nishikawai yaginumai yakushimaensis @@ -104881,11 +105387,11 @@ Eukaryota # | Sinh vật nhân thực montceauensis Opisthothelae Araneomorphae - Agelenidae + Agelenidae # Funnel weavers Acutipetala donglini octoginta - Agelena + Agelena # Grass funnel-web spiders agelenoides # :20131921e annulipedella atlantea @@ -104915,7 +105421,7 @@ Eukaryota # | Sinh vật nhân thực jumbo keniana kiboschensis - labyrinthica # :72504131 + labyrinthica # Labyrinth spider # :72504131 lawrencei limbata # ::48436091 lingua @@ -104947,18 +105453,18 @@ Eukaryota # | Sinh vật nhân thực zuluana Agelenella pusilla - Agelenopsis - actuosa # @3848/14523034307_01e844f42c + Agelenopsis # American grass spiders + actuosa # Common American grass spider # @3848/14523034307_01e844f42c aleenae aperta # Desert grass spider # @8589/28736696942_4639df957d emertoni kastoni longistyla - naevia # /a1/Grass_spider_%28Agelenopsis_naevia%29.JPG + naevia # @8315/8016682907_cbd3ccd55d oklahoma oregonensis - pennsylvanica # Pennsylvania funnel-web spider # /93/Agelenopsis_pennsylvanica_PEM_P5060001.jpg - potteri # /4f/Grass_Spider_-_Agelenopsis_potteri%3F%2C_Mabel_Lake_Provincial_Park%2C_British_Columbia.jpg + pennsylvanica # Pennsylvania funnel-web spider # @5513/11845990604_1a85b1d2b4 + potteri # Potter's grass spider # @65535/52358772147_2042017e48 riechertae spatula utahana @@ -105105,7 +105611,7 @@ Eukaryota # | Sinh vật nhân thực antri arganoi aritai - atropos # -zeqotXi + atropos # @65535/51797816491_b66d44a7e8 bifurcatus biprocessis brachiatus @@ -105122,7 +105628,7 @@ Eukaryota # | Sinh vật nhân thực cornutus cristiformis curvilamnis - alatauensis # :30056488 + alatauensis # /b4/Coelotes_curvilamnis_alatauensis_30057896.jpg boomensis curvilamnis cylistus @@ -105258,7 +105764,7 @@ Eukaryota # | Sinh vật nhân thực taurus tegenarioides tenutubilaris - terrestris # /e3/Agelenid_Spider_%28Coelotes_terrestris%29_%2813540824473%29.jpg + terrestris # Ground-living spider # @3686/13540824473_01048cfa66 tiantangensis tiantongensis titaniacus @@ -105268,7 +105774,7 @@ Eukaryota # | Sinh vật nhân thực tokunoshimaensis tominagai tonakiensis - transiliensis # :30055871 + transiliensis # ::30055871 troglocaecus turkestanicus # -N8cXDof uncatus @@ -105286,17 +105792,17 @@ Eukaryota # | Sinh vật nhân thực yambaruensis yodoensis zaoensis - Coras + Coras \spider # Spurred woodland funnelweavers aerialis alabama angularis cavernorum crescentis furcatus - juvenilis # /0f/Coras_may_be_juvenilis04.jpg + juvenilis # Lesser spurred woodland funnelweaver # =6oQ kisatchie - lamellosus - medicinalis # /4f/Coras_sp_PEM.jpg + lamellosus # Contrasting spurred woodland funnelweaver # ~DRSQJRKQ1RE03Q80K020Q0W0YQX0R07QORW0L0E0R020DQG0FQX0FQJKBRLQOQX0DQ80OQFKTQJKCQ509R50TQP0H0 + medicinalis # Household spurred woodland funnelweaver # /4f/Coras_sp_PEM.jpg montanus parallelis perplexus @@ -105308,7 +105814,7 @@ Eukaryota # | Sinh vật nhân thực satoi shinshuensis tarumii - Draconarius + Draconarius \spider abbreviatus absentis acidentatus @@ -112311,7 +112817,7 @@ Eukaryota # | Sinh vật nhân thực zbigniewi Pranburia mahannopi # /d3/CharlesLam_-_Diacamma_rugosum.jpg - Procopius + Procopius \spider\chi_nhện aeneolus aethiops affinis @@ -112371,7 +112877,7 @@ Eukaryota # | Sinh vật nhân thực retusa steckleri yucatan - Serendib + Serendib \spider muadai suthepica volans @@ -112439,7 +112945,7 @@ Eukaryota # | Sinh vật nhân thực smedigari tridentiger ufo - Ctenidae + Ctenidae # Wandering spiders Acantheis boetonensis celer @@ -112511,7 +113017,7 @@ Eukaryota # | Sinh vật nhân thực fallax mysticus pergulanus - Anahita + Anahita \spider aculeata blandini centralis @@ -112610,7 +113116,7 @@ Eukaryota # | Sinh vật nhân thực Ciba \spider calzada seibo - Ctenus + Ctenus # Tropical wandering spiders abditus adustus agroecoides @@ -112646,7 +113152,7 @@ Eukaryota # | Sinh vật nhân thực calcarifer calderitas caligineus - captiosus # Florida false wolf spider + captiosus # Florida false wolf spider # @3660/3293490517_e7c835560d capulinus catherine cavaticus @@ -112692,7 +113198,7 @@ Eukaryota # | Sinh vật nhân thực falciformis falconensis fallax - fasciatus # /aa/Ctenus_fasciatus_%2810.3897-subtbiol.22.9759%29_Figure_4.jpg + fasciatus # ::111523783e fernandae feshius flavidus @@ -112744,7 +113250,7 @@ Eukaryota # | Sinh vật nhân thực manni marginatus martensi - medius # /91/Ctenus_medius.jpg + medius # @7060/6906042939_5803656385 meghalayaensis minimus minor @@ -112839,18 +113345,18 @@ Eukaryota # | Sinh vật nhân thực w-notatus walckenaeri yaeyamensis # -js8Cooa - Cupiennius + Cupiennius # Bromeliad spiders bimaculatus - chiapanensis # -tKKY3K2 - coccineus # -N1p9Czz + chiapanensis # Red-faced banana spider # -tKKY3K2 + coccineus # Red-thighed bromeliad spider # -N1p9Czz cubae foliatus - getazi # -ldtfVDy + getazi # Spot-legged bromeliad spider # -ldtfVDy granadensis remedius salei # Tiger wandering spider # @8340/8235140369_d88e6864d4 valentinei - vodou # -V3M7OKi + vodou # @7363/27917482096_34ac0ef307 Diallomus fuliginosus speciosus @@ -112877,7 +113383,7 @@ Eukaryota # | Sinh vật nhân thực areia charada corymbus - coxalis # -jnBcVS7 + coxalis # ::51483186e eupalaestrus foliifer griseolus @@ -112959,13 +113465,13 @@ Eukaryota # | Sinh vật nhân thực cupido lunatus songan - Phoneutria + Phoneutria # Brazilian wandering spiders bahiensis boliviensis eickstedtae fera # Brazilian wandering spider # -sqqfjN5 keyserlingi - nigriventer # | Nhện chuối # -CPEtzaS + nigriventer ! # | Nhện chuối # -CPEtzaS pertyi reidyi Phymatoctenus @@ -113633,7 +114139,7 @@ Eukaryota # | Sinh vật nhân thực sylvatica tuiae turbotti - Canala + Canala \spider longipes magna poya @@ -113657,7 +114163,7 @@ Eukaryota # | Sinh vật nhân thực inermis japonica kenyonae - marina # -zanDpvn + marina # Marine spider # -zanDpvn martensi maxillosa risbeci @@ -113789,7 +114295,7 @@ Eukaryota # | Sinh vật nhân thực iheringi imitans rorulenta - simoni # ? | /89/Metaltella_simoni_%28F_Amphinectidae%29.jpg + simoni # South American toothed hacklemesh weaver # @3817/11174568175_f42b52bda9 tigrina Namandia periscelis @@ -113879,7 +114385,7 @@ Eukaryota # | Sinh vật nhân thực wiltoni Waterea cornigera - Dictynidae + Dictynidae # Mesh web weavers Adenodictyna kudoae Aebutina @@ -113955,7 +114461,7 @@ Eukaryota # | Sinh vật nhân thực civica # -xSbfx6i guanchae innocens - latens # ? | /2d/Dictyna_latens_female.jpg + latens # @65535/51860604687_090e22c965 varians vicina Brommella @@ -113995,7 +114501,7 @@ Eukaryota # | Sinh vật nhân thực annexa apacheca armata - arundinacea # /b0/Dictyna_arundinacea.jpg + arundinacea # Common mesh-weaver # /b0/Dictyna_arundinacea.jpg bellans bispinosa bostoniensis @@ -114215,7 +114721,7 @@ Eukaryota # | Sinh vật nhân thực foxi heterophthalma huangyangjieensis - humilis # -nYkPd67 + humilis # @65535/53248721225_39455e138e immaculata inaffecta insulana # /7b/Lathys.insulana.male.-.tanikawa.jpg | ? @@ -137700,7 +138206,7 @@ Eukaryota # | Sinh vật nhân thực lethierryi solennis # =atsS9 splendidissimus - Lyssomanes + Lyssomanes # Translucent green jumping spiders adisi amazonicus anchicaya @@ -148295,7 +148801,7 @@ Eukaryota # | Sinh vật nhân thực Loxoporetes colcloughi nouhuysii - Lycopus + Lycopus \spider\chi_nhện atypicus cha edax @@ -155037,7 +155543,7 @@ Eukaryota # | Sinh vật nhân thực ilara kia magnificus - rubrifrons + rubrifrons # Red-jawed bearded wishbone spider # =ure Paratropididae # Bald-legged spiders Glabropelmatinae Melloina @@ -155063,7 +155569,7 @@ Eukaryota # | Sinh vật nhân thực parvum Porrhothelidae Porrhothele - antipodiana # Black tunnelweb spider # @65535/51345331889_560b7b69c0 + antipodiana # Black tunnelweb spider # @65535/51344623813_8844071ab8 blanda moana modesta @@ -155081,7 +155587,7 @@ Eukaryota # | Sinh vật nhân thực convexa cordubensis geniculata # Brazilian whiteknee tarantula # /2e/AcanthoscurriaGeniculata10L.jpg | /6e/Acanthoscurria_geniculata_-_adult_female_in_terrarium_2.jpg - gomesiana # /3f/Acanthoscurria_gomesiana_m.jpg | /45/Acanthoscurria_gomesiana_f1.jpg + gomesiana # São Paulo black tarantula # /3f/Acanthoscurria_gomesiana_m.jpg | /45/Acanthoscurria_gomesiana_f1.jpg hirsutissimasterni insubtilis # Bolivian black velvet tarantula juruenicola @@ -155093,11 +155599,11 @@ Eukaryota # | Sinh vật nhân thực proxima rhodothele sacsayhuaman - simoensi + simoensi # ::98728701 sternalis suina tarda - theraphosoides # Giant black-and-white tarantula # /48/Acanthoscurria_theraphosoides_Slonghorn_1_IMG_9695.JPG + theraphosoides # Giant black-and-white tarantula # :95591691 turumban urens Acentropelma @@ -155131,45 +155637,44 @@ Eukaryota # | Sinh vật nhân thực Antillena rickwesti Aphonopelma - anax # Texas tan tarantula # /0b/Aphonopelma_anax_male_ZooKeys_560.jpg | /2b/Aphonopelma_anax_female_ZooKeys_560.jpg - anitahoffmannae - armada # /fc/Aphonopelma_armada_male_ZooKeys_560.jpg | /28/Aphonopelma_armada_female_ZooKeys_560.jpg - atomicum # ? | /20/Aphonopelma_atomicum_female_ZooKeys_560.jpg + anax # Texas tan tarantula # @4180/34557891815_d7eb0cc3be + anitahoffmannae # Pedregal tarantula # @65535/47036230554_dede124c22 + armada # Texas black spot tarantula + atomicum # Atomic tarantula belindae - bicoloratum + bicoloratum # Mexican blood leg tarantula braunshausenii - burica - caniceps - catalina # /d0/Aphonopelma_catalina_male_ZooKeys_560.jpg | /e2/Aphonopelma_catalina_female_ZooKeys_560.jpg + burica # Costa Rican bluefront tarantula + caniceps # Mexican black velvet tarantula + catalina # Santa Catalina Mountain tarantula # /d0/Aphonopelma_catalina_male_ZooKeys_560.jpg | /e2/Aphonopelma_catalina_female_ZooKeys_560.jpg chalcodes # Western desert tarantula # /21/Aphonopelma_chalcodes.jpg - chiricahua # https://static.inaturalist.org/photos/27512452/medium.jpg + chiricahua # Chiricahua tarantula # https://static.inaturalist.org/photos/27512452/medium.jpg cookei crinirufum crinitum - duplex + duplex # Mexican brown tarantula eustathes - eutylenum # California ebony tarantula # https://static.inaturalist.org/photos/2242014/medium.jpg - gabeli # ? | -fkWo3aX + eutylenum # California ebony tarantula # @1924/45291605701_6a29efe198 + gabeli # Chiricahuan gray tarantula # ? | -fkWo3aX geotoma gertschi griseum hageni helluo - hentzi # /e9/Texas_Brown_Tarantula.jpg + hentzi # Texas brown tarantula # @3750/9177734261_28e8220b3b hesperum - icenoglei # ? | /ca/Aphonopelma_icenoglei_female_ZooKeys_560.jpg - iodius # /5d/Aphonopelma_iodius_male_ZooKeys_560.jpg | https://live.staticflickr.com/8424/29202993111_55fff83070_b.jpg - johnnycashi # /2e/Aphonopelma_johnnycashi_male.jpg | /77/Aphonopelma_johnnycashi_female.jpg + icenoglei + iodius # Desert tarantula # @8242/28675643583_a7147fbb5c | @8424/29202993111_55fff83070 + johnnycashi # Johnny Cash tarantula # ? | @65535/51671588998_0d9c44169e joshua # /f9/Aphonopelma_joshua_male_ZooKeys_560.jpg | /15/Aphonopelma_joshua_female_ZooKeys_560.jpg - lanceolatum latens levii - madera # /c0/Aphonopelma_madera_male_ZooKeys_560.jpg | /04/Aphonopelma_madera_female_ZooKeys_560.jpg - mareki # /ad/Aphonopelma_mareki_male_ZooKeys_560.jpg | /1a/Aphonopelma_mareki_female_ZooKeys_560.jpg - marxi # /0f/Aphonopelma_marxi_male_ZooKeys_560.jpg | /f5/Aphonopelma_marxi_female_ZooKeys_560.jpg - moderatum # Rio Grande gold tarantula # /98/Aphonopelma_moderatum_male_ZooKeys_560.jpg | /70/Aphonopelma_moderatum_female_ZooKeys_560.jpg + madera # @65535/52662883785_ffc586b716 + mareki + marxi # @1771/41145994650_7098e3dd55 + moderatum # Rio Grande gold tarantula # @8498/8269977488_b6eab6532f moellendorfi - mojave # /f5/Aphonopelma_mojave_male_ZooKeys_560.jpg | /23/Aphonopelma_mojave_female_ZooKeys_560.jpg + mojave # Mojave Desert dwarf tarantula # @65535/52195686328_9490973d98 mooreae # Mexican jade fuego tarantula nayaritum pallidum # Mexican rose tarantula @@ -155193,8 +155698,8 @@ Eukaryota # | Sinh vật nhân thực xanthochromum xwalxwal # Cahuilla ebony tarantula # ? | -CkNFdDB Augacephalus - breyeri - ezendami + breyeri # Lowveld golden-brown baboon spider + ezendami # Mozambique golden baboon spider junodi Avicularia avicularia # South American pinktoe # /7e/Avicularia_avicularia_male_morphotype_6_ZK43.jpg | /5f/Avicularia_avicularia_female_morphotype_6_ZK42.jpg @@ -155216,7 +155721,7 @@ Eukaryota # | Sinh vật nhân thực Batesiella crinita Birupes - simoroxigorum + simoroxigorum # Bornean neon blueleg tarantula Bistriopelma lamasi matuskai @@ -155251,17 +155756,17 @@ Eukaryota # | Sinh vật nhân thực baumgarteni # Mexican orange beauty tarantula # @4323/35351599123_89027c3f35 boehmei # Mexican fireleg tarantula # ? | /c6/Brachypelma_boehmei_-_female_ahead.jpg emilia # Red-legged tarantula # /91/Brachypelma_emilia.jpg - fossorium + fossorium # Fossorial tarantula hamorii # Mexican orange-knee tarantula # @4349/36216780271_80b30c6655 klaasi # Mexican pink tarantula # @7310/27865138531_a00377e62b smithi # Mexican red-kneed tarantula # @3586/3375285586_0728eacf17 Bumba \spider cabocla - horrida + horrida # Brazilian redhead tarantula lennoni pulcherrimaklaasi Cardiopelma - mascatum + mascatum # =uv3 Caribena laeta # Puerto Rican pink toe tarantula # /cf/Caribena_laeta_male_ZK242.jpg | /ee/Caribena_laeta_female_no_arrow_ZK241.jpg versicolor # Antilles pinktoe tarantula # ? | @1957/45135965832_33ae165b9a @@ -155280,7 +155785,7 @@ Eukaryota # | Sinh vật nhân thực petropolium Ceratogyrus # Horned baboon spiders attonitifer - brachycephalus + brachycephalus # Great horned baboon spider darlingi # Burst horned baboon tarantula # @3496/4056204420_8d0998bbdc dolichocephalus # Cranial horned baboon spider # /93/Ceratogyrus_dolichocephalus3.jpeg hillyardi @@ -155288,7 +155793,7 @@ Eukaryota # | Sinh vật nhân thực meridionalis # Grey mustard baboon # @2897/14668281045_1906ffe1d2 paulseni pillansi - sanderi + sanderi # Sandy horned baboon spider Chaetopelma altugkadirorum concolor @@ -155308,7 +155813,7 @@ Eukaryota # | Sinh vật nhân thực fimbriatus # Indian violet earth tiger tarantula # @4079/4933650900_fb8a8d9879 flavopilosus fumosus - guangxiensis + guangxiensis # Chinese fawn tarantula hardwickei himalayensis huahini # Hauhini birdeater tarantula # @4307/36138354656_9c08117250 @@ -155396,14 +155901,14 @@ Eukaryota # | Sinh vật nhân thực williamlamari Cyriopagopus albostriatus # Thailand zebra leg tarantula # /f6/HAPLOPELMA_ALBOSTRIATUM_HEMBRA_ADULTA.jpg - doriae + doriae # Kalimantan tarantula dromeus hainanus # Chinese black earth tiger tarantula # @65535/50983883703_1f998cf750 lividus # Cobalt blue tarantula # @3283/2743952972_1220433b32 - longipes - minax + longipes # Vietnam earth tiger tarantula + minax # Thai black tarantula paganus - robustus + robustus # Malaysia blue femur tarantula salangense schmidti # Golden earth tiger tarantula # ::42319917e vonwirthi @@ -155416,7 +155921,7 @@ Eukaryota # | Sinh vật nhân thực bryantae culebrae cursor - femoralis + femoralis # Montserrat tarantula flavostriata gibbosa innocua @@ -155427,15 +155932,15 @@ Eukaryota # | Sinh vật nhân thực media obsoleta plumosa - portoricae + portoricae # Common Puerto Rican brown tarantula ramsi regibbosa respina unispina Davus # Tiger rump tarantulas - fasciatus # Costa rican tiger rump tarantula # ? | /18/Cyclosternum_fasciatum%2C_adult_female.JPG + fasciatus # Costa Rican tiger rump tarantula # ? | /18/Cyclosternum_fasciatum%2C_adult_female.JPG pentaloris # Guatemalan tiger rump tarantula # -LOVEp1R - ruficeps + ruficeps # Costa Rican suntiger tarantula santos Dolichothele auratum @@ -155479,7 +155984,7 @@ Eukaryota # | Sinh vật nhân thực Eupalaestrus campestratus # Pink zebra beauty tarantula # @8422/7714489528_12d9cdde80 guyanus - larae # Red slate ornamental tarantula + larae # Red slate ornamental tarantula # ::254388398e spinosissimus weijenberghi # White collared tarantula # @1461/26201782242_5a2d4802f4 Euphrictus @@ -155509,12 +156014,12 @@ Eukaryota # | Sinh vật nhân thực mendozae monticola porteri # Rose hair tarantula # @2503/4230923308_125db4339d - pulchra # /4d/Grammostola_pulchra_%28aka%29.jpg + pulchra # Brazilian black tarantula # /4d/Grammostola_pulchra_%28aka%29.jpg pulchripes # Chaco golden knee tarantula # ::5402233 quirogai rosea # Chilean red-haired tarantula # /56/Grammostola_rosea_Chilian_Rose_Hair_Tarantula.jpg subvulpina - vachoni # ::244505517e + vachoni # Argentine fossor tarantula # ::244505517e Guyruita atlantica cerrado @@ -159056,18 +159561,128 @@ Eukaryota # | Sinh vật nhân thực Metasolpuga picta # /f1/Metasolpuga_picta00.jpg Oparba + asiatica + brunnea + maroccana + togona Oparbella + aciculata + bicolor + fagei + flavescens + junquana + quedenfeldti + werneri Prosolpuga + schultzei Solpuga + alstoni + angolensis + atriceps + bechuanica + bovicornis + brunnipes + butleri + carvalhoi + centenariorum + chelicornis + conservatorum + festae + fitzsimonsi + hewitti + hispidicelis + machadoi + massaica + matabelena + mulongoa + praedatrix + richardi + robusta + roeweri + rufescens + simplex + suffusca + truncata + upembana + venosa + villosa + wittei + zuluana Solpugassa + clavata + dentatidens + furcifera + rudebecki + signata + usambara Solpugeira + fuscorufa + quarrei Solpugella + anchietae + asiatica + dissentanea + mubalea + ruandana Solpugema + aethiops + brachyceras + broadleyi + calycicornis + coquinae + cycloceras + derbiana + erythronota + erythronotoides + fissicornis + genucornis + hamata + hiatidens + hostilis + intermedia + junodi + krugeri + lateralis + maraisi + marshalli + montana + phylloceras + scopulata + spectralis + stiloceras + tookei + tubicen + vincta + whartoni Solpugiba + arenicola + lineata + pictichelis + svatoshi Solpugista + bicolor + hastata + methueni + namibica Solpugisticella + kenyae Solpuguna + alcicornis + browni + cervina + collinita + orangica Solpugyla + centralis + darlingii + globicornis + katangana + kigoma + maestrii + masienensis + scapulata + umtalica + vassei Zeria adunca albistriata @@ -159129,7 +159744,25 @@ Eukaryota # | Sinh vật nhân thực wabonica zebrina Zeriassa - Thelyphonida # Whip scorpions | Bọ cạp roi + bicolor + cuneicornis + dubia + furcicornis + inflexa + intermedia + lawrencei + lepida + pardii + purcelli + ruspolii + spinulosa + spiralis + sudanica + transvaalensis + tuxeni + wabonica + Uropygi # Whip scorpions | Bọ cạp roi + Thelyphonidae Hypoctoninae Etienneus africanus @@ -254982,6 +255615,466 @@ Eukaryota # | Sinh vật nhân thực Strophomenata* Mollusca # | Động vật thân mềm Gastropoda # | Chân bụng + Caenogastropoda + Heterobranchia + Euthyneura + Tectipleura + Acochlidiacea + Eupulmonata + Hygrophila \gastropod + Pneumopulmonata + Pylopulmonata + Sacoglossa + Siphonarimorpha + _ + Cephalaspidea + Pteropoda + _ + Aplysiidae + Runcinidae + Umbraculidae + _ + Tjaernoeiidae + Acteonimorpha + Acteonoidea + Rissoelloidea + Ringipleura + Nudipleura + Nudibranchia + Doridina # Dorid nudibranchs + Bathydoridoidea + Bathydorididae + Doridoidea + Dorididae + Actinocyclidae + Chromodorididae # Chromodorids + Ardeadoris + angustolutea # Yellow-margin nudibranch # @65535/50280154743_0f5bba3be8 + averni # @4558/37564188464_c460fb60a4 + carlsoni + cruenta # @4772/40943340182_b20ce28efc + egretta # Egretta nudibranch # @65535/52086072228_f05d581ff3 + electra # @4577/26499150779_a9be0b9e53 + poliahu # @3721/9065486648_cac06c8949 + pullata # ::165315017e + rubroannulata # Red-ringed nudibranch # @4417/36189400940_728c2c14c2 + scottjohnsoni # Scott Johnson's nudibranch # @7271/26794237770_282dd3299e + symmetrica # /0d/Nudibranch_-_Glossodoris_symmetricus_1.1.jpg + tomsmithi # Tom Smith's nudibranch # @7338/10772441225_4123d93230 + undaurum # :119458084 + Berlanguella + scopae + Ceratosoma + amoenum # Clown nudibranch # @2823/10775531404_9e29d40a44 + bicolor # @8619/16165825147_6e7c9881c4 + brevicaudatum # Short-tailed ceratosoma # @65535/49697708321_a3102d2cef + gracillimum # Slender ceratosoma nudibranch # @6008/6002310164_9e30414baf + ingozi # Inkspot nudibranch # ::14496414 + palliolatum # @3561/3508140748_dee36dbda7 + polyomma + pustulosum + tenue # Many-lobed ceratosoma # @3785/19660307072_3985a82361 + trilobatum # Trilobate ceratosoma # @8092/8363209071_47a1f644cc + Chromodoris + africana # Four-coloured nudibranch # @7457/16351757675_d8586d2e53 + aila + albolimbata + albonotata + alcalai # =vZd + alternata # /01/Chromodoris_alternata_%28cropped%29.jpg + ambigua # @3157/2954040444_c2ed77cebd + annae # Anna's magnificent sea slug # @65535/53219791270_2612a489d0 + aspersa # @5598/14952929644_a4997378fd + balat + barnardi + baqe + boucheti # @5177/5452187526_b166ab082c + briqua + buchananae + burni # =viI + camoena + cardinalis + colemani # @5028/5616348322_78e94d2746 + dianae # @5228/5613571990_8484ece822 + dictya + elisabethina # @468/32516098461_89c4958fac + euelpis + hamiltoni # @4136/4776294481_16f2907e41 + inconspicua + inopinata + joshi # Josh's chromodoris # @5305/5615681853_7526d0a365 + kalawakan + kuiteri # @5340/9201376429_ff8d819ed4 + lapinigensis + lata + lentiginosa + lineolata # @224/515013536_307bc39485 + lochi # Loch's chromodoris # @5063/5615221155_ac5c6c1333 + magnifica # Magnificent sea slug # @5183/5615679673_65780342f8 + mandapamensis # =vja + mariana + marpessa + michaeli # @4057/4318349280_c95c039ae0 + nodulosa + nona + ophthalmica + orientalis # Spotted white sea slug # @8798/28240944614_be717449cf + pantharella + papulosa + paupera + perola + porcata + pustulans + quadricolor # Pyjama nudibranch # @65535/50022556216_1df878d4f6 + quagga + roseopicta + rudolphi + splendens + striatella # ::182414429 + strigata # Streaked chromodoris # @5065/5616226824_8fa588a3ba + tenuilinearis + tenuis + thompsoni # Thompson's chromodoris # @3047/2820654153_08dfe9fff4 + trouilloti + venusta + virginea + westraliensis # Western Australian chromodoris # @5556/14862273910_8e9166cd13 + willani # Willan's chromodoris # @8167/7114274693_602d1eec5c + Chromolaichma + dalli + edmundsi + sedna # @65535/53036183066_9c5b1eacda + Diversidoris + aurantionodulosa # @4548/25054656378_6f120d3f0c + crocea # @699/23164271406_d127ce7e26 + flava # @362/32307988352_495ccbb1af + sulphurea # @65535/49291211183_fb5057e0ff + Doriprismatica + atromarginata # @4834/32091692458_114abaab92 + balut # ::29905210 + dendrobranchia # =wxa + kyanomarginata # @65535/53137202305_0f14e74219 + kulonba + marinae + paladentata # @4158/34324707882_ef4190634a + plumbea # @65535/52211635244_992d295f68 + rossi + sedna # ::33854711 + sibogae # @4173/34466099446_474f183654 + stellata # =x30 + tibboeli # =x2h + Felimare + acriba + agassizii + alaini # /8b/Felimare_alaini_%28top-right%29.jpg + amalguae # ::12142012 + aurantimaculata + bayeri # :123759357 + bilineata # =x4L + bilineata + senegalensis + viridis + californiensis # California blue dorid # @858/41722223590_d3dd1da276 + cantabrica # @5453/17828403699_5ab99a6363 + ciminoi + espinosai + fontandraui # @5453/10178292096_9f32e6312e + fortunensis # =x5L + francoisae + fregona # @4603/26175313808_d385a6e8a8 + garciagomezi + gasconi + gofasi + juliae + kempfi # @65535/51081742951_494a86cc14 + lajensis # ::30677588e + lalique + lapislazuli + lilyeveae + malacitana + marci # =x5h + molloi + muniainae + nyalya + olgae + orsinii # @65535/51160135658_d168a375dd + picta # @143/374507607_350af0f15c + azorica + picta + webbi + pinna + porterae # @4242/35271704145_f3e07c995a + ruthae + samueli + sechurana + sisalensis + sycilla + tema + tricolor # @65535/51329250009_92e3f6f111 + villafranca # @7455/9551139737_4799ace91a + xicoi + zebra # Zebra doris # :94861832 + Felimida + Glossodoris + Goniobranchus + Hypselodoris + Mexichromis + Miamira + Thorunna + Tyrinna + Verconia + Discodorididae + Phyllidioidea + Phyllidiidae + Dendrodorididae + Mandeliidae + Onchidoridoidea + Akiodorididae + Onchidorididae + Corambidae + Goniodorididae + Polyceroidea + Polyceridae + Aegiridae + Gymnodorididae + Hexabranchidae + Okadaiidae + Cladobranchia + Arminoidea + Arminidae + Doridomorphidae + Dendronotoidea + Bornellidae + Dendronotidae + Dotidae + Hancockiidae + Lomanotidae + Phylliroidae + Scyllaeidae + Tethydidae + Flabellinoidea + Apataidae + Coryphellidae + Cumanotidae + Flabellinidae + Flabellinopsidae + Notaeolidiidae + Paracoryphellidae + Samlidae + Fionoidea + Calmidae + Cuthonellidae + Cuthonidae + Eubranchidae + Fionidae + Pseudovermidae + Tergipedidae + Trinchesiidae + Aeolidioidea + Aeolidiidae + Facelinidae + Facelininae + Facelina + annulata + annulicornis # @7371/9409628761_508bc5b1c4 + auriculata # Crowned aeolis # @65535/52840258491_a7a173f8b6 + bilineata + bostoniensis # Boston facelina # @8196/8134644927_b5e4545caa + carmelae + coenda + dubia + fragilis + fusca # @4449/37861277431_87c25f1f27 + goslingii + hartleyi # @65535/5764868957_a9d013f154 + lineata + lugubris + newcombi # @1925/45590598231_8cf9e808f1 + olivacea # :15503744 + quadrilineata # @2824/9724102685_3c0f866bb8 + rhodopos # @4521/38250065162_8c9f3bc199 + rubrovittata # @7837/46643672864_15e9a1699f + rutila + schwobi + vicina + zhejiangensis + Caloria + elegans # @65535/51730099589_afa0f5a4f2 + guenanti + indica # @4881/44763972010_8476b01be3 + quatrefagesi # ::62374515 + rosea + Facelinopsis + marioni # @2642/4162179487_93c1814888 + pacodelucia + Moridilla + brockii # @4855/46254657922_428f61f990 + Pruvotfolia + longicirrha + pselliotes # @7311/9485063333_314f8633d2 + rochebruni + Crateninae + Amanda \gastropod + armata # Night sky nudibranch + Cratena + affinis + capensis # Orange-eyed nudibranch # =y70 + lineata # @602/22649362089_c6219be53d + minor # @4864/44460424370_a77898ca1a + pawarshindeorum + peregrina # Tricolor nudibranch # @2733/4414195992_0875e112ec + pilata + poshitraensis + scintilla + simba # @7339/11915028635_840888b7db + tema + Favorininae + Dicata + odhneri # @843/41650350271_06977abb51 + Favorinus \gastropod + auritulus # /85/Favorinus_auritulus.png + blianus # @8315/8050469037_584fdc4719 + branchialis + elenalexiae + ghanensis + japonicus + joubini + mirabilis + pacificus + pannuceus + perfoliatus + tsuruganus # @7114/8156999249_83590bd71e + vitreus + Sakuraeolis + enosimensis # @5296/5389029157_e2e5ee8027 + gerberina + gujaratica + japonica + kirembosa + nungunoides + sakuracea + Herviellinae + Herviella + affinis + africana + albida # @65535/52712687454_0ba2076897 + burchi + claror # @7327/16490135022_7692bf0bca + cloaca + evelinae + exigua + mietta # @65535/52632269373_6f3742b244 + yatsui # =y9N + Pteraeolidiinae + Pteraeolidia + annulata + ianthina # Blue dragon nudibranch # =yA9 + semperi + ? + Adfacelina + medinai + Algarvia \gastropod + alba + Anetarca + armata + brasiliana + piutaensis + Antonietta \gastropod + janthina # @65535/48538873221_c6cc465102 + luteorufa + Austraeolis + benthicola + catina + ornata + stearnsi # @65535/51498236161_2d2b0ee85f + Bajaeolis + bertschi + Echinopsole + breviceratae + fulvus + Emarcusia + morroensis # @5814/21011780632_1b46940dc2 + Hermosita + hakunamatata + sangria + Jason \gastropod/ + mirabilis # @1505/26294702126_9acc0552bc + Learchis + evelinae + ignis + poica + Nanuca + sebastiani + Noumeaella + africana + curiosa + isa + kristenseni + rehderi + rubrofasciata + Palisa + papillata + Pauleo + jubatus + Phidiana + adiuncta + anulifera # @65535/52938545264_f1d9a1b244 + bourailli # @65535/50827952798_f12fc8e3a6 + hiltoni # Hilton's aeolid # @3256/2650199077_b0c7d19bc3 + lascrucensis + lottini # ::23479523 + lynceus # @2704/4276123059_e4992fbd24 + mariadelmarae + militaris # @4578/24043269617_eaf3cb7474 + milleri + mimica + patagonica + pegasus + riosi + salaamica + semidecora + unilineata + Setoeolis + inconspicua # @1029/4608248865_9d4597f9b1 + Glaucidae + Piseinotecidae + Pleurolidiidae + Unidentiidae + Metarminoidea + Charcotiidae + Dironidae + Goniaeolididae + Heroidae + Proctonotidae + Madrellidae + Pinufiidae + Embletoniidae + _ + Doridoxoidea + Doridoxidae # Doridoxid nudibranchs + Doridoxa + benthalis + walteri + _ + Pleurobranchoidea + Pleurobranchidae + Pleurobranchinae + Ringiculimorpha + Ringiculoidea + Ringiculidae + _ + Valvatoidea + Architectonicoidea + Mathildoidea + Omalogyroidea + Murchisonelloidea + Rhodopoidea + Orbitestelloidea + Cimoidea + Neomphaliones + Neritimorpha + Patellogastropoda + Vetigastropoda Bivalvia # | Hai mảnh vỏ Anomalodesmata Pholadomyoida @@ -261539,21 +262632,31 @@ Eukaryota # | Sinh vật nhân thực Simplastrea vesicularis Faviidae # | San hô não - Astreosmilia Barabattoai - Bikiniastrea + amicorum + laddi + mirabilis Colpophyllia - natans # /51/Colpophyllia_natans_%28Boulder_Brain_Coral%29_entire_colony.jpg + natans # Large-grooved brain coral # /51/Colpophyllia_natans_%28Boulder_Brain_Coral%29_entire_colony.jpg Diploastrea + heliopora # Diploastrea brain coral # @909/42022921661_f23b4314dc + polygonalis* Diploria - labyrinthiformis # /56/Brain_coral.jpg + labyrinthiformis # Grooved brain coral # @5493/14451387922_be2508f266 Favia - fragum + fragum # Golfball coral # @7272/7733801836_2f350da0de gravida leptophylla Leptastrea + aequalis + bewickensis # Bewick's coral + bottae + inaequalis + pruinosa + purpurea # Ocellated brain coral + transversa Manicina - areolata # /b6/Manicina_areolata_%28rose_coral%29_%28San_Salvador_Island%2C_Bahamas%29_1_%2815469532414%29.jpg + areolata # Rose coral # @7486/15469532414_1fa41bd953 grandis* navicula* Montastraea @@ -261564,21 +262667,89 @@ Eukaryota # | Sinh vật nhân thực Plesiastrea Solenastrea Flabellidae + Blastotrochus + Falcatoflabellum + Flabellum \coral + Flabellum + angustum + arcuatile + areum + atlanticum + australe + campanulatum + chunii + cinctutum + curvatum + flexuosum + floridanum + folkesoni + gardineri + impensum + knoxi + lamellulosum + magnificum + ongulense + patens + pavoninum + politum + thouarsii + transversale + vaughani + Ulocyathus + alabastrum + angulare + aotearoa + apertum + conuis + daphnense + deludens + hoffmeisteri + japonicum + lowekeyesi + macandrewi + marcus + marenzelleri + messum + moseleyi + sexcostatum + tuthilli + Javania + Monomyces + eburneus + pusillus + pygmaea + rubrum + Placotrochides + Placotrochus + Polymyces + fragilis + montereyensis + wellsi + Rhizotrochus + Truncatoflabellum + Conosmilia* + elegans + granulata + stylifera + Tortoflabellum* Fungiacyathidae - Fungiidae # | San hô nấm - Cantharellus + Fungiidae # Mushroom corals | San hô nấm + Cantharellus \coral + doederleini + jebbi + noumeae Ctenactis albitentaculata crassa - echinata # /26/Ctenactis_echinata.jpg + echinata # Rough feather coral # @8581/16691539281_d69c1a76de Cycloseris boschmai # /9c/Cycloseris_boschmai%2C_tent%C3%A1culos_expandidos.jpg costulata # /17/Cycloseris_costulata%2C_Layang.jpg curvata cyclolites # /d8/Cycloseris_cyclolites%2C_Lizard_2.jpeg distorta # /00/Cycloseris_distorta.jpeg - explanulata # /dc/Cycloseris_explanulata%2C_Layang-Layang.jpg - fragilis # /72/Cycloseris_fragilis_%28patelliformis%29.gif + explanulata # @65535/49602862526_6d1bef1a7f + fragilis # Fragile mushroom coral # /72/Cycloseris_fragilis_%28patelliformis%29.gif mokai # /75/Cycloseris_mokai%2C_Layang-Layang.jpg sinensis somervillei @@ -261589,17 +262760,17 @@ Eukaryota # | Sinh vật nhân thực horrida # /10/Danafungia_horrida%2C_Samoa_Americana.gif scruposa # /26/Danafungia_scruposa%2C_isla_Russell.jpeg Fungia - fungites # /dc/Fungiafungites.jpg + fungites # Common mushroom coral # @7123/26227999594_bcbfcc6b64 Halomitra Heliofungia - actiniformis # /be/Anemone_Coral_%28Heliofungia_actiniformis%29_%288491771017%29.jpg + actiniformis # Long-tentacle plate coral # /be/Anemone_Coral_%28Heliofungia_actiniformis%29_%288491771017%29.jpg fralinae Herpolitha - limax # /a3/Herpolitha_limax%2C_Koh_Phangan_4.jpg + limax # Tongue mushroom coral # @65535/53334022764_71a93c4326 Lithophyllon concinna ranjithi - repanda # /8e/Mushroom_Coral_%28Fungia_repanda%29_-_GRB.JPG + repanda # Oval mushroom coral # /8e/Mushroom_Coral_%28Fungia_repanda%29_-_GRB.JPG scabra spinifer undulatum @@ -261610,7 +262781,7 @@ Eukaryota # | Sinh vật nhân thực granulosa gravis moluccensis - paumotensis # /98/Fungia_paumotensis.jpg + paumotensis # Elongate mushroom coral # ::76297536 seychellensis taiwanensis Podabacia @@ -261618,14 +262789,16 @@ Eukaryota # | Sinh vật nhân thực Sandalolitha Sinuorota Zoopilus + echinatus Gardineriidae Guyniidae Meandrinidae Dendrogyra - cylindricus + cylindricus # Pillar coral Dichocoenia + stokesi # Elliptical star coral # @6195/6076689487_d171e98b7b Eusmilia - fastigiata + fastigiata # Smooth flower coral # @65535/52711908122_9d65841045 Goreaugyra Meandrina Merulinidae @@ -261636,10 +262809,10 @@ Eukaryota # | Sinh vật nhân thực connata curvata echinulata - furcata # /01/Caulastraea_furcata.jpg + furcata # Bullseye coral # /01/Caulastraea_furcata.jpg tumida Coelastrea - aspera # /fd/Coelastrea_aspera_%28recorte%29.png + aspera # @65535/52068237246_8b5947d823 palauensis tenuis Cyphastrea @@ -261675,7 +262848,7 @@ Eukaryota # | Sinh vật nhân thực pallida # /38/Dipsastraea_pallida%2C_Samoa.jpg rosaria rotumana # /cf/Dipsastraea_rotumana.jpg - speciosa # /09/Favia_speciosa.jpg + speciosa truncata veroni vietnamensis @@ -261709,7 +262882,7 @@ Eukaryota # | Sinh vật nhân thực micropentagonus monticularis paraflexuosus - pentagona # /7e/Favites_pentagona_1.JPG + pentagona # Larger star coral # /7e/Favites_pentagona_1.JPG rotundata solidocolumellae spinosa @@ -261719,12 +262892,12 @@ Eukaryota # | Sinh vật nhân thực Goniastrea columella edwardsi - favulus # /d2/Goniastrea_favulus%2C_Samoa.jpg + favulus # Lesser star coral # /d2/Goniastrea_favulus%2C_Samoa.jpg minuta pectinata ramosa retiformis - stelligera # /a4/Goniastrea_stelligera_R%C3%A9union.jpg + stelligera # Knob coral # /a4/Goniastrea_stelligera_R%C3%A9union.jpg thecata Hydnophora bonsai @@ -261733,7 +262906,7 @@ Eukaryota # | Sinh vật nhân thực microconos pilosa rigida # /34/Hydnophora_rigida%2C_Samoa.jpg - Leptoria + Leptoria # Closed brain corals irregularis phrygia # /86/Leptoria_phrygia.jpg Merulina @@ -261744,12 +262917,12 @@ Eukaryota # | Sinh vật nhân thực triangularis isseli* Orbicella - annularis # /a3/Montastraea_annularis_Molasses_reef_FL.jpg - faveolata # /0b/Orbicella_faveolata_%28Montastraea_faveolata%29%2C_p%C3%B3lipos_abiertos.jpg - franksi # /c0/Orbicella_franksi_%28Montastraea_franksi%29.jpg + annularis # Carribean star coral # @65535/51500073876_be1fb9402b + faveolata # Mountainous star coral # /0b/Orbicella_faveolata_%28Montastraea_faveolata%29%2C_p%C3%B3lipos_abiertos.jpg + franksi # Boulder star coral # @8593/16689255502_b93c6af132 Oulophyllia bennettae - crispa # /37/Oulophyllia_crispa.jpg + crispa # Intermediate valley coral # /37/Oulophyllia_crispa.jpg levis Paragoniastrea australensis @@ -261763,8 +262936,8 @@ Eukaryota # | Sinh vật nhân thực carnosus contorta crosslandi - daedalea # /a0/Platygyra_daedalea_R%C3%A9union.jpg - lamellina # /36/Brain_Coral_%28Platygyra_lamellina%29_%288485542235%29.jpg + daedalea # Lesser valley coral # /a0/Platygyra_daedalea_R%C3%A9union.jpg + lamellina # Hard brain coral # /36/Brain_Coral_%28Platygyra_lamellina%29_%288485542235%29.jpg pini ryukyuensis sinensis @@ -261772,7 +262945,7 @@ Eukaryota # | Sinh vật nhân thực yaeyamaensis Scapophyllia Trachyphyllia - geoffroyi # /e0/Open_Brain_Coral_Green.jpg ; green ; /ff/Trachyphyllia_2.jpg ; red + geoffroyi # Open brain coral # @65535/47964381303_cd833c23be Hydnophyllia* Isastraea* Paraleptoria* @@ -261786,32 +262959,32 @@ Eukaryota # | Sinh vật nhân thực Micrabacia* Mussidae Acanthastrea - bowerbanki + bowerbanki # @8317/28623773904_3ec0e2f053 brevis - echinata # /69/Acanthastrea_echinata.jpg + echinata # Starry cup coral # @4044/4295264513_12e115313a faviaformis hemprichii ishigakiensis - lordhowensis # /46/Acanthastrea_lordhowensis.jpg - regularis # /c1/Acanthastrea_regularis.jpg + lordhowensis # Acan Lordhow coral # @8864/28494988870_c5275bbb3c + regularis # @65535/52668411991_c176f0c3e0 rotundata Australomussa rowleyensis # /2b/Australomussa_Rowleyensis.jpg Blastomussa - merleti # /9f/Blastomussa_merleti%2C_Nueva_Caledonia.JPG + merleti # Branched cup coral # /9f/Blastomussa_merleti%2C_Nueva_Caledonia.JPG wellsi # /21/Blastomussa_merleti.jpg Cynarina - lacrymalis # /9c/Cynarina_lacrymalis_at_Bima_bay.JPG + lacrymalis # Cat's eye coral # @2863/11072928253_fa74035c44 Isophyllia rigida - sinuosa + sinuosa # Sinuous cactus coral Lobophyllia - corymbosa + corymbosa # Brain root coral hataii - hemprichii # /6a/Lobophyllia_hemprichii_1.jpg + hemprichii # Largebrain root coral # /6a/Lobophyllia_hemprichii_1.jpg pachysepta Mussa - angulosa # /c0/Mussa_angulosa.jpg + angulosa # Large flower coral # @8788/17163734175_02745eb74f Mussismilia braziliensis harttii @@ -261823,11 +262996,11 @@ Eukaryota # | Sinh vật nhân thực lamarckiana reesi Pseudodiploria - clivosa - strigosa # /16/Briann_coral2.JPG - Scolymia - cubensis # /71/Scolymia_cubensis_by_Jessica_Rosenkrantz.jpg - lacera + clivosa # Knobby brain coral + strigosa # Symmetrical brain coral # @65535/52271732552_e7b763e97f + Scolymia # Scoly coral + cubensis # Artichoke coral # @5658/30918567230_3152f9b810 + lacera # Fleshy disk coral wellsii Symphyllia mallotiformis @@ -261839,28 +263012,35 @@ Eukaryota # | Sinh vật nhân thực astroites carolina minutiseptum - oculata # /ca/Zigzag_coral_%28Madrepora_oculata%29.jpg + oculata # Zigzag coral # @8552/29456079585_ca41e96bf5 porcellana trochiformis* Oculina arbuscula - diffusa + diffusa # Diffuse ivory bush coral # @4142/4758559899_3e4c20c8c6 patagonica profunda robusta tenella valenciennesi - varicosa # /6f/Oculina_varicosa.jpg + varicosa # Fused ivory tree coral # ::303468574 virgosa halensis* umbellata* Petrophyllia + arkensasensis + barbadiana + crassiseptata + gardnerae + niimiensis + rediviva + vernonensis Schizoculina africana fissipara Sclerhelia Bantamia* - Pectiniidae + Pectiniidae # Chalice corals Echinomorpha nishihirai Echinophyllia @@ -261888,21 +263068,21 @@ Eukaryota # | Sinh vật nhân thực crassispinosa egyptensis glabra - lacera + lacera # Ragged chalice coral # @65535/52028897861_9c5e3c075e Pocilloporidae Madracis - mirabilis - Pocillopora + mirabilis # Yellow finger coral # @8150/7507846130_2729889b4c + Pocillopora # Cauliflower corals acuta aliciae ankeli bairdi capitata - damicornis # -oHcpYNs + damicornis # Lace coral # -oHcpYNs effusus - elegans # /d2/Pocillopora_elegans.jpg + elegans # Cauliflower coral # /d2/Pocillopora_elegans.jpg fungiformis - grandis # -pWn4WQ3 + grandis # Antler coral # -pWn4WQ3 indiania inflata kelleheri @@ -261910,19 +263090,19 @@ Eukaryota # | Sinh vật nhân thực mauritiana meandrina # /ed/Pocillopora_meandrina_with_a_resident_fish.jpg molokensis - verrucosa # /d3/Pocillopora_verrucosa_R%C3%A9union.jpg + verrucosa # Rasp coral # /d3/Pocillopora_verrucosa_R%C3%A9union.jpg woodjonesi zelli vitiensis* - Seriatopora + Seriatopora # Needle corals aculeata - caliendrum + caliendrum # Green birdsnest coral # @5761/30845730502_f8037204a5 dentritica guttata - hystrix # /dd/Seriatopora_hystrix.jpg + hystrix # Thin birdsnest coral # @65535/51927966228_39d05ca32b octoptera stellata - Stylophora + Stylophora \coral # Cat's paw corals danae erythraea flabellata @@ -261930,7 +263110,7 @@ Eukaryota # | Sinh vật nhân thực lobata madagascarensis mamillata - pistillata # /db/Stylophora_pistillata.jpg + pistillata # Smooth cauliflower coral # /db/Stylophora_pistillata.jpg subseriata wellsi confusa* @@ -261957,19 +263137,19 @@ Eukaryota # | Sinh vật nhân thực tizardi verrilliana viridis - Goniopora + Goniopora # Flowerpot coral albiconus burgosi cellulosa ceylon ciliatus - columna # /f3/Goniopora_columna.jpg - djiboutiensis # /8f/Goniopora_djiboutiensis_%28Soft_coral%29.jpg + columna # Anemone coral # @65535/49590890088_1c5b785b7e + djiboutiensis # Sunflower coral # @4191/34185254380_f186d1906a eclipsensis - fruticosa # /2e/Goniastrea_fruiticosa.jpg + fruticosa gracilis klunzingeri - lobata # /de/Goniopora_lobata.JPG + lobata # Flower pot true red coral # @2260/2026533695_920318e747 mauritiensis # /df/Goniopora_mauritiensis_%28blanchissant%29.jpg minor norfolkensis @@ -261995,16 +263175,16 @@ Eukaryota # | Sinh vật nhân thực annae aranetai arnaudi - astreoides # /08/Porities.jpg + astreoides # Mustard hill coral # @6067/6077231848_e8855bffdc attenuata australiensis baueri - branneri + branneri # Blue crust coral brighami cocosensis colonensis columnaris - compressa # /73/Auliflower_coral_%28Pocillopora_meandrina%29%2C_lobe_coral_%28Porites_lobata%29%2C_and_finger_coral_%28Porites_compressa%29_%285762963067%29.jpg ; (ngoài cùng bên phải) + compressa # @1380/1052845662_43c2b5dc90 cumulatus cylindrica decasepta @@ -262016,7 +263196,7 @@ Eukaryota # | Sinh vật nhân thực eridani evermanni flavus - furcata + furcata # Thin finger coral # @8620/16067235026_5744738f49 gabonensis harrisoni heronensis @@ -262024,7 +263204,7 @@ Eukaryota # | Sinh vật nhân thực iwayamaensis latistellata lichen - lobata # /0d/Lobe_coral_%28Porites_lobata%29%2C_Waikiki_Aquarium.JPG + lobata # Lobe coral # @8266/8613168982_1d5da68aa4 lutea mayeri monticulosa @@ -262034,11 +263214,11 @@ Eukaryota # | Sinh vật nhân thực napopora negrosensis nigrescens - nodifera # /37/Maxima_clam_on_a_dome_coral.JPG ; (xung quanh) + nodifera # Dome coral # @65535/50569100717_10fd1dec58 okinawensis ornata panamensis - porites # /ac/Porites_porites_French_Bay.jpg + porites # Hump coral # @1160/799841969_b6840fd0b0 profundus pukoensis rugosa @@ -262075,9 +263255,9 @@ Eukaryota # | Sinh vật nhân thực howardi macrodentata mercatoris - poculata + poculata # Northern star coral # @3927/15233143069_f6c77d5e45 rathbuni - solitaria + solitaria # Dwarf cup coral woodsi Cladangia Culicia @@ -262099,15 +263279,18 @@ Eukaryota # | Sinh vật nhân thực formosa tayami Siderastrea - radians + radians # Lesser starlet coral # @8157/7358927674_dfe1c28688 savignyana - siderea # -EgVg4CW + siderea # Massive starlet coral # @6181/6077229012_4a7a595eec stellata grandis* radcliffi* Pironastraea* indica* Stenocyathidae + Pedicellocyathus + Stenocyathus + Truncatoguynia Trochosmiliidae Turbinoliidae Alatotrochus @@ -263765,7 +264948,7 @@ Eukaryota # | Sinh vật nhân thực pinnatifida pykii radiosa - ramosa # /da/Raspailia_ramosa_-_Carantec.jpg + ramosa # Chocolate finger sponge # @65535/51015400221_79ca3d5e38 rectangula reticulata rigida @@ -263831,7 +265014,7 @@ Eukaryota # | Sinh vật nhân thực arborea bidentifera ciccaresei - coralloides # -sfTXHSK + coralloides # ::42527581 durissima fragilis higgini @@ -263874,7 +265057,7 @@ Eukaryota # | Sinh vật nhân thực Biemnida Biemnidae Biemna - anisotoxa + anisotoxa # Yellow encrusting sponge # ::3420275 bihamigera caribea chilensis @@ -263927,14 +265110,14 @@ Eukaryota # | Sinh vật nhân thực trisigmata truncata tubulata - variantia # -ZuHQvwA + variantia # Saucer-shaped horny sponge # -ZuHQvwA victoriana Neofibularia chinensis hartmani irata mordens - nolitangere + nolitangere # Touch-me-not sponge # @3172/2869479571_3cd3cdf8ac Sigmaxinella arborea australiana @@ -263950,9 +265133,74 @@ Eukaryota # | Sinh vật nhân thực stylotata viminalis Rhabderemiidae + Rhabderemia + acanthostyla + africana + antarctica Bubarida Bubaridae + Auletta \sponge/ + akaroa + andamanensis + aurantiaca + consimilis + dendrophora + elongata + grantioides + halichondroides + krautteri + laboreli + lyrata + pedunculata + sessilis + sycinularia + tuberosa + tubulosa + Bubaris + Cerbaris + Monocrepidium + Phakellia + atypica + bettinae + carduus + columnata + connexiva + crassistylifera + crateriformis + dalli + elegans + flabellata + foliacea + folium + fusca + hirondellei + hooperi + izuensis + labellum + lambei + lamelligera + multiformis + palmata + paupera + perforata + pygmaea + radiata + robusta + rubra + stelliderma + stipitata + stuartridleyi + sur + symmetrica + tropicalis + ventilabrum + Rhabdobaris Desmanthidae + Chaladesma + Desmanthus // + Paradesmanthus + Petromica + Sulcastrella Dictyonellidae Acanthella Dictyonella @@ -263964,7 +265212,7 @@ Eukaryota # | Sinh vật nhân thực Stylissa acanthelloides caribica - carteri # /b1/Stylissa_carteri_at_the_Red_Sea.JPG + carteri # Elephant ear sponge # @65535/48820692192_0ab2e5991e constricta conulosa flabelliformis @@ -266325,22 +267573,22 @@ Eukaryota # | Sinh vật nhân thực Aplysinidae Aiolochroia Aplysina - aerophoba # @65535/52446799128_7eb9e2c021 + aerophoba # Yellow tube spongeaureate sponge # @65535/52446799128_7eb9e2c021 alcicornis archeri # Stove-pipe sponge # @278/20482892802_a71c08d645 bathyphila # -4W8uHuu cacos caissara # -nnDWdlN capensis - cauliformis # @65535/52062883301_8626cd2732 - cavernicola # @5015/5481659340_6638f00bc6 + cauliformis # Row pore rope sponge # @65535/52062883301_8626cd2732 + cavernicola # Yellow cave-sponge # @5015/5481659340_6638f00bc6 cellulosa chiriquiensis clathrata compacta cristagallus fistularis # Yellow tube sponge # @5344/17502601331_2d28f03c35 - fulva # @7402/12465730844_bdccf43ab8 + fulva # Scattered pore rope sponge # @7402/12465730844_bdccf43ab8 gerardogreeni higginsi hirsuta @@ -266348,7 +267596,7 @@ Eukaryota # | Sinh vật nhân thực inflata insularis # Yellow-green candle sponge # @5334/17168546866_da1e1a9a9d lactuca - lacunosa # @7522/15881147317_2858cfd530 + lacunosa # Convoluted barrel sponge # @7522/15881147317_2858cfd530 lendenfeldi lingua maeandrina @@ -266365,9 +267613,9 @@ Eukaryota # | Sinh vật nhân thực revillagigedi solangeae # -hPdWrlE Verongula - gigantea # -FsOja3R - reiswigi # -tGNmPVi - rigida # -GlUCc4s + gigantea # Netted barrel sponge # -FsOja3R + reiswigi # Reticulated barrel sponge # -tGNmPVi + rigida # Pitted sponge # -GlUCc4s Aplysinellidae Aplysinella strongylata @@ -266408,7 +267656,7 @@ Eukaryota # | Sinh vật nhân thực racovitzai # ::212448756e Ianthella aerophoba - basta # Elephant ear sponge # @157/434415939_600dbdc9df + basta # Paper sponge # @157/434415939_600dbdc9df concentrica flabelliformis homei @@ -266543,7 +267791,7 @@ Eukaryota # | Sinh vật nhân thực filipoi imperialis kamchatkensis - lobularis # /50/Oscarella_lobularis_%28Schmidt%2C_1862%29.jpg + lobularis # Bubble oscar sponge # @5165/5229221836_d0a364be23 malakhovi membranacea microlobata