Calliostoma debile

Calliostoma debile is a species of sea snail, a marine gastropod mollusk in the family Calliostomatidae.[1]

Calliostoma debile
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Vetigastropoda
Order: Trochida
Superfamily: Trochoidea
Family: Calliostomatidae
Subfamily: Calliostomatinae
Genus: Calliostoma
Species:
C. debile
Binomial name
Calliostoma debile
Quinn, 1992

Description

The shell attains a height of 10.3 mm.

Distribution

This marine species occurs off Barbados at a depth between 150 m and 175 m.

gollark: But you can also write a program to just directly run from a URL, like that one.
gollark: Yes.
gollark: If you want to run stuff downloaded from the interweb in a script then:```lualocal h = http.get "whatever URL"local x = h.readAll()h.close()local fn, err = load(x, "@thing")if not fn then error(err) endfn(...)```
gollark: You can actually just use `wget run [URL]` or something in the command prompt.
gollark: If you want to save it to a file then```lualocal h = http.get "whatever URL"local f = fs.open("whatever file", "w")f.write(h.readAll())h.close()```

References

  1. Rosenberg, G. (2012). Calliostoma debile Quinn, 1992. Accessed through: World Register of Marine Species at http://www.marinespecies.org/aphia.php?p=taxdetails&id=532254 on 2012-12-07
  • Quinn, J. F., Jr. 1992. New species of Calliostoma Swainson, 1840 (Gastropoda: Trochidae), and notes on some poorly known species from the Western Atlantic Ocean. Nautilus 106: 77-114.


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