Eucatops

Eucatops is a genus of small carrion beetles in the family Leiodidae.[1][2]

Eucatops
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Coleoptera
Family: Leiodidae
Subfamily: Cholevinae
Tribe: Eucatopini
Genus: Eucatops
Portevin, 1903

Species

These species belong to the genus Eucatops:

  • Eucatops andersoni
  • Eucatops antennatus
  • Eucatops apterus
  • Eucatops brevistylis
  • Eucatops crassicornis
  • Eucatops curtus
  • Eucatops curvipes
  • Eucatops dentatus
  • Eucatops equatorianus
  • Eucatops femoratus
  • Eucatops filifer
  • Eucatops formicetorum
  • Eucatops giganteus
  • Eucatops glabricollis
  • Eucatops globosus
  • Eucatops granuliformis
  • Eucatops grouvellei
  • Eucatops haemorrhoidalis
  • Eucatops incognitus
  • Eucatops inermis
  • Eucatops magnus
  • Eucatops mexicanus
  • Eucatops montanus
  • Eucatops oblongus
  • Eucatops obtusus
  • Eucatops onorei
  • Eucatops osa
  • Eucatops ovalis
  • Eucatops paramontanus
  • Eucatops pecki
  • Eucatops rossii
  • Eucatops rufescens
  • Eucatops solisi
  • Eucatops spiralis
  • Eucatops tenuisaccus
  • Eucatops troglodytes
gollark: ```haskell#!/usr/bin/env runghcimport Data.Charimport Control.DeepSeqevaluate x = x `deepseq` xmain = putStr =<< concatMap toBig <$> evaluate <$> getContentsemoji :: String -> Stringemoji x = ':':x ++ ": "toBig :: Char -> StringtoBig ' ' = "\n"toBig '!' = emoji "exclamation"toBig '+' = emoji "heavy_plus_sign"toBig c | isLetter c = emoji $ "regional_indicator_" ++ [c] | otherwise = ""```
gollark: ```haskell#!/usr/bin/env runghcimport Data.Charimport Control.DeepSeqevaluate x = x `deepseq` xmain = putStr =<< concatMap toBig <$> evaluate <$> getContentstoBig :: Char -> StringtoBig ' ' = "\n"toBig '!' = ":exclamation: "toBig c | isLetter c = ":regional_indicator_"++[c]++": " | otherwise = ""```Bodginated version.
gollark: When I type a line it outputs the corresponding stuff.
gollark: Doesn't for me.
gollark: I'm trying to figure out how to make your program take in *all* the input until a ctrl+d.

References

  1. "Eucatops". GBIF. Retrieved 2019-06-15.
  2. "Cholevinae of the World". Retrieved 2019-06-15.

Further reading

  • Lobl, I.; Smetana, A., eds. (2015). Catalogue of Palaearctic Coleoptera, Volume 2: Hydrophiloidea - Staphylinoidea. Apollo Books. ISBN 978-90-04-29685-5.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.