Carlia storri

Carlia storri, also known commonly as the brown bicarinate rainbow-skink or Storr's carlia, is a species of lizard in the family Scincidae. The species was first described by Glen Joseph Ingram and Jeanette Covacevich in 1989. It is native to the Australian state of Queensland and to Papua New Guinea.[4]

Carlia storri

Least Concern  (IUCN 3.1)[1]
LC (NCA)[2]
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Reptilia
Order: Squamata
Family: Scincidae
Genus: Carlia
Species:
C. storri
Binomial name
Carlia storri

Etymology

The specific name, storri, is in honour of Australian herpetologist Glen Milton Storr.[5]

Habitat

The preferred natural habitats of C. storri are the supralittoral zone, shrubland, savanna, and forest, at altitudes from sea level to 200 m (660 ft).[1]

Reproduction

C. storri is oviparous.[4]

gollark: If you configured it wrong during setup of whatever this is somehow, then it won't match. PotatOS has the law enforcement access mechanism (PS#7D7499AB) which also currently doubles as "forgot password" handling, but not every OS does that.
gollark: How do you know your password is the right one?
gollark: I should assign unique IDs to the other sandbox escape bugs.
gollark: My "fix" is this:```lua--[["Fix" for bug PS#E9DCC81BSummary: `pcall(getfenv, -1)` seemingly returned the environment outside the sandbox.Based on some testing, this seems like some bizarre optimization-type feature gone wrong.It seems that something is simplifying `pcall(getfenv)` to just directly calling `getfenv` and ignoring the environment... as well as, *somehow*, `function() return getfenv() end` and such.The initial attempt at making this work did `return (fn(...))` instead of `return fn(...)` in an attempt to make it not do this, but of course that somehow broke horribly. I don't know what's going on at this point.This is probably a bit of a performance hit, and more problematically liable to go away if this is actually some bizarre interpreter feature and the fix gets optimized away.Unfortunately I don't have any better ideas. Also, I haven't tried this with xpcall, but it's probably possible, so I'm attempting to fix that too.]]local real_pcall = pcallfunction _G.pcall(fn, ...) return real_pcall(function(...) local ret = {fn(...)} return unpack(ret) end, ...)end local real_xpcall = xpcallfunction _G.xpcall(fn, handler) return real_xpcall(function() local ret = {fn()} return unpack(ret) end, handler)end```which appears to work at least?
gollark: Fixed, but I don't really know how or why.

References

  1. Allison A, Tallowin O, Couper P, Hoskin C, Amey A (2018). "Carlia storri ". The IUCN Red List of Threatened Species 2018: e.T42483425A42483430. https://dx.doi.org/10.2305/IUCN.UK.2018-1.RLTS.T42483425A42483430.en. Retrieved 13 February 2020.
  2. "Species profile: Carlia storri". Queensland Government.
  3. Ingram, G., Covacevich, J. ""Revision of the genus Carlia (Reptilia, Scincidae) in Australia with comments on Carlia bicarinata of New Guinea"". 27. 2: 479–481 + Figures 6, 45, 46. 1989.
  4. Carlia storri at the Reptarium.cz Reptile Database
  5. Beolens, Bo; Watkins, Michael; Grayson, Michael (2011). The Eponym Dictionary of Reptiles. Baltimore: Johns Hopkins University Press. xiii + 296 pp. ISBN 978-1-4214-0135-5. (Carlia storri, p. 256).

Further reading

  • Cogger HG (2014). Reptiles and Amphibians of Australia, Seventh Edition. Clayton, Victoria, Australia: CSIRO Publishing. xxx + 1,033 pp. ISBN 978-0643100350.
  • Wilson, Steve; Swan, Gerry (2013). A Complete Guide to Reptiles of Australia, Fourth Edition. Sydney: New Holland Publishers. 522 pp. ISBN 978-1921517280.



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