Spilodiscus

Spilodiscus is a genus of clown beetles in the family Histeridae. There are about 9 described species in Spilodiscus.[1][2]

Spilodiscus
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Suborder:
Superfamily:
Family:
Subfamily:
Tribe:
Genus:
Spilodiscus

Species

gollark: ```javascriptfunction infoFromHtml(html) { // First, just strip all the actual HTML & get text const text = JSDOM.fragment(html).textContent; if (/.*will die if it doesn/.exec(text) === null) { return { type: "not growing" }; } let sick = false; if (/.*shell of the egg seems soft,/.exec(text) !== null) { sick = true } if (/.*hatchling seems sick/.exec(text) !== null) { sick = true } const views = parseCounter(text, "Overall views"); const uniqueViews = parseCounter(text, "Unique views"); const clicks = parseCounter(text, "Clicks"); const timeResults = /.*in: ([0-9]+) days (and ([0-9]+) hours)?/.exec(text); const days = parseInt(timeResults[1]), hours = parseInt(timeResults[3]); const type = getCapture(text, /.*Viewing (Hatchling|Egg)/) if (isNaN(days) || isNaN(hours)) { throw new Error("Either days or hours are now invalid; has DC's format changed?"); } return { views, uniqueViews, clicks, type: type == "Hatchling" ? "hatchling" : "egg", hoursRemaining: days * 24 + hours, sick }}```
gollark: Without API access, going over everything on the scroll is *annoying*. The only reason I can process eggs at all is because I spent ages on some regexes.
gollark: Yes, that's possible, except you can put in someone else's.
gollark: Isn't just *asking* what scroll an egg is from prone to misuse?
gollark: Yes, but people are unlikely to do that.

References

  1. "Spilodiscus Genus Information". BugGuide.net. Iowa State University. Retrieved 25 January 2018.
  2. "Spilodiscus Report". Integrated Taxonomic Information System. Retrieved 25 January 2018.
  • Caterino, Michael S. (1998). "A phylogenetic revision of Spilodiscus Lewis (Coleoptera: Histeridae)". Journal of Natural History, vol. 32, no. 8, 1129–1168.
  • Mazur, Slawomir (1997). "A world catalogue of the Histeridae (Coleoptera: Histeroidea)". Genus, International Journal of Invertebrate Taxonomy (Supplement), 373.

Further reading

  • NCBI Taxonomy Browser, Spilodiscus
  • Arnett, R. H. Jr., M. C. Thomas, P. E. Skelley and J. H. Frank. (eds.). (21 June 2002). American Beetles, Volume II: Polyphaga: Scarabaeoidea through Curculionoidea. CRC Press LLC, Boca Raton, Florida ISBN 978-0-8493-0954-0.
  • Ross H. Arnett (30 July 2000). American Insects: A Handbook of the Insects of America North of Mexico. CRC Press. ISBN 978-0-8493-0212-1.
  • Richard E. White. (1983). Peterson Field Guides: Beetles. Houghton Mifflin Company.


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