Vexitomina suavis

Vexitomina suavis is a species of sea snail, a marine gastropod mollusk in the family Horaiclavidae.[1]

Vexitomina suavis
Drawing of a shell of Vexitomina suavis
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Caenogastropoda
Clade: Hypsogastropoda
Clade: Neogastropoda
Superfamily: Conoidea
Family: Horaiclavidae
Genus: Vexitomina
Species:
V. suavis
Binomial name
Vexitomina suavis
(Smith E. A., 1888)
Synonyms[1]
  • Drillia prosuavis C. Hedley, 1903
  • Inquisitor suavis (Smith, 1888)
  • Paradrillia (Paradrillia) suavis (E.A. Smith, 1888)
  • Pleurotoma (Drillia) suavis Smith E. A., 1888
  • Vexitomina suavis (Smith, 1888)

Description

The length of the shell attains 17 mm.

Distribution

This marine species occurs off Australia (New South Wales, Queensland, Victoria); also off the Loyalty Islands and Vietnam.

gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
gollark: I have a threadvar for each thread's DB connection and a function to get it.

References

  • Smith, E.A. (1888) Diagnoses of new species of Pleurotomidae in the British Museum. Annals and Magazine of Natural History, series 6, 2, 300–317
  • Tucker, J.K. 2004 Catalog of recent and fossil turrids (Mollusca: Gastropoda). Zootaxa 682:1-1295
  • "Vexitomina suavis". Gastropods.com. Retrieved 16 January 2019.


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