Chicoreus cnissodus

Chicoreus cnissodus, also known as the smelly murex, is a species of sea snail, a marine gastropod mollusk in the family Muricidae, the murex snails or rock snails. [1]

Chicoreus cnissodus
Shell of Chicoreus cnissodus, with operculum, measuring 65.8 mm in height, trawled at 200 m off Ueno, in Japan.
Scientific classification
Kingdom:
Phylum:
Class:
(unranked):
Superfamily:
Family:
Subfamily:
Genus:
Subgenus:
Triplex
Species:
C. cnissodus
Binomial name
Chicoreus cnissodus
(Euthyme, 1889)
Synonyms
  • Chicoreus (Triplex) cnissodus (Euthyme, 1889)· accepted, alternate representation
  • Chicoreus (Triplex) cnissodus ceylonensis Houart, 2015· accepted, alternate representation
  • Chicoreus (Triplex) cnissodus cnissodus (Euthyme, 1889)· accepted, alternate representation
  • Chicoreus cnissodus ceylonensis Houart, 2015· accepted, alternate representation
  • Chicoreus cnissodus cnissodus (Euthyme, 1889)· accepted, alternate representation
  • Murex cnissodus Euthyme, 1889
  • Murex minor Euthyme, 1889

Distribution

This marine species occurs off Sri Lanka.

gollark: Dwarf Fortress!
gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.

References

  1. MolluscaBase eds. (2020). MolluscaBase. Chicoreus cnissodus (Euthyme, 1889). Accessed through: World Register of Marine Species at: http://www.marinespecies.org/aphia.php?p=taxdetails&id=558805 on 2020-08-07
  • Houart R. (2015). Description of a new subspecies of Chicoreus (Triplex) cnissodus cnissodus (Euthyme, 1889) (Gastropoda, Muricidae) from Sri Lanka. The Festivus. 47(1): 29-35
  • Liu, J.Y. [Ruiyu] (ed.). (2008). Checklist of marine biota of China seas. China Science Press. 1267 pp.


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