Neospondylis
Neospondylis is a genus of long-horned beetles in the family Cerambycidae. There are at least two described species in Neospondylis.[1][2][3][4]
Neospondylis | |
---|---|
Scientific classification | |
Kingdom: | Animalia |
Phylum: | Arthropoda |
Class: | Insecta |
Order: | Coleoptera |
Family: | Cerambycidae |
Tribe: | Spondylidini |
Genus: | Neospondylis Sama, 2005 |
Species
These two species belong to the genus Neospondylis:
- Neospondylis mexicanus (Bates, 1879)
- Neospondylis upiformis (Mannerheim, 1843)
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.
gollark: !esowiki WHY
gollark: This is *annoying*. I can't have both cubic chunks and mods generating ores, unless I do something *ridiculous* like generate ores using CC.
References
- "Neospondylis Report". Integrated Taxonomic Information System. Retrieved 2019-09-25.
- "Neospondylis". GBIF. Retrieved 2019-09-25.
- "Neospondylis genus Information". BugGuide.net. Retrieved 2019-09-25.
- Bezark, Larry G. "A Photographic Catalog of the Cerambycidae of the New World". Archived from the original on 2019-07-19. Retrieved 2019-07-02.
Further reading
- Sama, Gianfranco (2005). "Description of Neospondylis gen. nov. from North America and Mexico (Coleoptera, Cerambycidae, Spondylinae)". Les Cahiers Magellanes: 1–10. ISSN 1624-1940.
- Bezark, L. G.; Monné, M. A. (2016). Checklist of the Oxypeltidae, Vesperidae, Disteniidae and Cerambycidae (Coleoptera) of the Western Hemisphere (PDF) (Report). Archived from the original (PDF) on 2019-07-24. Retrieved 2019-09-25.
- Lobl, I.; Smetana, A., eds. (2013). Catalogue of Palaearctic Coleoptera, Volume 6: Chrysomeloidea. Apollo Books. ISBN 978-90-04-26091-7.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.