Pleurotomella quoniamensis

Pleurotomella quoniamensis is an extinct species of sea snail, a marine gastropod mollusk in the family Raphitomidae.[1]

Pleurotomella quoniamensis
Original image of a shell of †Pleurotomella quoniamensis
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Caenogastropoda
Clade: Hypsogastropoda
Clade: Neogastropoda
Superfamily: Conoidea
Family: Raphitomidae
Genus: Pleurotomella
Species:
P. quoniamensis
Binomial name
Pleurotomella quoniamensis
(Boussac in Périer, 1941)
Synonyms
  • Pleurotomella (Systenope) quoniamensis (Boussac in Périer, 1941)
  • Raphitoma quoniamensis Boussac in Périer, 1941 (original combination)

Description

Distribution

Fossils of this marine species were found in Eocene strata in Île-de-France, France

gollark: _continues futile attempts to optimize stuff_
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```

References

  • Périer (S.), 1941 Contribution à l'étude du Ludien du Bassin de Paris. La faune des marnes à Pholadomya ludensis, p. 1-30
  • Furon (R.) & Soyer (R.), 1947 Catalogue des fossiles tertiaires du Bassin de Paris, p. 1-240
  • Tucker (J.K.) & Le Renard (J.), 1993 Liste bibliographique des Turridae (Gastropoda, Conacea) du Paléogène de l'Angleterre, de la Belgique et de la France. Cossmanniana, t. 2, vol. 1–2, p. 1-66
  • Le Renard (J.) & Pacaud (J.-M.), 1995 Révision des Mollusques paléogènes du Bassin de Paris. 2 - Liste des références primaires des espèces. Cossmanniana, t. 3, vol. 3, p. 65-132
  • Pacaud (J.-M.) & Ledon (D.), 2007 - Sur les espèces de mollusques du Ludien (Priabonien, Éocène supérieur) du bassin de Paris introduites par Périer en 1941. Cossmanniana, t. 11, vol. 1–4, p. 7-25


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