Alloniscus

Alloniscus is the sole genus in the woodlice family Alloniscidae. There are more than 20 described species in Alloniscus.[1][2][3]

Alloniscus
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Subphylum: Crustacea
Class: Malacostraca
Superorder: Peracarida
Order: Isopoda
Suborder: Oniscidea
Family: Alloniscidae
Schmidt, 2003
Genus: Alloniscus
Dana, 1854

Species

These 23 species belong to the genus Alloniscus:

  • Alloniscus allspachi Nunomura, 2001
  • Alloniscus balssii (Verhoeff, 1928)
  • Alloniscus boninensis Nunomura, 1984
  • Alloniscus gerardi Arcangeli, 1960
  • Alloniscus maculatus Nunomura, 1984
  • Alloniscus marinus Collinge, 1920
  • Alloniscus mirabilis (Stuxberg, 1875)
  • Alloniscus nacreus Collinge, 1922
  • Alloniscus nicobaricus Budde-Lund, 1885
  • Alloniscus oahuensis Budde-Lund, 1885
  • Alloniscus pallidulus (Budde-Lund, 1885)
  • Alloniscus pardii Arcangeli, 1960
  • Alloniscus perconvexus Dana, 1856
  • Alloniscus pigmentatus Budde-Lund, 1885
  • Alloniscus porcellioides Budde-Lund, 1904
  • Alloniscus priolensis Arcangeli, 1960
  • Alloniscus robustus Ferrara, 1974
  • Alloniscus ryukyuensis Nunomura, 1984
  • Alloniscus saipanensis Nunomura, 2001
  • Alloniscus salinarum Vandel, 1968
  • Alloniscus schadleri Arcangeli, 1960
  • Alloniscus silvestrii Arcangeli, 1960
  • Alloniscus thalassophilus Rioja, 1964
gollark: It's a websocket-based inter-computer cross-server message relay.
gollark: ```rust#[derive(Serialize, Deserialize, Debug, PartialEq, Eq, Hash, Clone)]#[serde(untagged)]pub enum Channel { Numeric(i64), Named(String)}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct RawMsg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value}#[derive(Serialize, Deserialize, Debug, Clone, Message)]pub struct Msg { pub channel: Channel, #[serde(flatten)] pub meta: HashMap<String, Value>, pub message: Value, pub timestamp: chrono::DateTime<chrono::Utc>}#[derive(Serialize, Deserialize, Debug)]#[serde(tag = "type")]enum MessageFromClient { #[serde(rename = "open")] Open { channel: skynet::Channel }, #[serde(rename = "close")] Close { channel: skynet::Channel }, #[serde(rename = "message")] Message(skynet::RawMsg)}#[derive(Serialize)]#[serde(tag = "type")]enum MessageToClient<'a> { #[serde(rename = "message")] Message(skynet::Msg), #[serde(rename = "channels")] OpenChannels { channels: &'a HashSet<skynet::Channel> }}```WIP Rust notreallyconversion of the Skynet protocol.
gollark: ```goconst( zero = iota; /* iota starts as zero */ one = iota; /* ...and is incremented every semicolon */ two; /* the last expression is repeated if you omit it */ three;)```
gollark: ```govar numbers map[string]int;numbers["One"] = 1;numbers["Two"] = 2;numbers["Three"] = 3;print(numbers["Four"]);```A small example of wrong.
gollark: Slightly sane*r*.

References

  1. "Alloniscus Report". Integrated Taxonomic Information System. Retrieved 2019-06-12.
  2. "Alloniscus". GBIF. Retrieved 2019-06-12.

Further reading


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