Stomatella oliveri

Stomatella oliveri is a species of sea snail, a marine gastropod mollusk in the family Trochidae, the top snails.[1]

Stomatella oliveri
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Vetigastropoda
Order: Trochida
Superfamily: Trochoidea
Family: Trochidae
Genus: Stomatella
Species:
S. oliveri
Binomial name
Stomatella oliveri
(Iredale, 1912)
Synonyms[1]
  • Gena oliveri Iredale, 1912
  • Stomatella (Gena) oliveri (iredale, 1912)

Distribution

This marine species is endemic to New Zealand, off the Kermadec Islands and Raoul Island.

gollark: f i b o n a c c i
gollark: Besides, this is slower.
gollark: I mean, this is a full program...
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*

References

  1. Rosenberg, G. (2012). Stomatella oliveri. Accessed through: World Register of Marine Species at http://www.marinespecies.org/aphia.php?p=taxdetails&id=592804 on 2012-11-23
  • Spencer, H.G.; Marshall, B.A.; Maxwell, P.A.; Grant-Mackie, J.A.; Stilwell, J.D.; Willan, R.C.; Campbell, H.J.; Crampton, J.S.; Henderson, R.A.; Bradshaw, M.A.; Waterhouse, J.B.; Pojeta, J. Jr (2009). Phylum Mollusca: chitons, clams, tusk shells, snails, squids, and kin, in: Gordon, D.P. (Ed.) (2009). New Zealand inventory of biodiversity: 1. Kingdom Animalia: Radiata, Lophotrochozoa, Deuterostomia. pp. 161–254


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