Oligodon woodmasoni

Oligodon woodmasoni is a species of snake in the family Colubridae. The species is endemic to the Nicobar Islands of India.

Oligodon woodmasoni
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Reptilia
Order: Squamata
Suborder: Serpentes
Family: Colubridae
Genus: Oligodon
Species:
O. woodmasoni
Binomial name
Oligodon woodmasoni
(Sclater, 1891)[1]
Synonyms[2]
  • Simotes wood-masoni
    Sclater, 1891
  • Oligodon woodmasoni
    Wall, 1923
  • Oligodon woodmasoni
    Wallach et al., 2014

Etymology

The specific name, woodmasoni, is in honor of English zoologist James Wood-Mason.[3]

Description

M.A. Smith reported that the holotype of this species was missing from the ZSI Kolkata collections. The species was rediscovered in 2002 and a new specimen was deposited at the ZSI.[4]

The details of the specimen, ZSI25503 are as follows:

Snout vent length: 440 mm (17 in). Tail length: 80 mm (3.1 in).
Dorsal scale rows: at neck 18; at midbody 17.
Ventrals: 185. Sub caudals: 46.
Supralabials: 6 (4th in contact with the eye). Infralabials: 7.

gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?
gollark: It pretends to be "simple", but it isn't because there are bizarre special cases everywhere to make stuff appear to work.

References

  1. Sclater WL (1891). "Notes on the Collection of Snakes in the Indian Museum, with descriptions of several new species". J. Asiatic Soc. Bengal 60: 230-250 + Plate VI. (Simotes wood-masoni, new species, pp. 235-236 + Plate VI, figures 2a-2d).
  2. "Oligodon woodmasoni ". The Reptile Database. www.reptile-database.org.
  3. 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. (Oligodon woodmasoni, p. 289).
  4. Krishnan S (2003). "The distribution of some reptiles in the Nicobar Islands, India". ANET technical report - May 2003.

Further reading

  • Boulenger GA (1894). Catalogue of the Snakes in the British Museum (Natural History). Volume II., Containing the Conclusion of the Colubridæ Aglyphæ. London: Trustees of the British Museum (Natural History). (Taylor and Francis, printers). xi + 382 pp. + Plates I-XX. (Simotes woodmasoni, p. 223).
  • Smith MA (1943). The Fauna of British India, Ceylon and Burma, Including the Whole of the Indo-Chinese Sub-region. Reptilia and Amphibia. Vol. III.—Serpentes. London: Secretary of State for India. (Taylor and Francis, printers). xii + 583 pp. (Oligodon woodmasoni, pp. 218–219, Figure 73).


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