Mangelia sparsa

Mangelia sparsa is an extinct species of sea snail, a marine gastropod mollusk in the family Mangeliidae.[1]

Mangelia sparsa
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Caenogastropoda
Clade: Hypsogastropoda
Clade: Neogastropoda
Superfamily: Conoidea
Family: Mangeliidae
Genus: Mangelia
Species:
M. sparsa
Binomial name
Mangelia sparsa
(O. Böttger, 1901)
Synonyms
  • Mangilia sparsa O. Böttger, 1901

Description

The length of the shell attains 7 mm.

Distribution

This extinct marine species was found in Middle Miocene strata in Hungary.

gollark: As planned.
gollark: Although I actually wrote the regex as```pythonWHITESPACE = r"[\t\n ]*"NUMBER = r"\-?(?:0|[1-9][0-9]*)(?:\.[0-9]+)?(?:[eE][+-]?[0-9]+)?"ARRAY = f"(?:\[{WHITESPACE}(?:|(?R)|(?R)(?:,{WHITESPACE}(?R){WHITESPACE})*){WHITESPACE}])"STRING = r'"(?:[^"\\\n]|\\["\\/bfnrt]|\\u[0-9a-fA-F]{4})*"'TERMINAL = f"(?:true|false|null|{NUMBER}|{STRING})"PAIR = f"(?:{WHITESPACE}{STRING}{WHITESPACE}:{WHITESPACE}(?R){WHITESPACE})"OBJECT = f"(?:{{(?:{WHITESPACE}|{PAIR}|(?:{PAIR}(?:,{PAIR})*))}})"VALUE = f"{WHITESPACE}(?:{ARRAY}|{OBJECT}|{TERMINAL}){WHITESPACE}"```which is much easier.
gollark: Regex is kind of like the APL of string pattern matching, in that it's very terse and expressive but incomprehensible.
gollark: Well, the regex engine is fine with it.
gollark: It's actually a recursive regex, so it can generate infinitely deep problems with a finite... regex.

References

  1. Boettger, Oskar. Zur Kenntnis der Fauna der mittelmiocänen Schichten von Kostej im Krassó-Szörényer Komitat; Verhandlungen und Mitteilungen des siebenbürgischen Vereins für Naturwissenschaften zu Hermannstadt; 51, 1-199; 1901
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.