Elma (gastropod)

Elma is a genus of air-breathing land snails, terrestrial pulmonate gastropod mollusks in the family Streptaxidae.[3]

Elma
Scientific classification
Kingdom:
Phylum:
Class:
(unranked):
Superfamily:
Family:
Subfamily:
Streptaxinae or Gibbinae[1]
Genus:
Elma

Adams, 1866[2]
Type species
Ennea swinhoei H. Adams, 1866
Diversity[1]
about 10 species
Synonyms

Ennea (Elma) H. Adams, 1866 (original rank)

Taxonomy

Elma was classified within the subfamily Enneinae.[3] Páll-Gergely et al. (2015)[1] classified Elma according to the first internal anatomy research of the genus either in Streptaxinae or in the Gibbinae.

Distribution

The distribution of the genus Elma includes Taiwan, northern Vietnam[3] and China.[1]

Species

Species within the genus Elma include:

  • Elma messageri (Bavay & Dautzenberg, 1904)
  • Elma oblongata Yen, 1939[1]
  • Elma swinhoei (H. Adams, 1866) - type species[2][1]
    • Elma swinhoei hotawana (Pilsbry & Hirase, 1905)[1]
Synonyms
  • Subgenus Elma (Fultonelma) F. Haas, 1951 : synonym of Pseudelma (Fultonelma) F. Haas, 1951 represented as Pseudelma Kobelt, 1904
  • Elma (Fultonelma) bisexigua F. Haas, 1951: synonym of Pseudelma (Fultonelma) bisexigua (F. Haas, 1951) represented as Pseudelma bisexigua (F. Haas, 1951) (basionym)
  • Elma bisexigua F. Haas, 1951: synonym of Pseudelma bisexigua (F. Haas, 1951) (original combination)
gollark: ... was? is.
gollark: Well, this was for ND research, and I didn't want to refresh random eggs constantly.
gollark: ```javascript// ==UserScript==// @name DC Egg Time Getter// @namespace http://tampermonkey.net/// @match https://dragcave.net/view/*// @grant none// ==/UserScript==function getCapture(text, regex, def) { const result = text.match(regex); if (result === null || result === undefined) { if (def === undefined) { throw new Error("Text did not match regex."); } else { return def; } } else { return result[1]; }}const text = document.body.textContent;const days = parseInt(getCapture(text, /in: (\d+) day/, 0));const hours = parseInt(getCapture(text, /and (\d+) hour/, 0));const allHours = (days * 24) + hours;const storage = window.localStorage;const lastTime = storage.remainingTime;console.log("Time Remaining:", allHours);// check for low-ER timesif (allHours < 72) { console.log("Egg/Hatchling in low ER!"); if (lastTime !== allHours.toString()) { const d = new Date(); localStorage.changeTime = d.getTime().toString(); console.log("WAS", lastTime, "NOW", allHours) console.log("Hour Change Time FOUND!"); } else { storage.remainingTime = allHours; setTimeout(() => window.location.reload(), 2000); }}```Probably suboptimal, but I was in a hurry.
gollark: It worked quite well, though I did have to manually narrow them down a bit.
gollark: To get around all the work of refreshing for an hour, I made a userscript to refresh every few seconds and check if the time changes.

References

  1. Páll-Gergely B., Hunyadi A., Varga A. & Rowson B. (2015). "Anatomy and taxonomic position of Elma H. Adams, 1866: a high-spired Southeast-Asian genus of Streptaxidae (Gastropoda: Eupulmonata)". Folia Malacologica 23(2): 155-164. doi:10.12657/folmal.023.013.
  2. Adams H. (1866). Descriptions of fifteen new species of land and freshwater shells from Formosa, collected by Robert Swinhoe, Esq., consul at Taiwan in that island. Proceedings of the Zoological Society of London 34: 316–319, page 317.
  3. Sutcharit C., Naggs F., Wade C. M., Fontanilla I. & Panha S. (2010). "The new family Diapheridae, a new species of Diaphera Albers from Thailand, and the position of the Diapheridae within a molecular phylogeny of the Streptaxoidea (Pulmonata: Stylommatophora)". Zoological Journal of the Linnean Society 160: 1-16. doi:10.1111/j.1096-3642.2009.00598.x.


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